0e2349372e2bbb95f6151aea222c13a4b230e6d6
[platform/upstream/gstreamer.git] / ChangeLog
1 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
2
3         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
4         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
5           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
6           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
7
8 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9
10         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
11           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
12           streamheader_suite):
13           Add another test set up for failure
14
15 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
16
17         * tests/check/Makefile.am:
18         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
19           GST_START_TEST, streamheader_suite, main):
20           Add a test for the streamheader bug Wim fixed.
21
22 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
23
24         * ext/theora/theoradec.c: (theora_dec_sink_event):
25         Fix misleading comment.
26
27 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
28
29         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
30           More sanity checks for the header fields.
31
32 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
33
34         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
35           Try encodings from all environment variables, not just those in the
36           first environment variable that is set.
37
38 2007-04-12  Wim Taymans  <wim@fluendo.com>
39
40         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
41         (gst_video_rate_chain):
42         Add some debug.
43
44         * tests/check/elements/videorate.c: (GST_START_TEST),
45         (videorate_suite):
46         Added check for videorate changing caps handling. Closes #421834.
47
48 2007-04-12  Michael Smith  <msmith@fluendo.com>
49
50         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
51           Use scale functions to avoid overflow when calculating duration of 
52           vorbis buffers.
53
54 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
55
56         * docs/libs/gst-plugins-base-libs-sections.txt:
57         * gst-libs/gst/tag/tag.h:
58         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
59           API: add gst_tag_freeform_string_to_utf8() (#405072).
60
61         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
62           Use gst_tag_freeform_string_to_utf8() here.
63
64 2007-04-12  Wim Taymans  <wim@fluendo.com>
65
66         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
67         (gst_gdp_pay_sink_event):
68         Make sure we set the IN_CAPS flag correctly.
69
70         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
71         Get the IN_CAPS flag before we call functions that mess with the flags.
72
73 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
74
75         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
76           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
77           Only stamp buffers with offset/offset_end right before they get
78           pushed.  This ensures offset continuity, which was not the case
79           before as shown by
80           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
81
82 2007-04-06  Wim Taymans  <wim@fluendo.com>
83
84         * gst/playback/gstplaybin.c: (add_sink),
85         (gst_play_bin_change_state):
86         Activate sync in playbin, we are ready to handle it for live streams.
87
88 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
89
90         * tests/check/elements/playbin.c:
91         (test_sink_usage_video_only_stream), (playbin_suite):
92           Add small test for stream-info-value-array code paths.
93
94 2007-04-05  Wim Taymans  <wim@fluendo.com>
95
96         * gst-libs/gst/audio/gstbaseaudiosink.c:
97         (gst_base_audio_sink_skew_slaving):
98         Don't try to create invalid calibration parameters by making the
99         internal time go backwards, instead make external time go forward.
100
101 2007-04-05  Wim Taymans  <wim@fluendo.com>
102
103         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
104
105         * gst/playback/gstplaybasebin.c: (add_stream):
106         Fix leak in add_stream(), when g_value_set_object() increases the
107         refcount of streaminfo object. Fixes #426250.
108
109 2007-04-03  David Schleef  <ds@schleef.org>
110
111         * gst/videotestsrc/gstvideotestsrc.c:
112         * gst/videotestsrc/gstvideotestsrc.h:
113         * gst/videotestsrc/videotestsrc.c:
114         * gst/videotestsrc/videotestsrc.h:
115           Add a test pattern called "circular", which has concentric
116           rings with varying radial frequency.  The main purpose of this
117           pattern is to test fidelity loss in a filter or scaler element.
118           Notably, this pattern is scale invariant, and is optimally viewed
119           with a width (and height) of 400.
120
121 2007-04-03  Wim Taymans  <wim@fluendo.com>
122
123         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
124
125         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
126         (deactivate_free_recursive):
127         Decodebin2 doesn't unref pads it obtains in some occasions:
128         - multiqueue src pads, when either connecting further or exposing
129         - sink pads of new autoplugged elements
130         - peer pads when recursively freeing elements
131         Fixes #425455.
132
133 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
134
135         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
136         Add audio/x-raw-float support, now that audioconvert support
137         non-native endianness floats.
138
139 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
140
141         * docs/libs/gst-plugins-base-libs-docs.sgml:
142           gstreamer-plugins-base.pc doesn't exist, it's
143           gstreamer-plugins-base-0.10.pc.
144
145 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
146
147         Patch by: René Stadler <mail at renestadler dot de>
148         with some minor changes
149
150         * gst-libs/gst/floatcast/floatcast.h:
151         Use more efficient float endianness conversion functions that don't
152         involve 2 function calls per value.
153         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
154         (check_default), (audio_convert_prepare_context):
155         * gst/audioconvert/gstaudioconvert.c:
156         (gst_audio_convert_parse_caps), (make_lossless_changes):
157         Support non-native endianness floats as input and output.
158         Fixes #339838.
159         * tests/check/elements/audioconvert.c: (verify_convert),
160         (GST_START_TEST):
161         Add unit tests for the non-native endianness float conversions.
162
163 2007-03-29  Wim Taymans  <wim@fluendo.com>
164
165         * gst-libs/gst/rtp/gstbasertpdepayload.c:
166         (gst_base_rtp_depayload_base_init),
167         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
168         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
169         (gst_base_rtp_depayload_set_gst_timestamp),
170         (gst_base_rtp_depayload_change_state),
171         (gst_base_rtp_depayload_set_property),
172         (gst_base_rtp_depayload_get_property):
173         * gst-libs/gst/rtp/gstbasertpdepayload.h:
174         Add Private structure.
175         Bring element code to 2007.
176         Parse clock-base caps param and use it when generating the
177         newsegment.
178         Reset variables before going to PAUSED.
179         Fix some docs.
180
181 2007-03-29  Wim Taymans  <wim@fluendo.com>
182
183         * docs/libs/gst-plugins-base-libs-docs.sgml:
184         * docs/libs/gst-plugins-base-libs-sections.txt:
185         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
186         (gst_base_rtp_audio_payload_get_adapter):
187         Add RTCP docs.
188         Fix some more docs.
189
190         * gst-libs/gst/rtp/Makefile.am:
191         * gst-libs/gst/rtp/gstrtcpbuffer.c:
192         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
193         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
194         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
195         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
196         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
197         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
198         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
199         (gst_rtcp_packet_sr_get_sender_info),
200         (gst_rtcp_packet_sr_set_sender_info),
201         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
202         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
203         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
204         (gst_rtcp_packet_sdes_get_chunk_count),
205         (gst_rtcp_packet_sdes_first_chunk),
206         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
207         (gst_rtcp_packet_sdes_first_item),
208         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
209         (gst_rtcp_packet_bye_get_ssrc_count),
210         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
211         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
212         (gst_rtcp_packet_bye_get_reason_len),
213         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
214         * gst-libs/gst/rtp/gstrtcpbuffer.h:
215         Add new helper object for parsing and creating RTCP messages.
216
217 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
218
219         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
220         PCM samples with width=8 must be always unsigned, no matter what
221         depth they have.
222
223 2007-03-29  Andy Wingo  <wingo@pobox.com>
224
225         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
226         perfect offsets also, not just timestamps.
227
228         * tests/check/elements/videorate.c (test_more): Test that given
229         any incoming offsets, that videorate produces perfect offsets.
230
231 2007-03-29  Wim Taymans  <wim@fluendo.com>
232
233         * gst-libs/gst/riff/riff-ids.h:
234         Add some more RIFF formats.
235
236 2007-03-29  Wim Taymans  <wim@fluendo.com>
237
238         * gst-libs/gst/rtp/gstrtpbuffer.c:
239         (gst_rtp_buffer_default_clock_rate):
240         * gst-libs/gst/rtp/gstrtpbuffer.h:
241         Fix fixed payload names and docs.
242         Added method to get the default clock rates of fixed payload types.
243         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
244
245 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
246
247         * tests/check/pipelines/.cvsignore:
248         Add new vorbisdec test to cvsignore.
249
250 2007-03-28  Wim Taymans  <wim@fluendo.com>
251
252         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
253         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
254         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
255         (gst_base_audio_sink_set_property),
256         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
257         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
258         (gst_base_audio_sink_skew_slaving),
259         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
260         (gst_base_audio_sink_async_play):
261         * gst-libs/gst/audio/gstbaseaudiosink.h:
262         Store private stuff in GstBaseAudioSinkPrivate.
263         Add configurable clock slaving modes property.
264         API:: GstBaseAudioSink::slave-method property
265         Some more latency reporting tweaks.
266         Added skew based clock slaving correction and make it the default until
267         the resampling method is more robust.
268
269 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
270
271         * gst/audioconvert/audioconvert.c:
272         Add docs to the integer pack functions and implement proper
273         rounding. Before we had rounding towards negative infinity, i.e.
274         always the smaller number was taken. Now we use natural rounding,
275         i.e. rounding to the nearest integer and to the one with the largest
276         absolute value for X.5. The old rounding introduced some minor
277         distortions. Fixes #420079
278         * tests/check/elements/audioconvert.c: (GST_START_TEST):
279         Fix one unit test that assumed the old rounding and added unit tests
280         for checking signed/unsigned int16 <-> signed/unsigned int16 with
281         depth 8, one for signed int16 <-> unsigned int16 and one for the new
282         rounding from signed int32 to signed/unsigned int16.
283
284 2007-03-27  Michael Smith  <msmith@fluendo.com>
285
286         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
287         (gst_audio_convert_transform_caps):
288           Fix typo in debug line introduced recently, as pointed out on irc.
289
290 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
291
292         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
293         * tests/check/libs/tag.c: (GST_START_TEST):
294           Make sure we parse floating-point numbers in vorbis comments
295           correctly with either '.' or ',' as separator, no matter what
296           the current locale is. Add unit test for this too.
297
298 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
299
300         Patch by: René Stadler  <mail at renestadler de>
301
302         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
303           When writing out floating-point numbers to vorbis comment tags, always
304           use the same character as separator no matter what the current locale is
305           (fixes #423051).
306
307         * tests/check/libs/tag.c: (GST_START_TEST):
308           Add unit tests for replaygain tags in vorbis comments (closes #423055).
309
310 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
311
312         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
313           vorbis_handle_data_packet):
314           Correctly set DURATION to generate a timestamp-continuous stream.
315           One bug left at the end; see
316           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
317         * tests/check/Makefile.am:
318         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
319           Add a test to check this.  Without the above patch this test fails.
320
321 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
322
323         * gst-libs/gst/rtp/Makefile.am:
324         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
325
326 2007-03-23  Michael Smith  <msmith@fluendo.com>
327
328         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
329         (gst_video_rate_reset), (gst_video_rate_chain):
330           If videorate changes caps, we can no longer use the old buffer
331           (which may have a different size, incompatible with our caps).
332           So don't do that; just duplicate the new frame more times.
333
334 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
335
336         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
337         Remove playbin's override of the set_clock vmethod. It's irrelevant
338         after Wim's commit on the 19th.
339
340 2007-03-22  Wim Taymans  <wim@fluendo.com>
341
342         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
343         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
344         * ext/gnomevfs/gstgnomevfssrc.h:
345         Don't cache file sizes. Fixes #341078.
346
347 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
348
349         * gst/playback/gstplaybin.c: (add_sink):
350           Use GST_PTR_FORMAT to log caps. 
351
352 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
353
354         Patch by: Young-Ho Cha <ganadist at chollian net>
355
356         * gst/subparse/samiparse.c: (handle_start_font):
357           Special-case some more colour names that pango doesn't handle by
358           default. Fixes #420578.
359
360 2007-03-20  Michael Smith  <msmith@fluendo.com>
361
362         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
363           If we get a zero-sized input buffer, don't pass it to libvorbis, as
364           that marks EOS internally. After that, libvorbis will buffer all
365           input data, and encode none of it, eventually leading to memory
366           exhaustion.
367
368 2007-03-19  Wim Taymans  <wim@fluendo.com>
369
370         * gst/playback/gstdecodebin.c: (remove_fakesink):
371         Don't post STATE_DIRTY anymore.
372
373         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
374         (gst_play_bin_change_state):
375         Remove stream_time reset in seek handling, core does that now.
376         Disable clocking for live pipelines by forcing a NULL clock to the
377         complete pipeline, core is too smart now for our previous hack.
378         We can always autoplug in PAUSED now.
379
380 2007-03-17  David Schleef  <ds@schleef.org>
381
382         * REQUIREMENTS:  Update this file, change the formatting to make
383         it more consistent, plus more machine readable.
384
385 2007-03-16  Michael Smith  <msmith@fluendo.com>
386
387         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
388         (strip_width_64), (append_with_other_format):
389           Previous fix was too simplistic, and broke the tests. Use a better
390           approach; only strip 64 from widths for integer audio.
391
392 2007-03-16  Michael Smith  <msmith@fluendo.com>
393
394         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
395         (gst_audio_convert_transform_caps):
396           We don't support 64 bit integer audio, so don't try to claim we can.
397           Stops us producing caps don't match our template caps.
398           Update comments.
399
400 2007-03-15  Michael Smith  <msmith@fluendo.com>
401
402         * gst/audioresample/gstaudioresample.c:
403         (audioresample_check_discont), (audioresample_transform):
404           Don't trigger discontinuities for very small imperfections; a filter
405           flush will sound bad, and many plugins have rounding errors leading
406           to these.
407
408 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
409
410         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
411         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
412         Add min-ptime property to RTP base audio payloader. Patch by
413         olivier.crete@collabora.co.uk.
414         Fixes #415001
415
416         Indentation/whitespace/documentation fixes.
417
418 2007-03-14  Julien MOUTTE  <julien@moutte.net>
419
420         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
421         (audioresample_transform_size), (audioresample_do_output),
422         (audioresample_transform), (audioresample_pushthrough): Handle
423         discontinuous streams.
424         * gst/audioresample/gstaudioresample.h:
425         * tests/check/elements/audioresample.c:
426         (test_discont_stream_instance), (GST_START_TEST),
427         (audioresample_suite): Add a test for discontinuous streams.
428         * win32/common/config.h: Updated.
429
430 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
431
432         * po/af.po:
433         * po/az.po:
434         * po/cs.po:
435         * po/en_GB.po:
436         * po/it.po:
437         * po/nb.po:
438         * po/nl.po:
439         * po/or.po:
440         * po/sq.po:
441         * po/sr.po:
442         * po/sv.po:
443         * po/uk.po:
444         * po/vi.po:
445           Update translations from translation project.
446
447 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
448
449         * gst/audioresample/debug.h:
450         * gst/audioresample/resample.c: (resample_init):
451           Since I really am not interested in a debug line for each sample
452           being processed, move the library's debugging to its own category,
453           libaudioresample
454
455 2007-03-13  Michael Smith  <msmith@fluendo.com>
456
457         * ext/theora/theoradec.c: (theora_handle_type_packet):
458           Since the plugin doesn't support anything other than 4:2:0 right
459           now, post an error and fail if we get something else. Won't matter
460           until libtheora supports the other pixel formats, but hopefully
461           that'll be soon...
462
463 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
464
465         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
466         Use gst_guint64_to_gdouble for conversion.
467         * win32/MANIFEST:
468         Add new files to the win32 MANIFEST.
469         * win32/common/libgstaudio.def:
470         * win32/common/libgstpbutils.def:
471         Add new exported functions.
472         * win32/vs6/gst_plugins_base.dsw:
473         * win32/vs6/libgstdecodebin.dsp:
474         * win32/vs6/libgstplaybin.dsp:
475         Change the link to libgstpbutils.lib.
476         * win32/vs6/libgstdecodebin2.dsp:
477         Add a new project for decodebin2.
478         * win32/vs6/libgstpbutils.dsp:
479         Add a new project for pbutils.
480
481 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
482
483         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
484           Also accept partial dates with only year and month,
485           like 1999-12-00 (fixes #410396 even more).
486
487         * tests/check/libs/tag.c: (GST_START_TEST):
488           Add unit test for the above.
489
490 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
491
492         * tests/check/elements/subparse.c: (GST_START_TEST),
493         (subparse_suite):
494           Add unit test for MPL2 subtitle format (#413799).
495
496 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
497
498         Patch by: Kamil Pawlowski  <kamilpe gmail com>
499
500         * gst/subparse/Makefile.am:
501         * gst/subparse/gstsubparse.c:
502         (gst_sub_parse_data_format_autodetect),
503         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
504         (gst_subparse_type_find):
505         * gst/subparse/gstsubparse.h:
506         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
507         * gst/subparse/mpl2parse.h:
508           Add support for MPL2 subtitle format (#413799).
509
510 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
511
512         * configure.ac:
513           We require core CVS for the new buffer metadata copy functions.
514
515 2007-03-09  Wim Taymans  <wim@fluendo.com>
516
517         * gst-libs/gst/tag/gstid3tag.c:
518         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
519         Fixes #414496.
520
521         Patch by: Alex Lancaster <alexl at users sourceforge net>
522
523 2007-03-09  Wim Taymans  <wim@fluendo.com>
524
525         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
526         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
527         Improve adapter usage and comments.
528
529 2007-03-09  Wim Taymans  <wim@fluendo.com>
530
531         * ext/pango/gsttextrender.c: (gst_text_render_chain):
532         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
533         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
534         Use new metadata copy function.
535
536         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
537         (gst_ffmpegcsp_transform):
538         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
539         Basetransform copied the metadata for us.
540
541 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
542
543         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
544         (gst_text_overlay_video_event):
545           Some more logging. Only accept newsegment events in TIME format and
546           send a WARNING message if they are not in TIME format.
547
548         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
549         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
550         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
551         * gst/subparse/gstsubparse.h:
552           No need to allocate GstSegment structure dynamically, just put it
553           into the instance structure; ignore newsegment events in BYTE
554           format and in particular don't let it overwrite our saved TIME
555           segment from the last seek.
556
557 2007-03-09  Michael Smith  <msmith@fluendo.com>
558
559         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
560           Replace AC3 typefinder with one that isn't terrible, and actually
561           works usefully.
562
563 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
564
565         * gst/audioconvert/gstaudioconvert.c:
566         (gst_audio_convert_transform):
567           fix error category and translatable string
568           
569
570 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
571
572         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
573         * pkgconfig/gstreamer-plugins-base.pc.in:
574           Fix up utils => pbutils here too.
575
576 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
577
578         * gst/subparse/gstsubparse.c: (handle_buffer):
579           Break out of loop in chain function as soon as possible if we get
580           a non-OK flow return.
581
582 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
583
584         * tests/check/elements/alsa.c: (GST_START_TEST):
585         Unref the mixer if the state change fails too (if the
586         alsa devices are inaccessible, for example)
587
588 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
589
590         * tests/check/Makefile.am:
591         Don't test libvisual elements in the states check, because libvisual
592         seems to leak internally.
593
594         Re-enable the alsa and states tests now that there's new suppressions
595         in gst.supp.
596
597         * tests/check/elements/alsa.c: (GST_START_TEST):
598         Don't leak the alsamixer we instantiated.
599
600 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
601
602         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
603         (gst_ximagesink_change_state), (gst_ximagesink_reset),
604         (gst_ximagesink_finalize):
605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
606         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
607         Move some cleanup stuff from the state change handler into a _reset()
608         function that can be called from _finalize(). This ensures that things
609         get freed even if (for some reason) the NULL->READY state transition
610         fails in the parent class.
611         Even if a parent state change fails, process our downward state change
612         logic instead of bailing out early.
613         Free the correct xcontext pointer in ximagesink's xcontext_clear.
614
615 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
616
617         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
618         Extra log line.
619
620         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
621         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
622         Use pango_font_description_set_family_static instead of 
623         pango_font_description_set_family to save a string copy (it was
624         leaking due to the strdup anyway)
625
626         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
627         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
628         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
629         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
630         Chain up in finalize.
631
632 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
633
634         * gst-libs/gst/interfaces/mixertrack.c:
635         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
636         (gst_mixer_track_set_property):
637           API: add "untranslated-label" property which should be set by
638           implementations at construct time (#414645).
639
640         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
641         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
642           Set "untranslated-label" when constructing mixer track objects.
643
644         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
645           Unit test to check the above.
646
647 2007-03-07  Wim Taymans  <wim@fluendo.com>
648
649         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
650         Fix confusing debug message.
651
652 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
653
654         * gst-plugins-base.doap:
655         update doap file with new version
656
657 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
658
659         * configure.ac:
660         Back to CVS
661
662 === release 0.10.12 ===
663
664 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
665
666         * configure.ac:
667           releasing 0.10.12, "Zombie Horde"
668
669 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
670
671         * configure.ac:
672         Bump version to 0.10.11.4 pre-release
673
674 2007-03-06  Wim Taymans  <wim@fluendo.com>
675
676         * gst-libs/gst/audio/gstbaseaudiosink.c:
677         (gst_base_audio_sink_async_play):
678         Fix regression that made GStreamer skip the first samples of audio.
679         Fixes #414684.
680
681 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
682
683         * configure.ac:
684         Bump version to 0.10.11.3 pre-release
685
686 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
687
688         * po/POTFILES.in:
689           Update paths for the rename from utils to pbutils to fix the build.
690
691 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
692
693         * gst-libs/gst/pbutils/Makefile.am:
694           Change directory to install headers in from gst/utils to gst/pbutils
695           as well.
696
697 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
698
699         * configure.ac:
700         * docs/libs/gst-plugins-base-libs-docs.sgml:
701         * docs/libs/gst-plugins-base-libs-sections.txt:
702         * gst-libs/gst/Makefile.am:
703         * gst-libs/gst/interfaces/mixer.c:
704         * gst-libs/gst/pbutils/Makefile.am:
705         * gst-libs/gst/pbutils/descriptions.c:
706         (gst_pb_utils_get_source_description),
707         (gst_pb_utils_get_sink_description),
708         (gst_pb_utils_get_decoder_description),
709         (gst_pb_utils_get_encoder_description),
710         (gst_pb_utils_get_element_description),
711         (gst_pb_utils_add_codec_description_to_tag_list),
712         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
713         * gst-libs/gst/pbutils/descriptions.h:
714         * gst-libs/gst/pbutils/install-plugins.c:
715         * gst-libs/gst/pbutils/install-plugins.h:
716         * gst-libs/gst/pbutils/missing-plugins.c:
717         (gst_missing_uri_source_message_new),
718         (gst_missing_uri_sink_message_new),
719         (gst_missing_element_message_new),
720         (gst_missing_decoder_message_new),
721         (gst_missing_encoder_message_new),
722         (gst_missing_plugin_message_get_description):
723         * gst-libs/gst/pbutils/missing-plugins.h:
724         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
725         * gst-libs/gst/pbutils/pbutils.h:
726         * gst-libs/gst/utils/Makefile.am:
727         * gst-libs/gst/utils/base-utils.c:
728         * gst-libs/gst/utils/base-utils.h:
729         * gst-libs/gst/utils/descriptions.c:
730         * gst-libs/gst/utils/descriptions.h:
731         * gst-libs/gst/utils/install-plugins.c:
732         * gst-libs/gst/utils/install-plugins.h:
733         * gst-libs/gst/utils/missing-plugins.c:
734         * gst-libs/gst/utils/missing-plugins.h:
735         * gst-plugins-base.spec.in:
736         * gst/playback/Makefile.am:
737         * gst/playback/gstdecodebin.c:
738         * gst/playback/gstdecodebin2.c:
739         * gst/playback/gstplaybasebin.c: (setup_subtitle),
740         (gen_source_element):
741         * gst/playback/gstplaybin.c: (plugin_init):
742         * tests/check/Makefile.am:
743         * tests/check/libs/pbutils.c: (GST_START_TEST),
744         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
745         * tests/check/libs/utils.c:
746           rename utils to pbutils
747
748 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
749
750         * docs/plugins/Makefile.am:
751         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
752         * docs/plugins/gst-plugins-base-plugins-sections.txt:
753         * docs/plugins/inspect/plugin-decodebin2.xml:
754         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
755         Add documentation for decodebin2 that indicates that the API
756         is still unstable.
757
758 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
759
760         * configure.ac:
761         Update to 0.10.11.2 (0.10.12 pre-release)
762
763 2007-03-01  Wim Taymans  <wim@fluendo.com>
764
765         * gst-libs/gst/audio/gstbaseaudiosink.c:
766         (gst_base_audio_sink_async_play):
767         base time is irrelevant here.
768
769 2007-03-01  Wim Taymans  <wim@fluendo.com>
770
771         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
772         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
773         Improve debugging.
774
775         * gst-libs/gst/audio/gstbaseaudiosink.c:
776         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
777         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
778         Improve latency and clock slaving calculations.
779         Improve slave clock calibration.
780
781         * gst-libs/gst/audio/gstringbuffer.c:
782         (gst_ring_buffer_commit_full):
783         When we are asked to render N sample to 0 bytes, return N.
784
785 2007-03-01  Wim Taymans  <wim@fluendo.com>
786
787         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
788         (gst_alsasink_write), (gst_alsasink_reset):
789         * ext/alsa/gstalsasink.h:
790         Remove unused dispose function.
791         Rename lock to not interfere with alsasrc lock.
792
793         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
794         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
795         (gst_alsasrc_read), (gst_alsasrc_reset):
796         * ext/alsa/gstalsasrc.h:
797         Implement finalize function.
798         Use lock to protect alsa access.
799         Implement _reset.
800         Fine tune sw params.
801
802 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
803
804         * configure.ac:
805           Convert to new AG_GST style.
806
807 2007-02-28  Wim Taymans  <wim@fluendo.com>
808
809         Patch by: Ed Catmur <ed at catmur dot co dot uk>
810
811         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
812         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
813         Fix race condition when rapidly switching visualisations in playbin.
814         Fixes #401029.
815
816 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
817
818         * tests/check/Makefile.am:
819         Include local stuff before system installed things in LDFLAGS and
820         CFLAGS.
821
822 2007-02-28  Wim Taymans  <wim@fluendo.com>
823
824         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
825         Improve debugging.
826
827 2007-02-28  Wim Taymans  <wim@fluendo.com>
828
829         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
830         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
831         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
832         Fix duration and timestamping, taking latency into account.
833         Implement latency query.
834
835 2007-02-28  Wim Taymans  <wim@fluendo.com>
836
837         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
838         (gst_audio_clock_new):
839         Fix clock name.
840
841         * gst-libs/gst/audio/gstbaseaudiosink.c:
842         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
843         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
844         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
845         (gst_base_audio_src_create):
846         Improve latency query code.
847         Use proper clock names.
848
849 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
850
851         * tests/check/generic/states.c: (GST_START_TEST):
852           Copy the states.c test from core again
853         * tests/check/Makefile.am:
854           ignore cdio and cdparanoiasrc
855
856 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
857
858         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
859         (double_hq), (audio_convert_get_func_index), (check_default),
860         (audio_convert_prepare_context), (audio_convert_convert):
861           Also make valgrind happy and avoid copying data in some cases.
862
863 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
864
865         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
866         (double_hq), (audio_convert_get_func_index),
867         (audio_convert_prepare_context), (audio_convert_convert):
868         * gst/audioconvert/gstaudioconvert.c:
869         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
870         (gst_audio_convert_transform_caps):
871         * tests/check/elements/audioconvert.c: (GST_START_TEST),
872         (audioconvert_suite):
873           Don't run inplace if that overwrites source data as we go. Add more
874           tests. Fixes #339837 even more.
875
876 2007-02-27  Julien MOUTTE  <julien@moutte.net>
877
878         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
879         (msg_segment_done): Fix various seeking bugs (Slider was not
880         updating when doing a non flushing seek, Reverse playback 
881         on segment seek was wrong).
882
883 2007-02-26  Wim Taymans  <wim@fluendo.com>
884
885         * tests/examples/seek/seek.c: (stop_seek):
886         When we stop scrubbing, don't leave the pipeline PLAYING when we
887         requested a PAUSED state.
888
889 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
890
891         Patch by: René Stadler <mail at renestadler de>
892
893         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
894           Parse date strings in vorbis comments that have an invalid (zero)
895           month or day (#410396).
896
897         * tests/check/libs/tag.c: (GST_START_TEST):
898           Test case for the above.
899
900 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
901
902         Patch by: Loïc Minier <lool+gnome at via ecp fr>
903
904         * configure.ac:
905         * ext/alsa/Makefile.am:
906         * gst/audiotestsrc/Makefile.am:
907           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
908
909 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
910
911         * gst/playback/gstplaybin.c:
912           Improve docs: point out that the application needs to assist playbin
913           with buffering.
914
915 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
916
917         * gst-libs/gst/utils/install-plugins.c:
918         * gst-libs/gst/utils/missing-plugins.c:
919         * tests/check/libs/utils.c: (missing_msg_check_getters):
920           Change GStreamer marker prefix in detail string from 'gstreamer.net'
921           to just 'gstreamer'. Document the caps string component of the
922           decoder/encoder detail a bit better, since not everyone will be
923           familiar with the GStreamer media type/caps system (but they better
924           enjoy nested itemized lists).
925
926 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
927
928         * gst-libs/gst/netbuffer/gstnetbuffer.c:
929         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
930           Fix copying of GstNetBuffer (would crash before, or at least lead to
931           invalid memory access, #410772), for now by copying the GstBuffer copy
932           code from the core over here so we can copy the GstBuffer fields on a
933           provided buffer instance (of type GstNetBuffer in this case). Would be
934           better to fix this with some support by the core though (and in the long
935           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
936
937         * tests/check/Makefile.am:
938           Enable unit test for GstNetBuffer.
939
940 2007-02-22  Andy Wingo  <wingo@pobox.com>
941
942         * gst-libs/gst/audio/gstbaseaudiosink.c
943         (gst_base_audio_sink_init): Disable pull-mode activation until we
944         figure out how to make audio sinks go to PLAYING.
945
946 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
947
948         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
949         (double_hq), (audio_convert_get_func_index),
950         (audio_convert_prepare_context), (audio_convert_convert):
951         * gst/audioconvert/audioconvert.h:
952         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
953         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
954         * gst/audioconvert/gstchannelmix.h:
955         * tests/check/elements/audioconvert.c: (GST_START_TEST):
956           Add float as an intermediate format, as well as float mixing. Enable
957           test that was failing before. Fixes #339837
958
959 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
960
961         * tests/examples/seek/seek.c: (do_seek):
962         Undo the previous commit: -1 as a stop time implies that the stop
963         time is the end of file, clearing any previously configured segment.
964
965 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
966
967         * tests/examples/seek/seek.c: (do_seek):
968         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
969
970 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
971
972         * gst/volume/gstvolume.c: (volume_process_int16),
973         (volume_process_int16_clamp), (volume_set_caps):
974           Unbreak volume, value remains gint.
975
976 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
977
978         * gst/volume/gstvolume.c: (volume_choose_func),
979         (volume_update_real_volume), (gst_volume_set_volume),
980         (gst_volume_init), (volume_process_double), (volume_process_float),
981         (volume_process_int16), (volume_process_int16_clamp),
982         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
983         * gst/volume/gstvolume.h:
984           Extend float audio support (double) and some int->uint cleanups.
985
986 2007-02-20  Edward Hervey  <edward@fluendo.com>
987
988         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
989         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
990         (sort_end_pads), (gst_decode_group_expose),
991         (gst_decode_group_hide):
992         Don't free groups from the streaming threads. Just put them aside and
993         free them in dispose.
994
995 2007-02-20  Edward Hervey  <edward@fluendo.com>
996
997         * gst/playback/gstdecodebin2.c: (connect_element),
998         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
999         (sort_end_pads), (gst_decode_group_expose):
1000         Handle dynamic pads within groups.
1001         Sort pads before exposing them in order to make playbin happy.
1002         There still is a race with the multiqueue filling up. This should be
1003         solved separately.
1004         Fixes #398721
1005
1006 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1007
1008         * gst-libs/gst/utils/base-utils.c:
1009         * gst-libs/gst/utils/descriptions.c:
1010         * gst-libs/gst/utils/install-plugins.c:
1011         * gst-libs/gst/utils/missing-plugins.c:
1012           Some more docs (and descriptions for two subtitle formats).
1013
1014 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1015
1016         * gst-libs/gst/audio/audio.c:
1017           Fix documentation.
1018
1019 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
1020
1021         Patch by: Yves Lefebvre  <ivanohe abacom com>
1022
1023         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
1024           Don't leak caps. Fixes #408278.
1025
1026 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
1027
1028         * ext/cdparanoia/gstcdparanoiasrc.h:
1029         * ext/ogg/gstoggdemux.h:
1030         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
1031         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
1032         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
1033         * gst-libs/gst/audio/audio.h:
1034         * gst-libs/gst/audio/gstaudiofilter.h:
1035         * gst-libs/gst/interfaces/videoorientation.h:
1036         * gst/adder/gstadder.h:
1037           More docs coverage and some ChangeLog surgery (add missing names)
1038
1039 2007-02-15  Wim Taymans  <wim@fluendo.com>
1040
1041         * sys/ximage/ximagesink.c:
1042         (gst_ximagesink_calculate_pixel_aspect_ratio):
1043         * sys/xvimage/xvimagesink.c:
1044         (gst_xvimagesink_calculate_pixel_aspect_ratio):
1045         Small constifications.
1046
1047 2007-02-15  Wim Taymans  <wim@fluendo.com>
1048
1049         * gst-libs/gst/audio/gstbaseaudiosink.c:
1050         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
1051         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
1052         (gst_base_audio_sink_async_play),
1053         (gst_base_audio_sink_change_state):
1054         Answer latency query.
1055         Use configured latency when syncing.
1056         Fix clock slaving.
1057
1058         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1059         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1060         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
1061         Fix possible memleak.
1062         Implement latency query.
1063         Small cleanups.
1064
1065 2007-02-15  Wim Taymans  <wim@fluendo.com>
1066
1067         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
1068         Ignore errors in reset, these are not fatal. They also grab the element
1069         lock which is already taking when this function is called. Fixes
1070         #405451.
1071
1072 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
1073
1074         * configure.ac:
1075           Remove 'tests/examples/xerror/Makefile' from output files again.
1076
1077 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
1078
1079         * configure.ac:
1080         * docs/plugins/Makefile.am:
1081           Also crossref against gst-plugins-base-libs.
1082
1083 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
1084
1085         * configure.ac:
1086         * docs/libs/Makefile.am:
1087         * docs/plugins/Makefile.am:
1088           Add crossreferences to glib/gobject/gstream docs.
1089
1090         * gst-libs/gst/audio/audio.h:
1091           Source formatting.
1092
1093         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
1094           Add own debug category.
1095
1096 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
1097
1098         Patch by: René Stadler <mail at renestadler de>
1099
1100         * gst-libs/gst/tag/gstvorbistag.c:
1101           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
1102           (#403597).
1103
1104 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
1105
1106         * gst/playback/gstplaybasebin.c: (setup_source):
1107           When we have external subtitles and wait for the subtitle decodebin
1108           to get up and running, we set up a (sync) bus handler for the
1109           subtitle decodebin, so we can stop waiting when it posts an error
1110           message. However, we should do that before we set the subtitle
1111           decodebin's state to playing, otherwise things are racy and we might
1112           miss error messages posted before we had a chance to set up the bus.
1113           This should finally fix totem hanging on .txt pseudo-subtitle files.
1114           
1115 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
1116
1117         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
1118           Use gst_gdouble_to_guint64 for conversions.
1119         * win32/common/config.h.in:
1120           Add a define for GST_INSTALL_PLUGINS_HELPER
1121         * win32/common/libgstaudio.def:
1122         * win32/common/libgstcdda.def:
1123         * win32/common/libgstnetbuffer.def:
1124         * win32/common/libgstrtp.def:
1125         * win32/common/libgutils.def:
1126           Add new exported functions.
1127         * win32/vs6/gst_plugins_base.dsw:
1128         * win32/vs6/libgstdecodebin.dsp:
1129         * win32/vs6/libgstnetbuffer.dsp:
1130         * win32/vs6/libgstplaybin.dsp:
1131         * win32/vs6/libgstrtp.dsp:
1132         * win32/vs6/libgstvorbis.dsp:
1133         * win32/vs6/libgstcdda.dsp:
1134         * win32/vs6/libgstgdp.dsp:
1135         * win32/vs6/libgstutils.dsp:
1136           Update and add new project files.
1137
1138 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
1139
1140         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
1141         (subrip_remove_unhandled_tags), (parse_subrip):
1142           For SubRip (.srt) subtitles, ignore all markup tags we don't
1143           handle (like font tags, for example).
1144
1145         * tests/check/elements/subparse.c:
1146           Add test for this.
1147
1148 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
1149
1150         * gst/playback/gstdecodebin.c: (add_fakesink),
1151         (gst_decode_bin_change_state):
1152         * gst/playback/gstdecodebin2.c: (add_fakesink),
1153         (gst_decode_bin_change_state):
1154           Don't error out if there is no fakesink in the NULL to READY state
1155           change, since when decodebin is re-used, we're only adding the
1156           fakesink element in READY to PAUSED.
1157
1158         * tests/check/elements/decodebin.c:
1159         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
1160         (decodebin_suite):
1161           Minimal unit test to make sure we can use the same decodebin
1162           instance twice (at least with audiotestsrc input).
1163
1164 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
1165
1166         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
1167           Try to get devic-name from device string first, and from handle only
1168           as fallback (seems to yield better results and is more robust
1169           against buggy probing code on the application side).
1170
1171 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
1172
1173         Based on patch by: Julien Puydt <julien.puydt at laposte net>
1174
1175         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
1176         (gst_alsa_find_device_name):
1177         * ext/alsa/gstalsa.h:
1178         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
1179         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
1180           Improve device-name detection a bit, especially in the case where
1181           the device is not actually open (#405020, #405024). Move common code
1182           into gstalsa.c instead of duplicating it.
1183
1184 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
1185
1186         * gst/audioconvert/gstaudioconvert.c:
1187           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
1188
1189 2007-02-06  Julien MOUTTE  <julien@moutte.net>
1190
1191         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
1192         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
1193         (gst_xvimagesink_interface_supported),
1194         (gst_xvimagesink_probe_get_properties),
1195         (gst_xvimagesink_probe_probe_property),
1196         (gst_xvimagesink_probe_needs_probe),
1197         (gst_xvimagesink_probe_get_values),
1198         (gst_xvimagesink_property_probe_interface_init),
1199         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1200         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
1201         (gst_xvimagesink_get_type):
1202         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
1203         for XVAdaptors so that one can choose the adaptor to use with 
1204         gstreamer-properties.
1205
1206 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
1207
1208         * gst/audioconvert/gstaudioconvert.c:
1209           Also mention that a conversion from double to float is suboptimal still.
1210
1211 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
1212
1213         * gst-libs/gst/audio/gstaudiofilter.c:
1214         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
1215           Clear our formats structure and free the caps contained in it when
1216           shutting down.
1217
1218 2007-02-05  Andy Wingo  <wingo@pobox.com>
1219
1220         * gst-libs/gst/audio/gstbaseaudiosink.c
1221         (gst_base_audio_sink_callback): Update basesink->offset so that we
1222         pull monotonically increasing offsets instead of, um, seeking back
1223         to 0 each time. Fixes alsasrc ! alsasink!
1224
1225 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
1226
1227         * gst/videoscale/gstvideoscale.c:
1228           A width and height of 1 makes us crash, so increase minimum size to
1229           2x2 pixels until someone feels like fixing this (#404512).
1230
1231 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
1232
1233         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
1234           Add small test to make sure request pads are cleaned up properly
1235           even if oggmux never changes state out of NULL.
1236
1237 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
1238
1239         * tests/check/libs/utils.c: (GST_START_TEST):
1240           Fix unit test. Turns out things work much better when you
1241           NULL-terminate string arrays. Should make p5 build bot happy again.
1242
1243 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1244
1245         * gst-libs/gst/audio/Makefile.am:
1246         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
1247         (gst_audio_filter_template_base_init),
1248         (gst_audio_filter_template_class_init),
1249         (gst_audio_filter_template_init),
1250         (gst_audio_filter_template_set_property),
1251         (gst_audio_filter_template_get_property),
1252         (gst_audio_filter_template_setup),
1253         (gst_audio_filter_template_filter),
1254         (gst_audio_filter_template_filter_inplace), (plugin_init):
1255           Oops, forgot to commit fixed-up example.
1256
1257 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1258
1259         * docs/libs/gst-plugins-base-libs-sections.txt:
1260         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
1261         (gst_audio_filter_class_init), (gst_audio_filter_init),
1262         (gst_audio_filter_set_caps),
1263         (gst_audio_filter_class_add_pad_templates):
1264         * gst-libs/gst/audio/gstaudiofilter.h:
1265           Port GstAudioFilter to 0.10. This change technically breaks
1266           API and ABI (and thus also every library developer's heart),
1267           but seems justifiable on the grounds that the base class was
1268           completely unusable before (ie. would crash immediately when
1269           actually used). Fixes #403963 (and eventually also #403572).
1270           Also document all of this a bit.
1271
1272 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1273
1274         * gst-libs/gst/utils/install-plugins.c:
1275         (gst_install_plugins_spawn_child):
1276         * tests/check/libs/utils.c:
1277         (test_base_utils_install_plugins_do_callout):
1278           Lowering log level to see why things fail on the p5 build bot;
1279           fix some typos in unit test messages.
1280
1281 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
1282
1283         * tests/check/libs/utils.c:
1284         (test_base_utils_install_plugins_do_callout):
1285           Don't hard-code temp directory for test helper; use GLib functions
1286           to write out file and do error checking etc.
1287
1288 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1289
1290         * gst-libs/gst/utils/Makefile.am:
1291         * gst-libs/gst/utils/base-utils.h:
1292         * gst-libs/gst/utils/install-plugins.c:
1293         (gst_install_plugins_context_set_xid),
1294         (gst_install_plugins_context_new),
1295         (gst_install_plugins_context_free),
1296         (gst_install_plugins_get_helper),
1297         (gst_install_plugins_spawn_child),
1298         (gst_install_plugins_return_from_status),
1299         (gst_install_plugins_installer_exited),
1300         (gst_install_plugins_async), (gst_install_plugins_sync),
1301         (gst_install_plugins_return_get_name),
1302         (gst_install_plugins_installation_in_progress):
1303         * gst-libs/gst/utils/install-plugins.h:
1304           API: add API for applications to initiate installation of missing
1305           plugins, ie. gst_install_plugins_async() primarily.
1306           Based on libgimme-codec by Ryan Lortie.
1307
1308         * configure.ac:
1309           Add --with-install-plugins-helper configure option so distros can specify
1310           the path of the helper script or program to call when plugin installation
1311           is requested (distros: please do any argument munging in this helper
1312           script instead of patching GStreamer to pass arguments differently
1313           to another program directly).
1314
1315         * docs/libs/gst-plugins-base-libs-docs.sgml:
1316         * docs/libs/gst-plugins-base-libs-sections.txt:
1317           Build and document new API.
1318
1319         * tests/check/libs/utils.c: (result_cb),
1320         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
1321         (libgstbaseutils_suite):
1322           Some simple checks for the new API.
1323
1324 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1325
1326         * tests/check/elements/audioconvert.c: (test_float_conversion):
1327           Add small test for 32bit float <=> 64bit float conversion (works
1328           only one way so far, 32=>64 produces structured noise).
1329
1330 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
1331
1332         * gst/audioconvert/gstaudioconvert.c:
1333         (set_structure_widths_32_and_64), (make_lossless_changes):
1334           We don't support floats with a width of 40, 48 or 56 bits.
1335
1336 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
1337
1338         * gst/audioconvert/audioconvert.c: (float), (double),
1339         (audio_convert_get_func_index):
1340         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
1341         (make_lossless_changes):
1342           Support for 64-bit float audio in audioconvert (#339837)
1343
1344 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
1345
1346         Patch by: Holger Wansing  <linux wansing-online de>
1347
1348         * po/LINGUAS:
1349         * po/de.po:
1350           Add German translation (#352069).
1351
1352 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
1353
1354         reviewed by: Wim Taymans <wim@fluendo.com>
1355
1356         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
1357         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
1358         Use newly added GstCollectPads API to free the allocated resources in
1359         the GstOggPad structures (#402393).
1360
1361 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
1362
1363         * gst/playback/gstplaybin.c: (gen_vis_element):
1364           Add audioresample+audioconvert in front of the visualisation
1365           element, so that elements like libvisual 0.4 that don't support all
1366           samplerates can work.
1367
1368           Fixes: #402505
1369
1370 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
1371
1372         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
1373         (gst_play_base_bin_get_streaminfo_value_array):
1374           Take some locks and make a copy of the streaminfo value array we
1375           maintain while holding the lock, so that the application can
1376           retrieve the stream-info as a value array in a thread-safe way.
1377
1378 2007-01-30  Wim Taymans  <wim@fluendo.com>
1379
1380         * gst/audioconvert/gstaudioconvert.c:
1381         Don't fail on 0 sized buffers. Fixes #396835.
1382
1383 2007-01-29  David Schleef  <ds@schleef.org>
1384
1385         * gst/typefind/gsttypefindfunctions.c:
1386           Detect BBCD as video/x-dirac, so we can play raw dirac
1387           streams.
1388
1389 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
1390
1391         * ext/theora/theoraenc.c: (theora_enc_chain):
1392           Check return value of theora_encode_header(), or we might try to
1393           allocate a random number of bytes. theora_encode_header() can fail
1394           if libtheora has been compiled with encoding support disabled.
1395           Fixes #398110.
1396
1397 2007-01-29  Wim Taymans  <wim@fluendo.com>
1398
1399         * tests/check/gst/.cvsignore:
1400         Do as buildbot says.
1401
1402 2007-01-29  Wim Taymans  <wim@fluendo.com>
1403
1404         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
1405         Fix strides in libvisual. Gst uses X strides.
1406         Inspired by: <ed at catmur dot co dot uk> and 
1407         <tim at centricular dot net>
1408         Fixes #401118.
1409
1410 2007-01-27  Wim Taymans  <wim@fluendo.com>
1411
1412         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
1413         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
1414         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
1415         (gst_ogg_demux_perform_seek),
1416         (gst_ogg_demux_bisect_forward_serialno),
1417         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
1418         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
1419         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
1420         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
1421         * ext/ogg/gstoggdemux.h:
1422         Properly propagate streaming errors when we are scanning the file for
1423         chains so that we don't crash when shut down. Might fix some crashers
1424         when quickly switching oggs in RB such as #332503 and #378436.
1425
1426 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
1427
1428         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
1429           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
1430           error code as well.
1431
1432 2007-01-25  Wim Taymans  <wim@fluendo.com>
1433
1434         * gst/playback/gstplaybasebin.c: (remove_source):
1435         Don't try to disconnect a signal from a finalized object.
1436
1437 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1438
1439         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
1440           Cast lock macro parameters to make sure we're actually accessing the
1441           lock member at the right class level. Free list itself in _dispose()
1442           as well and NULL it in case dispose gets called multiple times.
1443
1444 2007-01-25  Edward Hervey  <edward@fluendo.com>
1445
1446         * gst/playback/gstdecodebin2.c:
1447         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
1448         Free GstDecodeGroups no longer used.
1449         (gst_decode_group_expose):
1450         Don't unlock too many times !
1451         (deactivate_free_recursive):
1452         Free iterator once we're done with it.
1453         Fix for recursively deactivating elements (stop at ghostpads).
1454
1455 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1456
1457         * gst/playback/gstplaybin.c: (handoff):
1458           Fix up caps on the frame buffer before we save it and potentially
1459           make it accessible to other threads via g_object_get; also use
1460           gst_buffer_replace() instead of gst_mini_object_replace().
1461
1462 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
1463
1464         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
1465           Make getting the current frame thread-safe.
1466
1467 2007-01-25  Edward Hervey  <edward@fluendo.com>
1468
1469         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
1470         (gst_decode_group_new), (gst_decode_group_free):
1471         Set queues to bigger sizes to cope with HD contents.
1472         Fix some mutex freeing and add comment about MT safe methods.
1473
1474 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
1475
1476         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
1477         (gst_text_overlay_text_event):
1478           Don't unnecessarily ref (and then leak) upstream events if the text
1479           pad is not linked. Fixes #399948.
1480
1481         * tests/check/gst-plugins-base.supp:
1482           Add suppression for pango on edgy/x86 for textoverlay test.
1483
1484 2007-01-24  Wim Taymans  <wim@fluendo.com>
1485
1486         * gst-libs/gst/rtp/gstrtpbuffer.h:
1487         Add some more fixed payloads.
1488
1489 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1490
1491         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
1492           Error out properly if we get an error from libogg while reading the
1493           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
1494
1495 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
1496
1497         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
1498           Don't leak mutex.
1499
1500         * tests/check/elements/playbin.c:
1501         (test_sink_usage_video_only_stream),
1502         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
1503         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
1504         (test_missing_suburisource_handler),
1505         (test_missing_primary_decoder), (playbin_suite):
1506           Run all tests once with decodebin and once with decodebin2.
1507           One test does not pass yet with decodebin2.
1508
1509 2007-01-23  Edward Hervey  <edward@fluendo.com>
1510
1511         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
1512         Fix the cases where oggmux doesn't properly figure out that all
1513         sinkpads have gone EOS, and therefore doesn't push out the remaining
1514         buffers and the final EOS event.
1515         Fixes #363379
1516
1517 2007-01-23  Julien MOUTTE  <julien@moutte.net>
1518
1519         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1520         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1521         Don't lock on navigation event push, just on keysym to string.
1522         Fixes #397673 again.
1523
1524 2007-01-22  Edward Hervey  <edward@fluendo.com>
1525
1526         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
1527         (get_current_group), (group_demuxer_event_probe),
1528         (gst_decode_group_expose), (deactivate_free_recursive),
1529         (gst_decode_group_free):
1530         Cleanups.
1531         Don't forget to emit 'no-more-pads' once a group is exposed.
1532         Cleanup elements from a DecodeGroup once we remove it.
1533         Protect call to gst_decode_group_expose() with the decodebin lock.
1534
1535 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1536
1537         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1538         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1539         Looking at Xorg code i can't figure out if that XKeysymToString
1540         function is thread sensible or not. Lock it just in case as
1541         recommended by Radek Doulik <rodo at ximian dot com>.
1542
1543 2007-01-22  Julien MOUTTE  <julien@moutte.net>
1544
1545         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
1546         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
1547         Lock that X Call as well. Fixes #397673.
1548
1549 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1550
1551         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
1552           Don't go into an endless loop if the file starts with 00 00 01 2X,
1553           like quicktime redirect files might. Fixes #396042.
1554
1555         * tests/check/Makefile.am:
1556         * tests/check/gst/.cvsignore:
1557         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
1558         (typefindfunctions_suite):
1559           Add unit test for the above.
1560
1561 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1562
1563         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1564           On second thought, use "depth" field rather than "bpp" field.
1565
1566 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
1567
1568         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1569           Camtasia caps apparently need a bpp field (#398875).
1570
1571 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1572
1573         * gst/playback/gstplaybasebin.c: (setup_subtitle),
1574         (gen_source_element), (gst_play_base_bin_change_state):
1575           Attempt at a better error message in case we don't have the required
1576           URI handler installed; post missing-plugin message also when we're
1577           missing an URI handler for the subtitle URI; clean up properly also
1578           when an error occurs and we never made it to PAUSED state.
1579
1580         * tests/check/elements/playbin.c: (GST_START_TEST),
1581         (playbin_suite):
1582           Check that we're also getting a missing-plugin messsage for a
1583           missing subtitle URI handler (and clean up properly).
1584
1585 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1586
1587         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
1588           Plug a few reference leaks.
1589
1590 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1591
1592         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1593           Lower probability a bit if the marker isn't right at the start,
1594           to decrease the chance of false positives.
1595
1596 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
1597
1598         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
1599           Small mpeg2 system stream typefinding improvement: make typefinder
1600           probe a bit into the stream instead of just looking for a marker
1601           at the beginning. Fixes #397810.
1602
1603 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
1604
1605         * gst/audioconvert/gstchannelmix.c:
1606           Remove compatibility cruft for prehistoric GLib versions.
1607
1608 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
1609
1610         * gst/playback/Makefile.am:
1611         * gst/playback/gstdecodebin.c: (close_pad_link):
1612         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
1613         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
1614         (gst_play_base_bin_handle_message_func), (unknown_type):
1615           Let decodebin be the element to post missing-plugin messages for
1616           missing decoders (rather than playbin); make playbin implement
1617           GstBin::handle_message so we can suppress missing-plugin messages
1618           for types we're not handling on purpose (don't want to bring up an
1619           installer in those cases).
1620
1621 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
1622
1623         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1624         * gst-libs/gst/tag/gstvorbistag.c:
1625         (gst_tag_list_to_vorbiscomment_buffer):
1626         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
1627           Fix potentially unaligned access (#397207).
1628
1629 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1630
1631         * tests/examples/seek/seek.c: (set_scale), (update_scale),
1632         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
1633         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
1634         (main):
1635           Allow to toggle looping while it plays. Fix callback prototype. Clean
1636           up code a bit more. Add copyright header.
1637
1638 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
1639
1640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
1641           Red and blue mask was swapped (spotted by Dan Williams).
1642
1643 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
1644
1645         * gst-libs/gst/tag/gstid3tag.c:
1646         * gst-libs/gst/tag/gstvorbistag.c:
1647           Use new beats-per-minute tag from core.
1648
1649 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
1650
1651         * po/POTFILES.in:
1652           Add new files with translatable strings, so they actually make it
1653           into the template file one day.
1654
1655 2007-01-12  Andy Wingo  <wingo@pobox.com>
1656
1657         * gst-libs/gst/audio/gstbaseaudiosink.c
1658         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
1659         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
1660         stuff, as the base class handles this now. Actually tell the ring
1661         buffer to start.
1662         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
1663         How did this work before? Maybe I'm not as awesome a programmer as
1664         I think.
1665
1666         * gst-libs/gst/audio/gstbaseaudiosrc.c
1667         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
1668         of a pad function.
1669
1670 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1671
1672         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
1673           Remove more fields so that the application can better blacklist
1674           formats that have been tried before.
1675
1676 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1677
1678         * gst-libs/gst/audio/mixerutils.h:
1679           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
1680           used when compiling with c++ compilers as well.
1681
1682 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
1683
1684         * gst/typefind/gsttypefindfunctions.c:
1685           Fix comment.
1686
1687 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
1688
1689         * gst/playback/gstplaybin.c: (post_missing_element_message),
1690         (gen_video_element), (gen_text_element), (gen_audio_element),
1691         (gen_vis_element):
1692           Post missing-plugin messages also when we error out because
1693           converters, textoverlay or auto*sinks are missing (#161922).
1694
1695 2007-01-10  Wim Taymans  <wim@fluendo.com>
1696
1697         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
1698         (is_demuxer_element), (new_caps):
1699         * gst/playback/gstplaybasebin.c: (source_new_pad):
1700         Fix the case where we try to ref a NULL element when we delay a link
1701         because of unfixed caps.
1702         Set the state of autoplugged decodebins to PAUSED.
1703         RTSP now works in playbin, we can remove it from the blacklist.
1704
1705 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1706
1707         * gst/playback/Makefile.am:
1708         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
1709         (unknown_type), (setup_subtitle), (gen_source_element):
1710         * gst/playback/gstplaybin.c: (plugin_init):
1711           Post missing-plugin messages on the bus for missing sources and
1712           missing decoders/demuxers/depayloaders; fix error code used when
1713           we're missing an URI handler source; for media types that we are not
1714           handling on purpose at the moment, don't print "don't know how to
1715           handle xyz" messages to the terminal or post missing-plugin
1716           messages on the bus.
1717
1718         * tests/check/elements/playbin.c: (create_playbin),
1719         (GST_START_TEST), (gst_codec_src_uri_get_type),
1720         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
1721         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
1722         (gst_codec_src_init_type), (gst_codec_src_base_init),
1723         (gst_codec_src_create), (gst_codec_src_class_init),
1724         (gst_codec_src_init), (plugin_init), (playbin_suite):
1725           Add some tests for the missing-plugin stuff.
1726
1727 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1728
1729         * configure.ac:
1730         * gst-libs/gst/Makefile.am:
1731         * gst-libs/gst/utils/Makefile.am:
1732         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
1733         * gst-libs/gst/utils/base-utils.h:
1734         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
1735         (find_format_info), (caps_are_rtp_caps),
1736         (gst_base_utils_get_source_description),
1737         (gst_base_utils_get_sink_description),
1738         (gst_base_utils_get_decoder_description),
1739         (gst_base_utils_get_encoder_description),
1740         (gst_base_utils_get_element_description),
1741         (gst_base_utils_add_codec_description_to_tag_list),
1742         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
1743         * gst-libs/gst/utils/descriptions.h:
1744         * gst-libs/gst/utils/missing-plugins.c:
1745         (missing_structure_get_type), (copy_and_clean_caps),
1746         (gst_missing_uri_source_message_new),
1747         (gst_missing_uri_sink_message_new),
1748         (gst_missing_element_message_new),
1749         (gst_missing_decoder_message_new),
1750         (gst_missing_encoder_message_new),
1751         (missing_structure_get_string_detail),
1752         (missing_structure_get_caps_detail),
1753         (gst_missing_plugin_message_get_installer_detail),
1754         (gst_missing_plugin_message_get_description),
1755         (gst_is_missing_plugin_message):
1756         * gst-libs/gst/utils/missing-plugins.h:
1757           API: add new libgstbaseutils library with functions
1758           - to create and parse missing-plugins messages
1759           - that provide (translated) descriptions for caps/decoders/sources/etc.
1760           Closes #392393.
1761
1762         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
1763         * pkgconfig/gstreamer-plugins-base.pc.in:
1764           Add new lib.
1765
1766         * docs/libs/gst-plugins-base-libs-docs.sgml:
1767         * docs/libs/gst-plugins-base-libs-sections.txt:
1768           Generate docs for new lib and API.
1769
1770         * tests/check/Makefile.am:
1771         * tests/check/libs/.cvsignore:
1772         * tests/check/libs/utils.c: (missing_msg_check_getters),
1773         (GST_START_TEST), (libgstbaseutils_suite):
1774           Add some basic unit tests.
1775
1776 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1777
1778         * ext/ogg/Makefile.am:
1779           Dist gstoggdemux.h to fix 'make distcheck'.
1780
1781         * sys/v4l/Makefile.am:
1782           Fix 'make distcheck' even more.
1783
1784 2007-01-09  Wim Taymans  <wim@fluendo.com>
1785
1786         * docs/plugins/Makefile.am:
1787         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1788         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1789         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
1790         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
1791         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
1792         (gst_ogg_demux_perform_seek):
1793         * ext/ogg/gstoggdemux.h:
1794         Added docs.
1795         Add some more comments.
1796         Small cleanups.
1797
1798 2007-01-09  Wim Taymans  <wim@fluendo.com>
1799
1800         * ext/theora/theoradec.c:
1801         * ext/vorbis/vorbisdec.c:
1802         * gst-libs/gst/audio/gstringbuffer.c:
1803         (gst_ring_buffer_commit_full):
1804         * gst-libs/gst/audio/gstringbuffer.h:
1805         * gst-libs/gst/rtp/gstrtpbuffer.c:
1806         * gst-libs/gst/tag/gstvorbistag.c:
1807         Small documentation updates/fixes
1808
1809 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
1810
1811         * configure.ac:
1812           Require core CVS HEAD for Andy's basesrc/sink API additions.
1813
1814 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1815
1816         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
1817
1818         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
1819         (plugin_init):
1820           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
1821           on flac.sf.net (there appear to be other versions of the first
1822           ogg page in the wild) (#391365).
1823
1824 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1825
1826         * configure.ac:
1827           Check if localtime_r() is available.
1828
1829         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
1830           If localtime_r() is not available, fall back to localtime(). Should
1831           fix build on MingW (#393310).
1832
1833 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
1834
1835         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
1836         * gst/subparse/gstsubparse.h:
1837           Remove spurious 1000 subtrahend when calculating the timestamp from
1838           the frame number and the frame rate . Also, use the frames/second
1839           value specified in the first line of the file, if one is specified
1840           there. Should fix #357503.
1841
1842         * tests/check/elements/subparse.c: (do_test),
1843         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
1844         (subparse_suite):
1845           Add some basic unit tests for the microdvd subtitle format.
1846
1847 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1848
1849         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1850         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
1851         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
1852         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
1853         (gst_xvimagesink_set_xwindow_id),
1854         (gst_xvimagesink_set_event_handling),
1855         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
1856         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
1857         Patch by : Young-Ho Cha <ganadist at chollian dot net>
1858         Fixes : #390076.
1859         Add an adaptor property to select a specific XV adaptor.
1860         * sys/xvimage/xvimagesink.h:
1861
1862 2007-01-07  Julien MOUTTE  <julien@moutte.net>
1863
1864         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
1865         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
1866         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
1867         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
1868         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
1869         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
1870         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
1871         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
1872         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
1873         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
1874         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
1875         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
1876         Use flow_lock much more to protect every access to xwindow.
1877         Try to catch erros while creating images in case some drivers are
1878         just generating an XError when the requested image is too big.
1879         Should fix : #354698, #384008, #384060.
1880         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
1881         Implement some stress testing of setting window xid.
1882
1883 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
1884
1885         * win32/common/libgsaudio.def:
1886           Add new exported function.
1887         * win32/common/libgstogg.dsp:
1888           Add gstoggaviparse.c to the build.
1889         * win32/common/libgstvideoscale.dsp:
1890           Add vs_4tap.c to the build.
1891         * win32/common/libgstvorbis.dsp:
1892           Add vorbistag.c to the build.
1893         
1894 2007-01-06  Andy Wingo  <wingo@pobox.com>
1895
1896         * gst-libs/gst/audio/gstbaseaudiosink.c
1897         (gst_base_audio_sink_class_init)
1898         (gst_base_audio_sink_init): 
1899         (gst_base_audio_sink_activate_pull): Add an activate_pull function
1900         to baseaudiosink, and tell basesink that we can work in pull mode.
1901         This way the ring buffer thread drives the pipeline directly, if
1902         pull mode is possible. There is some lingering nastiness regarding
1903         capsnego, however.
1904         (gst_base_audio_sink_callback): Implement the callback to pull
1905         data. This interface is a bit light, though -- it should get a
1906         GstFlowReturn return value at least.
1907
1908 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1909
1910         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
1911         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
1912         * gst/playback/gstdecodebin2.c:
1913         (gst_decode_group_check_if_blocked):
1914           Printf format and missing argument fixes.
1915
1916 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
1917
1918         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
1919         (gst_ogm_parse_change_state):
1920         Activate pads before adding them to the element.
1921
1922 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1923
1924         * tests/examples/seek/scrubby.c: (main):
1925         * tests/examples/seek/seek.c: (main):
1926           Call g_thread_init() first thing in main() (see #391278).
1927
1928 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1929
1930         * tests/check/Makefile.am:
1931         * tests/check/libs/.cvsignore:
1932         * tests/check/libs/netbuffer.c: (GST_START_TEST),
1933         (netbuffer_suite):
1934           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
1935           for the time being, since it's broken, see #393099.
1936
1937 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
1938
1939         * tests/check/Makefile.am:
1940           Update to use GST_PLUGINS_BASE_CFLAGS as well.
1941
1942 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
1943
1944         * configure.ac:
1945           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
1946           so that GST_BASE_CFLAGS can go inbetween them, making sure
1947           we use uninstalled gst-libs headers
1948         * docs/libs/Makefile.am:
1949         * ext/alsa/Makefile.am:
1950         * ext/cdparanoia/Makefile.am:
1951         * ext/gnomevfs/Makefile.am:
1952         * ext/libvisual/Makefile.am:
1953         * ext/ogg/Makefile.am:
1954         * ext/theora/Makefile.am:
1955         * ext/vorbis/Makefile.am:
1956         * gst-libs/gst/audio/Makefile.am:
1957         * gst-libs/gst/cdda/Makefile.am:
1958         * gst-libs/gst/interfaces/Makefile.am:
1959         * gst-libs/gst/riff/Makefile.am:
1960         * gst-libs/gst/rtp/Makefile.am:
1961         * gst-libs/gst/tag/Makefile.am:
1962         * gst/adder/Makefile.am:
1963         * gst/audioconvert/Makefile.am:
1964         * gst/audiorate/Makefile.am:
1965         * gst/audioresample/Makefile.am:
1966         * gst/playback/Makefile.am:
1967         * gst/tcp/Makefile.am:
1968         * gst/videoscale/Makefile.am:
1969         * gst/volume/Makefile.am:
1970         * sys/ximage/Makefile.am:
1971         * sys/xvimage/Makefile.am:
1972         * tests/icles/Makefile.am:
1973           adapt
1974
1975 2007-01-04  Julien MOUTTE  <julien@moutte.net>
1976
1977         * gst-libs/gst/interfaces/xoverlay.c:
1978         (gst_x_overlay_handle_events):
1979         * gst-libs/gst/interfaces/xoverlay.h:
1980         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
1981         (gst_ximagesink_set_xwindow_id),
1982         (gst_ximagesink_set_event_handling),
1983         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
1984         (gst_ximagesink_get_property), (gst_ximagesink_init),
1985         (gst_ximagesink_class_init):
1986         * sys/ximage/ximagesink.h:
1987         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
1988         (gst_xvimagesink_set_xwindow_id),
1989         (gst_xvimagesink_set_event_handling),
1990         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
1991         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
1992         (gst_xvimagesink_class_init):
1993         * sys/xvimage/xvimagesink.h:
1994         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
1995         Add a method to the XOverlay interface to allow disabling of 
1996         event handling in x[v]imagesink elements. This will let X events
1997         propagate to parent windows which can be usefull in some cases.
1998         Be carefull that the application is then responsible of pushing
1999         navigation events and expose events to the video sink.
2000         Fixes: #387138.
2001
2002 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
2003
2004         * gst-libs/gst/tag/gstvorbistag.c:
2005         * tests/check/libs/tag.c: (GST_START_TEST):
2006           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
2007           (fixes #392070).
2008
2009 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
2010
2011         * configure.ac:
2012         * docs/Makefile.am:
2013         * docs/design/Makefile.am:
2014           Dist design docs.
2015
2016 2006-12-27  Julien MOUTTE  <julien@moutte.net>
2017
2018         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
2019         typo. Fixes: #390063.
2020
2021 2006-12-27  Julien MOUTTE  <julien@moutte.net>
2022
2023         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
2024         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
2025         caps leak.
2026         * win32/common/config.h: Updated.
2027
2028 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
2029
2030         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
2031         (setup_gdpdepay_streamheader):
2032         * tests/check/elements/gdppay.c: (cleanup_gdppay),
2033         (setup_gdppay_streamheader):
2034           Fix the dp tests, but activating the pads for the streamheader tests
2035           too and cleaning up conditionaly
2036
2037 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
2038
2039         * gst/ffmpegcolorspace/avcodec.h:
2040         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2041         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2042         (gst_ffmpegcsp_avpicture_fill):
2043         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
2044         (img_get_alpha_info):
2045         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
2046         other end of the word. Fixes: #387073.
2047
2048         Add some inconsequential branch hints in a couple of places.
2049
2050 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
2051
2052         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2053         (gst_ffmpeg_caps_to_smpfmt):
2054           The "signed" field in raw audio caps is of boolean type, trying to
2055           extract the value with _get_int() will fail (fix to keep in sync with
2056           the copy in gst-ffmpeg)
2057
2058 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
2059
2060         * tests/check/elements/audioresample.c: (cleanup_audioresample):
2061         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
2062         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
2063         (cleanup_gdpdepay):
2064         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
2065         * tests/check/elements/subparse.c: (teardown_subparse):
2066         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
2067         * tests/check/elements/videorate.c: (cleanup_videorate):
2068         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
2069         * tests/check/elements/volume.c: (cleanup_volume):
2070         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
2071         (cleanup_vorbisdec):
2072         * tests/check/elements/vorbistag.c: (setup_vorbistag),
2073         (cleanup_vorbistag):
2074           consistent pad (de)activation
2075
2076 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
2077
2078         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
2079           Forgot to register the extensions.
2080
2081 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
2082
2083         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
2084         (plugin_init):
2085           Add typefinder for VIVO files (my christmas present to the 90s).
2086
2087 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2088
2089         * gst/playback/gstdecodebin.c: (type_found):
2090           Special-case the text/plain media type: we only want to recognise it
2091           as a 'raw' decoded media type if it comes from a demuxer or subtitle
2092           parser, but not if the entire stream is of text/plain type. If the
2093           entire stream is text/plain, we should just error out.
2094
2095           This fixes playback of audio files with lyrics in totem. Totem can't
2096           distinguish between text files and subtitle files and passes any
2097           .txt file with the same basename as the main file to playbin as
2098           suburi, and playbin will then throw a 'subtitle found, but no video
2099           stream' error, which isn't entirely helpful. See #380342.
2100
2101           Also, with this change we'll show a slightly more correct error
2102           message in case totem passes a playlist file to us (although a
2103           custom error message wording instead of the default text would
2104           probably not be a bad idea either).
2105
2106           Same problem also needs to be fixed for playbin+decodebin2.
2107
2108         * tests/check/Makefile.am:
2109         * tests/check/elements/decodebin.c: (src_handoff_cb),
2110         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
2111         (decodebin_suite):
2112           Add simple unit test for decodebin for the above.
2113
2114 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
2115
2116         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
2117         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
2118           Refuse to change state to READY when we failed to create any of the
2119           required elements in our instance init function.
2120
2121 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
2122
2123         * docs/libs/gst-plugins-base-libs-sections.txt:
2124           Small docs fixes/updates.
2125
2126         * gst-libs/gst/video/gstvideosink.h:
2127           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
2128           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
2129           removed from the base sink API between 0.9.6 and 0.9.7).
2130           API: add GST_VIDEO_SINK_CAST and use it for the height/width
2131           accessor macros, so we don't do a runtime GObject type check every
2132           time we use them.
2133
2134 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
2135
2136         * Makefile.am:
2137         * gst-plugins-base.doap:
2138         * gst-plugins-base.spec.in:
2139           add doap file
2140
2141 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
2142
2143         Patch by: Jens Granseuer <jensgr at gmx net>
2144
2145         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2146         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2147         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
2148         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
2149         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
2150           Declare variables at the beginning of a block. Fixes #383195.
2151
2152 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
2153
2154         * configure.ac:
2155         Bump version nano - back to CVS.
2156
2157
2158 === release 0.10.11 ===
2159
2160 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
2161
2162         * configure.ac:
2163           releasing 0.10.11, "Dumb things"
2164
2165 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
2166
2167         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
2168         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
2169         Handle the case where an element has multiple pads with 
2170         unfixed caps as well as still possibly producing more dynamic 
2171         pads by storing each case as a distinct entry in the dynamic list.
2172         Fixes #38223 again.
2173
2174 2006-12-04  Wim Taymans  <wim@fluendo.com>
2175
2176         * gst/playback/gstdecodebin.c: (close_pad_link):
2177         Fix #382223, add more dynamic caps handling.
2178
2179 2006-12-04  Wim Taymans  <wim@fluendo.com>
2180
2181         reviewed by: <delete if not using a buddy>
2182
2183         * gst-libs/gst/audio/gstringbuffer.h:
2184         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
2185         (gst_netaddress_set_ip4_interface),
2186         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
2187         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
2188         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
2189         (gst_netaddress_get_ttl):
2190         * gst-libs/gst/netbuffer/gstnetbuffer.h:
2191         * gst/playback/gstdecodebin.c: (close_pad_link):
2192         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
2193         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
2194         * win32/common/config.h:
2195
2196 2006-12-01  Michael Smith  <msmith@fluendo.com>
2197
2198         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
2199           Delete bad debug code.
2200           Fixes #381219
2201
2202 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
2203
2204         * gst/videoscale/vs_4tap.c:
2205         * win32/MANIFEST:
2206         * win32/common/config.h:
2207         * win32/vs8/libgstvideoscale.vcproj:
2208         Fix compilation on win32 under VS8
2209         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
2210         Partially fixes #381175
2211
2212 2006-11-30  Michael Smith  <msmith@fluendo.com>
2213
2214         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2215         (GST_START_TEST):
2216           It would be very bad if, after a discont buffer, we thought every
2217           single following buffer was also discont. So, add to the test to
2218           ensure that this isn't the case.
2219           
2220         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
2221           ... it was the case. So fix it.
2222
2223 2006-11-28  Wim Taymans  <wim@fluendo.com>
2224
2225         * gst/playback/gstplaybasebin.c: (check_queue_event):
2226         Improve debug.
2227
2228         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
2229         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
2230         padtemplate caps. Refixes #357577.
2231
2232 2006-11-28  Wim Taymans  <wim@fluendo.com>
2233
2234         * gst/playback/gstplaybasebin.c: (check_queue_event),
2235         (queue_threshold_reached), (queue_out_of_data),
2236         (gen_preroll_element):
2237         Add event probe to see when EOS is in a queue and we can disable the
2238         underrun signals. Fixes #357577.
2239
2240 2006-11-28  Edward Hervey  <edward@fluendo.com>
2241
2242         * gst/playback/Makefile.am:
2243         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
2244         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
2245         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
2246         (gst_decode_bin_init), (gst_decode_bin_dispose),
2247         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
2248         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
2249         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
2250         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
2251         (connect_element), (expose_pad), (type_found),
2252         (pad_added_group_cb), (pad_removed_group_cb),
2253         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
2254         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
2255         (are_raw_caps), (multi_queue_overrun_cb),
2256         (multi_queue_underrun_cb), (gst_decode_group_new),
2257         (get_current_group), (group_demuxer_event_probe),
2258         (gst_decode_group_control_demuxer_pad),
2259         (gst_decode_group_control_source_pad),
2260         (gst_decode_group_check_if_blocked),
2261         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
2262         (gst_decode_group_hide), (gst_decode_group_free),
2263         (gst_decode_group_set_complete), (source_pad_blocked_cb),
2264         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
2265         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
2266         (plugin_init):
2267         New decodebin2 element.
2268         Closes #370092
2269         * gst/playback/gstplay-marshal.list:
2270         Added marshallers for new signals in decodebin2
2271         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
2272         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
2273         is set.
2274
2275 2006-11-28  Wim Taymans  <wim@fluendo.com>
2276
2277         * gst/playback/gstplaybasebin.c: (setup_source),
2278         (gst_play_base_bin_change_state):
2279         Disable rtsp:// uris for the release, it's not good enough yet.
2280         Remove unused var.
2281
2282 2006-11-26  Wim Taymans  <wim@fluendo.com>
2283
2284         * ext/theora/theoradec.c: (gst_theora_dec_reset),
2285         (theora_dec_push_forward), (theora_dec_push_reverse),
2286         (theora_handle_data_packet), (theora_dec_decode_buffer),
2287         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2288         (theora_dec_chain_forward), (theora_dec_chain):
2289         Implement reverse playback.
2290
2291         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
2292         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
2293         (vorbis_dec_chain_forward):
2294         Clear buffers used for reverse playback in _reset.
2295         No need to set the eos flag, we clip samples using the segment.
2296
2297 2006-11-24  Wim Taymans  <wim@fluendo.com>
2298
2299         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
2300         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
2301         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
2302         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
2303         Some cleanups.
2304         Handle continued pages in reverse mode.
2305
2306 2006-11-24  Wim Taymans  <wim@fluendo.com>
2307
2308         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
2309         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2310         (vorbis_dec_flush_decode):
2311         Small cleanups.
2312         Don't try to add invalid timestamps.
2313         Clipping will unref the buffer.
2314
2315 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2316
2317         * gst/adder/gstadder.h:
2318         * gst/audiotestsrc/gstaudiotestsrc.h:
2319           remove obsolete _factory_init protos
2320
2321 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
2322
2323         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
2324           Fix spacing in debug message.
2325
2326 2006-11-23  Wim Taymans  <wim@fluendo.com>
2327
2328         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2329         (gst_ogg_demux_chain):
2330         Don't just ignore return values from _pad_push().
2331         Small debug improvements.
2332
2333 2006-11-23  Michael Smith  <msmith@fluendo.com>
2334
2335         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
2336           If our incoming buffer is marked as DISCONT, then increment the page
2337           number (so that the discontinuity is marked in the final ogg
2338           bitstream) and flush the previous page.
2339
2340 2006-11-22  Michael Smith  <msmith@fluendo.com>
2341
2342         * ext/theora/gsttheoraenc.h:
2343         * ext/theora/theoraenc.c: (gst_theora_enc_init),
2344         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
2345         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
2346         (theora_enc_chain), (theora_enc_change_state):
2347           Mark discontinuities of > 3/4 of a frame, reinit encoder.
2348
2349         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
2350         (GST_START_TEST), (theoraenc_suite):
2351           Enable discontinuity test, fix it.
2352
2353 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2354
2355         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
2356         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
2357         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
2358         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
2359         (gst_text_overlay_change_state):
2360         * ext/pango/gsttextoverlay.h:
2361           Some textoverlay fixes: for one, in the video chain function,
2362           actually wait for a text buffer to come in if there is none at the
2363           moment and there should be one; also, deal more gracefully with
2364           incoming buffers that do not have a timestamp or duration; discard
2365           text buffer when not needed any longer. Fixes #341681.
2366
2367         * tests/check/Makefile.am:
2368         * tests/check/elements/.cvsignore:
2369         * tests/check/elements/textoverlay.c:
2370         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
2371         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
2372         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
2373         (test_video_waits_for_text_send_text_newsegment_thread),
2374         (test_video_waits_for_text_shutdown_element),
2375         (test_render_continuity_push_video_buffers_thread),
2376         (textoverlay_suite):
2377           Add some unit tests for textoverlay.
2378
2379 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
2380
2381         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2382           Avoid integer underflow when the found probability for mp3 is
2383           smaller than the 'penalty' we subtract if there's not a clean
2384           mp3 header sync at offset 0.
2385
2386 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
2387
2388         * docs/libs/gst-plugins-base-libs-sections.txt:
2389           Add some new symbols to the docs
2390
2391 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2392
2393         * tests/check/Makefile.am:
2394         * tests/check/elements/ffmpegcolorspace.c:
2395         (ffmpegcolorspace_suite):
2396           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
2397           (for now not for valgrinding though, since it takes too long).
2398
2399 2006-11-20  Wim Taymans  <wim@fluendo.com>
2400
2401         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2402         (gst_ffmpeg_pixfmt_to_caps):
2403         Fix RGBA32 caps. Fixes #357038.
2404
2405 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
2406
2407         * gst-libs/gst/interfaces/mixertrack.h:
2408           Add FIXME so we can add some padding here in 0.11
2409
2410 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
2411
2412         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
2413           Fix GstBaseRTPAudioPayload structure so the whole GObject
2414           inheritance business actually works (parent class instance structure
2415           must always come first in the derived class instance structure).
2416
2417 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
2418
2419         * gst/videotestsrc/Makefile.am:
2420         * tests/check/Makefile.am:
2421           Make sure our checks and the videotestsrc plugin link against the
2422           local uninstalled gst libs and not any installed gst libs that
2423           might happen to exist as well.
2424
2425         * tests/check/elements/adder.c: (message_received),
2426         (test_event_message_received), (test_play_twice_message_received):
2427         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
2428           Fix compiler warnings when compiling against core with disabled
2429           debugging system.
2430
2431 2006-11-16  Michael Smith  <msmith@fluendo.com>
2432
2433         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
2434         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
2435           Fix audiorate, so that it accurately sets offsets and timestamps.
2436           Doesn't change the fundamental algorithmic decisions; so should be
2437           safe.
2438
2439         * tests/check/Makefile.am:
2440           Enable audiorate test now that it passes.
2441
2442 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
2443
2444         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
2445           clear xv when going to NULL, remove // commented non-existant proto
2446
2447         * tests/examples/seek/seek.c: (main):
2448           add missing tooltip description for scrub and play_scrub
2449
2450 2006-11-14  David Schleef  <ds@schleef.org>
2451
2452         * configure.ac:
2453           Bump liboil requirement to 0.3.8.
2454         * gst-libs/gst/riff/riff-media.c:
2455           Add Dirac fourcc.
2456         * gst/videoscale/vs_image.h:
2457         * gst/videoscale/vs_scanline.h:
2458           Use liboil's stdint.h.
2459         * gst/videotestsrc/videotestsrc.c:
2460           Remove liboil related ifdef's, since they aren't needed now, and
2461           won't work with future versions.
2462
2463 2006-11-14  David Schleef  <ds@schleef.org>
2464
2465         * gst/videoscale/Makefile.am:
2466         * gst/videoscale/gstvideoscale.c:
2467         * gst/videoscale/gstvideoscale.h:
2468         * gst/videoscale/vs_4tap.c:
2469         * gst/videoscale/vs_4tap.h:
2470         * gst/videoscale/vs_image.c:
2471         * gst/videoscale/vs_image.h:
2472         * gst/videoscale/vs_scanline.c:
2473         * gst/videoscale/vs_scanline.h:
2474           Add a 4-tap image scaler.  Theoretically looks much prettier.
2475           The tap calculation could use some improvement.
2476
2477 2006-11-14  Wim Taymans  <wim@fluendo.com>
2478
2479         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
2480
2481         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
2482         (gst_riff_parse_strf_iavs):
2483         * gst/subparse/gstsubparse.c: (convert_encoding):
2484         * gst/tcp/gstmultifdsink.c:
2485         (gst_multi_fd_sink_handle_client_write):
2486         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
2487         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
2488         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
2489         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
2490         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
2491         (gst_ximagesink_ximage_new):
2492         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
2493         Various gsize and gssize printf fixes. Fixes #372507.
2494
2495 2006-11-13  Wim Taymans  <wim@fluendo.com>
2496
2497         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
2498         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
2499         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
2500         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
2501         (vorbis_dec_chain_forward), (vorbis_dec_chain):
2502         * ext/vorbis/vorbisdec.h:
2503         First stab at vorbis reverse playback.
2504
2505 2006-11-13  Wim Taymans  <wim@fluendo.com>
2506
2507         * gst-libs/gst/audio/gstbaseaudiosink.c:
2508         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2509         * gst-libs/gst/audio/gstbaseaudiosink.h:
2510         Make the clock sync code more accurate wrt resampling and playback
2511         at different rates.
2512         
2513         * gst-libs/gst/audio/gstringbuffer.c:
2514         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
2515         * gst-libs/gst/audio/gstringbuffer.h:
2516         Use better algorithm to interpolate sample rates. 
2517
2518 2006-11-13  Michael Smith  <msmith@fluendo.com>
2519
2520         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
2521           Improve a debug line slightly.
2522
2523         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
2524           Call gst_riff_init() in plugin_init, to avoid getting errors from
2525           the debug system (unrelated changes to another plugin made this turn
2526           up; not sure why).
2527
2528 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
2529
2530         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
2531
2532         * win32/common/libgsttag.def:
2533           Add missing symbol (#366492).
2534
2535 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
2536
2537         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
2538           Don't unref a NULL pad.
2539
2540 2006-11-09  Wim Taymans  <wim@fluendo.com>
2541
2542         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
2543         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
2544         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
2545         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
2546         (gst_ogg_demux_loop):
2547         Implement first stab at reverse playback.
2548
2549 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
2550
2551         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
2552         (gst_riff_create_video_template_caps):
2553           add h263/h264 variants to the caps, Fixes #363118
2554
2555 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
2556
2557         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2558         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2559           Use g_strerror instead of strerror so we get UTF-8.
2560
2561 2006-11-03  David Schleef  <ds@schleef.org>
2562
2563         * ext/ogg/gstoggdemux.c:
2564         * ext/ogg/gstoggmux.c:
2565           Add/remove KW-DIRAC header here, since it is ogg-specific.
2566
2567 2006-11-03  Michael Smith  <msmith@fluendo.com>
2568
2569         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
2570           Recognise more mpeg4 elementary video streams.
2571
2572 2006-11-02  Edward Hervey  <edward@fluendo.com>
2573
2574         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
2575         Lower the probability of mp3 typefinding functions if we don't find a
2576         valid mp3 header at the start of the file.
2577         Closes #369482
2578
2579 2006-11-02  Wim Taymans  <wim@fluendo.com>
2580
2581         * ext/theora/gsttheoradec.h:
2582         * ext/theora/theoradec.c: (gst_theora_dec_init),
2583         (theora_dec_sink_event), (theora_dec_chain_forward),
2584         (theora_dec_flush_decode), (theora_dec_chain_reverse),
2585         (theora_dec_chain):
2586         Document and partially implement an algorithm for doing reverse playback
2587         of theora video.
2588
2589 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
2590
2591         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
2592
2593         * win32/common/config.h:
2594         * win32/common/interfaces-enumtypes.c:
2595         * win32/common/libgsttag.def:
2596         * win32/vs8/gst-plugins-base.sln:
2597         * win32/vs8/libgstaudioresample.vcproj:
2598         * win32/vs8/libgstinterfaces.vcproj:
2599         * win32/vs8/libgstogg.vcproj:
2600         * win32/vs8/libgstriff.vcproj:
2601         * win32/vs8/libgsttag.vcproj:
2602         * win32/vs8/libgsttheora.vcproj:
2603         * win32/vs8/libgstvideoscale.vcproj:
2604         * win32/vs8/libgstvorbis.vcproj:
2605           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
2606           to libgsttag.def; add missing dependencies for some vs8 projects;
2607           re-arrange placement of .def files in vs8 projects (#366334).
2608
2609 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
2610
2611         * ext/ogg/gstogg.c:
2612           Remove unused variable.
2613
2614         * ext/ogg/gstoggdemux.c:
2615           Fix Wim's surname in plugin description.
2616
2617 2006-10-31  Wim Taymans  <wim@fluendo.com>
2618
2619         * gst-plugins-base.spec.in:
2620         spec new .h file. Fixes #368310.
2621
2622 2006-10-31  Michael Smith  <msmith@fluendo.com>
2623
2624         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
2625         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
2626         (gst_multi_fd_sink_get_stats),
2627         (gst_multi_fd_sink_remove_client_link),
2628         (gst_multi_fd_sink_queue_buffer),
2629         (gst_multi_fd_sink_handle_clients):
2630         * gst/tcp/gstmultifdsink.h:
2631           Make using the remove or clear signals threadsafe.
2632           Make calling get-stats with an invalid fd not segfault.
2633           Fixes 368273.
2634
2635 2006-10-31  Wim Taymans  <wim@fluendo.com>
2636
2637         * gst-libs/gst/rtp/Makefile.am:
2638         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
2639         (gst_base_rtp_audio_payload_init):
2640         Fix and activate base audio payloader.
2641
2642 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2643
2644         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
2645         (plugin_init):
2646           Add typefinder for QuickTime Image Files (see #366156).
2647
2648 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
2649
2650         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2651           Another typo fix (#366212).
2652
2653 2006-10-27  Wim Taymans  <wim@fluendo.com>
2654
2655         * gst/volume/gstvolume.c: (volume_transform_ip):
2656         Use stream time to synchronize volume property instead of rather random
2657         timestamps. This is needed when gnonlin does its time shifting.
2658
2659 2006-10-27  Wim Taymans  <wim@fluendo.com>
2660
2661         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
2662
2663         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
2664         Remove the pad from the element in release_pad. Fixes #364812.
2665
2666 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
2667
2668         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
2669         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
2670           Explicitly create our custom buffer classes at a thread-safe
2671           location as well, since g_type_class_ref() doesn't seem to be
2672           entirely thread-safe either (#365501; also see #349410).
2673
2674 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
2675
2676         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
2677         (gst_riff_parse_info):
2678           If strings in INFO chunk are not UTF-8, do something similar to
2679           what we do for ID3v1 tags: check a number of environment variables
2680           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
2681           character sets to try, otherwise try the current locale and/or fall
2682           back on ISO-8859-1. Fixes #360552.
2683
2684 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2685
2686         * gst/videotestsrc/gstvideotestsrc.c:
2687         (gst_video_test_src_pattern_get_type),
2688         (gst_video_test_src_set_pattern):
2689         * gst/videotestsrc/gstvideotestsrc.h:
2690         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
2691         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
2692         (gst_video_test_src_checkers8):
2693         * gst/videotestsrc/videotestsrc.h:
2694           Add a bunch of exciting new checkers patterns.
2695
2696 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2697
2698         * gst/subparse/Makefile.am:
2699         * gst/subparse/gstsubparse.c:
2700         (gst_sub_parse_data_format_autodetect),
2701         (gst_sub_parse_format_autodetect), (handle_buffer),
2702         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
2703         * gst/subparse/gstsubparse.h:
2704         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
2705         (parse_tmplayer):
2706         * gst/subparse/tmplayerparse.h:
2707           Add support for TMPlayer-type subtitles (#362845).
2708
2709         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
2710         (GST_START_TEST), (subparse_suite):
2711           Add some basic unit tests for the above.
2712
2713 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
2714
2715         * tests/check/elements/audiorate.c: (test_injector_base_init),
2716         (test_injector_class_init), (test_injector_chain),
2717         (test_injector_init), (probe_cb), (do_perfect_stream_test),
2718         (GST_START_TEST), (audiorate_suite):
2719           More tests for audiorate: inject buffers to check behaviour when
2720           buffers overlap.
2721
2722 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
2723
2724         * tests/check/Makefile.am:
2725         * tests/check/elements/.cvsignore:
2726         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
2727         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
2728           Add some basic unit tests for audiorate. Disabled at the moment
2729           since it doesn't pass yet (see bug #363119).
2730
2731 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
2732
2733         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
2734         (parse_subrip), (handle_buffer):
2735           Add missing closing tags for markup and fix broken markup,
2736           otherwise pango won't render anything (fixes #357531). Also,
2737           make sure the text we send out is always NUL-terminated
2738           (better safe than sorry etc.).
2739
2740         * tests/check/elements/subparse.c: (test_srt_do_test),
2741         (test_srt):
2742           Some more tests for .srt incl. tests for the above stuff.
2743
2744 2006-10-20  Julien MOUTTE  <julien@moutte.net>
2745
2746         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
2747         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
2748         Patch by: Stefan Kost  <ensonic@users.sf.net>
2749         Try to redraw borders only when needed. Apparently this consumes
2750         resources on small devices... :-O (#363607)
2751
2752 2006-10-20  Michael Smith  <msmith@fluendo.com>
2753
2754         * gst/tcp/gstmultifdsink.c:
2755         (gst_multi_fd_sink_client_queue_buffer):
2756           If caps change, then update the client's idea of the caps so that we
2757           don't end up re-sending streamheaders for every single buffer after
2758           the caps change.
2759
2760 2006-10-20  Michael Smith  <msmith@fluendo.com>
2761
2762         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
2763         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
2764           Set caps on pushed buffers; fix up refcounting of caps objects.
2765
2766 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2767
2768         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
2769         (plugin_init):
2770           Typefind mmsh header data packet to application/x-mmsh (#362625).
2771
2772 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2773
2774         * tests/check/Makefile.am:
2775         * tests/check/elements/.cvsignore:
2776         * tests/check/elements/subparse.c: (buffer_from_static_string),
2777         (setup_subparse), (teardown_subparse), (test_srt_do_test),
2778         (GST_START_TEST), (subparse_suite):
2779           Add very simple unit test for subparse.
2780
2781 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
2782
2783         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
2784         (parse_subrip):
2785           Strip trailing newlines from subtitle text output.
2786
2787 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2788
2789         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
2790         (gst_sub_parse_change_state):
2791           Fix memleak; clear subparse->textbuf n state change function.
2792
2793 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2794
2795         * gst/subparse/gstsubparse.c:
2796         (gst_sub_parse_data_format_autodetect):
2797           Don't require subrip (.srt) files to start with a chunk number of 1.
2798
2799 2006-10-18  Wim Taymans  <wim@fluendo.com>
2800
2801         * gst-libs/gst/audio/gstbaseaudiosink.c:
2802         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
2803         * gst-libs/gst/audio/gstbaseaudiosink.h:
2804         Extract rate from the NEWSEGMENT event.
2805         Use commit_full to also take rate adjustment into account when writing
2806         samples to the ringbuffer.
2807         
2808         * gst-libs/gst/audio/gstringbuffer.c:
2809         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
2810         (gst_ring_buffer_read):
2811         * gst-libs/gst/audio/gstringbuffer.h:
2812         Added _commit_full() to also take rate into account.
2813         Use simple interpolation algorithm to resample audio.
2814         API: gst_ring_buffer_commit_full()
2815
2816         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
2817         * tests/examples/seek/seek.c: (segment_done):
2818         Don't try to seek with 0.0 rate, just pause instead.
2819         Remove bogus debug line.
2820
2821 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2822
2823         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
2824         (setup_source):
2825           Catch async errors when starting up the subtitle bin, so we can
2826           stop waiting and continue with the main film instead of hanging
2827           forever. Fixes #339366.
2828
2829         * tests/check/elements/playbin.c: (playbin_suite):
2830           Enable unit test for the above.
2831
2832 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2833
2834         * tests/check/Makefile.am:
2835         * tests/check/elements/.cvsignore:
2836         * tests/check/elements/playbin.c: (GST_START_TEST),
2837         (gst_red_video_src_uri_get_type),
2838         (gst_red_video_src_uri_get_protocols),
2839         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
2840         (gst_red_video_src_uri_handler_init),
2841         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
2842         (gst_red_video_src_create), (gst_red_video_src_class_init),
2843         (gst_red_video_src_init), (plugin_init), (playbin_suite):
2844           Some small and basic unit tests for playbin; not very useful yet,
2845           but at least a start.
2846
2847 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2848
2849         * gst/playback/gstplaybin.c: (setup_sinks):
2850           The old pad activation spiel.
2851
2852 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
2853
2854         * gst/playback/gstplaybasebin.c: (setup_source):
2855           Don't hang forever if the subbin already fails to start up in 
2856           the state change to PAUSED (#339366).
2857
2858 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
2859
2860         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
2861         (gst_tuner_set_channel), (gst_tuner_get_channel),
2862         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
2863         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
2864         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
2865         (gst_tuner_find_channel_by_name):
2866           Fix some function guards, add some more function guards.
2867
2868 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
2869
2870         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
2871         (remove_element_chain):
2872         Don't return a pad from get_our_ghost_pad unless it is actually the
2873         one we want.
2874         Change a cast in remove_element_chain slightly.
2875
2876 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2877
2878         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2879         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
2880         Segment seeking needs to use the rate and set stop to -1.
2881
2882 2006-10-13  Wim Taymans  <wim@fluendo.com>
2883
2884         * gst-libs/gst/audio/gstbaseaudiosink.c:
2885         (gst_base_audio_sink_setcaps):
2886         Don't crash when ringbuffer is not yet created.
2887         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
2888         Fixes #361634.
2889
2890         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
2891         * gst/playback/gststreamselector.c:
2892         (gst_stream_selector_request_new_pad):
2893         Activate pads befre adding them to running elements.
2894
2895 2006-10-13  Julien MOUTTE  <julien@moutte.net>
2896
2897         * tests/examples/seek/seek.c: (do_seek), (start_seek),
2898         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
2899         updater when we start grabing the slider. Don't wait for the
2900         pipeline to be PAUSED.
2901
2902 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
2903
2904         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
2905         (gst_mixer_set_volume), (gst_mixer_get_volume),
2906         (gst_mixer_set_mute), (gst_mixer_set_option),
2907         (gst_mixer_get_option), (gst_mixer_mute_toggled),
2908         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
2909         (gst_mixer_option_changed):
2910           Guard mixer interface functions against bogus arguments.
2911
2912 2006-10-12  Julien MOUTTE  <julien@moutte.net>
2913
2914         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
2915         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
2916         (msg_state_changed), (main): Use state-changed messages to trigger
2917         start/stop of scale update timer. Indeed the scale slider was
2918         jumping here and there because the update timer was activated 
2919         before seek completed. This fixes instant applying of rate changes
2920         by pressing the spinbutton like a crazy man !
2921
2922 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
2923
2924         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
2925
2926         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2927         (gst_basertppayload_finalize):
2928           Fix two small memory leaks (#361456).
2929
2930 2006-10-10  Julien MOUTTE  <julien@moutte.net>
2931
2932         * tests/examples/seek/seek.c: (do_seek),
2933         (rate_spinbutton_changed_cb): When changing spinbutton we try
2934         to change the rate on the fly.
2935
2936 2006-10-10  Wim Taymans  <wim@fluendo.com>
2937
2938         * gst-libs/gst/riff/riff-ids.h:
2939         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
2940         (gst_riff_create_audio_template_caps):
2941         Add WMS caps.
2942
2943 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
2944
2945         Patch by: Josep Torre Valles <josep@fluendo.com>
2946
2947         * ext/gnomevfs/gstgnomevfssink.c:
2948         * ext/gnomevfs/gstgnomevfssrc.c:
2949         Fix URI interface implementation return type.
2950         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
2951         Fix what looks like a copy/paste issue when assigning values.
2952         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
2953         (gst_audio_filter_template_get_type):
2954         Cast to prevent Forte warnings.
2955         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
2956         Fix URI interface implementation return type.
2957         gst_pad_query_position requires a signed integer pointer as
2958         3rd parameter, GstClockTime is unsigned.
2959         * gst/audioconvert/audioconvert.c:
2960         Fix integer overflow when treated as signed.
2961         * gst/audioresample/resample.c: (resample_add_input_data):
2962         Cast to prevent warnings on Forte.
2963         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
2964         Fix integer overflow when treated as signed.
2965         * gst/ffmpegcolorspace/imgconvert_template.h:
2966         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
2967         * gst/playback/gstdecodebin.c: (queue_filled_cb),
2968         (cleanup_decodebin):
2969         Who initialises a guint to -1!
2970         Cast function pointers to prevent warnings on Forte.
2971         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
2972         (queue_threshold_reached):
2973         Cast function pointers correctly to prevent warnings on Forte.
2974         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
2975         Cast function pointers correctly to prevent warnings on Forte.
2976         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
2977         Obvious change to unsigned, 0xEF > max signed char.
2978         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
2979         GstClockTime is unsigned, initialise correctly.
2980         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2981         Cast so pointer arithemetic doesn't cause warnings on Forte.
2982         * gst/videorate/gstvideorate.c:
2983         Use correct return value.
2984         * tests/examples/seek/scrubby.c:
2985         GstClockTime is unsigned, initialise correctly.
2986
2987 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
2988
2989         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
2990
2991         * gst/typefind/gsttypefindfunctions.c:
2992           Recognise XML files and XML-like files shorter than 256 bytes as
2993           well (fixes #359237).
2994
2995 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
2996
2997         Patch by: Renato Filho <renato.filho@indt.org.br>
2998         
2999         * gst/typefind/gsttypefindfunctions.c:
3000         Added typefind functions to video/x-nuv media.
3001         
3002 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
3003
3004         * gst-libs/gst/interfaces/xoverlay.c:
3005         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
3006           Some more guards against invalid input.
3007
3008 2006-10-07  Julien MOUTTE  <julien@moutte.net>
3009
3010         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
3011         Useless goto.
3012         * tests/examples/seek/seek.c: (do_seek),
3013         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
3014         seek example to experiment with rates != 1.0 (reverse playback !)
3015
3016 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
3017
3018         * gst-libs/gst/interfaces/xoverlay.c:
3019           Unref message in doc-example (spotted by Robert McQueen)
3020
3021 2006-10-06  Wim Taymans  <wim@fluendo.com>
3022
3023         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
3024         (mpeg1_parse_header), (mpeg1_sys_type_find):
3025         printf fix.
3026
3027 2006-10-06  Wim Taymans  <wim@fluendo.com>
3028
3029         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
3030         (close_pad_link):
3031         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
3032         Activate dynamic pads before adding them to the element.
3033
3034 2006-10-06  Michael Smith  <msmith@fluendo.com>
3035
3036         * gst-libs/gst/floatcast/floatcast.h:
3037           Fix obviously-bogus macros; use the correct types.
3038
3039 2006-10-06  Wim Taymans  <wim@fluendo.com>
3040
3041         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3042         (gst_base_rtp_depayload_change_state):
3043         Also call parent state change function to activate pads.
3044
3045         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
3046         (mpeg1_parse_header), (mpeg1_sys_type_find):
3047         Add some more debug info in mpeg typefinding.
3048
3049 2006-10-06  Michael Smith  <msmith@fluendo.com>
3050
3051         * ext/theora/theoradec.c: (theora_dec_chain):
3052           Zero byte theora packets are valid and well-defined; don't warn on
3053           them.
3054
3055 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
3056
3057         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3058         (gst_multi_fd_sink_get_stats), (find_limits),
3059         (gst_multi_fd_sink_queue_buffer):
3060           API: add dropped_buffers to the get-stats GValueArray
3061
3062 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
3063
3064         * ext/alsa/gstalsadeviceprobe.c:
3065         (gst_alsa_device_property_probe_get_values):
3066         * ext/alsa/gstalsasink.c: (set_hwparams):
3067         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
3068         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
3069         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
3070         (gst_ogg_mux_process_best_pad):
3071         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
3072         (gst_ogg_parse_chain):
3073         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
3074         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
3075         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
3076         (gst_vorbis_enc_buffer_check_discontinuous):
3077         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
3078         * gst-libs/gst/audio/gstbaseaudiosink.c:
3079         (gst_base_audio_sink_render):
3080         * gst-libs/gst/cdda/gstcddabasesrc.c:
3081         (gst_cdda_base_src_handle_track_seek):
3082         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3083         (gst_base_rtp_depayload_push_full):
3084         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3085         * gst/audioresample/resample.c: (resample_input_pushthrough):
3086         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
3087         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3088         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
3089         (wavpack_type_find):
3090         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
3091         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3092         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
3093         * tests/check/elements/volume.c: (GST_START_TEST):
3094           Printf format fixes.
3095
3096 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
3097
3098         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
3099           Fix a simple mistake (see the docs)
3100           Fixes #359580
3101
3102 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
3103
3104         * docs/plugins/Makefile.am:
3105         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
3106         * docs/plugins/gst-plugins-base-plugins-sections.txt:
3107         * docs/plugins/gst-plugins-base-plugins.args:
3108         * docs/plugins/gst-plugins-base-plugins.hierarchy:
3109         * docs/plugins/inspect/plugin-adder.xml:
3110         * docs/plugins/inspect/plugin-alsa.xml:
3111         * docs/plugins/inspect/plugin-audioconvert.xml:
3112         * docs/plugins/inspect/plugin-audiorate.xml:
3113         * docs/plugins/inspect/plugin-audioresample.xml:
3114         * docs/plugins/inspect/plugin-audiotestsrc.xml:
3115         * docs/plugins/inspect/plugin-cdparanoia.xml:
3116         * docs/plugins/inspect/plugin-decodebin.xml:
3117         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
3118         * docs/plugins/inspect/plugin-gdp.xml:
3119         * docs/plugins/inspect/plugin-gnomevfs.xml:
3120         * docs/plugins/inspect/plugin-libvisual.xml:
3121         * docs/plugins/inspect/plugin-ogg.xml:
3122         * docs/plugins/inspect/plugin-pango.xml:
3123         * docs/plugins/inspect/plugin-playbin.xml:
3124         * docs/plugins/inspect/plugin-subparse.xml:
3125         * docs/plugins/inspect/plugin-tcp.xml:
3126         * docs/plugins/inspect/plugin-theora.xml:
3127         * docs/plugins/inspect/plugin-typefindfunctions.xml:
3128         * docs/plugins/inspect/plugin-video4linux.xml:
3129         * docs/plugins/inspect/plugin-videorate.xml:
3130         * docs/plugins/inspect/plugin-videoscale.xml:
3131         * docs/plugins/inspect/plugin-videotestsrc.xml:
3132         * docs/plugins/inspect/plugin-volume.xml:
3133         * docs/plugins/inspect/plugin-vorbis.xml:
3134         * docs/plugins/inspect/plugin-ximagesink.xml:
3135         * docs/plugins/inspect/plugin-xvimagesink.xml:
3136           Add vorbistag element to docs; update version numbers to 0.10.10.1.
3137
3138 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
3139
3140         Patch by: James "Doc" Livingston <doclivingston at gmail com>
3141
3142         * ext/vorbis/Makefile.am:
3143         * ext/vorbis/vorbis.c: (plugin_init):
3144         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
3145         (vorbis_parse_parse_packet), (vorbis_parse_chain):
3146         * ext/vorbis/vorbisparse.h:
3147         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
3148         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
3149         (gst_vorbis_tag_parse_packet):
3150         * ext/vorbis/vorbistag.h:
3151           Add new vorbistag element which derives from vorbisparse
3152           and is essentially the same as well, only that it implements
3153           the GstTagSetter interface and can modify the stream's
3154           vorbiscomment on the fly (#335635).
3155
3156         * tests/check/Makefile.am:
3157         * tests/check/elements/.cvsignore:
3158         * tests/check/elements/vorbistag.c: (setup_vorbistag),
3159         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
3160         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
3161         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
3162           Add unit test for new vorbistag element.
3163
3164 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
3165
3166         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
3167         (vorbis_parse_push_headers), (vorbis_parse_chain):
3168           Set BOS flag in packet structure to fix 'jump depends
3169           on unitialized value' errors in valgrind; various minor
3170           clean-ups.
3171
3172 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
3173
3174         * gst/playback/gstdecodebin.c: (close_pad_link):
3175         Fix typo in a debug statement.
3176
3177         * gst/playback/gstplaybasebin.c: (probe_triggered),
3178         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
3179         (gen_source_element), (source_new_pad), (analyse_source),
3180         (setup_source):
3181         When handling no_more_pads in new_decoded_pad, make sure to treat
3182         subtitle pads correctly. Fixes playback with subtitle files.
3183
3184         Move a recurring message to LOG level.
3185
3186         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
3187         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
3188         which ends up as -1 when cast to an int. Make the logic handle the
3189         max value as an unsigned mask and only change the colorkey when it's
3190         a value we recognise.
3191
3192 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3193
3194         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3195         Removed empty * between paragraphs
3196
3197 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3198
3199         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3200         * gst-libs/gst/rtp/README:
3201         Moved some documentation into .c file
3202
3203 2006-09-29  Wim Taymans  <wim@fluendo.com>
3204
3205         * gst/playback/gstdecodebin.c: (no_more_pads):
3206         Fix compilation.
3207
3208 2006-09-29  Wim Taymans  <wim@fluendo.com>
3209
3210         * gst/playback/gstdecodebin.c: (new_caps):
3211         Remove g_print
3212
3213         * gst/playback/gstplaybin.c:
3214         Add some docs.
3215
3216 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
3217
3218         * tests/check/Makefile.am:
3219           Re-enable cddabasesrc test to see if it works again
3220           now.
3221
3222 2006-09-29  Wim Taymans  <wim@fluendo.com>
3223
3224         * gst/playback/gstplaybasebin.c: (setup_subtitle),
3225         (gen_source_element):
3226         Handle invalid URIs a bit more gracefully.
3227
3228 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
3229
3230         * tests/check/pipelines/oggmux.c:
3231           Remove obsolete comment.
3232
3233 2006-09-29  Michael Smith  <msmith@fluendo.com>
3234
3235         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
3236         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
3237         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
3238         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
3239         (gst_ogg_mux_collected):
3240           Commit patch from James "Doc" Livingston, adds proper EOS handling
3241           in oggmux. GStreamer can, for the first time ever, create a valid
3242           Ogg file! Yay!
3243
3244         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
3245         (oggmux_suite):
3246           Reenable tests now that they pass.
3247
3248 2006-09-29  Wim Taymans  <wim@fluendo.com>
3249
3250         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
3251         Stop reading commands when EOF (we read 0) as well.
3252
3253 2006-09-28  Wim Taymans  <wim@fluendo.com>
3254
3255         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
3256         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
3257         (find_dynamic), (unlinked), (close_link):
3258         Implement delayed caps linking needed for element with a lot of
3259         different caps on the src pads that get fixed at runtime.
3260         Improve management of dynamic elements.
3261
3262         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
3263         (group_destroy), (group_commit), (check_queue), (queue_overrun),
3264         (gen_preroll_element), (remove_groups), (unknown_type),
3265         (add_element_stream), (no_more_pads_full), (no_more_pads),
3266         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
3267         (new_decoded_pad), (setup_subtitle), (array_has_value),
3268         (gen_source_element), (source_new_pad), (has_all_raw_caps),
3269         (analyse_source), (remove_decoders), (make_decoder),
3270         (remove_source), (setup_source), (finish_source), (prepare_output),
3271         (gst_play_base_bin_change_state):
3272         * gst/playback/gstplaybasebin.h:
3273         Use more _CAST instead of full type checking casts.
3274         Small cleanups, plug some leaks.
3275         Handle dynamic sources.
3276         Add some helper functions to create lists of strings used for
3277         blacklisting and other stuff.
3278         Refactor some code dealing with analysing the source.
3279         Re-enable sources without pads (like cd:// or other selfcontained
3280         elements).
3281
3282 2006-09-28  Wim Taymans  <wim@fluendo.com>
3283
3284         * gst-libs/gst/audio/gstbaseaudiosink.c:
3285         (gst_base_audio_sink_render):
3286         When we have a timestamp, we can still perform clipping.
3287         When we have no clock, we must play the sample ASAP.
3288
3289 2006-09-28  Wim Taymans  <wim@fluendo.com>
3290
3291         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
3292         Set caps on outgoing buffers.
3293
3294         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
3295         (gst_video_rate_event), (gst_video_rate_chain):
3296         * gst/videorate/gstvideorate.h:
3297         Fix videorate some more. Fixes #357977
3298
3299 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
3300
3301         * tests/check/elements/adder.c: (adder_suite):
3302           Don't set timeout to 6 seconds when we're running
3303           in valgrind ... (and how is 6 seconds longer than
3304           the default anyway?)
3305
3306 2006-09-28  Wim Taymans  <wim@fluendo.com>
3307
3308         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
3309         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
3310         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
3311         Keep sink and src segment to keep track of time and support more
3312         input formats.
3313         Fix bogus next_offset and run_time calculation, don't understand how
3314         this could have worked before. Fixes #357976.
3315         Remove some unneeded vars.
3316
3317 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
3318
3319         * gst/playback/gstplaybin.c: (remove_sinks):
3320           Only remove visualisation from visbin if there is a visbin (or:
3321           don't throw warnings when closing totem without playing a file).
3322
3323 2006-09-27  Wim Taymans  <wim@fluendo.com>
3324
3325         * gst-libs/gst/audio/gstbaseaudiosink.c:
3326         (gst_base_audio_sink_render):
3327         Add some more info in a WARNING.
3328
3329         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3330         (gst_base_audio_src_create):
3331         Handle PAUSE in create function, use new -core addition to
3332         wait for playing. Fixes pausing and resuming capture from an
3333         audiosrc.
3334
3335         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
3336         (gst_ring_buffer_read):
3337         Constify some more.
3338         Caller supports interrupted reads now.
3339
3340 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3341
3342         * tests/check/Makefile.am:
3343           Another attempt to make the gen64 buildbot happy.
3344
3345 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
3346
3347         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
3348
3349         * ext/libvisual/visual.c: (gst_visual_clear_actors),
3350         (gst_visual_chain), (gst_visual_change_state):
3351           Libvisual plugin was not passing audio data to libvisual 0.4.0 
3352           correctly. Fixes #357800
3353
3354 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3355
3356         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
3357           Add timeout to _get_state() so we see which pipeline it is
3358           that causes trouble on the gen64 build bot.
3359
3360 2006-09-27  Wim Taymans  <wim@fluendo.com>
3361
3362         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3363         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
3364         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
3365         (gst_base_rtp_depayload_set_gst_timestamp):
3366         the source pad always uses fixed caps.
3367
3368 2006-09-27  Wim Taymans  <wim@fluendo.com>
3369
3370         * docs/libs/gst-plugins-base-libs-docs.sgml:
3371         * docs/libs/gst-plugins-base-libs-sections.txt:
3372         * gst-libs/gst/audio/gstaudioclock.c:
3373         * gst-libs/gst/audio/gstaudioclock.h:
3374         * gst-libs/gst/audio/gstaudiosink.c:
3375         * gst-libs/gst/audio/gstaudiosink.h:
3376         * gst-libs/gst/audio/gstaudiosrc.c:
3377         * gst-libs/gst/audio/gstbaseaudiosink.c:
3378         (gst_base_audio_sink_render):
3379         * gst-libs/gst/audio/gstbaseaudiosink.h:
3380         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
3381         * gst-libs/gst/audio/gstbaseaudiosrc.h:
3382         * gst-libs/gst/audio/gstringbuffer.h:
3383         Added docs for the audio libs.
3384
3385 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
3386
3387         * tests/check/Makefile.am:
3388           Temporarily disable test that fails on the bots for unknown reasons.
3389
3390 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
3391
3392         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3393         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3394         Moved AudioCodecType into priv
3395         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
3396
3397 2006-09-25  Wim Taymans  <wim@fluendo.com>
3398
3399         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
3400         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
3401         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
3402         (new_pad):
3403         Cleanups and small leak fixes.
3404         Added Depayloaders to valid list of autopluggable elements.
3405
3406 2006-09-25  Wim Taymans  <wim@fluendo.com>
3407
3408         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
3409         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
3410         (gen_video_element), (gen_text_element), (gen_audio_element),
3411         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
3412         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
3413         Detect NO_PREROLL state change returns and disable clock distribution to
3414         the sinks so that sync is disabled.
3415         Avoid some type checking and do simple casts instead.
3416         Small cleanups, fix some FIXMEs.
3417         Be more robust when linking user specified elements, catch an report
3418         errors. Fixes #357404.
3419         Fix some leaks in the error paths.
3420
3421 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
3422
3423         * ChangeLog:
3424           ChangeLog surgery for missing bug-number
3425
3426 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3427
3428         Patch by: Peter Kjellerstedt  <pkj at axis com>
3429
3430         * gst/playback/test.c:
3431           Fix compilation with uClibc and -Werror (#357591).
3432
3433 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
3434
3435         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
3436           Parse dates that are followed by a time as well (#357532).
3437
3438         * tests/check/libs/tag.c: (test_vorbis_tags):
3439           Add unit test for this.
3440
3441 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3442
3443         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
3444         (gst_audio_convert_transform_caps):
3445         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
3446         * gst/videotestsrc/videotestsrc.h:
3447           A few array const-ifications.
3448
3449 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3450
3451         * tests/check/Makefile.am:
3452           See if this makes the build bots happy.
3453
3454         * tests/check/libs/cddabasesrc.c:
3455           UTF8-ise my name.
3456
3457 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3458
3459         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3460
3461         * gst/subparse/samiparse.c: (handle_start_font),
3462         (fix_invalid_entities):
3463           More case-insensitivity for certain tags; recognise entities with
3464           decimal codes as special entities as well (#357330).
3465
3466 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3467
3468         * gst-libs/gst/Makefile.am:
3469           Need to build tag directory before cdda.
3470
3471 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
3472
3473         * docs/libs/gst-plugins-base-libs-sections.txt:
3474         * gst-libs/gst/cdda/Makefile.am:
3475         * gst-libs/gst/cdda/gstcddabasesrc.c:
3476         (gst_cdda_base_src_base_init):
3477         * gst-libs/gst/cdda/gstcddabasesrc.h:
3478         * gst-libs/gst/tag/tag.h:
3479         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
3480         (gst_tag_register_musicbrainz_tags):
3481           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
3482           depend on libgsttag. This is required so we can extract/read tags like
3483           DISCID without depending on libgstcddabasesrc (which used to register
3484           them).
3485
3486         * gst-libs/gst/tag/gstvorbistag.c:
3487           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
3488           tags (also see #347848).
3489
3490         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
3491           Log vorbis comments we are actually writing. Const-ify array.
3492
3493 2006-09-23  Wim Taymans  <wim@fluendo.com>
3494
3495         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
3496         Improve buffering a bit by avoiding a deadlock because we cannot assume
3497         the underrun is always called.
3498
3499 2006-09-23  Wim Taymans  <wim@fluendo.com>
3500
3501         Patch by: Young-Ho Cha <ganadist at chollian dot net>
3502
3503         * gst-libs/gst/riff/riff-ids.h:
3504         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3505         (gst_riff_create_audio_template_caps):
3506         Added MPEG-4 AAC and id and caps. Fixes #357289
3507         Added WMA9 Lossless id.
3508
3509 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
3510
3511         * ext/gnomevfs/gstgnomevfssrc.c:
3512           Fix misleading docs addition.
3513
3514         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3515           Get rid of compiler warning the right way.
3516
3517 2006-09-22  Wim Taymans  <wim@fluendo.com>
3518
3519         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3520         (gst_base_rtp_depayload_finalize),
3521         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
3522         (gst_base_rtp_depayload_push_full),
3523         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
3524         (gst_base_rtp_depayload_process),
3525         (gst_base_rtp_depayload_set_gst_timestamp),
3526         (gst_base_rtp_depayload_queue_release):
3527         * gst-libs/gst/rtp/gstbasertpdepayload.h:
3528         Small cleanups.
3529         Fix some leaks.
3530         Refactored the process method and added methods to push from the process
3531         vmethod.
3532         Use _scale functions.
3533         API: gst_base_rtp_depayload_push_ts
3534         API: gst_base_rtp_depayload_push
3535
3536         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
3537         timestamps are uint.
3538
3539 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
3540
3541         * gst-libs/gst/interfaces/xoverlay.c:
3542           Remove unused statement from doc example.
3543
3544 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
3545
3546         * gst-libs/gst/interfaces/videoorientation.c:
3547         (gst_video_orientation_iface_init),
3548         (gst_video_orientation_get_hflip),
3549         (gst_video_orientation_get_vflip),
3550         (gst_video_orientation_get_hcenter),
3551         (gst_video_orientation_get_vcenter),
3552         (gst_video_orientation_set_hflip),
3553         (gst_video_orientation_set_vflip),
3554         (gst_video_orientation_set_hcenter),
3555         (gst_video_orientation_set_vcenter):
3556           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
3557           in ChangeLog)
3558
3559 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
3560
3561         * tests/check/Makefile.am:
3562         * tests/check/elements/.cvsignore:
3563         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
3564         (create_rgb_conversions), (rgb_conversion_free),
3565         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
3566         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
3567           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
3568           but disable for now since it doesn't pass (something wrong with
3569           RGBA somewhere).
3570
3571 2006-09-21  Wim Taymans  <wim@fluendo.com>
3572
3573         * gst/playback/gstplaybasebin.c: (group_commit),
3574         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
3575         (queue_out_of_data), (gen_preroll_element),
3576         (preroll_remove_overrun), (probe_triggered):
3577         Refactor handling of overrun detection.
3578         Separate handling of group completion and deadlock detection when doing
3579         network buffering. This should fix some deadlocks that were not detected
3580         because the group was completed.
3581         Add more comments, improve debugging.
3582
3583 2006-09-21  Wim Taymans  <wim@fluendo.com>
3584
3585         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3586         * tests/check/libs/audio.c:
3587         Some more compilation fixes.
3588
3589 2006-09-21  Wim Taymans  <wim@fluendo.com>
3590
3591         * gst-libs/gst/audio/gstringbuffer.c:
3592         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3593         (gst_ring_buffer_read):
3594         Early morning compilation fix.
3595
3596 2006-09-20  Wim Taymans  <wim@fluendo.com>
3597
3598         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
3599         * tests/check/elements/multifdsink.c: (GST_START_TEST):
3600         * tests/check/elements/videorate.c: (GST_START_TEST):
3601         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
3602         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
3603         Fix some warnings.
3604
3605 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3606
3607         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3608         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3609         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3610           Handcrafted merge to help CVS understanding what I changed and what
3611           not.
3612
3613 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
3614
3615         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3616         (gst_xvimagesink_get_times):
3617           change colorkey behaviour back according to #354773 comment 6/7
3618
3619 2006-09-19  Michael Smith  <msmith@fluendo.com>
3620
3621         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3622         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
3623         (gst_multi_fd_sink_recover_client),
3624         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
3625         (gst_multi_fd_sink_get_property):
3626         * gst/tcp/gstmultifdsink.h:
3627           Implement stubbed out properties unit-type, units-soft-max,
3628           units-max, to allow specifying maximum sizes in units other than
3629           buffers.
3630           Fixes #355935
3631
3632 2006-09-19  Wim Taymans  <wim@fluendo.com>
3633
3634         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
3635         (gst_riff_create_audio_template_caps):
3636         Reorder the audio formats a bit for clarity.
3637         Detect and create caps for MSGSM and MSN (WAV49).
3638         Fixes #356596.
3639
3640         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
3641         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
3642         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
3643         Small cleanups, move error handling out of normal flow for clarity.
3644
3645 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3646
3647         * docs/libs/gst-plugins-base-libs-docs.sgml:
3648         * docs/libs/gst-plugins-base-libs.types:
3649         * gst-libs/gst/interfaces/Makefile.am:
3650         * gst-libs/gst/interfaces/videoorientation.c:
3651         (gst_video_orientation_get_type),
3652         (gst_video_orientation_iface_init),
3653         (gst_video_orientation_get_hflip),
3654         (gst_video_orientation_get_vflip),
3655         (gst_video_orientation_get_hcenter),
3656         (gst_video_orientation_get_vcenter),
3657         (gst_video_orientation_set_hflip),
3658         (gst_video_orientation_set_vflip),
3659         (gst_video_orientation_set_hcenter),
3660         (gst_video_orientation_set_vcenter):
3661         * gst-libs/gst/interfaces/videoorientation.h:
3662           API: Add new interface to control video orientation (fixes #354908)
3663
3664 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3665
3666         * gst/videotestsrc/gstvideotestsrc.c:
3667           Use G_UNLIKELY in _create and log one more detail.
3668           
3669         (gst_video_test_src_get_times), (gst_video_test_src_create):
3670         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
3671           Use gst_util_uint64_scale_int in _get_times().
3672
3673 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3674
3675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
3676           Give better warning message (add object and detail).
3677
3678 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3679
3680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
3681         (gst_xvimagesink_get_times):
3682           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
3683           #354773), use gst_util_uint64_scale_int in _get_times()
3684
3685 2006-09-18  Michael Smith  <msmith@fluendo.com>
3686
3687         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
3688           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
3689           always true, leading to dropping all timestamps.
3690
3691 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
3692
3693         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
3694         (gst_visual_chain), (gst_visual_change_state):
3695           update to work also with libvisual 0.4 API, fix double unref (#355914)
3696           
3697         * tools/gst-launch-ext.1.in:
3698         * tools/gst-visualise.1.in:
3699           remove references to old man-pages
3700
3701         * tests/examples/seek/seek.c: (main):
3702           add real meadi-buttons, add tool-tips for the seek-options, arrange
3703           seek options in a table
3704
3705 2006-09-18  Michael Smith  <msmith@fluendo.com>
3706
3707         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
3708         (gst_ogg_mux_push_buffer):
3709           Don't generate out-of-order timestamps from oggmux, instead clamp
3710           output timestamps to be >= the previously output ts.
3711           Fixes #355595
3712
3713 2006-09-18  Michael Smith  <msmith@fluendo.com>
3714
3715         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
3716         (gst_multi_fd_sink_class_init):
3717           Updates, fixes, and typo corrections for multifdsink. No functional
3718           changes.
3719
3720 2006-09-17  Michael Smith  <msmith@fluendo.com>
3721
3722         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
3723           Don't crash on truncated files - check that we got an 8 byte buffer
3724           before trying to memcmp it.
3725
3726 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3727
3728         * gst/playback/gstplaybasebin.c: (get_active_source):
3729           Make stream-switching appear instant to the application
3730           (ie. make sure that a g_object_get on 'current-foo' returns
3731           the stream previously set with g_object_set(). Totem needs
3732           this to update stream-related meta-info (like audio-codec)
3733           correctly when switching streams.
3734
3735 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
3736
3737         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
3738         (gst_alsa_mixer_ensure_track_list):
3739           Try harder to guess which mixer track is the master mixer
3740           track (instead of just taking the first one that has a pvolume).
3741           Fixes #342228.
3742
3743 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3744
3745         reviewed by: <delete if not using a buddy>
3746
3747         * gst-libs/gst/audio/audio.h:
3748         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
3749
3750 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3751
3752         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
3753         (gst_audio_convert_transform_caps):
3754           Get structure-name just once.
3755
3756 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3757
3758         * tests/check/elements/audioresample.c: (GST_START_TEST):
3759         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3760         * tests/check/elements/volume.c: (GST_START_TEST):
3761         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
3762         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
3763         (test_pipeline), (GST_START_TEST):
3764         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
3765         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
3766           Fix big batch of compiler warnings.
3767
3768 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
3769
3770         * ext/gnomevfs/gstgnomevfssrc.c:
3771           Add docs about icydemux usage in connection with gnomevfssrc
3772
3773         * ext/libvisual/visual.c:
3774         * ext/ogg/gstoggaviparse.c:
3775         * ext/ogg/gstoggdemux.c:
3776         * ext/ogg/gstoggmux.c:
3777         * ext/ogg/gstoggparse.c:
3778         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3779         * gst-libs/gst/audio/gstaudiosink.c:
3780         * gst-libs/gst/audio/gstaudiosrc.c:
3781         * gst/audiorate/gstaudiorate.c:
3782           More G_OBJECT macro fixing.
3783
3784         * gst/audiotestsrc/gstaudiotestsrc.h:
3785           Fix wrong info in header due to copy & paste
3786
3787 2006-09-15  Wim Taymans  <wim@fluendo.com>
3788
3789         * gst-libs/gst/audio/gstbaseaudiosink.c:
3790         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
3791         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3792         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
3793         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
3794         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
3795         Do the delay calculation in the source/sink base classes as this is
3796         specific for the capture/playback mode.
3797         Try to fixate a bit better, like round depth up to a multiple of 8
3798         bigger than width.
3799         Handle underruns correctly by marking DISCONT on buffers and adjusting
3800         timestamps to handle the gap.
3801         Set offset/offset_end correctly on buffers.
3802
3803         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
3804         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
3805         (gst_ring_buffer_read):
3806         Remove resync and underrun recovery from the ringbuffer.
3807         Fix ringbuffer read code on under/overrun.
3808
3809 2006-09-15  Wim Taymans  <wim@fluendo.com>
3810
3811         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3812         (gst_play_base_bin_init), (fill_buffer), (check_queue),
3813         (queue_threshold_reached), (gst_play_base_bin_set_property),
3814         (gst_play_base_bin_get_property):
3815         * gst/playback/gstplaybasebin.h:
3816         Don't use a 0 low watermark when buffering, it is catching starvation
3817         way too late. Instead, use a 3 second queue with 30 and 95
3818         percent low/high watermarks. 
3819         Added queue-min-threshold property to configure low watermark.
3820         Use new _buffering message API.
3821         Make queue_threshold variable big enough to store a uint64 time value.
3822         API: playbin::queue-min-threshold property.
3823
3824 2006-09-15  Wim Taymans  <wim@fluendo.com>
3825
3826         * configure.ac:
3827         We require 0.10.10.1 now because of _wait_preroll().
3828
3829         * gst-libs/gst/audio/gstbaseaudiosink.c:
3830         (gst_base_audio_sink_render):
3831         Use gst_base_sink_wait_preroll().
3832
3833 2006-09-15  Wim Taymans  <wim@fluendo.com>
3834
3835         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
3836         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
3837         Use DEBUG_OBJECT more.
3838
3839 === release 0.10.10 ===
3840
3841 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3842
3843         patch by: Michael Smith <msmith at fluendo dot com>
3844
3845         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
3846         (gst_multi_fd_sink_client_queue_buffer),
3847         (gst_multi_fd_sink_new_client):
3848         * tests/check/elements/multifdsink.c: (GST_START_TEST),
3849         (multifdsink_suite):
3850           Fix implementation of sync-method 'next-keyframe'
3851           Closes #354594
3852
3853 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
3854
3855         patch by: Wim Taymans <wim at fluendo dot com>
3856
3857         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
3858         This patch removes the RANDOM flag that was incorrectly introduced with
3859         revision 1.91.  Fixes #354590
3860
3861 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
3862
3863         * tests/check/Makefile.am:
3864           Random variation in Makefile line to see if it makes the
3865           gen64-base-full bot any happier.
3866
3867 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3868
3869         * tests/check/pipelines/oggmux.c: (oggmux_suite):
3870           Disable test that fails at the moment (killed after timeout).
3871
3872 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
3873
3874         Patch by: James Livingston  <doclivingston at gmail.com>
3875
3876         * tests/check/Makefile.am:
3877         * tests/check/pipelines/.cvsignore:
3878         * tests/check/pipelines/oggmux.c: (get_page_codec),
3879         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
3880         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
3881         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
3882         (test_theora_vorbis), (oggmux_suite):
3883           Add simple unit test for oggmux from #337026 with checking for the
3884           EOS flags disabled for the time being.
3885
3886 2006-09-04  Wim Taymans  <wim@fluendo.com>
3887
3888         patch by: Alessandro Dessina <alessandro nnva org>
3889
3890         * ext/ogg/gstoggmux.c:
3891         Add cmml caps to oggmux. Fixes #353912
3892
3893 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3894
3895         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
3896           Returning a return value often helps. In this case, we
3897           don't need the return value anyway, so just get rid of it.
3898           Should make build bots much happier.
3899
3900 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
3901
3902         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
3903         (paint_get_structure), (gst_video_test_src_get_size),
3904         (gst_video_test_src_smpte), (gst_video_test_src_snow),
3905         (gst_video_test_src_unicolor), (paint_setup_AYUV),
3906         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
3907         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
3908         * gst/videotestsrc/videotestsrc.h:
3909           Add support for AYUV and the various RGBA formats. Initialise
3910           fields of paintinfo structs allocated on the stack.
3911
3912         * tests/check/elements/videotestsrc.c: (right_shift_colour),
3913         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
3914         (check_rgb_buf), (videotestsrc_suite):
3915           Add unit tests for videotestsrc's RGB output.
3916
3917 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3918
3919         * gst/videotestsrc/gstvideotestsrc.c:
3920         (gst_video_test_src_pattern_get_type),
3921         (gst_video_test_src_set_pattern):
3922         * gst/videotestsrc/gstvideotestsrc.h:
3923         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
3924         (gst_video_test_src_black), (gst_video_test_src_white),
3925         (gst_video_test_src_red), (gst_video_test_src_green),
3926         (gst_video_test_src_blue):
3927         * gst/videotestsrc/videotestsrc.h:
3928           Add more uni-colour patterns ("white", "red", "green", and "blue").
3929
3930 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
3931
3932         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
3933           Fix stride for YVYU, should be word-aligned (#353658).
3934
3935 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
3936
3937         * gst/adder/gstadder.c: (gst_adder_src_event):
3938           Fix build.
3939
3940 2006-08-31  Edward Hervey  <edward@fluendo.com>
3941
3942         * gst/adder/gstadder.c: (forward_event_func),
3943         (gst_adder_src_event), (gst_adder_collected),
3944         (gst_adder_change_state):
3945         * gst/adder/gstadder.h:
3946         Remember the start position asked in the incoming seeks, so we can
3947         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
3948         of assuming it will always be 0).
3949
3950 2006-08-31  Edward Hervey  <edward@fluendo.com>
3951
3952         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
3953         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
3954         (gst_ogg_demux_loop):
3955         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
3956
3957 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
3958
3959         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
3960         (gst_ffmpegcsp_get_unit_size):
3961           Return FALSE instead of returning a random false unit
3962           size when the format isn't known/supported (even if
3963           this shouldn't happen under normal circumstances).
3964
3965 2006-08-29  Wim Taymans  <wim@fluendo.com>
3966
3967         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
3968
3969         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
3970         (gst_gnome_vfs_src_start):
3971         Try harder to get the size from a uri by using _info_uri() when
3972         _info_from_handle() does not give us enough info. 
3973         Also follow symlinks when getting the size.
3974         Partially Fixes #332864.
3975
3976 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
3977
3978         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
3979
3980         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
3981         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
3982         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
3983         (gst_alsa_mixer_set_record):
3984         * ext/alsa/gstalsamixertrack.c:
3985         (gst_alsa_mixer_track_update_alsa_capabilities),
3986         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
3987         (gst_alsa_mixer_track_update):
3988         * ext/alsa/gstalsamixertrack.h:
3989           Improve and fix mixer track handling, in particular better handling
3990           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
3991           separate track objects for tracks that have both capture and playback
3992           volume (and label them differently as well so they're not mistakenly
3993           assumed to be duplicates); classify mixer tracks that only affect
3994           the audible volume of something (rather than the capture volume)
3995           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
3996           for capture tracks to correspond to alsa-pswitch alsa-cswitch
3997           (following the meaning documented in the mixer interface header
3998           file); add support for alsa's exclusive cswitch groups; update/sync
3999           state/flags better if mixer settings are changed by another
4000           application. Fixes #336075.
4001
4002 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
4003
4004         * gst/playback/gstplaybin.c:
4005           Improve docs: add section about BUFFERING messages sent by playbin.
4006
4007 2006-08-29  Michael Smith  <msmith@fluendo.com>
4008
4009         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
4010         (gst_vorbis_enc_buffer_check_discontinuous),
4011         (gst_vorbis_enc_chain):
4012           Ignore explicit DISCONT marked on buffers (which is often spurious,
4013           particularly when using multiple segments), in favour of solely
4014           using the timestamps/durations.
4015
4016 2006-08-29  Edward Hervey  <edward@fluendo.com>
4017
4018         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
4019         Don't rely on incoming buffers offset anymore, since it is completely
4020         broken when using multiple segments.
4021         Instead convert the incoming buffers timestamp to running time, and
4022         then convert that value to the offsets.
4023         Also inform GstSegment of the last outputted stop position, which is
4024         needed if we received several segments with an unknown stop value.
4025
4026 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
4027
4028         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
4029           fix buffer unreffing on a header push failure
4030
4031 2006-08-28  Wim Taymans  <wim@fluendo.com>
4032
4033         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
4034         (gst_audio_rate_chain):
4035         Make the metadata of the buffer writable before changing its
4036         flags.
4037
4038 2006-08-28  Wim Taymans  <wim@fluendo.com>
4039
4040         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
4041         (gst_audio_rate_setcaps), (gst_audio_rate_init),
4042         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
4043         (gst_audio_rate_chain), (gst_audio_rate_change_state):
4044         Fix audiorate some more.
4045         Reset and resync counters on flush and READY.
4046         Handle the DISCONT flag correctly.
4047         Use GstSegment to track position.
4048         Fail when not negotiated.
4049         Fixes #353234.
4050
4051 2006-08-25  Michael Smith  <msmith@fluendo.com>
4052
4053         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
4054           Fix spelling.
4055           Remove accidently included debug line.
4056
4057 2006-08-25  Wim Taymans  <wim@fluendo.com>
4058
4059         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
4060         Small cleanups.
4061         If a buffer is received with no caps, make the buffer metadata
4062         writable and set the caps, making sure that we don't screw up the
4063         refcounts.
4064
4065 2006-08-25  Michael Smith  <msmith@fluendo.com>
4066
4067         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
4068         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
4069           Fix memory leaks and misleading debug messages, add a couple of
4070           comments.
4071
4072         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
4073         (gst_multi_fd_sink_render):
4074           Do not use gst_buffer_make_writable() in a basesink render method,
4075           as it may incorrectly unref the buffer. Instead, use convoluted
4076           dance to avoid copying the buffer except when we need to.
4077
4078 2006-08-25  Michael Smith  <msmith@fluendo.com>
4079
4080         * ext/vorbis/vorbisenc.c:
4081         (gst_vorbis_enc_buffer_check_discontinuous):
4082           Allow very small discontinuities in the timestamps. These we can't
4083           do anything useful with anyway (because vorbis's timestamps have
4084           only sample granularity), and are commonly produced by elements with
4085           minor bugs. Allow up to 1/2 a sample out.
4086           Fixes #351742.
4087
4088 2006-08-24  Wim Taymans  <wim@fluendo.com>
4089
4090         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
4091         (play_scrub_toggle_cb), (main):
4092         Add a checkbox to enable play scrubbing. Makes it possible to disable
4093         normal scrubbing.
4094
4095 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
4096
4097         * tests/check/elements/.cvsignore:
4098           make buildbot happy
4099
4100 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
4101
4102         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
4103         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
4104         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
4105         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
4106         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
4107         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
4108         (gst_ogm_text_parse_strip_trailing_zeroes),
4109         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
4110         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
4111           Refactor ogm parse, do better input checking, misc. clean-ups.
4112           Cache incoming events and push them once the source pad has
4113           been created. Don't pass unterminated strings to sscanf().
4114           Strip trailing zeroes from subtitle text output, since they
4115           are not valid UTF-8. Don't push vorbiscomment packets on
4116           the subtitle text pad. Output perfect streams if possible.
4117
4118 2006-08-23  Wim Taymans  <wim@fluendo.com>
4119
4120         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
4121         Waits for tasks to settle down so that we clean up correctly for 
4122         valgrind.
4123
4124 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
4125
4126         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
4127           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
4128           actually return return value in taglists_are_equal.
4129
4130 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
4131
4132         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
4133           Fix crash due to broken bitstream parsing on x86-64: can't make
4134           any assumptions about sizeof(struct) due to alignment/packing
4135           differences on different architectures. Fixes #351790.
4136
4137 2006-08-22  Wim Taymans  <wim@fluendo.com>
4138
4139         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
4140         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
4141         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
4142         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
4143         (gst_riff_parse_info):
4144         Protect public functions against bad input.
4145         Do some cleanups.
4146         Fix documentation.
4147
4148 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4149
4150         * gst-libs/gst/riff/riff-ids.h:
4151         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
4152           Add voxware audio IDs (even if we can't play it) (#351795).
4153
4154 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4155
4156         * gst-libs/gst/riff/riff-media.c:
4157         (gst_riff_create_video_template_caps),
4158         (gst_riff_create_audio_template_caps),
4159         (gst_riff_create_iavs_template_caps):
4160           Const-ify some arrays and use G_N_ELEMENTS instead
4161           of wasting oodles of RAM on terminator bits.
4162
4163 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
4164
4165         * gst-libs/gst/tag/gstvorbistag.c:
4166         (gst_tag_list_to_vorbiscomment_buffer):
4167         * tests/check/libs/tag.c: (GST_START_TEST):
4168           And the same for _to_vorbiscomment_buffer(): allow
4169           id_data_len == 0 for speex.
4170
4171 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
4172
4173         * configure.ac:
4174         * docs/plugins/Makefile.am:
4175         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4176         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4177         * docs/plugins/inspect/plugin-gdp.xml:
4178         * gst/gdp/Makefile.am:
4179         * tests/check/Makefile.am:
4180           Move GDP plugin to -base from -bad.  Closes #347783.
4181
4182 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
4183
4184         * gst-libs/gst/tag/gstvorbistag.c:
4185         (gst_tag_list_from_vorbiscomment_buffer):
4186           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
4187           Also add some checks to make sure we don't memcmp() beyond the end of
4188           vorbiscomment buffer if the ID to check for is larger than the buffer.
4189
4190         * tests/check/libs/tag.c: (GST_START_TEST):
4191           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
4192
4193 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
4194
4195         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
4196         (gst_vorbis_enc_set_metadata):
4197           Use vorbis comment utility functions from libgsttag
4198           instead of re-inventing the wheel (partially fixes #347091).
4199
4200 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
4201
4202         * tests/check/elements/audioconvert.c: (GST_START_TEST):
4203         Fix leaks. Wait for state transitions that might happen ASYNC, as well
4204         as some that won't.
4205
4206 2006-08-21  Wim Taymans  <wim@fluendo.com>
4207
4208         * docs/libs/Makefile.am:
4209         * docs/libs/gst-plugins-base-libs-sections.txt:
4210         * docs/libs/gst-plugins-base-libs.types:
4211         Don't try to GObject scan the netbuffer as it's not a GObject.
4212         Fixes #351308.
4213
4214         * gst-libs/gst/netbuffer/gstnetbuffer.c:
4215         * gst-libs/gst/netbuffer/gstnetbuffer.h:
4216         Document GstNetBuffer.
4217
4218 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
4219
4220         * tests/check/elements/audioconvert.c: (GST_START_TEST),
4221         (audioconvert_suite):
4222           Add testcase for caps-size-explosion
4223
4224 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
4225
4226         * gst/audioconvert/gstaudioconvert.c:
4227         (gst_audio_convert_get_unit_size), (set_structure_widths):
4228           Lower debug, use g_assert in _get_unit_size
4229
4230         * gst/audioresample/gstaudioresample.c:
4231         (audioresample_get_unit_size):
4232         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
4233         (gst_ffmpegcsp_get_unit_size):
4234         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
4235           use g_assert in _get_unit_size
4236
4237 2006-08-18  Wim Taymans  <wim@fluendo.com>
4238
4239         * docs/libs/gst-plugins-base-libs-sections.txt:
4240         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
4241         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
4242         (gst_rtp_buffer_get_payload_buffer):
4243         * gst-libs/gst/rtp/gstrtpbuffer.h:
4244         Document GstRTPBuffer.
4245         Added function to efficiently strip payload headers.
4246         API: gst_rtp_buffer_get_payload_subbuffer()
4247
4248 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
4249
4250         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
4251         (gst_tag_to_vorbis_comments):
4252           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
4253           tags and deserialise them properly as well (#347091).
4254           Add some more gtk-doc blurbs and also some g_return_if_fail().
4255
4256         * tests/check/libs/tag.c: (GST_START_TEST),
4257         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
4258           More tests.
4259
4260 2006-08-17  Wim Taymans  <wim@fluendo.com>
4261
4262         * ext/ogg/Makefile.am:
4263         * ext/ogg/gstogg.c: (plugin_init):
4264         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
4265         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
4266         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
4267         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
4268         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
4269         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
4270         Added ogg-in-avi parser element. Fixes #140139.
4271
4272         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
4273         Fixed a bug in oggdemux debug code.
4274
4275         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4276         (gst_riff_create_audio_template_caps):
4277         Recognise Ogg in the AVI extensible wave format.
4278
4279 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
4280
4281         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
4282           Make buffer durations add up (duration should be next_ts-ts for
4283           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
4284           from CVS.
4285
4286         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
4287         (test_buffer_timestamps), (cddabasesrc_suite):
4288           Add unit test for the above.
4289
4290         * tests/check/Makefile.am:
4291           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
4292           to see what happens.
4293
4294 2006-08-16  Wim Taymans  <wim@fluendo.com>
4295
4296         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
4297         (gst_alsasink_open):
4298         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
4299         (gst_alsasrc_open):
4300         Avoid setting and using a NULL device name.
4301         Print more info when we fail to open a device.
4302
4303 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
4304
4305         * docs/libs/gst-plugins-base-libs-sections.txt:
4306         * gst-libs/gst/tag/tag.h:
4307         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
4308           API: add gst_tag_parse_extended_comment() (#351426).
4309
4310         * tests/check/Makefile.am:
4311         * tests/check/libs/.cvsignore:
4312         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
4313           Add unit test for gst_tag_parse_extended_comment().
4314
4315 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4316
4317         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
4318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
4319           Fix leak (#351502).
4320
4321 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
4322
4323         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4324         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4325         * docs/plugins/gst-plugins-base-plugins.args:
4326         * gst/playback/gstplaybin.c:
4327           Document playbin.
4328           
4329         * docs/plugins/inspect/plugin-adder.xml:
4330         * docs/plugins/inspect/plugin-alsa.xml:
4331         * docs/plugins/inspect/plugin-audioconvert.xml:
4332         * docs/plugins/inspect/plugin-audiorate.xml:
4333         * docs/plugins/inspect/plugin-audioresample.xml:
4334         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4335         * docs/plugins/inspect/plugin-cdparanoia.xml:
4336         * docs/plugins/inspect/plugin-decodebin.xml:
4337         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4338         * docs/plugins/inspect/plugin-gnomevfs.xml:
4339         * docs/plugins/inspect/plugin-ogg.xml:
4340         * docs/plugins/inspect/plugin-pango.xml:
4341         * docs/plugins/inspect/plugin-playbin.xml:
4342         * docs/plugins/inspect/plugin-subparse.xml:
4343         * docs/plugins/inspect/plugin-tcp.xml:
4344         * docs/plugins/inspect/plugin-theora.xml:
4345         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4346         * docs/plugins/inspect/plugin-video4linux.xml:
4347         * docs/plugins/inspect/plugin-videorate.xml:
4348         * docs/plugins/inspect/plugin-videoscale.xml:
4349         * docs/plugins/inspect/plugin-videotestsrc.xml:
4350         * docs/plugins/inspect/plugin-volume.xml:
4351         * docs/plugins/inspect/plugin-vorbis.xml:
4352         * docs/plugins/inspect/plugin-ximagesink.xml:
4353         * docs/plugins/inspect/plugin-xvimagesink.xml:
4354           Update to CVS version.
4355
4356 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4357
4358         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4359         (gst_play_bin_set_property), (gst_play_bin_get_property),
4360         (value_list_append_structure_list),
4361         (gst_play_bin_handle_redirect_message),
4362         (gst_play_bin_handle_message):
4363           API: GstPlayBin::connection-speed
4364           Add "connection-speed" property; re-order redirect messages with
4365           multiple redirect locations depending on the minimum bitrate if
4366           that information is available and a connection speed is set
4367           (#350399).
4368
4369 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
4370
4371         * gst/playback/gstplaybin.c:
4372           Update max volume to the same value that the volume element uses.
4373
4374 2006-08-14  Wim Taymans  <wim@fluendo.com>
4375
4376         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
4377         Less uglyness..
4378
4379 2006-08-14  Wim Taymans  <wim@fluendo.com>
4380
4381         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
4382         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
4383         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
4384         Add some more debug info.
4385         Don't crash when a seek failed.
4386         Actually return the result of the seek instead of TRUE.
4387         Ignore multiple BOS pages with the same serial so that we don't create
4388         the same stream multiple times.
4389         Post an error when we fail to do the initial seek.
4390
4391 2006-08-13  Wim Taymans  <wim@fluendo.com>
4392
4393         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
4394         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
4395         Small code cleanup.
4396
4397         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
4398         (gst_alsa_mixer_new):
4399         Remove hack that always set the device to hw:0*.
4400         Properly find the card name for whatever device was configured.
4401         Do some better debugging.
4402         Fixes #350784.
4403
4404         * ext/alsa/gstalsamixerelement.c:
4405         (gst_alsa_mixer_element_set_property),
4406         (gst_alsa_mixer_element_change_state):
4407         Cleanups.
4408         Handle setting of a NULL device name better.
4409
4410 2006-08-11  Wim Taymans  <wim@fluendo.com>
4411
4412         * gst/adder/gstadder.c:
4413         Don't clip float values. Fixes #350900.
4414
4415 2006-08-11  Andy Wingo  <wingo@pobox.com>
4416
4417         * gst/tcp/gsttcp.c: Really fix the build?
4418
4419         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
4420         fixes the build.
4421
4422 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4423
4424         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
4425           Float caps shouldn't have a "signed" field.
4426
4427 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
4428
4429         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
4430           Implement SEEKING query in its most basic form, so that we can
4431           at least check if we're seekable or not (#350655).
4432
4433 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
4434
4435         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
4436           The checks here are not even close to anything that would
4437           justify MAXIMUM probability, lowering to POSSIBLE until someone
4438           fixes the checks (case at hand: quicktime redirection files
4439           might start with 00 00 01 XX and pass the checks here just
4440           fine, see #350399).
4441
4442 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
4443
4444         Patch by: Sjoerd Simons  <sjoerd at luon net>
4445
4446         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
4447           Better detection for multipart/x-mixed-replace: accept leading
4448           whitespaces before the boundary marker as well (as our very own
4449           multipartmux used to produce) (#349068).
4450
4451 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
4452
4453         Patch by: Young-Ho Cha  <ganadist at chollian net>
4454
4455         * gst-libs/gst/riff/riff-ids.h:
4456         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
4457         (gst_riff_create_audio_template_caps):
4458           Detect DTS audio streams (#350157).
4459
4460 2006-08-05  Andy Wingo  <wingo@pobox.com>
4461
4462         * ext/theora/gsttheoraparse.h:
4463         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
4464         (theora_parse_dispose, theora_parse_set_property)
4465         (theora_parse_get_property, theora_parse_munge_granulepos)
4466         (theora_parse_push_buffer, theora_parse_change_state):
4467         API: GstTheoraParse::synchronization-points
4468         Add a property 'synchronization-points' to fix badly synchronized oggs.
4469
4470 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4471
4472         * tests/check/Makefile.am:
4473         * tests/check/libs/.cvsignore:
4474         * tests/check/libs/audio.c: (structure_contains_channel_positions),
4475         (fixed_caps_have_channel_positions), (GST_START_TEST),
4476         (audio_suite), (main):
4477           Add a few tests for the channel position stuff in libgstaudio.
4478
4479 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4480
4481         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
4482         (gst_alsa_detect_channels):
4483         * ext/alsa/gstalsasink.c:
4484           Add support for cards that (only) do more than 8 channels,
4485           like the Delta 44 (#345188).
4486
4487         * gst-libs/gst/audio/multichannel.c:
4488         (gst_audio_check_channel_positions):
4489         * gst-libs/gst/audio/multichannel.h:
4490           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
4491           unspecified channel position and cannot be combined with any
4492           of the other audio channel positions; adjust position layout
4493           checks accordingly (#345188).
4494
4495 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4496
4497         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4498           Recognise ancient RealAudio files (see #349779).
4499
4500 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
4501
4502         Patch by: Jens Granseuer  <jensgr at gmx net>
4503
4504         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
4505           Add typefinder for Interplay's MVE format (#348973).
4506
4507 2006-08-02  Wim Taymans  <wim@fluendo.com>
4508
4509         Patch by: Marcel Moreaux <marcelm at luon dot net>
4510
4511         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4512         (gst_base_rtp_depayload_add_to_queue):
4513         * gst-libs/gst/rtp/gstbasertpdepayload.h:
4514         Handle RTP sequence number rollover.
4515         Disable jitterbuffer by default.
4516
4517 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
4518
4519         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
4520         (audioresample_set_caps):
4521         Don't leak references to the incoming caps. Clean them up when
4522         stopping.
4523
4524         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
4525         (gst_video_scale_finalize):
4526         Don't leak our temporary pixel buffer.
4527
4528         * tests/check/Makefile.am:
4529         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
4530         (GST_START_TEST), (simple_launch_lines_suite):
4531
4532         Fix leaks and re-enable the test for valgrind checking.
4533
4534 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
4535
4536         Patch by: Sjoerd Simons  <sjoerd at luon net>
4537
4538         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
4539         (plugin_init):
4540           Add typefind function for multipart/x-mixed-replace (#348916).
4541
4542 2006-07-28  Wim Taymans  <wim@fluendo.com>
4543
4544         * gst/adder/gstadder.c: (gst_adder_setcaps),
4545         (gst_adder_query_duration):
4546         Fix leak in duration query.
4547         Reflow some docs and notes.
4548
4549 2006-07-28  Michael Smith  <msmith@fluendo.com>
4550
4551         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
4552         (vorbisenc_suite):
4553           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
4554           aspect of it.
4555
4556 2006-07-28  Michael Smith  <msmith@fluendo.com>
4557
4558         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
4559         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
4560         (gst_vorbis_enc_push_buffer),
4561         (gst_vorbis_enc_buffer_check_discontinuous),
4562         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
4563         * ext/vorbis/vorbisenc.h:
4564           Handle discontinuities in the input vorbis stream correctly,
4565           so that the output is properly timestamped (and has good granulepos
4566           values). Needs some oggmux fixes too.
4567
4568 2006-07-27  Wim Taymans  <wim@fluendo.com>
4569
4570         patch by: Kai Vehmanen <kv2004 eca cx>
4571
4572         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4573         (gst_base_rtp_depayload_chain),
4574         (gst_base_rtp_depayload_handle_sink_event),
4575         (gst_base_rtp_depayload_change_state):
4576         Don't send multiple newsegments with different formats.
4577         Fixes #348677.
4578
4579 2006-07-26  Wim Taymans  <wim@fluendo.com>
4580
4581         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4582         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
4583         Make seeking in ogg more accurate again by doing the more correct
4584         granuletime to stream time conversion.
4585
4586 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
4587
4588         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
4589         (gst_multi_fd_sink_new_client):
4590           debug a little more understandably
4591           do not use goto as a substitute for break, especially if
4592           break is also being used
4593
4594 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
4595
4596         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
4597         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
4598           Remove GLib-2.6 compatibility cruft.
4599
4600 2006-07-24  Wim Taymans  <wim@fluendo.com>
4601
4602         * gst-libs/gst/audio/gstbaseaudiosink.c:
4603         (gst_base_audio_sink_render):
4604         Don't try to align a sample to an unknown value.
4605
4606 2006-07-24  Wim Taymans  <wim@fluendo.com>
4607
4608         * gst-libs/gst/audio/gstbaseaudiosink.c:
4609         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
4610         When the audio clock is slaved to another clock, never try to align
4611         samples but trust the rate interpolation algorithm.
4612
4613 2006-07-24  Wim Taymans  <wim@fluendo.com>
4614
4615         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4616         Don't try to calculate silence samples, base class does this much
4617         better now.
4618
4619         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4620         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
4621         (gst_ring_buffer_acquire):
4622         Calculate silence samples correctly.
4623
4624         * gst-libs/gst/audio/gstringbuffer.h:
4625         Add _CAST macro.
4626
4627 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
4628
4629         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
4630           Limit search for the first markup tag to the first few kB of
4631           the file. If we don't find one there, it's highly unlikely that
4632           this is an XML(-ish) file.
4633
4634 2006-07-21  Andy Wingo  <wingo@pobox.com>
4635
4636         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
4637         test to the one in vorbisenc. Also commented out.
4638
4639         * tests/check/pipelines/vorbisenc.c: 
4640         (test_discontinuity): New test, commented out until Mike lands
4641         some elite vorbisenc patches.
4642
4643         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
4644         Bufferstraw was actually factored out of these tests. Now we share
4645         code yay.
4646
4647         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
4648         for bufferstraw addition to gstcheck.
4649
4650 2006-07-21  Wim Taymans  <wim@fluendo.com>
4651
4652         * ext/theora/theoradec.c: (clip_buffer):
4653         Better clipping.
4654
4655 2006-07-21  Wim Taymans  <wim@fluendo.com>
4656
4657         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4658         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
4659         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
4660         Fix leak.
4661         Avoid type casting when we can.
4662
4663         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
4664         Fix mem leak.
4665
4666 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
4667
4668         * ext/alsa/gstalsamixerelement.c:
4669         (gst_alsa_mixer_element_change_state):
4670           Make state change fail if the specified device can't be opened
4671           for some reason.
4672
4673 2006-07-20  Wim Taymans  <wim@fluendo.com>
4674
4675         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
4676         (cb_newpad), (main):
4677         Example of a small audio/video player using decodebin.
4678
4679 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
4680
4681         * gst-libs/gst/riff/riff-ids.h:
4682           Add 'fact' chunk id
4683
4684 2006-07-19  Wim Taymans  <wim@fluendo.com>
4685
4686         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4687         (gst_base_rtp_depayload_chain),
4688         (gst_base_rtp_depayload_change_state):
4689         Don't assert when not negotiated but post a meaningfull 
4690         error message. Fixes #347918.
4691
4692         * gst-libs/gst/rtp/gstbasertppayload.c:
4693         Add comment about better default MTU size.
4694
4695         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
4696         Small cleanups, start docs.
4697
4698 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4699
4700         Patch by: Martin Szulecki
4701
4702         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
4703           If "device-name" is requested and the device is not
4704           open, try to temporarily open it to obtain this
4705           information (#342494).
4706
4707 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
4708
4709         * gst-libs/gst/tag/gstid3tag.c:
4710           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
4711
4712         * gst-libs/gst/tag/gsttageditingprivate.h:
4713         * gst-libs/gst/tag/gstvorbistag.c:
4714           Some more random const-ifications.
4715
4716 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
4717
4718         * gst-libs/gst/riff/riff-ids.h:
4719         * gst-libs/gst/riff/riff-media.c:
4720         (gst_riff_create_video_template_caps):
4721           Add more FOURCCs (sort list to make stuff easier to find),
4722           add comment what those 16 bytes in struct _gst_riff_strh according to
4723           one avi-dumper are
4724
4725 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4726
4727         * gst-libs/gst/audio/multichannel.c:
4728         (gst_audio_check_channel_positions),
4729         (gst_audio_fixate_channel_positions):
4730           Const-ify two arrays.
4731
4732 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
4733
4734         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
4735           Fix typo, so that alsasink also advertises 8 channels
4736           if that's supported (tags: can, worms, open, alsa, ph34r).
4737
4738 2006-07-17  Wim Taymans  <wim@fluendo.com>
4739
4740         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
4741         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
4742         *sigh*, when is the compiler going to warn when the comments
4743         are out-of-sync with the code.. Refix case of busted theora
4744         headers with 0 granule pos.
4745
4746 2006-07-14  Wim Taymans  <wim@fluendo.com>
4747
4748         * gst-libs/gst/rtp/gstbasertpdepayload.c:
4749         (gst_base_rtp_depayload_wait),
4750         (gst_base_rtp_depayload_change_state),
4751         (gst_base_rtp_depayload_set_property),
4752         (gst_base_rtp_depayload_get_property):
4753         Fix 99% cpu load by waiting for absolute times on the
4754         clock. Fixes #347300.
4755
4756 2006-07-14  Andy Wingo  <wingo@pobox.com>
4757
4758         * ext/theora/gsttheoraparse.h: 
4759         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
4760         (theora_parse_push_headers, theora_parse_clear_queue)
4761         (theora_parse_drain_queue_prematurely, )
4762         (theora_parse_sink_event, theora_parse_change_state): Queue events
4763         until we initialized our state, like in vorbisparse.
4764
4765         * ext/vorbis/vorbisparse.h: 
4766         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
4767         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
4768         (vorbis_parse_drain_queue_prematurely, )
4769         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
4770         until we have initialized our state. Fixes seeking after an
4771         initial pad block.
4772
4773 2006-07-14  Andy Wingo  <wingo@pobox.com>
4774
4775         Patch by: Iain Holmes <iaingnome@gmail.com>
4776         
4777         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
4778
4779 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
4780
4781         * configure.ac:
4782         Bump nano back to CVS
4783
4784 === release 0.10.9 ===
4785
4786 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
4787
4788         * configure.ac:
4789           releasing 0.10.9, "I walk the line"
4790
4791 2006-07-14  Michael Smith  <msmith@fluendo.com>
4792
4793         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
4794           Move a g_cond_signal to earlier to avoid sometimes deadlocking
4795           (commonly happens when running this test under valgrind) when trying
4796           to remove the buffer probe.
4797
4798 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4799
4800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
4801         Fix missing g_unlock from the previous commit
4802
4803 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4804
4805         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
4806         (gst_ximagesink_change_state):
4807         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
4808         (gst_xvimagesink_change_state):
4809         Implement a locking order to ensure we always take the object lock
4810         before the x_lock and never vice-versa.
4811
4812 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
4813
4814         * gst/playback/gstdecodebin.c: (find_compatibles):
4815         Fix a caps leak when linking (#347304)
4816
4817         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
4818         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
4819         (gst_ximagesink_change_state):
4820         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
4821         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
4822         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
4823         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
4824         Don't leak shared memory resources. Use the object lock to protect
4825         against the xcontext disappearing while returning a buffer from the
4826         pipeline. (#347304)
4827
4828 2006-07-12  Edward Hervey  <edward@fluendo.com>
4829
4830         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
4831         (vorbis_handle_comment_packet):
4832         gst_tag_list_merge() returns a new object. Take that into account when
4833         using it. This avoids memleak.
4834         Revert previous commit which is not needed.
4835
4836 2006-07-12  Edward Hervey  <edward@fluendo.com>
4837
4838         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
4839         Reset the decoder in finalize so that all fields get cleared.
4840
4841 2006-07-12  Wim Taymans  <wim@fluendo.com>
4842
4843         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4844         (gst_base_audio_src_set_clock),
4845         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
4846         Don't try to post an error message when setting the clock fails
4847         as this can happen when adding an element to a bin which will then
4848         deadlock. Fixes #347296.
4849
4850 2006-07-12  Edward Hervey  <edward@fluendo.com>
4851
4852         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
4853         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
4854         (vorbis_handle_type_packet):
4855         Post tag messages on the bus even if we're not initialized.
4856         If we're not initialized, we still postpone the event pushing of tags.
4857
4858 2006-07-12  Wim Taymans  <wim@fluendo.com>
4859
4860         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4861         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4862         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4863         Revert last two changes that broke the freeze.
4864
4865 2006-07-12  Wim Taymans  <wim@fluendo.com>
4866
4867         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
4868         basesink calculates silence sample correctly for us.
4869
4870 2006-07-12  Wim Taymans  <wim@fluendo.com>
4871
4872         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
4873         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
4874         Calculate correct silence samples so we don't fill our ringbuffer
4875         with noise.
4876
4877 2006-07-12  Edward Hervey  <edward@fluendo.com>
4878
4879         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
4880         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
4881         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
4882         * ext/vorbis/vorbisdec.h:
4883         Delay sending events (newsegment, tags) until the decoder is properly
4884         initialized.
4885         Fixes #347295
4886
4887 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
4888
4889         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
4890         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
4891           Patch from #347221 adding a test for audioconvert
4892           channel remappings.
4893
4894 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
4895
4896         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
4897         (gst_ssa_parse_parse_line):
4898           Don't include the terminating NUL in the buffer size,
4899           it's only there for extra paranoia (would add random
4900           '*' characters at the end of each subtitle since the
4901           terminator itself is not valid UTF-8 technically).
4902           Also fix indenting after boilerplate macro.
4903
4904 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
4905
4906         * gst/playback/gstdecodebin.c: (close_pad_link):
4907           Also emit 'unknown-type' signal (which should really be
4908           called unhandled-type) if we found potential decoders/demuxers
4909           in the registry but none of them worked in the end (as in the
4910           case where the plugins don't exist any longer but are still
4911           listed in the registry). Fixes #329798.
4912
4913 2006-07-08  Andy Wingo  <wingo@pobox.com>
4914
4915         * theoraparse.c (theora_parse_push_buffer)
4916         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
4917         Add some more debugging. Fix granulepos reconstruction in the face
4918         of discontinuities.
4919
4920 2006-07-06  Wim Taymans  <wim@fluendo.com>
4921
4922         * gst-libs/gst/audio/gstbaseaudiosink.c:
4923         (gst_base_audio_sink_class_init),
4924         (gst_base_audio_sink_provide_clock):
4925         Use gobject_class instead of G_OBJECT_CLASS (klass)
4926
4927         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4928         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
4929         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
4930         (gst_base_audio_src_get_time),
4931         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
4932         (gst_base_audio_src_create_ringbuffer):
4933         Fix latency and buffer-time constants and properties ala basesink.
4934         Implement pull based scheduling. Fixes #346527.
4935         Set default blocksize in GstBaseSrc to 0, we default to pushing out
4936         one segment.
4937         Refuse slaving to another clock instead of silently not working.
4938         Only provide a clock when we are actually able to do so.
4939         Various small cleanups and compiler hints.
4940
4941 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4942
4943         Patch by: Lutz Mueller <lutz at topfrose de>
4944
4945         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
4946         (plugin_init):
4947           Add typefinding for text/html (#346581).
4948
4949 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4950
4951         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
4952         (xml_check_first_element), (xml_type_find), (smil_type_find):
4953           Fix SMIL typefinding, make xml_check_first_element() more
4954           useful.
4955
4956 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
4957
4958         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
4959         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
4960         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
4961         * gst/playback/gstplaybasebin.h:
4962           Protect list of elements with a subtitle-encoding property and
4963           the subtitle encoding member itself with a lock of their own
4964           instead of using the object lock. This prevents a dead-lock in
4965           the element-remove callback in some circumstances when shutting
4966           down playbin.
4967
4968 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
4969
4970         * win32/common/libgsttag.def:
4971         Export some new functions.
4972         * win32/vs6/libgstogg.dsp:
4973         Add a link to libgsttag-0.10.lib.
4974
4975 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
4976
4977         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
4978           Some const-ification.
4979
4980 2006-07-04  Wim Taymans  <wim@fluendo.com>
4981
4982         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
4983         Improve checking if we are dealing with a stream. Added some
4984         more uris that need buffering.
4985
4986 2006-07-03  Edward Hervey  <edward@fluendo.com>
4987
4988         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
4989         Remove unused variable.
4990
4991 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
4992
4993         * Makefile.am:
4994           include lcov.mak
4995         * configure.ac:
4996           add GCOV_LIBS to GST_LIBS
4997
4998 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
4999
5000         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
5001
5002         * ext/alsa/gstalsasrc.c:
5003           Add 32 bps to template caps and increase channels range
5004           from [1,2] to [1,MAX]. See #346326.
5005
5006 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
5007
5008         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5009           Recognise 'WMVA' video codec fourcc (#345879).
5010           
5011 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5012          
5013         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5014           Fixed nasty memory leak
5015
5016 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
5017
5018         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
5019         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
5020           fix logging
5021
5022 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
5023
5024         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
5025         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
5026         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
5027         Protect remove_fakesink using a mutex, so that we don't try and
5028         remove the fakesink simultaneously from multiple threads.
5029
5030         When going from READY to PAUSED, restore the fakesink, so that
5031         it is there when decodebin gets reused.
5032
5033 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
5034
5035         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
5036         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5037         * gst-libs/gst/rtp/gstbasertppayload.c:
5038         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
5039         * gst/tcp/gstmultifdsink.c:
5040         * gst/tcp/gsttcpclientsink.c:
5041         * gst/tcp/gsttcpclientsrc.c:
5042         * gst/tcp/gsttcpserversink.c:
5043         * gst/tcp/gsttcpserversrc.c:
5044         * gst/videorate/gstvideorate.c:
5045         * gst/videotestsrc/gstvideotestsrc.c:
5046         * sys/v4l/gstv4ljpegsrc.c:
5047         * sys/v4l/gstv4lmjpegsink.c:
5048         * sys/v4l/gstv4lsrc.c:
5049         * tests/examples/seek/scrubby.c:
5050         * tests/examples/seek/seek.c:
5051           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
5052
5053 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
5054
5055         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
5056           Second field in GEnumValue shouldn't be a description,
5057           but a stringified version of the enum value.
5058
5059 2006-06-22  Wim Taymans  <wim@fluendo.com>
5060
5061         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
5062         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
5063         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
5064         Avoid type checking in buffer casts.
5065         Avoid caps copy in buffer_alloc when we can.
5066         Use pad_peer_accept.
5067
5068 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
5069
5070         * gst-libs/gst/tag/tag.h:
5071           Oops, make that 'Since: 0.10.9'.
5072
5073 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
5074
5075         * docs/libs/gst-plugins-base-libs-sections.txt:
5076         * gst-libs/gst/tag/tag.h:
5077         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
5078         (gst_tag_image_type_get_type):
5079           API: add GstTagImageType enum to describe images contained
5080           in image tags (#345641).
5081
5082 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
5083
5084         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5085           Fix warnings with gst-inspect: "buffers-min" property
5086           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
5087           typo in property description.
5088
5089 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
5090
5091         Patch by: Cody Russell <bratsche at gnome org>
5092
5093         * gst/audioresample/gstaudioresample.c:
5094         (gst_audioresample_class_init):
5095         * gst/playback/gststreamselector.c:
5096         (gst_stream_selector_class_init):
5097         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
5098         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
5099         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
5100         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
5101         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
5102         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
5103         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
5104         * gst/videotestsrc/gstvideotestsrc.c:
5105         (gst_video_test_src_class_init):
5106         * gst/volume/gstvolume.c: (gst_volume_class_init):
5107           Avoid unnecessary class cast check in class_init
5108           functions (#337747).
5109
5110 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
5111
5112         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
5113         (gst_text_overlay_video_chain):
5114           g_markup_escape_text() REALLY doesn't like non-UTF8 input
5115           and doesn't validate its input either (and neither did
5116           textoverlay it seems). Let's do that then and fix #345206.
5117
5118 2006-06-19  Wim Taymans  <wim@fluendo.com>
5119
5120         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
5121         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
5122         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
5123         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
5124         (find_syncframe), (find_limits), (assign_value),
5125         (count_burst_unit), (gst_multi_fd_sink_new_client),
5126         (gst_multi_fd_sink_handle_client_write),
5127         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
5128         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
5129         (gst_multi_fd_sink_change_state):
5130         * gst/tcp/gstmultifdsink.h:
5131         Added shiny new burst-on-connect methods.
5132         Add properties to control the minimal amount of data queued.
5133         Small cleanups.
5134         API: bytes-min property
5135         API: time-min property
5136         API: buffers-min property
5137         API: burst-unit property
5138         API: burst-value property
5139         API: add-full signal
5140
5141         * gst/tcp/gsttcp-marshal.list:
5142         Added new marshaller code for the new signal.
5143
5144         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5145         (multifdsink_suite):
5146         Added testcases for new burst methods.
5147
5148 2006-06-19  Edward Hervey  <edward@fluendo.com>
5149
5150         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
5151         Implement clipping for accurate seeking.
5152         Closes #345225
5153
5154 2006-06-19  Wim Taymans  <wim@fluendo.com>
5155
5156         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
5157
5158         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
5159         (gst_video_scale_transform):
5160         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
5161
5162 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
5163
5164         * configure.ac:
5165           Fix --disable-external (can't set conditionals conditionally,
5166           #343602).
5167
5168 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5169
5170         * tests/check/elements/audioresample.c: (test_reuse),
5171         (audioresample_suite):
5172           Add test case for bug #342789 fixed below.
5173
5174 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5175
5176         * gst/audioresample/gstaudioresample.c:
5177         (gst_audioresample_class_init), (gst_audioresample_init),
5178         (audioresample_start), (audioresample_stop),
5179         (gst_audioresample_set_property), (gst_audioresample_get_property):
5180           Implement GstBaseTransform::start and ::stop so that audioresample
5181           can clear its internal state properly and be reused instead of
5182           causing non-negotiated errors with playbin under some circumstances
5183           (#342789).
5184
5185         * tests/check/elements/audioresample.c: (setup_audioresample),
5186         (cleanup_audioresample):
5187           Need to set element state here so that ::start and ::stop are
5188           called.
5189
5190 2006-06-16  Wim Taymans  <wim@fluendo.com>
5191
5192         Patch by: Young-Ho Cha <ganadist at chollian dot net>
5193
5194         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
5195         Parse extra data better, apparently it's right behind
5196         the normal strf header size. Fixes #343500.
5197
5198 2006-06-16  Wim Taymans  <wim@fluendo.com>
5199
5200         * ext/alsa/gstalsasink.c: (set_hwparams):
5201         If we fail to set the buffer_time and period_time alsa
5202         parameters, post a warning and leave alsa select a 
5203         default instead of failing. Fixes #342085
5204
5205 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5206
5207         * docs/libs/gst-plugins-base-libs-sections.txt:
5208         * gst-libs/gst/cdda/gstcddabasesrc.h:
5209           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
5210           out in the header file and shouldn't be listed in the docs.
5211
5212         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5213           Must dereference pointer to fourcc in the debug statement.
5214
5215 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
5216
5217         * docs/libs/Makefile.am:
5218         * docs/libs/gst-plugins-base-libs-docs.sgml:
5219         * docs/libs/gst-plugins-base-libs-sections.txt:
5220         * docs/libs/gst-plugins-base-libs.types:
5221         add remaining symbols into correct setions
5222         
5223         * gst-libs/gst/audio/gstringbuffer.c:
5224         fix incomplete docs
5225         
5226         * gst-libs/gst/audio/gstringbuffer.h:
5227         comment out not yet implemented function
5228         
5229         
5230         * gst-libs/gst/floatcast/floatcast.h:
5231         * gst-libs/gst/netbuffer/gstnetbuffer.c:
5232         add short descriptions
5233         
5234         
5235         * gst-libs/gst/interfaces/propertyprobe.c:
5236         fix return value docs   
5237         
5238         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5239         simplify debug logging
5240         
5241         * gst-libs/gst/riff/riff-read.h:
5242         sync function prototype and docs
5243         
5244         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5245         remove left over symbol
5246
5247 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
5248
5249         * autogen.sh:
5250         * configure.ac:
5251         * docs/Makefile.am:
5252           Use GST_PLUGIN_DOCS macro in configure.ac, add
5253           --enable-plugin-docs default to autogen.sh and use
5254           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
5255
5256 2006-06-15  Wim Taymans  <wim@fluendo.com>
5257
5258         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
5259         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
5260         (gst_ogg_demux_loop):
5261         Combine GstFlowReturn from the source pads to give a
5262         meaningfull result to the upstream peer or to stop the
5263         processing task in case of errors.
5264
5265 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5266
5267         * gst/playback/gststreaminfo.c: (cb_probe):
5268           Try GST_TAG_CODEC as fallback when extracting the
5269           codec name; more debug info.
5270
5271 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5272
5273         * ext/ogg/Makefile.am:
5274         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
5275           Extract language tags from ogm subtitle streams, so that
5276           the subtitle menu choices are labelled correctly in
5277           Totem (fixes #344708).
5278
5279 2006-06-14  Wim Taymans  <wim@fluendo.com>
5280
5281         Patch by: Alessandro Decina <alessandro at nnva dot org>
5282
5283         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
5284         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
5285         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
5286         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
5287         Fix various leaks. Fixes #343699.
5288         Add x-smoke mime type.
5289
5290 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
5291
5292         * gst-libs/gst/riff/riff-ids.h:
5293           Add IDs for 'bext' chunks (see #343837).
5294
5295 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
5296
5297         Patch by: Young-Ho Cha  <ganadist at chollian net>
5298
5299         * gst/subparse/samiparse.c: (sami_context_pop_state),
5300         (handle_start_font), (end_sami_element):
5301           Honour font face tags in SAMI subtitles (#344503).
5302
5303 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5304
5305         * po/POTFILES.in:
5306           add missing files containing translatable strings
5307
5308 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5309
5310         * docs/libs/tmpl/.cvsignore:
5311           we don't want those *.sgml files in CVS either
5312
5313 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5314
5315         * docs/libs/.cvsignore:
5316         * tests/check/elements/.cvsignore:
5317         * tests/check/libs/.cvsignore:
5318           ignore more
5319
5320 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5321
5322         * docs/libs/Makefile.am:
5323           also commiting the changed Makefile.am (added more libs to the
5324           doc-build)
5325
5326 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
5327
5328         * docs/libs/gst-plugins-base-libs-docs.sgml:
5329         * docs/libs/gst-plugins-base-libs-sections.txt:
5330         * docs/libs/gst-plugins-base-libs.types:
5331           first batch of reordering things, add index & hierarchy
5332
5333 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
5334
5335         * configure.ac:
5336           use GST_PKG_CHECK_MODULES, cleans up output
5337
5338 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5339
5340         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
5341           Add support for burn:// URIs (#343385); const-ify things a bit,
5342           use G_N_ELEMENTS instead of hard-coded array size.
5343
5344 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
5345
5346         Patch by: Young-Ho Cha  <ganadist at chollian net>
5347
5348         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
5349           Fix up broken entities before passing them to libxml *sigh*.
5350           (#343303).
5351           
5352 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
5353
5354         * configure.ac:
5355           back to TRUNK
5356
5357 === release 0.10.8 ===
5358
5359 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
5360
5361         * configure.ac:
5362           releasing 0.10.8, "Moar gij ziet mij nie"
5363
5364 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5365
5366         * configure.ac:
5367         * po/af.po:
5368         * po/az.po:
5369         * po/cs.po:
5370         * po/en_GB.po:
5371         * po/hu.po:
5372         * po/it.po:
5373         * po/nb.po:
5374         * po/nl.po:
5375         * po/or.po:
5376         * po/sq.po:
5377         * po/sr.po:
5378         * po/sv.po:
5379         * po/uk.po:
5380         * po/vi.po:
5381         * win32/common/config.h:
5382           0.10.7.2 prerelease
5383
5384 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
5385
5386         * docs/libs/tmpl/gstaudio.sgml:
5387         * docs/libs/tmpl/gstcolorbalance.sgml:
5388         * docs/libs/tmpl/gstmixer.sgml:
5389         * docs/libs/tmpl/gstringbuffer.sgml:
5390         * docs/libs/tmpl/gsttuner.sgml:
5391         * docs/libs/tmpl/gstxoverlay.sgml:
5392         * gst-libs/gst/audio/audio.c:
5393         * gst-libs/gst/audio/gstringbuffer.c:
5394         * gst-libs/gst/interfaces/colorbalance.c:
5395         * gst-libs/gst/interfaces/mixer.c:
5396         * gst-libs/gst/interfaces/tuner.c:
5397         * gst-libs/gst/interfaces/xoverlay.c:
5398           move last template doc snippets to source code and delete them
5399
5400 2006-06-06  Michael Smith  <msmith@fluendo.com>
5401
5402         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
5403         (theora_parse_drain_queue):
5404           Mark DELTA_UNIT on non-keyframes.
5405
5406 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
5407
5408         * gst-libs/gst/audio/gstbaseaudiosink.c:
5409         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
5410         * gst-libs/gst/audio/gstbaseaudiosink.h:
5411         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
5412         (gst_ring_buffer_samples_done):
5413         * gst-libs/gst/audio/gstringbuffer.h:
5414         Document better the fact that latency_time and buffer_time are values
5415         stored in microseconds, and not the usual GStreamer nanoseconds.
5416         Change the variables (compatibly) that store them from GstClockTime 
5417         to guint64 to make it more clear that they're not storing clock times.
5418         Also, remove the bogus property description that says the user can
5419         specify -1 to get the default value, since that's never been the case.
5420
5421         When computing the default segment size for the ring buffer, make it
5422         an integer number of samples.
5423
5424         When the sub-class indicates a delay greater than the number of
5425         samples we've written return 0 from the audio sink get_time method.
5426
5427 2006-06-02  Michael Smith  <msmith@fluendo.com>
5428
5429         * tests/check/elements/audioconvert.c: (set_channel_positions),
5430         (get_float_mc_caps), (get_int_mc_caps):
5431         * tests/check/elements/audioresample.c:
5432         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
5433         * tests/check/elements/videorate.c:
5434         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
5435         * tests/check/elements/volume.c:
5436         * tests/check/elements/vorbisdec.c:
5437         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
5438           Don't busy-wait in tests; this was causing test timeouts very
5439           frequently when running under valgrind.
5440
5441 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5442
5443         * gst/tcp/README:
5444         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
5445         (gst_multi_fd_sink_remove_client_link),
5446         (gst_multi_fd_sink_client_queue_caps),
5447         (gst_multi_fd_sink_client_queue_buffer),
5448         (gst_multi_fd_sink_handle_client_write),
5449         (gst_multi_fd_sink_render):
5450         * gst/tcp/gstmultifdsink.h:
5451           make multifdsink properly deal with streamheader:
5452           - streamheader is taken from caps
5453           - buffers marked with IN_CAPS are not sent
5454           - streamheaders are sent, on connection, from the caps of the
5455             buffer where the client gets positioned to
5456           - further streamheader changes are done every time the client
5457             will receive a buffer with different caps
5458         * tests/check/elements/multifdsink.c: (GST_START_TEST),
5459         (gst_multifdsink_create_streamheader):
5460           add tests for this
5461
5462 2006-06-02  Michael Smith  <msmith@fluendo.com>
5463
5464         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5465           Reinstate limit on channel count. Vorbis does not define the meaning
5466           of > 6 channels, so they're just independent channels. Gstreamer
5467           currently has no mechanism to represent N independent channels.
5468
5469 2006-06-02  Michael Smith  <msmith@fluendo.com>
5470
5471         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
5472           Don't arbitrarily restrict channel counts and rate in vorbis.
5473           In terms of effects likely on real-world files, this fixes 96kHz
5474           playback of vorbis.
5475
5476 2006-06-02  Michael Smith  <msmith@fluendo.com>
5477
5478         * gst/audioconvert/audioconvert.c: (float):
5479           More correct float->int conversion.
5480
5481 2006-06-02  Michael Smith  <msmith@fluendo.com>
5482
5483         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
5484           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
5485           value. Fixes g-critical on trying to play back ogg containing
5486           unknown codec.
5487
5488 2006-06-02  Wim Taymans  <wim@fluendo.com>
5489
5490         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
5491         (setup_source):
5492         * gst/playback/gstplaybasebin.h:
5493         Make the subtitle detection work from any thread so we don't
5494         deadlock. Fixes #343397.
5495
5496 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
5497
5498         * gst/volume/Makefile.am:
5499           Seriously, it's not *that* hard to get compilation right.  Even
5500           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
5501
5502 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5503
5504         * gst/volume/gstvolume.c: (volume_choose_func),
5505         (volume_update_real_volume), (gst_volume_class_init),
5506         (gst_volume_init), (volume_process_float), (volume_process_int16),
5507         (volume_process_int16_clamp), (volume_set_caps),
5508         (volume_transform_ip), (plugin_init):
5509         * gst/volume/gstvolume.h:
5510         rewrite the passthrough check, split _int16 and _int16_clamp, fix
5511         another property desc., remove unused param from process function
5512         
5513         * tests/check/elements/volume.c: (volume_suite):
5514         reactivate the passthrough test
5515
5516 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
5517
5518         * ext/alsa/gstalsamixerelement.h:
5519         * ext/alsa/gstalsamixeroptions.h:
5520         * ext/alsa/gstalsamixertrack.h:
5521         * ext/gnomevfs/gstgnomevfssink.h:
5522         * ext/gnomevfs/gstgnomevfssrc.h:
5523         * ext/theora/gsttheoradec.h:
5524         * ext/theora/gsttheoraenc.h:
5525         * ext/theora/gsttheoraparse.h:
5526         * ext/vorbis/vorbisparse.h:
5527         * gst-libs/gst/audio/gstaudioclock.h:
5528         * gst-libs/gst/audio/gstaudiofilter.h:
5529         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
5530         * gst/audioconvert/gstaudioconvert.h:
5531         * gst/audioresample/gstaudioresample.h:
5532         * gst/audiotestsrc/gstaudiotestsrc.h:
5533         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
5534         * gst/playback/gststreamselector.h:
5535         * gst/tcp/gstmultifdsink.h:
5536         * gst/tcp/gsttcpclientsink.h:
5537         * gst/tcp/gsttcpclientsrc.h:
5538         * gst/tcp/gsttcpserversink.h:
5539         * gst/tcp/gsttcpserversrc.h:
5540         * gst/videorate/gstvideorate.h:
5541         * gst/videoscale/gstvideoscale.h:
5542         * gst/videotestsrc/gstvideotestsrc.h:
5543         * gst/volume/gstvolume.h:
5544         * sys/v4l/gstv4ljpegsrc.h:
5545         * sys/v4l/gstv4lmjpegsink.h:
5546         * sys/v4l/gstv4lmjpegsrc.h:
5547         * sys/v4l/gstv4lsrc.h:
5548         * sys/ximage/ximagesink.h:
5549         * sys/xvimage/xvimagesink.h:
5550         * tests/old/testsuite/alsa/sinesrc.h:
5551         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
5552
5553 2006-05-31  Wim Taymans  <wim@fluendo.com>
5554
5555         * ext/libvisual/visual.c: (gst_visual_reset),
5556         (gst_visual_sink_setcaps), (gst_visual_sink_event),
5557         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
5558         Handle DISCONT.
5559         Use running time before doing QoS.
5560         Handle mono too.
5561
5562 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
5563
5564         * docs/libs/Makefile.am:
5565           set a magic variable to indicate we know the docs are incomplete
5566
5567 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
5568
5569         * win32/common/libgstvideo.def:
5570           export gst_video_calculate_display_ratio
5571         * win32/vs6/libgstvideoscale.dsp:
5572           add link to libgstvideo-0.10.lib
5573
5574 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
5575
5576         * gst/playback/gstplaybasebin.c: (gen_source_element):
5577           Throw a more comprehensible error for rtsp:// URIs (rather
5578           than erroring out with a negotiation error later on) until
5579           we fix playbin to handle rtspsrc etc.
5580
5581 2006-05-30  Wim Taymans  <wim@fluendo.com>
5582
5583         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
5584         (gst_text_overlay_text_event):
5585         Added some FIXMEs.
5586
5587 2006-05-30  Wim Taymans  <wim@fluendo.com>
5588
5589         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
5590         (gst_adder_request_new_pad), (gst_adder_release_pad):
5591         * gst/adder/gstadder.h:
5592         Implement release_request_pad.
5593         Make padcounter atomic.
5594
5595         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
5596         Added check for release_pad in adder.
5597
5598 2006-05-30  Wim Taymans  <wim@fluendo.com>
5599
5600         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
5601         Fix build again.
5602
5603 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
5604
5605         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
5606         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
5607         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
5608         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
5609         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
5610         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
5611         (gst_ogg_demux_bisect_forward_serialno),
5612         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
5613         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
5614           add more debugging
5615           clean up printf formats for granulepos and serialno
5616
5617 2006-05-30  Michael Smith  <msmith@fluendo.com>
5618
5619         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
5620         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
5621         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
5622         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
5623         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
5624         * ext/vorbis/vorbisenc.h:
5625           Multi-channel caps negotiation, so we can do proper multichannel
5626           vorbis encoding, negotiated through audioconvert.
5627
5628 2006-05-30  Wim Taymans  <wim@fluendo.com>
5629
5630         * tests/check/elements/adder.c: (test_event_message_received),
5631         (test_play_twice_message_received), (GST_START_TEST),
5632         (adder_suite):
5633         Added check to show that #339935 is fixed with ongoing
5634         adder and collectpads fixes.
5635
5636 2006-05-29  Wim Taymans  <wim@fluendo.com>
5637
5638         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
5639         Don't leak pad name.
5640
5641 2006-05-29  Wim Taymans  <wim@fluendo.com>
5642
5643         * gst/adder/gstadder.c: (gst_adder_query_duration),
5644         (forward_event_func), (forward_event), (gst_adder_src_event):
5645         Fix adder seeking.
5646         Make query/seeking code threadsafe.
5647
5648         * tests/check/Makefile.am:
5649         * tests/check/elements/adder.c: (test_event_message_received),
5650         (GST_START_TEST), (test_play_twice_message_received):
5651         Fix adder test case.
5652
5653 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
5654
5655         Patch by: Young-Ho Cha  <ganadist at chollian net>
5656
5657         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
5658         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
5659         (set_encoding_element), (decodebin_element_added_cb),
5660         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
5661         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
5662         * gst/playback/gstplaybasebin.h:
5663           Add 'subtitle-encoding' property to playbin, so applications can
5664           force a subtitle encoding for non-UTF8 subtitles (#342268).
5665
5666         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
5667         (gst_sub_parse_set_property):
5668           Rename recently-added 'encoding' property to 'subtitle-encoding'
5669           (so it can be proxied by playbin/decodebin in a generic way
5670           with less danger of false positives).
5671
5672 2006-05-29  Michael Smith  <msmith@fluendo.com>
5673
5674         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
5675         (append_with_other_format), (set_structure_widths),
5676         (gst_audio_convert_transform_caps):
5677           Patch from #341562: give more specific audio caps in get_caps, so
5678           that basetransform  can make better decisions on what caps to
5679           negotiate.
5680
5681 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5682
5683         * tests/check/elements/volume.c:
5684         make it compile again
5685
5686 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5687
5688         * tests/check/elements/volume.c: (volume_suite):
5689         disable test until #343196 gets resolved
5690
5691 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
5692
5693         * gst/adder/gstadder.c: (gst_adder_get_type):
5694         Make it easier to copy&paste
5695         
5696         * gst/volume/Makefile.am:
5697         * gst/volume/gstvolume.c: (volume_update_real_volume),
5698         (gst_volume_set_volume), (gst_volume_set_mute),
5699         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
5700         (volume_transform_ip), (volume_update_mute),
5701         (volume_update_volume):
5702         * gst/volume/gstvolume.h:
5703         Add own debug category, move duplicate code to helper function, fix
5704         property texts, add more comments and prepare ffor liboil-goodness
5705         
5706         * tests/check/Makefile.am:
5707         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
5708         add test for mute and passtrough case, be a bit more verbose to track
5709         failure
5710         
5711         * tests/check/generic/states.c: (GST_START_TEST):
5712         catch elements that fail to instantiate
5713
5714 2006-05-28  Edward Hervey  <edward@fluendo.com>
5715
5716         * tests/check/pipelines/simple-launch-lines.c:
5717         * tests/check/pipelines/theoraenc.c:
5718         * tests/check/pipelines/vorbisenc.c:
5719         Comment out tests using parse_launch() if core was built without
5720         parsing capabilities.
5721
5722 2006-05-27  Edward Hervey  <edward@fluendo.com>
5723
5724         * tests/check/Makefile.am:
5725         Extra bonus points for whoever explains to ensonic that you are meant
5726         to test unit tests thoroughly before commiting them, especially if
5727         you know it's going to break.
5728         De-activated element/adder tests.
5729
5730 2006-05-27  Edward Hervey  <edward@fluendo.com>
5731
5732         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
5733         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
5734         Marking caps conversion issues as GST_WARNING is way too verbose,
5735         Moving them to GST_LOG.
5736
5737 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
5738
5739         * README:
5740           Replace current README (containing the release notes from
5741           some 0.9.x version) with a proper README taken from the core.
5742
5743 2006-05-26  Wim Taymans  <wim@fluendo.com>
5744
5745         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
5746         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
5747         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
5748         (vorbis_dec_change_state):
5749         Small cleanups.
5750         Add some FIXMEs
5751         Clip output samples to segment boundaries.
5752
5753 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5754
5755         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
5756         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
5757         Improve the errors produced on bad output, including some human
5758         readable description strings.
5759         Handle the (theoretical for ximagesink) case where the XServer 
5760         has a different idea about the size required for a particular 
5761         frame and gives us too small a memory allocation.
5762
5763 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
5764
5765         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
5766         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
5767         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
5768         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
5769         Improve the errors produced on bad output, including some human 
5770         readable description strings.
5771         Handle RGB Xv formats properly by transforming them into our 
5772         big-endian caps description.
5773         Use gst_caps_truncate to ensure that we never try and choose a
5774         non-fixed caps in buffer_alloc.
5775         Handle the case where the XServer has a different idea about the size
5776         required for a particular frame and gives us too small a memory
5777         allocation.
5778         Use -1 to indicate 'no image format', because 0 is a valid XServer
5779         image format number.
5780         Put RGB Xv formats at the end of the caps, so that we always prefer
5781         YUV format frames.
5782         Iterate the available Xv Encodings to determine the maximum width and
5783         height, and then return that in our caps.
5784         (Closes #315312, #337544)
5785
5786 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
5787
5788         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
5789         When there is only one unfinished pad and it receives an event that
5790         doesn't match our requirements, we need to set alldone=FALSE so that
5791         the fakesink is not removed yet.
5792
5793 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
5794
5795         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
5796           Use gst_type_find_helper_for_buffer() to find the type
5797           of stream from the first packet.
5798
5799         * configure.ac:
5800           Bump requirements to core CVS (needed for vorbis
5801           typefinding to work).
5802
5803 2006-05-24  Edward Hervey  <edward@fluendo.com>
5804
5805         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
5806         Added the 'prfl' atom type which MQV (no, it's not a typo) files
5807         contain.  Else they play perfectly fine with qtdemux.
5808
5809 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
5810
5811         * ext/theora/theoradec.c:
5812         * ext/theora/theoraenc.c:
5813         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
5814         * gst/audiorate/gstaudiorate.c:
5815           make more debug catagories static
5816         
5817         * tests/check/Makefile.am:
5818         * tests/check/elements/adder.c: (message_received),
5819         (test_event_message_received), (GST_START_TEST),
5820         (test_play_twice_message_received), (adder_suite):
5821           added test case for using element twice, extra bonus points for anyone
5822           who can make these test run reliably
5823
5824 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
5825
5826         * ext/theora/theoradec.c: (theora_dec_chain):
5827           Make work with time-stamped input buffers that do not
5828           have a granulepos in BUFFER_OFFSET_END (like theora
5829           buffers coming from matroskademux). Fixes #342448.
5830
5831 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
5832
5833         Patch by: Peter Kjellerstedt  <pkj at axis com>
5834
5835         * gst/tcp/Makefile.am:
5836           fdstresstest doesn't need Gtk+, fix compilation if 
5837           gtk is not available (#342566).
5838
5839 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5840          
5841         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5842           80 line columns
5843           Removed redundant floor()
5844
5845 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5846
5847         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5848           On second thought, just skip JUNK chunks automatically, so
5849           the caller doesn't have to handle this. Fixes #342345.
5850           Also, return GST_FLOW_UNEXPECTED if we get a short read,
5851           not GST_FLOW_ERROR.
5852
5853 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
5854
5855         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
5856           Don't bail out on JUNK chunks with a size of 0 (would try to
5857           pull_range 0 bytes before, which sources don't like too much).
5858           See #342345.
5859
5860 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5861
5862         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
5863         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
5864         Use the gstutil scaling function to preserve 64 bits while calculating
5865         output width and height from the display-aspect-ratio. (A continuation
5866         of #341542)
5867
5868 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
5869
5870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
5871         (gst_xvimagesink_buffer_alloc):
5872         * sys/xvimage/xvimagesink.h:
5873         When performing buffer allocations, remember the caps and image format
5874         we return so that if the same caps are asked for next time we can
5875         return them immediately without doing any caps intersections.
5876
5877 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
5878          
5879         * gst-libs/gst/rtp/README:
5880           Some new documentation
5881         * gst-libs/gst/rtp/gstrtpbuffer.h:       
5882           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
5883         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
5884         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
5885           New RTP audio base payloader class. Supports frame or sample based
5886           codecs.  Not enabled in Makefile.am until approved.
5887
5888 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5889
5890         * tests/check/elements/alsa.c: (test_device_property_probe):
5891           Fix test case: don't try to free NULL GValueArray when there
5892           are no devices.
5893
5894 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5895
5896         * tests/check/Makefile.am:
5897         * tests/check/elements/alsa.c: (test_device_property_probe),
5898         (alsa_suite), (main):
5899           Add simple test that runs a device property probe on alsasrc,
5900           alsasink and alsamixer. Disable valgrind check for now (too
5901           many leaks in libasound, and valgrind ignored my suppressions
5902           additions).
5903
5904 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5905
5906         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
5907         (gst_alsa_device_property_probe_probe_property),
5908         (gst_alsa_device_property_probe_needs_probe),
5909         (gst_alsa_device_property_probe_get_values),
5910         (gst_alsa_type_add_device_property_probe_interface):
5911         * ext/alsa/gstalsadeviceprobe.h:
5912         * ext/alsa/gstalsamixerelement.c:
5913         (gst_alsa_mixer_element_init_interfaces):
5914         * ext/alsa/gstalsamixerelement.h:
5915           Clean up and simplify alsa device probing. Make it actually work
5916           for multiple classes. Don't cache results any longer.
5917
5918         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
5919         (gst_alsasink_init):
5920         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
5921         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
5922         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
5923           Make alsasink and alsasrc implement the GstPropertyProbe interface
5924           for device probing (#342181).
5925           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
5926
5927 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
5928
5929         * gst/subparse/samiparse.c: (handle_start_font):
5930           Don't ignore return value of strtol (++compiler_happiness).
5931
5932 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
5933
5934         Patch by: Young-Ho Cha  <ganadist chollian net>
5935
5936         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
5937         (gst_sub_parse_class_init), (gst_sub_parse_init),
5938         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
5939         (convert_encoding):
5940         * gst/subparse/gstsubparse.h:
5941           Add 'encoding' property (#341681).
5942
5943         * gst/subparse/samiparse.c: (characters_sami):
5944           Output is pango markup, so we need to escape text
5945           between tags (#342143).
5946
5947 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5948
5949         * gst-libs/gst/audio/multichannel.c:
5950         (gst_audio_check_channel_positions):
5951           It's okay to have caps with channels=1 and a channel position
5952           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
5953           (deinterleavers might want to keep the position in the caps,
5954           so that they can be re-interleaved again properly later).
5955           Leave check for unexpected 2-channel layouts intact for now.
5956
5957 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
5958
5959         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
5960         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
5961         basesrc can do its job correctly.
5962
5963 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
5964
5965         * ext/alsa/Makefile.am:
5966         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
5967         (gst_alsa_detect_formats), (get_channel_free_structure),
5968         (caps_add_channel_configuration), (gst_alsa_detect_channels),
5969         (gst_alsa_probe_supported_formats):
5970         * ext/alsa/gstalsa.h:
5971         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
5972           Refactor and improve caps probing code: probe signedness
5973           when we probe the supported formats/widths; set endianness
5974           to the one we actually probed for (ie. cpu endianness).
5975           
5976         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
5977         (gst_alsasrc_close):
5978         * ext/alsa/gstalsasrc.h:
5979           Implement caps probing for alsasrc.
5980
5981 2006-05-15  Wim Taymans  <wim@fluendo.com>
5982
5983         * ext/theora/theoradec.c: (gst_theora_dec_reset),
5984         (theora_dec_src_query), (theora_dec_src_event),
5985         (theora_dec_sink_event), (theora_handle_comment_packet),
5986         (theora_handle_data_packet), (theora_dec_change_state):
5987         Cleanups, add some G_LIKELY.
5988         Use segment helpers instead of our own wrong code.
5989         Clear queued buffers on seek and READY.
5990
5991         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
5992         (vorbis_dec_convert), (vorbis_dec_src_query),
5993         (vorbis_dec_src_event), (vorbis_dec_sink_event),
5994         (vorbis_handle_comment_packet), (vorbis_dec_push),
5995         (vorbis_handle_data_packet), (vorbis_dec_chain),
5996         (vorbis_dec_change_state):
5997         * ext/vorbis/vorbisdec.h:
5998         Remove old useless packetno variable.
5999         Do position query properly.
6000         Add some G_LIKELY.
6001         Do cleanup of queued buffers in new helper function
6002         and use it.
6003
6004 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
6005
6006         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
6007           Query supported sample rates. Fixes #341732.
6008
6009 2006-05-15  Julien MOUTTE  <julien@moutte.net>
6010
6011         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
6012         (gst_decode_bin_change_state): Make decodebin reusable
6013         when going from PAUSE_TO_READY and then back to PAUSED.
6014         Fixes #331678.
6015
6016 2006-05-15  Wim Taymans  <wim@fluendo.com>
6017
6018         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
6019         (vorbis_dec_convert), (vorbis_dec_src_query),
6020         (vorbis_dec_sink_query), (vorbis_dec_src_event),
6021         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
6022         (vorbis_dec_clean_queued), (vorbis_dec_push),
6023         (vorbis_handle_data_packet), (vorbis_dec_change_state):
6024         Cleanups. Use refcounting and DEBUG_OBJECT.
6025         Reset segment on flush, use code methods instead of our
6026         own wrong version.
6027         Fix potential memleak.
6028
6029 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
6030
6031         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
6032         (gst_alsasink_init):
6033         * ext/alsa/gstalsasink.h:
6034           Don't leak allocated snd_output_t structure if there's
6035           more than one alsasink instance at a time (#341873).
6036           Also fix GObject macros in header file.
6037           
6038 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
6039
6040         * gst/subparse/gstsubparse.c:
6041         (gst_sub_parse_data_format_autodetect):
6042           Don't use libxml functions in the typefinding code.
6043
6044 2006-05-15  Wim Taymans  <wim@fluendo.com>
6045
6046         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
6047         Fix seeking performance in the case where a non-header 
6048         packet has a 0 granulepos (busted theora case). 
6049         Fixes #341719
6050         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
6051          the first place, you limelight stealer you)
6052
6053 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
6054
6055         * gst/subparse/gstsubparse.c:
6056         (gst_sub_parse_data_format_autodetect):
6057           Improve SAMI typefinding: handle case where there are
6058           whitespaces or newlines in front of the first <SAMI>
6059           tag (#169936).
6060
6061 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
6062
6063         * configure.ac:
6064           Build video4linux plugin even if there's no XVIDEO, just
6065           without implementing the GstXOverlay interface (#334002).
6066          
6067 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
6068
6069         * configure.ac:
6070         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
6071         (plugin_init):
6072           Add tentative support for libvisual-0.4 (#336881).
6073
6074 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
6075
6076         Patch by: Young-Ho Cha <ganadist at chollian net>
6077
6078         * gst/subparse/samiparse.c: (handle_start_font):
6079           Need to map "silver" colour explicitly (#169936).
6080
6081 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
6082
6083         Patch by: Young-Ho Cha  <ganadist at chollian net>
6084
6085         * gst/subparse/Makefile.am:
6086         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
6087         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
6088         (gst_sub_parse_format_autodetect), (feed_textbuf),
6089         (gst_subparse_type_find), (plugin_init):
6090         * gst/subparse/gstsubparse.h:
6091         * gst/subparse/samiparse.c:
6092         * gst/subparse/samiparse.h:
6093           Add support for SAMI subtitles (#169936).
6094
6095 2006-05-14  Michael Smith  <msmith@fluendo.com>
6096
6097         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
6098           Fix #341696: crash when mixing L+R+C to mono or stereo.
6099         * tests/check/Makefile.am:
6100         * tests/check/elements/audioconvert.c: (set_channel_positions),
6101         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
6102         (audioconvert_suite):
6103           Add test for the above, including some generic framework bits for
6104           testing multichannel things.
6105
6106 === release 0.10.7 ===
6107
6108 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
6109
6110         * configure.ac:
6111           releasing 0.10.7, "Leave the gun"
6112
6113 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
6114
6115         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
6116         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
6117         Fix the build.
6118
6119 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
6120
6121         * docs/libs/gst-plugins-base-libs-docs.sgml:
6122         * docs/libs/gst-plugins-base-libs-sections.txt:
6123         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
6124         * gst-libs/gst/video/video.h:
6125         * gst/videoscale/Makefile.am:
6126         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
6127         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
6128         * tests/check/Makefile.am:
6129         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
6130         (main):
6131           Fix integer overflow problem with pixel-aspect-ratio calculations
6132           in videoscale and xvimagesink (#341542)
6133
6134 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
6135
6136         * gst-libs/gst/tag/gstid3tag.c:
6137           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
6138
6139 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
6140
6141         * win32/MANIFEST:
6142           update win32 files listing
6143
6144 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6145
6146         patch by: Sjoerd Simons (sjoerd@luon.net)
6147
6148         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6149         (group_create), (group_destroy), (add_stream),
6150         (gst_play_base_bin_get_property),
6151         (gst_play_base_bin_get_streaminfo_value_array):
6152         * gst/playback/gstplaybasebin.h:
6153           API: GstPlayBaseBin::stream-info-value-array property
6154           use a more bindings-friendly way of exposing streaminfo
6155           using a GValueArray.  Tested in ipython.
6156           Closes #341114
6157
6158 2006-05-11  Wim Taymans  <wim@fluendo.com>
6159
6160         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
6161         (queue_underrun_cb), (queue_filled_cb):
6162         Also catch queue underruns but don't do anything yet.
6163         Refactor and comment queue enlarging code a bit.
6164
6165         * gst/playback/gstplaybasebin.c: (queue_overrun),
6166         (queue_threshold_reached), (queue_out_of_data),
6167         (gen_preroll_element):
6168         If a queue over/underruns check that we don't create nasty
6169         deadlocks when the min-threshold is not reached but the
6170         max-bytes is. In those cases disable max-bytes when we
6171         know that the queue is fed timed data.
6172         Add more comments.
6173
6174 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
6175
6176         * gst/playback/gstplaybin.c: (gen_audio_element):
6177           Make playbin automatically plug an 'audioresample'
6178           element before the audio sink as well. This solves
6179           problems with sinks that only accept a very specific
6180           sample rate, like esdsink (e.g. #340379).
6181
6182 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
6183
6184         * gst/playback/gstplaybasebin.c: (gen_source_element):
6185           Make http sources send special headers so that we receive
6186           icecast metadata if the http stream is an icecast stream
6187           (otherwise the server will just ignore them). This also
6188           means that from now on users will need the 'icydemux'
6189           element from gst-plugins-good installed if they want to
6190           listen to icecast radio streams. (#341432, #333657).
6191
6192 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
6193
6194         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
6195         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
6196           remove stupid example from docs - it should come with a simple
6197           C program instead.
6198           Clean up/fix docs
6199         * tests/check/elements/multifdsink.c: (wait_bytes_served),
6200         (fail_if_can_read), (GST_START_TEST),
6201         (gst_multifdsink_create_streamheader), (multifdsink_suite):
6202           add a test for changing streamheader which exposes a bug in
6203           multifdsink
6204
6205 2006-05-11  Michael Smith  <msmith@fluendo.com>
6206
6207         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
6208         (gst_gnome_vfs_src_received_headers_callback):
6209         * ext/gnomevfs/gstgnomevfssrc.h:
6210           Don't set icy-caps unless we have a sane interval value. Move
6211           interval to a local variable; we never use it outside this function.
6212
6213 2006-05-11  Wim Taymans  <wim@fluendo.com>
6214
6215         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
6216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
6217         Register special buffer types along with the objects so
6218         that they are not registered at runtime from N different
6219         streaming threads since they are not threadsafe.
6220
6221 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6222
6223         * tests/check/elements/multifdsink.c: (wait_bytes_served),
6224         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
6225           add two more tests, one doing streamheader
6226
6227 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
6228
6229         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
6230           clean up the bufqueue when shutting down
6231         * tests/check/Makefile.am:
6232         * tests/check/elements/multifdsink.c: (setup_multifdsink),
6233         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
6234         (main):
6235           add a test for the leak that was just fixed
6236
6237 2006-05-10  Wim Taymans  <wim@fluendo.com>
6238
6239         * gst/adder/gstadder.c: (gst_adder_setcaps),
6240         (gst_adder_query_duration), (gst_adder_query), (forward_event),
6241         (gst_adder_src_event), (gst_adder_sink_event),
6242         (gst_adder_class_init), (gst_adder_finalize),
6243         (gst_adder_request_new_pad), (gst_adder_collected):
6244         * gst/adder/gstadder.h:
6245         Updated some docs. Added comments and FIXMEs all over the place.
6246         Improve debugging info.
6247         Fix leak on finalize by not calling the parent.
6248         Implement duration query.
6249         Make event forwarding threadsafe.
6250         Correctly send NEWSEGMENT at start and after flush.
6251         Handle EOS correctly.
6252         Post error when not negotiated.
6253
6254         * tests/check/elements/adder.c: (GST_START_TEST):
6255         Added FIXME in the test.
6256
6257 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6258
6259         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
6260         (gst_text_overlay_halign_get_type),
6261         (gst_text_overlay_wrap_mode_get_type):
6262         * ext/theora/theoradec.c: (theora_handle_type_packet),
6263         (theora_handle_data_packet):
6264         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
6265         (theora_enc_sink_setcaps), (theora_enc_chain):
6266         * gst-libs/gst/cdda/gstcddabasesrc.c:
6267         (gst_cdda_base_src_mode_get_type):
6268         * gst/audiotestsrc/gstaudiotestsrc.c:
6269         (gst_audiostestsrc_wave_get_type):
6270         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
6271         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
6272         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
6273         (gst_sync_method_get_type), (gst_unit_type_get_type),
6274         (gst_client_status_get_type):
6275         * gst/videoscale/gstvideoscale.c:
6276         (gst_video_scale_method_get_type):
6277         * gst/videotestsrc/gstvideotestsrc.c:
6278         (gst_video_test_src_pattern_get_type):
6279         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
6280         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
6281         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
6282         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
6283         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
6284         (paint_setup_RGB565), (paint_setup_xRGB1555):
6285           Const-ify GEnumValue and GFlagsValue arrays. Use
6286           GST_ROUND_UP_* macros instead of home-made ones.
6287
6288 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6289
6290         * configure.ac:
6291           Require core CVS for the new newsegment stuff.
6292
6293 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6294
6295         Patch by: Sjoerd Simons  <sjoerd at luon net>
6296
6297         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
6298           Register nick for enum value (#341160).
6299
6300 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
6301
6302         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
6303         (plugin_init):
6304          backout typefind patch #340375
6305          
6306         * tests/check/elements/adder.c: (message_received),
6307         (GST_START_TEST), (adder_suite):
6308           redo, signal-handling of test
6309
6310 2006-05-09  Wim Taymans  <wim@fluendo.com>
6311
6312         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
6313         (gst_adder_collected):
6314         * gst/adder/gstadder.h:
6315         Remove bogus segment merging and forwarding, we don't
6316         care about timestamps anyway and we just produce a
6317         continuous stream. 
6318         Also create a nice NEWSEGMENT event when we start.
6319         Use _scale_int some more.
6320
6321 2006-05-09  Edward Hervey  <edward@fluendo.com>
6322
6323         * tests/icles/stress-xoverlay.c:
6324         Fix if core was built without parsing support.
6325
6326 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
6327
6328         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6329           Add SEDG (Samsung MPEG-4) fourcc.
6330
6331 2006-05-09  Edward Hervey  <edward@fluendo.com>
6332
6333         * tests/icles/stress-xoverlay.c:
6334         * tests/examples/volume/volume.c:
6335         Fix if core was built without parsing support.
6336
6337         * tests/examples/seek/seek.c:
6338         Disable the parse_launch example if core was built without parsing
6339         support.
6340
6341 2006-05-08  Edward Hervey  <edward@fluendo.com>
6342
6343         * autogen.sh: (CONFIGURE_DEF_OPT): 
6344         libtoolize on Darwin/MacOSX is called glibtoolize
6345
6346 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6347
6348         * tests/check/Makefile.am:
6349         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
6350           Disable the adder test, until the build-slaves posses the kindness to 
6351           either like it or to give valid reason for not doing so 
6352
6353 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6354
6355         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6356         (adder_suite):
6357           Shuffle NULL state change around and raise timeout more
6358
6359 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6360
6361         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
6362         (mp4_type_find), (plugin_init):
6363           Add typefind to distinguish between "audio/x-m4a" and new type
6364           "video/mp4". Fixes #340375
6365
6366         * tests/check/elements/adder.c: (adder_suite):
6367           Raise timeout to make buildbot happy
6368
6369 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
6370
6371         * gst/adder/gstadder.c: (gst_adder_sink_event),
6372         (gst_adder_request_new_pad), (gst_adder_change_state):
6373         * gst/adder/gstadder.h:
6374         * tests/check/Makefile.am:
6375         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
6376         (adder_suite), (main):
6377           Add sink-event handling to adder. It tries to merge incomming
6378           newsegment-events. Added test to check if segment_done is comming
6379           through. Fixes #340060
6380
6381 2006-05-05  Andy Wingo  <wingo@pobox.com>
6382
6383         * ext/theora/theoraparse.c (gst_theora_parse_init)
6384         (theora_parse_src_convert, theora_parse_src_query):
6385         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
6386         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
6387         query functions on the source pads of the theora and vorbis parse
6388         elements. Fixes position querying when doing a remux.
6389
6390 2006-05-05  Michael Smith  <msmith@fluendo.com>
6391
6392         * ext/theora/theoraparse.c: (parse_granulepos),
6393         (theora_parse_drain_queue_prematurely),
6394         (theora_parse_queue_buffer), (theora_parse_sink_event):
6395           Fix flushing.
6396           Fix invalid granulepos outputs when starting with a non-keyframe.
6397
6398 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
6399
6400         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
6401         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
6402         Rearrange MPEG system stream detection, fixing some memleaks in the
6403         process.
6404         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
6405         they clean up their data correctly.
6406         Remove unused ogganx caps and move the 'is_annodex' check to inside
6407         the 'is_ogg' if statement.
6408
6409 2006-05-05  Wim Taymans  <wim@fluendo.com>
6410
6411         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
6412         Properly remove ghostpads. Fixes #340392
6413
6414 2006-05-04  David Schleef  <ds@schleef.org>
6415
6416         * gst/typefind/gsttypefindfunctions.c:
6417
6418 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
6419
6420         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
6421         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
6422
6423         When typefinding an MP3 in push-based mode, don't penalise the
6424         probability down to 74% when we found 5 valid frames just because we
6425         can't peek the end of the file.
6426
6427         Make the probability for detecting MPEG Transport Streams based on the
6428         number of sequential headers we successfully detected.
6429
6430 2006-05-03  Wim Taymans  <wim@fluendo.com>
6431
6432         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
6433         (vorbis_dec_push), (vorbis_dec_chain):
6434         Still produce an error when we receive an empty packet.
6435
6436 2006-05-03  Wim Taymans  <wim@fluendo.com>
6437
6438         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
6439         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
6440         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
6441         Mark buffers with DISCONT after seek and after activating new
6442         chains.
6443
6444         * ext/theora/gsttheoradec.h:
6445         * ext/theora/theoradec.c: (gst_theora_dec_reset),
6446         (theora_get_query_types), (theora_dec_sink_event),
6447         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
6448         (theora_dec_change_state):
6449         Fix frame counter.
6450         Detect and mark DISCONT buffers.
6451
6452         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
6453         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
6454         (vorbis_dec_change_state):
6455         * ext/vorbis/vorbisdec.h:
6456         Use GstSegment.
6457         Detect and mark DISCONT buffers.
6458         Don't crash on 0 sized buffers.
6459
6460 2006-05-03  Wim Taymans  <wim@fluendo.com>
6461
6462         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
6463         (volume_transform_ip):
6464         Increase "volume" property to 10.0. Fixes #340369.
6465         Set the process function to NULL when capsnego fails so that
6466         we properly error out.
6467
6468 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
6469
6470         * gst/playback/gstplaybin.c: (add_sink):
6471         * gst/playback/test.c: (main):
6472         * gst/playback/test5.c: (dump_element_stats):
6473         * gst/playback/test6.c: (main):
6474           free caps using gst_caps_unref, don't leak caps-strings
6475
6476 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
6477
6478         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
6479         (plugin_init):
6480           Refine musepack typefinding a bit. Return MAXIMUM
6481           probability when we detect stream version 7 to make
6482           sure the mpeg audio typefinder doesn't trump us.
6483
6484 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
6485
6486         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
6487           Protect against unexpected NULL strf_data buffer.
6488
6489 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6490
6491         * tests/check/elements/audioconvert.c: (verify_convert),
6492         (GST_START_TEST):
6493           interpret the out[] buffer in the order the bytes are actually
6494           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
6495           Other tests should use BYTE_ORDER since the array is filled in
6496           with actual values
6497
6498 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6499
6500         * tests/check/elements/audioconvert.c: (verify_convert),
6501         (GST_START_TEST):
6502           when a test fails, give an indication of which it is
6503
6504 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
6505
6506         * gst-libs/gst/cdda/gstcddabasesrc.c:
6507           compile fix; strtol() needs <stdlib.h>
6508
6509 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6510
6511         * ext/alsa/gstalsamixerelement.c:
6512         * ext/alsa/gstalsasrc.c:
6513         * ext/cdparanoia/gstcdparanoiasrc.c:
6514         * ext/gnomevfs/gstgnomevfssink.c:
6515         * ext/gnomevfs/gstgnomevfssrc.c:
6516         * ext/ogg/gstoggdemux.c:
6517         * ext/ogg/gstoggmux.c:
6518         * ext/ogg/gstoggparse.c:
6519         * ext/ogg/gstogmparse.c:
6520         * ext/pango/gstclockoverlay.c:
6521         * ext/pango/gsttextoverlay.c:
6522         * ext/pango/gsttextrender.c:
6523         * ext/pango/gsttimeoverlay.c:
6524         * ext/theora/theoradec.c:
6525         * ext/theora/theoraenc.c:
6526         * ext/vorbis/vorbisdec.c:
6527         * ext/vorbis/vorbisenc.c:
6528         * gst-libs/gst/audio/gstaudiofilter.c:
6529         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
6530         * gst/audioconvert/gstaudioconvert.c:
6531         * gst/audiorate/gstaudiorate.c:
6532         * gst/audioresample/gstaudioresample.c:
6533         * gst/audiotestsrc/gstaudiotestsrc.c:
6534         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
6535         * gst/playback/gstdecodebin.c:
6536         * gst/playback/gstplaybin.c:
6537         * gst/playback/gststreamselector.c:
6538         * gst/subparse/gstsubparse.c:
6539         * gst/tcp/gstmultifdsink.c:
6540         * gst/tcp/gsttcpclientsink.c:
6541         * gst/tcp/gsttcpclientsrc.c:
6542         * gst/tcp/gsttcpserversink.c:
6543         * gst/tcp/gsttcpserversrc.c:
6544         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
6545         * gst/videorate/gstvideorate.c:
6546         * gst/videoscale/gstvideoscale.c:
6547         * gst/videotestsrc/gstvideotestsrc.c:
6548         * gst/volume/gstvolume.c:
6549         * sys/v4l/gstv4ljpegsrc.c:
6550         * sys/v4l/gstv4lmjpegsink.c:
6551         * sys/v4l/gstv4lmjpegsrc.c:
6552         * sys/v4l/gstv4lsrc.c:
6553         * sys/ximage/ximagesink.c:
6554         * sys/xvimage/xvimagesink.c:
6555         * tests/check/libs/cddabasesrc.c:
6556           make GstElementDetails const
6557
6558 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6559
6560         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
6561         (gst_adder_init):
6562           send events from src-pad to all sink-pads fixes #338657
6563
6564 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
6565
6566         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
6567         (alsasink_parse_spec):
6568           query width capabilities from alsa, fixes #338919
6569
6570 2006-04-28  Wim Taymans  <wim@fluendo.com>
6571
6572         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
6573         (gst_multi_fd_sink_remove_client_link):
6574         * gst/tcp/gstmultifdsink.h:
6575         Fix race condition in multifdsink that can lead to spurious 
6576         duplicate clients. this patch adds a new signal that is fired when
6577         multifdsink has removed all references to the fd.
6578         Fixes #339574.
6579         Updated documentation.
6580         API: client-fd-removed signal added
6581
6582 2006-04-28  Michael Smith  <msmith@fluendo.com>
6583
6584         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
6585           When asking g_value_array_new to prealloc elements, we may as well
6586           ask for the right number of elements.
6587
6588 2006-04-28  Wim Taymans  <wim@fluendo.com>
6589
6590         * gst-libs/gst/audio/gstbaseaudiosink.c:
6591         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
6592         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
6593         patch to make timestamp checking more tollerant to rounding 
6594         errors given that real discontinuities are to be marked on
6595         buffers. Fixes some asf files and #338778.
6596         Also avoid some crashers when we receive an event in the 
6597         NULL state.
6598
6599 2006-04-28  Michael Smith  <msmith@fluendo.com>
6600
6601         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
6602         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
6603         (gst_gnome_vfs_src_get_property),
6604         (gst_gnome_vfs_src_send_additional_headers_callback),
6605         (gst_gnome_vfs_src_received_headers_callback),
6606         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
6607         (gst_gnome_vfs_src_stop):
6608         * ext/gnomevfs/gstgnomevfssrc.h:
6609           Remove ICY handling (mostly) from gnomevfssrc, in favour of
6610           proper shared support within icydemux.
6611
6612 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6613
6614         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
6615         (gst_video_rate_swap_prev), (gst_video_rate_chain):
6616           fix up docs
6617           fix a leak when no caps negotiated
6618           fix counting of input frames
6619         * tests/check/elements/.cvsignore:
6620         * tests/check/elements/videorate.c: (assert_videorate_stats),
6621         (GST_START_TEST), (videorate_suite):
6622           add tests for these
6623
6624 2006-04-28  Wim Taymans  <wim@fluendo.com>
6625
6626         * gst-libs/gst/audio/gstringbuffer.c:
6627         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
6628         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
6629         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
6630         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
6631         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
6632         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
6633         (gst_ring_buffer_commit), (gst_ring_buffer_read),
6634         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
6635         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
6636         Check arguments passed to public functions instead of
6637         crashing.
6638
6639 2006-04-28  Wim Taymans  <wim@fluendo.com>
6640
6641         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
6642         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
6643         GstBaseAudioSrc must be live or it does not work.
6644
6645         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
6646         Don't set live to TRUE as this is the default in the parentclass.
6647
6648 2006-04-28  Wim Taymans  <wim@fluendo.com>
6649
6650         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
6651         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
6652         Videoscale doesn't pass on pixel-aspect ratio. Handle all
6653         fixation cases better. Fixes #338991
6654
6655 2006-04-28  Wim Taymans  <wim@fluendo.com>
6656
6657         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
6658         Handle 0/1 framerate correctly Fixes #331901.
6659
6660 2006-04-28  Wim Taymans  <wim@fluendo.com>
6661
6662         * tests/check/elements/audioconvert.c: (get_float_caps),
6663         (GST_START_TEST), (audioconvert_suite):
6664         Added check for correct clipping when doing float samples
6665         in audioconvert.
6666
6667 2006-04-28  Wim Taymans  <wim@fluendo.com>
6668
6669         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
6670         (gst_video_rate_chain):
6671         Print more debugging info.
6672
6673 2006-04-28  Wim Taymans  <wim@fluendo.com>
6674
6675         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
6676         (resample_set_state_from_caps):
6677         Add support for other formats audioresample can handle such as
6678         32 bits in and float and 64 bits float. Fixes #301759
6679
6680 2006-04-28  Wim Taymans  <wim@fluendo.com>
6681
6682         * gst/audioconvert/audioconvert.c: (float):
6683         correctly clip float samples > 1.0. Fixes #338718
6684
6685 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6686
6687         Patch by: Young-Ho Cha  <ganadist at chollian net>
6688
6689         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6690         (gst_text_overlay_render_text):
6691           Don't strip newlines from the text. Also, center lines
6692           within multi-line paragraphs (#339405).
6693
6694 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
6695
6696         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
6697           Fix wavpack typefinding to work in more cases (don't peek
6698           for chunks of multiple hundred kBs at once, but process
6699           things step-by-step in smaller units). Fixes #339786.
6700
6701 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
6702
6703         * configure.ac:
6704           back to HEAD
6705
6706 === release 0.10.6 ===
6707
6708 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
6709
6710         * configure.ac:
6711           releasing 0.10.6, "Chao"
6712
6713 2006-04-26  David Schleef  <ds@schleef.org>
6714
6715         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
6716           Fixes #338897.
6717
6718 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6719
6720         * configure.ac:
6721         * win32/common/config.h:
6722           new prerelease
6723
6724 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6725
6726         patch by: Wim Taymans
6727
6728         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
6729         (gst_ogg_demux_perform_seek):
6730           make sure correct newsegments are sent, so that the decoder
6731           and the demuxer agree on timestamps.  Fixes playback of a lot
6732           of Ogg files that do not start from 0.  Fixes #339833.
6733
6734 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
6735
6736         Patch by: Edward Hervey  <edward@fluendo.com>
6737
6738         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
6739         * tests/check/Makefile.am:
6740         * tests/check/elements/videorate.c: (assert_videorate_stats),
6741         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
6742         (videorate_suite), (main):
6743           Fix an infinite loop if frames are passed in with wrongly ordered
6744           timestamps.  Fixes #339013.
6745
6746 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6747
6748         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6749
6750         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
6751           fix typefinding on some ISO files.  Fixes #339212.
6752
6753 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6754
6755         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
6756
6757         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
6758           add another H264 fourcc.  Fixes #339047.
6759
6760 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6761
6762         Patch by: Jan Schmidt
6763
6764         * gst/playback/gststreamselector.c:
6765         (gst_stream_selector_bufferalloc):
6766           Restore old StreamSelector behaviour.
6767           Fixes #338419.
6768
6769 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
6770
6771         * configure.ac:
6772         * win32/common/config.h:
6773           prerelease
6774
6775 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6776
6777         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
6778
6779         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6780         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
6781           Fix some memory leaks: on finalize, free buffers left in the queue
6782           before destroying the queue; in _push(), unref rtp_buf even if
6783           the process vfunc returned a NULL buffer as output buffer (#337548);
6784           demote some recuring debug messages to LOG level.
6785
6786 2006-04-11  Wim Taymans  <wim@fluendo.com>
6787
6788         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6789         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6790         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
6791         (gst_ogg_demux_loop):
6792         More cleanups.
6793         Respect segment stop when emiting EOS or SEGMENT_DONE.
6794         Fixes (#337945).
6795
6796 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
6797
6798         * gst/playback/gststreamselector.c:
6799         (gst_stream_selector_get_property):
6800           Don't leak pad name.
6801
6802 2006-04-10  Michael Smith  <msmith@fluendo.com>
6803
6804         * tests/check/Makefile.am:
6805         * tests/check/gst-plugins-base.supp:
6806           Suppress an old libtheora bug (fixed in more recent versions), so 
6807           that FC4 buildslaves can pass.
6808
6809 2006-04-10  Wim Taymans  <wim@fluendo.com>
6810
6811         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6812         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6813         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
6814         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
6815         (gst_ogg_demux_loop):
6816         Don't leak events.
6817         Remember what error we got when finding chains, if we
6818         were shutdown, that would not be an error.
6819
6820 2006-04-10  Wim Taymans  <wim@fluendo.com>
6821
6822         * gst-libs/gst/audio/gstbaseaudiosink.c:
6823         (gst_base_audio_sink_event):
6824         Starting the ringbuffer when we did not acquire it can cause
6825         a deadlock, is pointless and causes nasty things for
6826         subclasses. 
6827         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
6828
6829 2006-04-10  Wim Taymans  <wim@fluendo.com>
6830
6831         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
6832         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
6833         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
6834         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
6835         (gst_ogg_demux_deactivate_current_chain),
6836         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
6837         (gst_ogg_demux_bisect_forward_serialno),
6838         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
6839         Add some more debugging.
6840
6841 2006-04-10  Wim Taymans  <wim@fluendo.com>
6842
6843         * ext/theora/theoradec.c: (theora_dec_src_event),
6844         (theora_handle_data_packet):
6845         Some more debug info.
6846
6847         * tests/examples/seek/seek.c: (start_seek), (main):
6848         Print element messages too.
6849
6850 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
6851
6852         * gst/audioresample/debug.h:
6853           replace debug macros with variable number of parameters
6854           by a simple alias to gstreamer standard debug macros 
6855          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
6856           supported by MSVC 6.0 and 7.1)
6857         * gst/audioresample/resample.h:
6858           define M_PI and rint for WIN32
6859         * win32/common/libgstaudio.def:
6860         * win32/common/libgstriff.def:
6861         * win32/common/libgsttag.def:
6862         * win32/common/libgstvideo.def:
6863           add new exported functions
6864         * win32/vs6:
6865           update project files
6866
6867 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6868
6869         * ext/alsa/gstalsamixeroptions.c:
6870         (gst_alsa_mixer_options_class_init):
6871         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
6872         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
6873         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
6874         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
6875         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
6876         * gst-libs/gst/audio/gstaudiofilter.c:
6877         (gst_audio_filter_class_init):
6878         * gst-libs/gst/audio/gstaudiosink.c:
6879         (gst_audioringbuffer_class_init):
6880         * gst-libs/gst/audio/gstaudiosrc.c:
6881         (gst_audioringbuffer_class_init):
6882         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
6883         * gst-libs/gst/interfaces/colorbalancechannel.c:
6884         (gst_color_balance_channel_class_init):
6885         * gst-libs/gst/interfaces/mixeroptions.c:
6886         (gst_mixer_options_class_init):
6887         * gst-libs/gst/interfaces/mixertrack.c:
6888         (gst_mixer_track_class_init):
6889         * gst-libs/gst/interfaces/tunerchannel.c:
6890         (gst_tuner_channel_class_init):
6891         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
6892         * gst-libs/gst/netbuffer/gstnetbuffer.c:
6893         (gst_netbuffer_class_init):
6894         * gst-libs/gst/rtp/gstbasertppayload.c:
6895         (gst_basertppayload_class_init):
6896         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
6897         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
6898         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
6899         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
6900         * gst/playback/gststreamselector.c:
6901         (gst_stream_selector_class_init):
6902         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
6903         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
6904         * sys/v4l/gstv4lcolorbalance.c:
6905         (gst_v4l_color_balance_channel_class_init):
6906         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
6907         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
6908         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
6909         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
6910         (gst_v4l_tuner_norm_class_init):
6911         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
6912         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
6913         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
6914         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
6915
6916 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6917
6918         * ext/pango/gsttextrender.h:
6919         * gst-libs/gst/audio/gstaudiosink.h:
6920         * gst-libs/gst/audio/gstaudiosrc.h:
6921         * gst-libs/gst/audio/gstbaseaudiosink.h:
6922         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6923         * gst-libs/gst/audio/gstringbuffer.h:
6924         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6925         * gst-libs/gst/rtp/gstbasertppayload.h:
6926         * gst-libs/gst/video/gstvideofilter.h:
6927         * gst-libs/gst/video/gstvideosink.h:
6928         * gst/playback/gstplaybasebin.h:
6929         * gst/tcp/gstmultifdsink.h:
6930         * sys/v4l/gstv4lelement.h:
6931         Fix broken GObject macros
6932
6933 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
6934
6935         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
6936         More debug to trace why my USB headset is not working with gst
6937
6938 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6939
6940         * gst/playback/gstplaybasebin.c: (group_destroy):
6941         Clean up our group elements properly in the case where it never 
6942         got committed - it still got added unconditionally to the bin.
6943
6944 2006-04-07  Wim Taymans  <wim@fluendo.com>
6945
6946         * ext/theora/theoradec.c: (theora_dec_sink_event),
6947         (theora_handle_data_packet), (theora_dec_chain):
6948         Unref unhandled events.
6949         Protect against empty buffers.
6950         Perform QoS on running time.
6951
6952 2006-04-07  Michael Smith  <msmith@fluendo.com>
6953
6954         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
6955         (gst_vorbis_enc_chain):
6956           Remove leaks from vorbisenc.
6957           Mostly minor changes, the only significant one is that now the
6958           buffers we set as 'streamheader' on the caps are copies of the
6959           original buffers, to avoid circular refcounting problems.
6960
6961 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
6962
6963         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
6964           Don't remove our mute-probe if someone else already did so.
6965           Don't set a 2nd one if there is already one pending on the pad.
6966
6967         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
6968         (do_playbin_seek):
6969           When a seek fails, ensure that playbin is still set back to playing.
6970           
6971         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
6972         (mpeg_ts_type_find), (plugin_init):
6973           Add a typefind function for mpeg-ts streams. (Closes: #336617)
6974
6975 2006-04-06  Andy Wingo  <wingo@pobox.com>
6976
6977         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
6978         (gst_video_rate_init): Caps-related parameters should not be reset
6979         by a flush -- move their inits to the instance init function.
6980         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
6981         is not OK, just return the result.
6982
6983         * gst/audiotestsrc/gstaudiotestsrc.c
6984         (gst_audio_test_src_class_init)
6985         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
6986         broken by Stefan's commit on 24 March.
6987
6988         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
6989         buffers being pushed out. Fixes oggmux ! multifdsink.
6990
6991 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
6992
6993         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
6994         (gst_vorbis_dec_init), (vorbis_dec_finalize):
6995         * ext/vorbis/vorbisdec.h:
6996         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
6997         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
6998         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
6999         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
7000         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
7001         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
7002         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
7003         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
7004         (gst_vorbis_enc_buffer_from_packet),
7005         (gst_vorbis_enc_buffer_from_header_packet),
7006         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
7007         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
7008         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
7009         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
7010         (gst_vorbis_enc_change_state):
7011         * ext/vorbis/vorbisenc.h:
7012           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
7013           vorbisenc adhere to the official nomenclature; use boilerplate
7014           macro.
7015
7016 2006-04-04  Andy Wingo  <wingo@pobox.com>
7017
7018         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
7019         Whoops, fix bug introduced. Bad hacker!
7020         
7021         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
7022         Properly handle the case where you get EOS before any buffers are
7023         received. Use gst_buffer_make_metadata_writable where appropriate.
7024
7025         * ext/theora/theoradec.c (theora_handle_data_packet): This value
7026         is often negative -- make it signed so as not to wrap around.
7027         Fixes segfaults introduced on 9 March.
7028
7029 2006-04-03  Wim Taymans  <wim@fluendo.com>
7030
7031         * ext/theora/gsttheoradec.h:
7032         * ext/theora/theoradec.c: (theora_dec_src_event):
7033         Don't try to store a gdouble in a gboolean.
7034         Small cleanups.
7035
7036 2006-04-03  Michael Smith  <msmith@fluendo.com>
7037
7038         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
7039           Oggmux sucks.
7040           Make it suck slightly less by writing out the final page.
7041           Still can't encode a vorbis-in-ogg file correctly, though.
7042
7043 2006-04-03  Andy Wingo  <wingo@pobox.com>
7044
7045         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
7046         a g_print.
7047
7048         * ext/theora/theora.c (plugin_init): Register theoraparse.
7049
7050         * ext/theora/gsttheoraparse.h: 
7051         * ext/theora/theoraparse.c: New files implementing a theora
7052         parser. Now we can properly remux ogg/theora+vorbis, yay.
7053
7054         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
7055
7056 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7057
7058         * gst/audiotestsrc/gstaudiotestsrc.c:
7059           Fixed the sample pipeline (see #323798)
7060
7061 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
7062
7063         * configure.ac:
7064         * win32/common/config.h:
7065         * win32/common/config.h.in:
7066           use AS_VERSION and AS_NANO
7067           more cleanups
7068
7069 2006-03-31  Andy Wingo  <wingo@pobox.com>
7070
7071         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
7072         uninitialized variable return that would happen.
7073         
7074         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
7075         uninitialized variable return that would never happen.
7076
7077         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
7078         (vorbis_parse_sink_event): Add an event function to flush our
7079         state on a seek, and to drain buffers on a premature EOS.
7080         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
7081         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
7082         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
7083         (vorbis_parse_drain_queue): Queue up buffers until we can set
7084         their timestamps and granulepos values.
7085
7086         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
7087         and keep track of data needed for deriving granulepos and
7088         timestamps for buffers.
7089
7090 2006-03-29  Wim Taymans  <wim@fluendo.com>
7091
7092         Patch by: j^ <j at bootlab dot org>
7093
7094         * ext/alsa/gstalsamixerelement.c:
7095         (gst_alsa_mixer_element_class_init):
7096         * ext/alsa/gstalsasink.c:
7097         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
7098         * ext/ogg/gstoggdemux.c:
7099         * ext/ogg/gstoggmux.c:
7100         * ext/ogg/gstoggparse.c:
7101         * ext/pango/gstclockoverlay.c:
7102         * ext/pango/gsttextoverlay.c:
7103         * ext/pango/gsttextrender.c:
7104         * ext/pango/gsttimeoverlay.c:
7105         * ext/theora/theoradec.c:
7106         * ext/theora/theoraenc.c:
7107         * ext/vorbis/vorbisdec.c:
7108         * ext/vorbis/vorbisenc.c:
7109         * gst/audioconvert/gstaudioconvert.c:
7110         * gst/subparse/gstsubparse.c:
7111         * gst/tcp/gstmultifdsink.c:
7112         * gst/tcp/gsttcpclientsink.c:
7113         * gst/tcp/gsttcpclientsrc.c:
7114         * gst/tcp/gsttcpserversink.c:
7115         * gst/tcp/gsttcpserversrc.c:
7116           better/unified long descriptions
7117           Fixes #336477
7118
7119 2006-03-29  Wim Taymans  <wim@fluendo.com>
7120
7121         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
7122         (stop_seek):
7123         Don't let double and triple clicks mess up our state.
7124
7125 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
7126
7127         * gst/playback/gstplaybin.c: (gen_video_element),
7128         (gen_text_element), (gen_audio_element), (gen_vis_element):
7129           Error out gracefully when we can't create any of the usual
7130           conversion elements for some reason. Also, don't try to
7131           create an audioscale (sic) element that's not used anyway.
7132
7133 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
7134
7135         * gst/playback/gstplaybasebin.c: (setup_source):
7136           Don't post RESOURCE_NOT_FOUND error when we can't find a source
7137           element for a particular protocol, that's confusing for users.
7138           Instead, post a RESOURCE_FAILED error, so that our own error
7139           message is actually shown in totem etc. (#336303).
7140
7141 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
7142
7143         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7144
7145         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
7146         (gst_gnome_vfs_src_get_icy_metadata):
7147           Fix some minor memory leaks (#336194).
7148
7149 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
7150
7151         * ext/gnomevfs/gstgnomevfs.c:
7152         (gst_gnome_vfs_location_to_uri_string):
7153         * ext/gnomevfs/gstgnomevfs.h:
7154         * ext/gnomevfs/gstgnomevfssink.c:
7155         (gst_gnome_vfs_sink_set_property):
7156         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
7157           Make gnomevfssink accept filenames as well as URIs for the
7158           "location" property, just like gnomevfssrc does (and
7159           filesrc/filesink do) (#336190).
7160
7161 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
7162
7163         * tests/check/generic/clock-selection.c: (GST_START_TEST):
7164           set to NULL before unreffing, fixes a valgrind leak.
7165           Why was this not triggering the error that an object needs to
7166           be NULL before unreffing ?
7167         * win32/common/config.h:
7168           update
7169
7170 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
7171
7172         * gst/subparse/gstsubparse.c: (convert_encoding),
7173         (gst_sub_parse_change_state):
7174         * gst/subparse/gstsubparse.h:
7175           Text subtitle files may or may not be UTF-8. If it's not, we
7176           don't really want to see '?' characters in place of non-ASCII
7177           characters like accented characters. So let's assume the input
7178           is UTF-8 until we come across text that is clearly not. If it's
7179           not UTF-8, we don't really know what it is, so try the following:
7180           (a) see whether the GST_SUBTITLE_ENCODING environment variable
7181           is set; if not, check (b) if the current locale encoding is
7182           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
7183           the current locale encoding is UTF-8 and the environment variable
7184           was not set to any particular encoding. Not perfect, but better
7185           than nothing (and better than before, I think) (fixes #172848).
7186
7187 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
7188
7189         * configure.ac:
7190           update core requirement to 0.10.4.1 because of async_playback
7191           vmethod on GstBaseSink
7192
7193 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
7194
7195         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
7196         * gst/adder/gstadder.c: (gst_adder_init):
7197         use DEBUG_FUNCPTR for collectpads
7198
7199 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
7200
7201         * docs/plugins/Makefile.am:
7202         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7203         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7204         * ext/cdparanoia/gstcdparanoiasrc.c:
7205         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
7206         (gst_gnome_vfs_sink_class_init):
7207         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
7208         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
7209         * ext/ogg/gstoggmux.c:
7210         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
7211         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
7212         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
7213         * ext/pango/gsttextoverlay.c:
7214         * ext/pango/gsttextrender.c:
7215         * ext/theora/theoradec.c:
7216         * ext/theora/theoraenc.c:
7217         * ext/vorbis/vorbisdec.c:
7218         * ext/vorbis/vorbisenc.c:
7219         * gst-libs/gst/audio/gstaudiofilter.c:
7220         (gst_audio_filter_base_init):
7221         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
7222         (gst_audio_filter_template_base_init):
7223         * gst/adder/gstadder.c: (gst_adder_get_type):
7224         * gst/adder/gstadder.h:
7225         * gst/audioconvert/gstaudioconvert.c:
7226         * gst/audiotestsrc/gstaudiotestsrc.c:
7227         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
7228         (gst_audio_test_src_create):
7229         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7230         * gst/playback/gstdecodebin.c:
7231         * gst/playback/gstplaybin.c:
7232         * gst/playback/gststreamselector.c:
7233         (gst_stream_selector_base_init):
7234         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
7235         * gst/volume/gstvolume.c:
7236         * sys/v4l/gstv4lmjpegsink.c:
7237         * sys/v4l/gstv4lmjpegsrc.c:
7238         * tests/check/libs/cddabasesrc.c:
7239         * tests/old/examples/gob/gst-identity2.gob:
7240           Add docs for adder, use GST_ELEMENT_DETAILS macro,
7241           define GstElementDetails at the top
7242
7243 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
7244
7245         * win32/common/libgstinterfaces.def:
7246         Add a lot of export functions for gst-python
7247         * win32/vs6/libgstinterfaces.dsp:
7248         Add a missing include folder in the project configuration
7249         
7250 2006-03-23  Wim Taymans  <wim@fluendo.com>
7251
7252         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7253         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7254         (gst_base_audio_src_change_state):
7255         Fix audio sources, forgot to make the ringbuffer
7256         startable...
7257
7258 2006-03-23  Wim Taymans  <wim@fluendo.com>
7259
7260         * gst-libs/gst/audio/gstbaseaudiosrc.c:
7261         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
7262         (gst_base_audio_src_change_state):
7263         unparent instead of unref the ringbuffer.
7264
7265 2006-03-23  Wim Taymans  <wim@fluendo.com>
7266
7267         * gst-libs/gst/audio/gstbaseaudiosink.c:
7268         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
7269         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
7270         Implement new async_play vmethod to start slaving and allow
7271         playback start in case of async PLAY state changes. 
7272
7273         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7274         Enable QoS with new method in base class.
7275
7276 2006-03-23  Wim Taymans  <wim@fluendo.com>
7277
7278         Patch by: Julien MOUTTE <julien at moutte dot net>
7279
7280         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
7281         (gst_video_test_src_do_seek), (gst_video_test_src_create):
7282         Partially handle 0 framerate, only EOS after the first frame
7283         is missing.
7284
7285 2006-03-23  Wim Taymans  <wim@fluendo.com>
7286
7287         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
7288
7289         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7290         (gst_riff_create_video_template_caps):
7291         * gst/ffmpegcolorspace/avcodec.h:
7292         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7293         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7294         (gst_ffmpegcsp_avpicture_fill):
7295         * gst/ffmpegcolorspace/imgconvert.c:
7296         Patch for support of YVU9 AVI files (#334822)
7297
7298 2006-03-22  Edward Hervey  <edward@fluendo.com>
7299
7300         * docs/design/design-decodebin.txt:
7301         Added design document for new decodebin
7302         (Target Caps): text/x-pango-markup is also a default target caps.
7303
7304 2006-03-22  Wim Taymans  <wim@fluendo.com>
7305
7306         * gst-libs/gst/audio/gstbaseaudiosink.c:
7307         (gst_base_audio_sink_dispose):
7308         Since we _parent the ringbuffer, we also need to
7309         _unparent instead of a plain _unref.
7310
7311 2006-03-22  Wim Taymans  <wim@fluendo.com>
7312
7313         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
7314         (stop_seek), (scrub_toggle_cb), (main):
7315         Add scrub checkbox.
7316
7317 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
7318
7319         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
7320         (gst_ogg_parse_chain):
7321           Fix very inefficient usage of linked lists (#335365).
7322
7323 2006-03-21  Edward Hervey  <edward@fluendo.com>
7324
7325         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
7326         * gst/playback/gstplaybin.c: (handoff):
7327         * gst/playback/gststreamselector.c:
7328         (gst_stream_selector_set_property):
7329         gcc 4.1 unreferenced pointer fixes.
7330         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
7331         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
7332         gst_buffer_ref() now takes a GstBuffer*.
7333
7334 2006-03-20  Julien MOUTTE  <julien@moutte.net>
7335
7336         * sys/xvimage/xvimagesink.c:
7337         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
7338         by Jan Schmidt.
7339
7340 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
7341
7342         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
7343         (id3v1_type_find), (apetag_type_find), (plugin_init):
7344           Can't do tag preferences via probability, as tags would then
7345           lose against types that are recognised with MAXIMUM probability
7346           (like .wav); so let all tag typefinders return MAXIMUM themselves
7347           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
7348           that we can prefer APE to ID3v1 (fixes #335028).
7349           
7350 2006-03-17  Wim Taymans  <wim@fluendo.com>
7351
7352         * gst-libs/gst/audio/gstbaseaudiosink.c:
7353         (gst_base_audio_sink_change_state):
7354         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
7355         (gst_ring_buffer_may_start):
7356         * gst-libs/gst/audio/gstringbuffer.h:
7357         Only start playback if we are playing.
7358         should fix #330748.
7359
7360 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
7361
7362         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
7363         * win32/common/config.h:
7364           Revert accidental commits to these files.
7365
7366 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7367
7368         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
7369
7370         * tests/Makefile.am:
7371           Don't try to build tests in tests/icles if we
7372           don't have X (#323852)
7373
7374 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
7375
7376         * gst-libs/gst/tag/gstid3tag.c:
7377           Add TXXX frame identifiers for replaygain stuff as used
7378           by some taggers (see #323721).
7379
7380 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
7381
7382         * gst/playback/gststreamselector.c:
7383         (gst_stream_selector_set_property),
7384         (gst_stream_selector_bufferalloc):
7385           Preserve the existing buggy streamselector behaviour by performing
7386           a fallback buffer allocation when downstream isn't linked yet.
7387           This should really be fixed in playbin by blocking pads until it's
7388           linked them.
7389           Also, use gst_pad_alloc_buffer instead of
7390           gst_pad_alloc_buffer_and_set.
7391
7392 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7393
7394         * gst-libs/gst/tag/gstid3tag.c:
7395           Don't crash on unknown ID3v2 TXXX frames.
7396           
7397 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
7398
7399         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
7400           Chain up to the parent finalize method.
7401           Add 32-bit sample size to the template caps.
7402
7403         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
7404         (gst_riff_create_video_template_caps):
7405           Add the fourcc that the VMWare codec uses.
7406           
7407         * gst/playback/gststreamselector.c:
7408         (gst_stream_selector_set_property),
7409         (gst_stream_selector_bufferalloc),
7410         (gst_stream_selector_request_new_pad):
7411           For the active pad, forward buffer-alloc requests, otherwise
7412           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
7413           having to memcpy every frame when used by playbin.
7414
7415         * gst/tcp/gstmultifdsink.c:
7416         (gst_multi_fd_sink_handle_client_write):
7417           Get negotiated caps from the sink pad, rather than the sink
7418           pad's peer.
7419
7420 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7421
7422         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
7423         
7424         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
7425           Don't forget to set src->callbacks_pushed to FALSE again when
7426           popping them, otherwise re-activation in a different mode won't
7427           work (#334620).
7428
7429 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
7430
7431         Patch by: Sebastien Moutte  <sebastien moutte net>
7432
7433         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
7434         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
7435         (gst_ffmpeg_smpfmt_to_caps):
7436           Replace __VA_ARGS__ caps creation macros with varargs functions.
7437           Makes things compile on MSVC (#320765), looks nicer, and we can
7438           tell the compiler to check for the NULL terminator.
7439
7440 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7441
7442         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
7443
7444         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7445           Make sure the buffer we copy into is really always big
7446           enough, this time for real (#333488).
7447           
7448 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7449
7450         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7451           Add support for 24bpp DIB (#305279).
7452
7453 2006-03-14  Wim Taymans  <wim@fluendo.com>
7454
7455         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
7456         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7457         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
7458         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7459         (gst_video_scale_init), (gst_video_scale_src_event):
7460         Re-enable QoS after the release.
7461         Rework videoscale to use the base class src_event handler.
7462
7463 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
7464
7465         * configure.ac:
7466           back to CVS.
7467
7468 === release 0.10.5 ===
7469
7470 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
7471
7472         * configure.ac:
7473           releasing 0.10.5, "Net"
7474
7475 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
7476
7477         * docs/plugins/Makefile.am:
7478           Part of previous cdparanoiasrc docs fixes, forgot to commit.
7479           
7480 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7481
7482         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7483         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7484         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7485           Add cdparanoiasrc to docs.
7486
7487         * gst-libs/gst/cdda/gstcddabasesrc.c:
7488           More GstCddaBaseSrc docs.
7489
7490 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
7491
7492         * docs/libs/gst-plugins-base-libs-sections.txt:
7493         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
7494         * gst-libs/gst/tag/tag.h:
7495           API: libgsttag: new method gst_tag_from_id3_user_tag().
7496
7497 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7498
7499         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7500           NULL-terminate array of mpeg4 video file extensions.
7501           Fixes crash on PPC (#334226).
7502
7503 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
7504
7505         * ext/gnomevfs/gstgnomevfssrc.c:
7506         (gst_gnome_vfs_src_check_get_range):
7507           gnome_vfs_uri_is_local() alone is not a good indicator
7508           whether we can operate in pull-mode with a specific URI,
7509           as it returns FALSE for file:// URIs that point to an
7510           NFS-mounted path. Be more conservative here: whitelist
7511           local files, blacklist http URIs and use the old
7512           mechanism for anything else (fixes #334216).
7513
7514 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
7515
7516         * configure.ac:
7517           back to trunk
7518
7519 === release 0.10.4 ===
7520
7521 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
7522
7523         * configure.ac:
7524           releasing 0.10.4, "Power"
7525
7526 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
7527
7528         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7529         Disable max-lateness by setting it to -1 for now, so that 
7530         we can bed QoS stuff in thoroughly between now and the next
7531         release.
7532
7533 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
7534
7535         Patch by: Fabrizio Gennari
7536
7537         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7538           Make sure we don't read beyond the palette buffer in case of
7539           broken or manipulated files (#333488)
7540
7541 2006-03-10  Edward Hervey  <edward@fluendo.com>
7542
7543         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7544         Fix for variable not initialized.
7545
7546 2006-03-09  Wim Taymans  <wim@fluendo.com>
7547
7548         * ext/libvisual/visual.c: (gst_visual_get_type),
7549         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
7550         (gst_visual_chain):
7551         Small cleanups.
7552
7553         * ext/theora/gsttheoradec.h:
7554         * ext/theora/theoradec.c: (gst_theora_dec_init),
7555         (gst_theora_dec_reset), (_theora_granule_time),
7556         (theora_dec_src_convert), (theora_dec_sink_convert),
7557         (theora_dec_src_query), (theora_dec_src_event),
7558         (theora_dec_sink_event), (theora_handle_comment_packet),
7559         (theora_handle_header_packet), (theora_dec_push),
7560         (theora_handle_data_packet), (theora_dec_chain),
7561         (theora_dec_change_state):
7562         Add simple QoS.
7563
7564 2006-03-09  Wim Taymans  <wim@fluendo.com>
7565
7566         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
7567         (audiocast_register_listener), (gst_gnome_vfs_src_start):
7568         Some cleanups.
7569
7570 2006-03-09  Wim Taymans  <wim@fluendo.com>
7571
7572         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
7573         Don't try to activate NULL chains.
7574
7575 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7576
7577         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
7578           Fix invalid memory access to region before peek'd data (#332964).
7579
7580 2006-03-09  Wim Taymans  <wim@fluendo.com>
7581
7582         Patch by: Christophe Fergeau
7583
7584         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
7585         * ext/pango/gsttextrender.c: (gst_text_render_init):
7586         * gst/adder/gstadder.c: (gst_adder_init):
7587         Don't leak padtemplates, closes #333510.
7588
7589 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7590
7591         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
7592           Fix invalid memory access: make sure string passed to
7593           regexec() is NUL-termianted.
7594
7595 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7596
7597         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
7598         (mp3_type_find):
7599           Refactor mpeg/audio typefinding to make it more maintainable
7600           and easier to fine-tune. Make probing into middle of the file
7601           work properly (fixes #333900, also see #152688).
7602
7603 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
7604
7605         * gst/typefind/gsttypefindfunctions.c:
7606         (utf8_type_find_have_valid_utf8_at_offset):
7607           Remove part from previous commit that was bogus:
7608           g_utf8_validate() does in fact not accept embedded
7609           zeroes, so we don't need to check for those (thanks
7610           to Mike for the hint).
7611
7612 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7613
7614         * gst/typefind/gsttypefindfunctions.c:
7615         (utf8_type_find_count_embedded_zeroes),
7616         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
7617           Make plain/text typefinder more conservative: firstly, check
7618           for embedded zeroes, which are perfectly valid UTF-8 characters,
7619           but also a fairly good sign that something is not a plain text
7620           file; secondly, probe into the middle of the file if possible.
7621           If we can't probe into the middle, limit the probability value
7622           to be returned to TYPE_FIND_POSSIBLE (see #333900).
7623
7624 2006-03-08  Michael Smith  <msmith@fluendo.com>
7625
7626         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7627           Make typefind function name for mpeg4 video unique.
7628
7629 2006-03-08  Wim Taymans  <wim@fluendo.com>
7630
7631         * ext/libvisual/visual.c: (gst_visual_init),
7632         (gst_visual_clear_actors), (gst_visual_dispose),
7633         (gst_visual_reset), (gst_visual_src_setcaps),
7634         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
7635         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
7636         (gst_visual_chain), (gst_visual_change_state):
7637         Cleanups, post nice errors.
7638         Handle sink and src events.
7639         Implement simple QoS.
7640
7641         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
7642         Use new basesink methods to configure max-lateness.
7643         Small doc update.
7644
7645         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7646         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
7647         Debug statement cleanups.
7648
7649         * gst/volume/gstvolume.c: (gst_volume_class_init):
7650         Simple cleanup.
7651
7652 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7653
7654         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
7655         (gst_text_overlay_init), (gst_text_overlay_set_property),
7656         (gst_text_overlay_get_property):
7657           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
7658           as string type properties, but mark them deprecated. Add
7659           'halignment' and 'valignment' properties that use enums
7660           instead of strings.
7661
7662 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
7663
7664         Patch by: Fabrizio Gennari
7665
7666         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7667           Allow palettes with less than 256 colours in AVI files
7668           (#333488)
7669
7670 2006-03-07  Julien MOUTTE  <julien@moutte.net>
7671
7672         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
7673         (gst_text_overlay_video_event): Fix wrong EOS handling on text
7674         pad. We were releasing the queued text buffer when we should keep
7675         it until video pad gets EOS or discard the text buffer because it's
7676         too old. That was eating the last subtitle buffer. Add some more
7677         debug.
7678
7679 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7680
7681         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
7682         (gst_text_overlay_video_chain):
7683           Fix invalid memory access (we can't access a buffer after it's been
7684           pushed downstream without taking a reference); fix memory leak (if
7685           there's no text to render, bail out before allocating stuff).
7686
7687 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7688
7689         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
7690         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
7691         * ext/pango/gsttextoverlay.h:
7692           If input is plain text, escape it before passing it to
7693           pango_layout_set_markup().
7694
7695 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7696
7697         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
7698           Don't ignore flow return from gst_pad_push().
7699
7700 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
7701
7702         Patch by: Fabrizio Gennari
7703
7704         * ext/libvisual/visual.c: (gst_visual_getcaps),
7705         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
7706         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
7707         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
7708         (gst_vorbisenc_convert_sink):
7709         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
7710         (gst_audio_duration_from_pad_buffer):
7711         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
7712         (gst_audio_filter_chain):
7713         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7714         (gst_base_rtp_depayload_setcaps):
7715         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
7716         (gst_video_get_size):
7717         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
7718           Don't leak references returned by gst_pad_get_parent()
7719           (#333663)
7720
7721 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
7722
7723         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
7724           change location param details
7725         * gst/volume/gstvolume.c: (plugin_init):
7726           correct plugin description
7727
7728 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7729
7730         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
7731         (gst_gnome_vfs_src_check_get_range):
7732           Override GstBaseSrc::check_get_range() in order to avoid opening
7733           the resource just to check whether we can operate in pull-mode or
7734           not - we can predict that pretty well from the URI alone. Should
7735           fix problems with last.fm (#331690). (Requires latest core CVS).
7736
7737 2006-03-06  Wim Taymans  <wim@fluendo.com>
7738
7739         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
7740         (gst_video_sink_class_init):
7741         Throw away frames that are later than 20 ms.
7742
7743 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
7744
7745         Patch by: Fabrizio Gennari
7746
7747         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7748           Set depth on WMA caps (#333545)
7749
7750 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
7751
7752         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7753         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
7754           put Theora BOS pages before others.  This hardcodes
7755           the Ogg/Theora I profile, but hey.
7756
7757 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
7758
7759         * ext/ogg/README:
7760           updated with some examples
7761         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
7762         (granulepos_add), (theora_buffer_from_packet):
7763         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
7764         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
7765         (gst_vorbisenc_chain):
7766           implement strategy from ext/ogg/README
7767         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
7768         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
7769         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
7770         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
7771           Fix muxer so that oggz-validate is happy with all streams;
7772           except for no eos mark, and the BOS page ordering
7773         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7774         (check_buffer_granulepos):
7775         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
7776           update tests to check for OFFSET being set as requested
7777           fixed type of granulepos, it's not a ClockTime
7778
7779 2006-03-05  Julien MOUTTE  <julien@moutte.net>
7780
7781         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7782         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
7783         Check that the xvimage we are creating has a correct size
7784         before returning it. (#314897)
7785
7786 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7787
7788         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
7789           Give id3 and ape tag typefinders a rank slightly higher
7790           than PRIMARY to ensure they're always run before any of
7791           the other typefinders (in particular wav and mp3) (#324186).
7792
7793 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
7794
7795         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7796           Add support for '3IVD' fourcc (#333403).
7797
7798 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
7799
7800         * configure.ac:
7801           Bump requirements to GStreamer CVS for the new error enum.
7802
7803         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
7804           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
7805           space left on the device (fixes #333352).
7806
7807 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
7808
7809         * win32/vs6:
7810           add a project file for libgstvolume
7811           update the workspace
7812
7813 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
7814
7815         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
7816         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
7817         (GST_START_TEST):
7818           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
7819           Set IN_CAPS on header buffers
7820
7821 2006-03-02  Wim Taymans  <wim@fluendo.com>
7822
7823         * docs/plugins/Makefile.am:
7824         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7825         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7826         Add audioresample to docs.
7827
7828         * gst/audioconvert/gstaudioconvert.c:
7829         Add revision date.
7830
7831         * gst/audioresample/gstaudioresample.c:
7832         (gst_audioresample_base_init), (gst_audioresample_class_init),
7833         (gst_audioresample_init), (gst_audioresample_dispose),
7834         (audioresample_get_unit_size), (audioresample_transform_caps),
7835         (resample_set_state_from_caps), (audioresample_transform_size),
7836         (audioresample_set_caps), (audioresample_event),
7837         (audioresample_do_output), (audioresample_transform),
7838         (audioresample_pushthrough), (gst_audioresample_set_property),
7839         (gst_audioresample_get_property), (plugin_init):
7840         * gst/audioresample/gstaudioresample.h:
7841         Added docs.
7842         Small code cleanups.
7843
7844 2006-03-02  Wim Taymans  <wim@fluendo.com>
7845
7846         * docs/plugins/Makefile.am:
7847         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7848         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7849         Added videoscale to docs.
7850
7851         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
7852         (gst_video_rate_swap_prev), (gst_video_rate_event),
7853         (gst_video_rate_chain):
7854         Fix typo in docs.
7855
7856         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
7857         (gst_video_scale_init), (gst_video_scale_prepare_size),
7858         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
7859         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
7860         * gst/videoscale/gstvideoscale.h:
7861         Added docs, examples.
7862         Some code cleanups.
7863         Post errors instead of g_warning.
7864
7865 2006-03-02  Wim Taymans  <wim@fluendo.com>
7866
7867         * docs/libs/gst-plugins-base-libs-docs.sgml:
7868         * docs/libs/gst-plugins-base-libs-sections.txt:
7869         * docs/libs/gst-plugins-base-libs.types:
7870         * docs/plugins/Makefile.am:
7871         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7872         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7873         Added some more docs to libs and plugins.
7874
7875         * gst-libs/gst/audio/gstringbuffer.c:
7876         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
7877         * gst-libs/gst/audio/gstringbuffer.h:
7878         Document ringbuffer some more.
7879
7880         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
7881         (gst_video_rate_setcaps), (gst_video_rate_reset),
7882         (gst_video_rate_init), (gst_video_rate_flush_prev),
7883         (gst_video_rate_swap_prev), (gst_video_rate_event),
7884         (gst_video_rate_chain), (gst_video_rate_change_state):
7885         * gst/videorate/gstvideorate.h:
7886         Fix videorate to use segments.
7887         Make it work with 0/1 framerates (closes #331903)
7888         Handle EOS correctly.
7889         Added docs.
7890
7891 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7892
7893         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
7894         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
7895         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
7896           In state change function, first chain up to parent class,
7897           then handle downwards state change stuff. Remove some
7898           commented out cruft from 0.8 code.
7899
7900 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
7901
7902         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
7903         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
7904         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
7905         (gst_ogm_parse_chain):
7906           Don't remove/re-add source pad if the new caps are the same as
7907           the old caps anyway (#333042). When removing source pad, don't
7908           unref it afterwards - we didn't ref it when adding. Sprinkle some
7909           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
7910           after using gst_pad_get_parent(). Return downstream flow return
7911           value in chain function.
7912
7913 2006-03-02  Wim Taymans  <wim@fluendo.com>
7914
7915         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7916         * docs/plugins/gst-plugins-base-plugins.args:
7917         * docs/plugins/gst-plugins-base-plugins.hierarchy:
7918         * docs/plugins/gst-plugins-base-plugins.interfaces:
7919         * docs/plugins/gst-plugins-base-plugins.signals:
7920         Fix hierarchy, added some more elements to the docs.
7921
7922         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
7923         (gst_ffmpegcsp_get_type):
7924         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
7925         Fix docs for ffmpegcolorspace.
7926
7927 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
7928
7929         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
7930         (apetag_type_find), (ape_type_find), (plugin_init):
7931           Some typefinding fine-tuning:
7932           - rank ID3/APE tags in order of preference via probabilities, so that
7933             ID3v2 > APEv2 > APEv1 > ID3v1.
7934           - three or four bytes don't really justify MAXIMUM probability,
7935             change those to 'very likely' (musepack and monkeysaudio).
7936
7937 2006-03-01  Wim Taymans  <wim@fluendo.com>
7938
7939         * docs/plugins/Makefile.am:
7940         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7941         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7942         * ext/alsa/gstalsamixer.c:
7943         * ext/alsa/gstalsamixer.h:
7944         * ext/alsa/gstalsamixerelement.c:
7945         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
7946         * ext/alsa/gstalsamixerelement.h:
7947         * ext/alsa/gstalsasink.c:
7948         * ext/alsa/gstalsasink.h:
7949         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
7950         (gst_alsasrc_init):
7951         * ext/alsa/gstalsasrc.h:
7952         Added alsa docs.
7953         Small code cleanups.
7954
7955 2006-03-01  Wim Taymans  <wim@fluendo.com>
7956
7957         * ext/theora/Makefile.am:
7958         Dist new header too,
7959
7960 2006-03-01  Wim Taymans  <wim@fluendo.com>
7961
7962         * docs/plugins/Makefile.am:
7963         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7964         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7965         * ext/gnomevfs/gstgnomevfssink.h:
7966         * ext/gnomevfs/gstgnomevfssrc.h:
7967         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
7968         * ext/vorbis/vorbisdec.h:
7969         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
7970         * ext/vorbis/vorbisenc.h:
7971         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
7972         (vorbis_parse_chain), (vorbis_parse_change_state):
7973         * ext/vorbis/vorbisparse.h:
7974         * gst/audioconvert/gstaudioconvert.h:
7975         * gst/tcp/gsttcpserversink.h:
7976         * gst/videotestsrc/gstvideotestsrc.c:
7977         * gst/videotestsrc/gstvideotestsrc.h:
7978         * gst/volume/gstvolume.c:
7979         * gst/volume/gstvolume.h:
7980         Fix some more docs.
7981         Added docs for vorbisdec and vorbisparse.
7982         Fix vorbisparse.
7983
7984 2006-03-01  Wim Taymans  <wim@fluendo.com>
7985
7986         * docs/plugins/Makefile.am:
7987         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
7988         * docs/plugins/gst-plugins-base-plugins-sections.txt:
7989         * ext/pango/gstclockoverlay.h:
7990         * ext/pango/gsttextoverlay.h:
7991         * ext/pango/gsttextrender.h:
7992         * ext/pango/gsttimeoverlay.h:
7993         * ext/theora/gsttheoradec.h:
7994         * ext/theora/gsttheoraenc.h:
7995         * ext/theora/theoradec.c:
7996         * ext/theora/theoraenc.c:
7997         * gst/audioconvert/gstaudioconvert.h:
7998         * gst/audiotestsrc/gstaudiotestsrc.h:
7999         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
8000         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
8001         * gst/tcp/gstmultifdsink.h:
8002         Updated/added documentation.
8003
8004         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
8005         (gst_text_overlay_halign_get_type),
8006         (gst_text_overlay_wrap_mode_get_type),
8007         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
8008         (gst_text_overlay_init), (gst_text_overlay_set_property),
8009         (gst_text_overlay_get_property):
8010         Fix up properties to be enums instead of string to make bindings,
8011         introspection and automatic GUI creation possible.
8012         Add getters for the properties.
8013
8014 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
8015
8016         * gst/audiotestsrc/gstaudiotestsrc.c:
8017           added defines of M_PI and M_PI_2
8018         * gst/ffmpegcolorspace/avcodec.h:
8019           removed #include "stdint.h" for win32 as _stdint.h is 
8020           autogenerated to win32/common
8021         * win32/common/libgstaudio.def:
8022         * win32/common/libgsttag.def:
8023           added some exports
8024         * win32/vs6:
8025           some project files bugs corrected
8026         * win32/vs7:
8027           project files are reset to the default vs7 configuration 
8028           (they link to msvcr71.dll using default optimizations)
8029           
8030 2006-02-28  Wim Taymans  <wim@fluendo.com>
8031
8032         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
8033         Fix some docs.
8034
8035 2006-02-28  Edward Hervey  <edward@fluendo.com>
8036
8037         * ext/alsa/gstalsasrc.c:
8038         Set proper class on the ElementDetails:
8039         Source/Audio instead of Src/Audio/
8040
8041 2006-02-28  Edward Hervey  <edward@fluendo.com>
8042
8043         * gst/videoscale/vs_scanline.c:
8044         (vs_scanline_resample_nearest_RGBA):
8045         Revert optimization in videoscale. It should go in liboil and have
8046         an appropriate liboil function.
8047
8048 2006-02-28  Wim Taymans  <wim@fluendo.com>
8049
8050         * gst-libs/gst/audio/gstbaseaudiosink.c:
8051         (gst_base_audio_sink_provide_clock):
8052         Don't try to provide a clock in the NULL state.
8053
8054 2006-02-28  Wim Taymans  <wim@fluendo.com>
8055
8056         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
8057         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
8058         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8059         (gst_ogg_demux_deactivate_current_chain),
8060         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
8061         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
8062         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
8063         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
8064         Use GstSegment infrastructure to remove duplicated code
8065         and handle more seek cases correctly.
8066
8067 2006-02-28  Wim Taymans  <wim@fluendo.com>
8068
8069         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8070         (gst_ffmpegcsp_transform):
8071         Don't ignore return code from ffmpeg convert function.
8072
8073         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
8074         Split out some long statements to ease debugging.
8075
8076 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
8077
8078         * ext/libvisual/visual.c: (gst_visual_init),
8079         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
8080         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
8081         being able to renegotiate the size. Instead, use the negotiation
8082         algorithm from the goom plugin to pick an initial output caps. 
8083
8084         Also, allow theoretical libvisual plugins that might support non-GL 
8085         output even if they also do GL.
8086
8087 2006-02-26  Julien MOUTTE  <julien@moutte.net>
8088
8089         * ext/libvisual/visual.c: (gst_visual_init),
8090         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
8091         (plugin_init): Load only non GL plugins. Fix some memleaks and 
8092         possible negotiation issues.
8093
8094 2006-02-25  Julien MOUTTE  <julien@moutte.net>
8095
8096         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
8097
8098 2006-02-24  Michael Smith  <msmith@fluendo.com>
8099
8100         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
8101         (cmml_type_find), (plugin_init):
8102           Fix CMML type find function to not require a specific minor version
8103           of the CMML header.
8104
8105           Add an MPEG4 video elementary stream typefind function.
8106
8107 2006-02-04  Michael Smith  <msmith@fluendo.com>
8108
8109         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
8110         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
8111         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
8112         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
8113         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
8114         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
8115           Annodex support in ogg demuxer. Doesn't do very much without the
8116           other annodex patches (to come).
8117
8118 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8119
8120         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
8121
8122         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
8123           Pick up palette for MS video v1 (#327028)
8124
8125 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8126
8127         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8128         (gst_ffmpegcsp_caps_remove_format_info),
8129         (gst_ffmpegcsp_get_unit_size):
8130           The 'palette_data' field from incoming RGB caps shouldn't be
8131           proxied on outgoing YUV caps; also, restrict unit size
8132           adjustment in case of paletted data only to the unit that
8133           actually has a palette. Fixes #330711.
8134
8135 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8136
8137         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
8138         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
8139         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
8140         (gst_ffmpegcsp_get_unit_size):
8141           Plug some memory leaks.
8142
8143 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
8144
8145         * sys/ximage/Makefile.am:
8146         * sys/xvimage/Makefile.am:
8147           Add some _CFLAGS and _LIBS that seem to be missing
8148           and/or required for Cygwin (see #317048).
8149
8150 2006-02-22  Wim Taymans  <wim@fluendo.com>
8151
8152         * ext/alsa/gstalsasrc.c:
8153         Fix description as pointed out by caugier.
8154
8155 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
8156
8157         Reviewed by : Edward Hervey  <edward@fluendo.com>
8158
8159         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8160         (qt_type_find):
8161         Better 3gp typefinding (#331526).
8162
8163 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
8164
8165         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8166           Don't send EOS event here, the base class will send one for us.
8167
8168         * gst/playback/gstplaybasebin.c: (prepare_output):
8169           Subpictures without video stream aren't allowed either.
8170         
8171         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
8172           Fix debug statement copy'n'paste-o.
8173
8174 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
8175
8176         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
8177           Fix issues with mixer keeping state when muting/unmuting
8178           and when changing the volume whilst muted (see #331763
8179           and #331765).
8180
8181 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
8182
8183         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
8184         (parse_subrip), (gst_sub_parse_format_autodetect):
8185           Set right caps given that we send escaped text. Also,
8186           honour <i></i>, <b></b> and <u></u> markers that can be found
8187           in .srt files (fixes #310202).
8188
8189 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
8190
8191         * gst-libs/gst/audio/mixerutils.c:
8192         (element_factory_rank_compare_func):
8193           Make order in which elements are tried more determinable.
8194
8195 2006-02-20  Julien MOUTTE  <julien@moutte.net>
8196
8197         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
8198         (remove_element_chain), (cleanup_decodebin),
8199         (gst_decode_bin_change_state): Make decodebin reusable by
8200         fixing remove_element_chain first and then introduce a
8201         cleaner in state change to ->NULL. (Closes #331678)
8202
8203 2006-02-19  Wim Taymans  <wim@fluendo.com>
8204
8205         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
8206         use 0666 mask when creating files so umask gets applied
8207         correctly. Fixes #331295.
8208
8209 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
8210
8211         * gst/subparse/Makefile.am:
8212         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
8213         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
8214         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
8215         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
8216         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
8217         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
8218         * gst/subparse/gstssaparse.h:
8219         * gst/subparse/gstsubparse.c: (plugin_init):
8220           Add very basic parser for SSA subtitle streams (as often
8221           found in matroska files).
8222
8223 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
8224
8225         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
8226           That should be text/x-pango-markup, not text/x-pango-layout.
8227
8228 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8229
8230         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
8231         Polishing.
8232
8233 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8234
8235         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8236         (gst_text_overlay_finalize), (gst_text_overlay_init),
8237         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8238         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8239         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8240         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8241         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8242         Fix state change deadlock.
8243
8244 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8245
8246         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8247         (gst_text_overlay_finalize), (gst_text_overlay_init),
8248         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8249         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8250         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
8251         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
8252         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
8253         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
8254         and subtitles files.
8255
8256 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8257
8258         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
8259         should be considered as raw.
8260
8261 2006-02-19  Julien MOUTTE  <julien@moutte.net>
8262
8263         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
8264         (cb_probe):
8265         * gst/playback/gststreaminfo.h: Introduce language informations.
8266
8267 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
8268
8269         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
8270         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
8271         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
8272         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
8273         Set shared memory segments to be deleted as soon as we have attached,
8274         that way they get cleaned up automatically if we crash.
8275
8276 2006-02-18  Julien MOUTTE  <julien@moutte.net>
8277
8278         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
8279         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
8280         functions are called with lock held.
8281
8282 2006-02-18  Julien MOUTTE  <julien@moutte.net>
8283
8284         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
8285         (gst_text_overlay_finalize), (gst_text_overlay_init),
8286         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
8287         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
8288         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
8289         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
8290         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
8291         (gst_text_overlay_change_state): Refactoring of textoverlay
8292         without collectpads. This now supports sparse subtitles coming
8293         from a demuxer instead of a sub file. Seeking is still broken 
8294         though. Need to discuss with wtay some more on how to handle
8295         seeking correctly.
8296         * ext/pango/gsttextoverlay.h:
8297         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
8298         subtitles coming from the demuxer.
8299
8300 2006-02-17  Wim Taymans  <wim@fluendo.com>
8301
8302         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
8303         (gst_vorbisenc_convert_sink):
8304         Use some more scaling functions.
8305
8306 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
8307
8308         * ext/cdparanoia/gstcdparanoiasrc.c:
8309         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
8310         (gst_cd_paranoia_paranoia_callback),
8311         (gst_cd_paranoia_src_signal_is_being_watched),
8312         (gst_cd_paranoia_src_read_sector):
8313         * ext/cdparanoia/gstcdparanoiasrc.h:
8314           Add back 'transport-error' and 'uncorrected-error' signals and
8315           make them actually be fired when bad stuff happens (#319340).
8316
8317 2006-02-17  Wim Taymans  <wim@fluendo.com>
8318
8319         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
8320         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
8321         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
8322         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
8323         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
8324         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
8325         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
8326         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
8327         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
8328         (gst_ring_buffer_clear):
8329         Small cleanups.
8330         Added some G_LIKELY.
8331
8332 2006-02-17  Wim Taymans  <wim@fluendo.com>
8333
8334         * gst-libs/gst/audio/TODO:
8335         Update TODO
8336
8337         * gst-libs/gst/audio/gstbaseaudiosink.c:
8338         (gst_base_audio_sink_get_offset):
8339         When trying to play samples ASAP and we don't have a
8340         previous sample, try to play at position 0 instead of
8341         an invalid position.
8342
8343 2006-02-17  Wim Taymans  <wim@fluendo.com>
8344
8345         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
8346         (gst_alsasink_reset):
8347         Also release lock when we get an error in _reset();
8348         fix an error message.
8349
8350 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8351
8352         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
8353         (gst_alsasink_init), (get_channel_free_structure),
8354         (caps_add_channel_configuration), (gst_alsasink_getcaps),
8355         (gst_alsasink_close):
8356         * ext/alsa/gstalsasink.h:
8357           Add support for more than 2 channels (#326720).
8358
8359 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8360
8361         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8362           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
8363           with 4 or 6 channels, assume a default channel layout to make things
8364           work (not sure there's anything else we can do in those cases).
8365
8366 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8367
8368         * gst-libs/gst/audio/multichannel.c:
8369           Minor docs fix.
8370
8371         * gst-libs/gst/riff/Makefile.am:
8372         * gst-libs/gst/riff/riff-ids.h:
8373         * gst-libs/gst/riff/riff-media.c:
8374         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
8375           Add support for WAVEFORMATEX, eg. PCM audio with more than two
8376           channels and a channel layout map.
8377           
8378 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
8379
8380         Reviewed by Edward Hervey  <edward@fluendo.com>
8381
8382         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
8383         C-level optimization of the RGBA nearest neighbour function.
8384         Eventually this might end up in liboil with vectorized versions.
8385
8386 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8387
8388         * gst-libs/gst/audio/multichannel.c:
8389         (gst_audio_get_channel_positions):
8390           When we have more than 2 channels, but no channel layout is
8391           specified in the caps, return some default channel layout
8392           to the caller and warn about about a possibly buggy element
8393           (could be buggy filtercaps as well of course) (#317038).
8394
8395 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
8396
8397         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
8398           Add gst-libs/gst/cdda to list of lib search paths.
8399
8400 2006-02-15  Andy Wingo  <wingo@pobox.com>
8401
8402         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
8403         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
8404         to the Lord Jesus that I do not have to touch the ogg muxer ever
8405         again.
8406
8407 2006-02-15  Edward Hervey  <edward@fluendo.com>
8408
8409         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
8410         quicktime movie files can also contain 'uuid' atoms.
8411
8412 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
8413
8414         * gst/audioconvert/plugin.c: (plugin_init):
8415           Register the GstAudioChannelPosition enum type with the type
8416           system in the plugin_init function, so that it is known before
8417           any element actually makes use of multi-channel stuff. This is
8418           required for example if one wants to be able to deserialise/use
8419           a caps string with channel positions before any pipeline has
8420           been setup and started, like with gst-launch.
8421
8422 2006-02-14  Wim Taymans  <wim@fluendo.com>
8423
8424         * gst-libs/gst/audio/gstringbuffer.c:
8425         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
8426         (gst_ring_buffer_samples_done), (wait_segment),
8427         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
8428         Add some compiler G_(UN_)LIKELY help.
8429         SIGNAL the ringbuffer waiters when going to PAUSED as well to
8430         make sure they can exit their functions. Should fix #330748
8431
8432 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8433
8434         * Makefile.am:
8435         * configure.ac:
8436         * win32/MANIFEST:
8437         * win32/common/_stdint.h:
8438           Windows does not have long long; copy the generated _stdint.h
8439         * win32/common/interfaces-enumtypes.c:
8440         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
8441         (gst_mixer_track_flags_get_type),
8442         (gst_tuner_channel_flags_get_type):
8443         * win32/common/multichannel-enumtypes.c:
8444         (gst_audio_channel_position_get_type):
8445           update
8446
8447 2006-02-13  Wim Taymans  <wim@fluendo.com>
8448
8449         * gst-libs/gst/audio/gstbaseaudiosink.c:
8450         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
8451         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8452         Always sync on first sample we receive when starting.
8453
8454 2006-02-13  Wim Taymans  <wim@fluendo.com>
8455
8456         * gst/playback/gstplaybin.c: (gen_vis_element):
8457         Update vis bin docs.
8458         Move queue after tee so we don't queue video buffers but
8459         audio samples instead. Fixes problems where the video queue
8460         is filled and the audio queue empty.
8461
8462 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
8463
8464         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
8465           No need to push an EOS event here, GstBaseSrc will do that for us
8466           when we return FLOW_UNEXPECTED.
8467           
8468 2006-02-12  Wim Taymans  <wim@fluendo.com>
8469
8470         * gst-libs/gst/audio/gstbaseaudiosink.c:
8471         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
8472         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
8473         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8474         Use scale functions when possible.
8475         Fix error messages.
8476         Free clockid when after waiting for EOS.
8477         Use G_(UN_)LIKLY when it makes sense.
8478         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
8479
8480 2006-02-12  Edward Hervey  <edward@fluendo.com>
8481
8482         * gst/playback/gstplaybasebin.c: (prepare_output): 
8483         Remove stray semi-colon (fixes #330888).
8484
8485 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
8486
8487         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
8488         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
8489         Fix up the XShm call testing so that we catch errors, and don't
8490         cause new ones by attempting to detach from a segment we failed
8491         to attach to. Fixes #312439.
8492
8493 2006-02-10  Edward Hervey  <edward@fluendo.com>
8494
8495         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
8496         Added flv file typefind (video/x-flv).
8497
8498 2006-02-10  Edward Hervey  <edward@fluendo.com>
8499
8500         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
8501         (gst_riff_create_video_template_caps):
8502         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
8503         Also added the caps to the default set of riff video caps.
8504
8505 2006-02-09  Andy Wingo  <wingo@pobox.com>
8506
8507         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
8508         time and the end time of the last packet in the page.
8509         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
8510         on the pages in our queue, set the duration as well. Reflow a
8511         debug statement.
8512         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
8513         Fixes bad muxing order.
8514
8515 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
8516
8517         * gst-libs/gst/rtp/gstbasertppayload.c:
8518         (gst_basertppayload_setcaps), (gst_basertppayload_push):
8519           update seqnum before setting it on the packet; this makes sure
8520           that the timestamp and seqnum properties match after pushing
8521           a buffer
8522
8523 2006-02-09  Andy Wingo  <wingo@pobox.com>
8524
8525         * gst-libs/gst/audio/gstringbuffer.c
8526         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
8527         overflow after 13.5 hours of recording. Kapow!
8528
8529         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
8530         the buffer size -- we don't care about underrun/overrun reporting
8531         right now, just need to return a useful value.
8532
8533 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
8534
8535         * configure.ac:
8536           Back to CVS
8537
8538 === release 0.10.3 ===
8539
8540 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
8541
8542         * configure.ac:
8543           releasing 0.10.3, "Under Pressure"
8544
8545 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8546
8547         * configure.ac:
8548         Drat. Bump libtool version number for new API.
8549         Prelease 0.10.2.3 (of 0.10.3)
8550
8551 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8552
8553         * configure.ac:
8554         * win32/common/config.h:
8555         0.10.2.2 prerelease (of 0.10.3).
8556
8557 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
8558
8559         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
8560           Revert Andy's newsegment change pending a more correct
8561           fix.
8562
8563 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
8564
8565         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
8566         (qt_type_find), (plugin_init):
8567           detect more files as 3gp
8568           group and reorder the iso file formats
8569
8570 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8571
8572         * ext/vorbis/vorbis.c: (plugin_init):
8573           Register musicbrainz tags, so apps don't have to.
8574
8575 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8576
8577         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
8578         (gst_tag_to_vorbis_tag):
8579           Make sure we called gst_tag_register_musicbrainz_tags()
8580           before possibly mapping a vorbiscomment string from/to a
8581           musicbrainz tag.
8582
8583 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8584
8585         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
8586           In case we can't find the required number of consecutive
8587           mpeg audio frames to positively identify an MPEG audio
8588           stream, check if there's at least a valid mpeg audio
8589           frame right at offset 0 and if so suggest mpeg/audio
8590           caps with a very low probability (#153004).
8591
8592 2006-02-07  Andy Wingo  <wingo@pobox.com>
8593
8594         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
8595         a TIME segment if we get timestamped buffers. Requires recent
8596         fixes in core to work properly.
8597
8598 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8599
8600         * gst/playback/gstplaybasebin.c: (prepare_output):
8601           Don't print the URI as part of the error message, it
8602           makes error dialogs look rather ugly, especially if
8603           the URI is very long or has characters in it that
8604           need escaping.
8605
8606 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8607
8608         * gst/playback/gstplaybasebin.c: (prepare_output):
8609           Error out if we have only text or subtitles, but nothing
8610           else. Also error out if we have subtitles but no video
8611           stream.
8612
8613 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
8614
8615         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
8616           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
8617           Post an error message on the bus when we encounter an
8618           error, which will hopefully be more meaningful than the
8619           'Internal Flow Error' message users get to see if we
8620           just return GST_FLOW_ERROR.
8621
8622 2006-02-07  Andy Wingo  <wingo@pobox.com>
8623
8624         * configure.ac (GST_MAJORMINOR): Update core version req to
8625         0.10.2.2, for the collectpads API addition (#330244).
8626
8627 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
8628
8629         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
8630           Return FALSE from plugin_init() when GnomeVFS can't
8631           be initialised for some reason (#328423).
8632
8633 2006-02-06  Julien MOUTTE  <julien@moutte.net>
8634
8635         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
8636         Stick to seeking theory until i find the bug.
8637         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
8638
8639 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8640
8641         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8642         (theora_enc_finalize), (theora_enc_sink_setcaps),
8643         (theora_set_header_on_caps), (theora_enc_chain),
8644         (theora_enc_change_state):
8645         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
8646           Make theoraenc and the tests leak free. Like, really.
8647
8648 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
8649
8650         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
8651         (theora_enc_finalize), (theora_enc_sink_setcaps):
8652           Add a finalize method to ensure we clean up state even if
8653           someone omitted the state change back to NULL.
8654
8655         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
8656         (gst_vorbisenc_chain):
8657           Free some more leaked bits.
8658
8659         * tests/check/pipelines/theoraenc.c: (start_pipeline),
8660         (stop_pipeline):
8661           Wait for state changes to happen if they're ASYNC.
8662
8663           This ought to teach those fancy pants buildbots a lesson.
8664
8665 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8666
8667         * gst-libs/gst/tag/gstid3tag.c:
8668           Add mapping for ID3 International Standard Recording Code
8669           tag "TSRC"
8670
8671 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
8672
8673         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
8674           Don't leak tag names.
8675
8676 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8677
8678         * docs/libs/gst-plugins-base-libs-docs.sgml:
8679         * docs/libs/gst-plugins-base-libs-sections.txt:
8680         * gst-libs/gst/tag/gstid3tag.c:
8681         * gst-libs/gst/tag/gstvorbistag.c:
8682         * gst-libs/gst/tag/tags.c:
8683           Split libgsttag docs into multiple sections.
8684
8685 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8686
8687         * docs/libs/Makefile.am:
8688         * docs/libs/gst-plugins-base-libs-docs.sgml:
8689         * docs/libs/gst-plugins-base-libs-sections.txt:
8690         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
8691         * gst-libs/gst/tag/gstvorbistag.c:
8692         * gst-libs/gst/tag/tag.h:
8693         * gst-libs/gst/tag/tags.c:
8694           Add libgsttag to the docs.
8695
8696 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8697
8698         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
8699         (gst_text_overlay_init), (gst_text_overlay_src_event),
8700         (gst_text_overlay_collected): Fix clockoverlay.
8701
8702 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8703
8704         * docs/libs/compiling.sgml:
8705           Fix typo: it's pkg-config, not pkg-gconfig
8706
8707         * docs/libs/gst-plugins-base-libs-docs.sgml:
8708         * docs/libs/gst-plugins-base-libs-sections.txt:
8709         * docs/libs/tmpl/gstgconf.sgml:
8710           There is no libgstgconf in 0.10, remove it
8711           from the docs.
8712
8713 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8714
8715         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
8716         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
8717         (gst_text_overlay_src_event), (gst_text_overlay_collected):
8718         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
8719         (gst_sub_parse_class_init), (gst_sub_parse_init),
8720         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
8721         (parse_mpsub), (parser_state_init), (handle_buffer),
8722         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
8723         * gst/subparse/gstsubparse.h: Introduce seeking code.
8724
8725 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8726
8727         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8728           Add comment about LANGUAGE tag inconsistency (we want
8729           ISO-639-1, but extract three-letter identifiers?)
8730
8731         * po/POTFILES.in:
8732           Add two translatable files.
8733
8734 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
8735
8736         * gst-libs/gst/tag/Makefile.am:
8737         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
8738         * gst-libs/gst/tag/tag.h:
8739         * gst-libs/gst/tag/tags.c:
8740         (gst_tag_register_musicbrainz_tags_internal),
8741         (gst_tag_register_musicbrainz_tags):
8742           Forward-port some tags stuff from the 0.8 branch. This is
8743           mostly the addition of musicbrainz tags and their mapping
8744           to vorbistags, and a vorbistag mapping of the language tag.
8745
8746 2006-02-05  Julien MOUTTE  <julien@moutte.net>
8747
8748         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
8749         refactoring.
8750
8751 2006-02-04  David Schleef  <ds@schleef.org>
8752
8753         * ext/ogg/gstoggmux.c:
8754         * gst/typefind/gsttypefindfunctions.c:
8755           Add Dirac typefinding and add dirac format to oggmux.
8756
8757 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
8758
8759         * gst/playback/gstdecodebin.c: (try_to_link_1):
8760           Don't put essential function call into
8761           g_return_*() macro, otherwise it'll all be
8762           replaced by NOOPs when compiling with
8763           G_DISABLE_CHECKS defined.
8764
8765 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
8766
8767         * ext/ogg/gstoggdemux.c:
8768         * ext/ogg/gstoggparse.c:
8769         * gst/tcp/gsttcpserversink.c:
8770         * sys/v4l/v4lsrc_calls.c:
8771         * sys/v4l/v4lsrc_calls.h:
8772         Just make it compile with --disable-gst-debug.
8773
8774 2006-02-03  Wim Taymans  <wim@fluendo.com>
8775
8776         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
8777         (gst_alsasink_class_init), (gst_alsasink_init),
8778         (gst_alsasink_write), (gst_alsasink_reset):
8779         * ext/alsa/gstalsasink.h:
8780         Add lock to protect alsa calls.
8781         Implement reset to flush samples ASAP, does not work
8782         with dmix though.
8783
8784 2006-02-02  Wim Taymans  <wim@fluendo.com>
8785
8786         * gst-libs/gst/audio/gstbaseaudiosink.c:
8787         (gst_base_audio_sink_provide_clock):
8788         Ugh.. getting late I guess...
8789
8790 2006-02-02  Wim Taymans  <wim@fluendo.com>
8791
8792         * gst-libs/gst/audio/gstbaseaudiosink.c:
8793         (gst_base_audio_sink_provide_clock),
8794         (gst_base_audio_sink_set_property),
8795         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
8796         Don't try to provide a clock when we are not negotiated since
8797         we might not be able to make it run.
8798
8799 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
8800
8801         * gst/playback/gstdecodebin.c: (try_to_link_1):
8802           Unlinking two source pads is ... hard.
8803
8804 2006-02-02  Wim Taymans  <wim@fluendo.com>
8805
8806         * gst-libs/gst/audio/TODO:
8807         Updated.
8808
8809         * gst-libs/gst/audio/gstbaseaudiosink.c:
8810         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
8811         On EOS, wait till the last sample is played before posting EOS.
8812
8813 2006-02-01  Philippe Kalaf <burger at speedy dot org>
8814
8815         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8816           Patch by Kai Vehmanen : Adds ability to enable newsegment bypass by
8817           setting queue_delay to zero. Also avoid thread being started if
8818           queue_delay is zero.
8819
8820 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8821
8822         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
8823           Make test work again by connecting fakesinks to each decoded pad,
8824           which makes the pipeline wait until each fakesink has a buffer
8825           queued before going to PAUSED state. At that point we know the
8826           decodebin pads are negotiated.
8827
8828 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8829
8830         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
8831         (gst_cdda_base_src_handle_event):
8832         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
8833           Pass unhandled queries to the parent class's query function.
8834
8835 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8836
8837         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
8838         (gst_ogg_pad_src_query):
8839         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
8840         * ext/theora/theoradec.c: (theora_dec_src_query),
8841         (theora_dec_sink_query):
8842         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
8843         (vorbis_dec_sink_query):
8844         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
8845         (gst_vorbisenc_sink_query):
8846         * gst/adder/gstadder.c: (gst_adder_query):
8847           Pass unhandled queries upstream instead of just
8848           dropping them (#326447). Also, fix supported
8849           query types list for some elements.
8850
8851 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
8852
8853         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
8854         (paris_type_find), (ilbc_type_find), (plugin_init):
8855           Fix typefinding for audio/x-au, audio/x-paris and
8856           audio/iLBC-sh. We cannot use the START_WITH macros
8857           here, because there can only be one typefind factory
8858           with the same name (caps), so the second one would
8859           replace the first one and the first one would never
8860           be called when doing typefinding (see #161712).
8861           
8862
8863 2006-01-31  Wim Taymans  <wim@fluendo.com>
8864
8865         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
8866         (vorbis_handle_header_packet), (vorbis_dec_push),
8867         (vorbis_handle_data_packet):
8868         Use scale_int when we can, add some more scaling.
8869         Check packettype before parsing it.
8870
8871 2006-01-31  Wim Taymans  <wim@fluendo.com>
8872
8873         * ext/theora/theoradec.c: (_theora_granule_time),
8874         (theora_dec_src_convert), (theora_dec_sink_convert):
8875         Call right _scale functions.
8876         Use parameter instead of some other random value.
8877
8878 2006-01-31  Wim Taymans  <wim@fluendo.com>
8879
8880         * ext/theora/theoradec.c: (_theora_granule_frame),
8881         (_theora_granule_time), (_inc_granulepos),
8882         (theora_dec_src_convert), (theora_dec_sink_convert),
8883         (theora_handle_type_packet), (theora_handle_data_packet),
8884         (theora_dec_chain):
8885         Use higher precision timestamps calculation.
8886         Convert some other conversions to _scale.
8887
8888 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
8889
8890         * gst/audiotestsrc/gstaudiotestsrc.c:
8891         (gst_audio_test_src_create_sine_table), (plugin_init):
8892         * gst/volume/gstvolume.c: (plugin_init):
8893           initialize gst_controller before using
8894
8895 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
8896
8897         * tests/check/pipelines/theoraenc.c:
8898         * tests/check/pipelines/vorbisenc.c:
8899         Define constant using G_GINT64_CONSTANT to avoid errors when
8900         passing it around - otherwise it gets truncated to 32 bits.
8901
8902         Fixes failing tests.
8903
8904 2006-01-31  Andy Wingo  <wingo@pobox.com>
8905
8906         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
8907         caps being set doesn't have a framerate value. Basically a stopgap
8908         measure.
8909
8910         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
8911         technically correct enough to put into core though.
8912         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
8913         DURATION. Fixes theoraenc ! oggmux.
8914
8915         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
8916         fraction, not double.
8917
8918 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
8919
8920         * win32/vs7:
8921         add vs7 project files created by Sergey Scobich
8922
8923 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
8924
8925         * win32/vs8:
8926         add vs8 project files created by Sergey Scobich
8927         
8928 2006-01-30  Andy Wingo  <wingo@pobox.com>
8929
8930         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
8931         timestamp + duration, not just timestamp -- ogg pages should be
8932         ordered by stop time. Necessary fix given the change in vorbis
8933         timestamps.
8934
8935         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
8936         (gst_theora_enc_init): Pull the granule shift out of the encoder.
8937         (granulepos_add): New function, handles the messiness of adjusting
8938         granulepos values.
8939         (theora_buffer_from_packet):
8940         (theora_enc_chain):
8941         (theora_enc_sink_event): Use granulepos_add, not +.
8942
8943         * tests/check/pipelines/theoraenc.c
8944         (check_buffer_granulepos_from_starttime): Just check the frame
8945         count, not the actual granulepos -- we can't dictate to the
8946         encoder when it should be placing keyframes.
8947
8948 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
8949
8950         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
8951           SERVICE_NOT_AVAILABLE happens for example when you're trying to
8952           play an http:// stream from a server that's not serving
8953
8954 2006-01-30  Andy Wingo  <wingo@pobox.com>
8955
8956         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
8957         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
8958         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
8959         available.
8960
8961         * ext/theora/gsttheoraenc.h:
8962         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
8963         although theoraenc was timestamping correctly. Added handling of
8964         streams that start with nonzero timestamps.
8965
8966         * tests/check/Makefile.am:
8967         * tests/check/pipelines/theoraenc.c: New file, basically does same
8968         tests as vorbisenc.
8969
8970         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
8971
8972 2006-01-30  Wim Taymans  <wim@fluendo.com>
8973
8974         * gst-libs/gst/audio/gstaudiosink.c:
8975         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
8976         (gst_audioringbuffer_pause):
8977         Implement pause that does not wait for completion.
8978
8979         * gst-libs/gst/audio/gstbaseaudiosink.c:
8980         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
8981         Don't drop buffers when going to PAUSED but perform preroll on
8982         remaining samples now that core base class supports this.
8983
8984         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
8985         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
8986         (gst_ring_buffer_commit):
8987         Pause should not signal waiters.
8988         Implement return value of _commit correctly.
8989
8990 2006-01-30  Andy Wingo  <wingo@pobox.com>
8991
8992         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
8993
8994         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
8995         updated to timestamp from the first sample, not the last.
8996         (gst_vorbisenc_buffer_from_header_packet): New function, takes
8997         special care of granulepos and timestamp for header packets.
8998         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
8999         when the first buffer has a nonzero timestamp.
9000
9001         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
9002         (GstVorbisEnc.subgranule_offset): New members. Take care of the
9003         case when the first audio buffer we get has a nonzero timestamp.
9004         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
9005         properly timestamp vorbis buffers with the time of the first
9006         sample, not the last.
9007         
9008         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
9009         vorbis_granule_time_copy -- now it takes the granule/subgranule
9010         offset into account.
9011
9012         * tests/check/pipelines/vorbisenc.c: New test for correctness of
9013         timestamps, durations, and granulepos on buffers produced by
9014         vorbisenc.
9015
9016 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
9017
9018         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
9019         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
9020           Patch from Eric Jonas to support conversions to/from UYVY 
9021           (Fixes: #324626)
9022
9023 2006-01-30  Julien MOUTTE  <julien@moutte.net>
9024
9025         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
9026         (setup_subtitle), (setup_source), (set_active_source):
9027         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
9028         (gen_text_element), (gen_audio_element), (gen_vis_element),
9029         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
9030
9031 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
9032
9033         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
9034         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
9035                 use gst_guint64_to_gdouble to be compliant with vs6
9036         * gst/playback/gstdecodebin.c: (try_to_link_1)
9037         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
9038                 use G_GINT64_CONSTANT for int64 constants
9039         * win32/common/libgstinterfaces.def:
9040                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
9041         * win32/vs6:
9042                 update and add new project files
9043                 
9044 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9045
9046         * Makefile.am:
9047         * win32/MANIFEST:
9048         * win32/common/interfaces-enumtypes.c:
9049         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
9050         (gst_mixer_track_flags_get_type),
9051         (gst_tuner_channel_flags_get_type):
9052         * win32/common/interfaces-enumtypes.h:
9053         * win32/common/multichannel-enumtypes.c:
9054         (gst_audio_channel_position_get_type):
9055         * win32/common/multichannel-enumtypes.h:
9056           add a win32-update rule like in core, and copy over enumtypes files
9057
9058 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
9059
9060         * win32/MANIFEST:
9061         * win32/common/config.h:
9062         * win32/common/config.h.in:
9063           add config files just like in core
9064
9065 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
9066
9067         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
9068           Make gcc-4.1 happy (part of #327357).
9069
9070 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9071
9072         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
9073         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
9074         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
9075         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
9076         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
9077         (gst_alsasrc_unprepare), (gst_alsasrc_read):
9078           Update all error messages.  All of them should either use
9079           the default translated message, or actually provide a
9080           translatable string.
9081           Make the string for channel count problems meaningful.
9082
9083 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9084
9085         * sys/v4l/v4l_calls.c: (gst_v4l_open):
9086           check for and throw RESOURCE_BUSY
9087
9088 2006-01-27  David Schleef  <ds@schleef.org>
9089
9090         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
9091           checked in this change -- it requires liboil features not
9092           in 0.3.6.  Revert parts.
9093
9094 2006-01-27  David Schleef  <ds@schleef.org>
9095
9096         * REQUIREMENTS:
9097         * configure.ac: update liboil requirement to 0.3.6
9098         * gst/videoscale/Makefile.am:
9099         * gst/videoscale/vs_scanline.c: liboilify
9100
9101 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
9102
9103         * ext/libvisual/visual.c: (get_buffer):
9104           When pad_alloc returns a GstFlowReturn other
9105           than GST_FLOW_OK, make sure it is passed upstream.
9106
9107 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
9108
9109         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
9110         (gst_alsasink_class_init):
9111           Free the device name string.
9112
9113         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
9114         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
9115         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
9116           Don't remove a pad from the collectpads structure until it
9117           is released - it's a request pad, and may receive data again
9118           if the element gets moved back to PLAYING state.
9119
9120         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
9121           Ensure we turn on double buffering on the Xv port, and
9122           set the colour key to something dark and mysterious that
9123           isn't black.
9124
9125 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
9126
9127         * ext/alsa/gstalsaplugin.c: (plugin_init):
9128         * ext/cdparanoia/gstcdparanoiasrc.c:
9129         (gst_cd_paranoia_src_base_init), (plugin_init):
9130         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
9131         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
9132           - a library should not call setlocale. see "Libraries" node in
9133             gettext manual
9134           - make sure all plugins that use translation do bindtextdomain
9135             to point to the localedir
9136         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
9137         (setup_sinks), (plugin_init):
9138           all this, and check for NULL when creating sinks
9139
9140 2006-01-27  Julien MOUTTE  <julien@moutte.net>
9141
9142         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
9143         (plugin_init): Make typefinding of subtitles work again.
9144
9145 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
9146
9147         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
9148         (mp3_type_frame_length_from_header), (mp3_type_find),
9149         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
9150         (plugin_init):
9151           Backport a bunch of typefinding fixes from the 0.8 branch.
9152           Also, improve wavpack typefinding: if we can't peek the
9153           entire wavpack block, try to parse the bits we can get and
9154           see if we find what we're looking for in those.
9155
9156 2006-01-26  Julien MOUTTE  <julien@moutte.net>
9157
9158         * sys/ximage/ximagesink.c:
9159         (gst_ximagesink_calculate_pixel_aspect_ratio):
9160         * sys/xvimage/xvimagesink.c:
9161         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
9162         more cases of pixel aspect ratio.
9163
9164 2006-01-26  Edward Hervey  <edward@fluendo.com>
9165
9166         * gst/playback/gstdecodebin.c: (pad_probe):
9167         Also consider the flush-start and tag events as unblockers
9168         for the pad probes.
9169
9170 2006-01-26  Julien MOUTTE  <julien@moutte.net>
9171
9172         * gst/playback/gstplaybin.c: (gst_play_bin_init),
9173         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
9174         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
9175         On the fly visualisation switch, works disabling, enabling as
9176         well but it won't be able to enable vis in a playbin that was
9177         created with no visualisation.
9178
9179 2006-01-25  Wim Taymans  <wim@fluendo.com>
9180
9181         * gst-libs/gst/audio/gstbaseaudiosink.c:
9182         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
9183         Undo previous commit that returned WRONG_STATE sooner, it breaks 
9184         resume after pause.
9185
9186 2006-01-25  Wim Taymans  <wim@fluendo.com>
9187
9188         * gst-libs/gst/audio/gstbaseaudiosink.c:
9189         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
9190         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
9191         Improve debugging.
9192         Post error when caps cannot be parsed.
9193         Resync on discontinuity in the stream.
9194         Clip samples to segment boundaries.
9195         return WRONG_STATE sooner when we are flushing.
9196
9197         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9198         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
9199         Make audiosrc operate in TIME.
9200         Set TIMESTAMP and DURATION on buffers.
9201
9202 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
9203
9204         * tests/examples/seek/seek.c: (main):
9205           Output tag messages as well.
9206
9207 2006-01-23  Edward Hervey  <edward@fluendo.com>
9208
9209         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
9210         (free_pad_probes), (remove_fakesink), (pad_probe),
9211         (close_pad_link), (gst_decode_bin_change_state):
9212         Replace GstPadBlockCallback with pad probes that detect
9213         first buffer AND eos before removing fakesink.
9214         Fixes hang with demuxers doing EOS while pre-rolling.
9215         Solves #328279
9216
9217 2006-01-23  Andy Wingo  <wingo@pobox.com>
9218
9219         * ext/alsa/gstalsasink.c:
9220         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9221         (gst_base_rtp_depayload_setcaps),
9222         (gst_base_rtp_depayload_add_to_queue),
9223         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
9224         
9225         Patch by: Jens Granseuer <jensgr at gmx dot net>
9226
9227 2006-01-22  Julien MOUTTE  <julien@moutte.net>
9228
9229         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
9230         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
9231         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
9232         frames. We might get a frame destroyed after changing state to
9233         NULL, adding a safety check on xcontext.
9234
9235 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
9236
9237         * gst-libs/gst/interfaces/xoverlay.c:
9238           Fix prepare-xwindow-id code example in the docs - we need to
9239           ignore all messages that aren't element messages as well.
9240           
9241 2006-01-21  Julien MOUTTE  <julien@moutte.net>
9242
9243         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
9244           I think one day i'll completely undestand how caps negotiation
9245           is supposed to work. This refactoring handles buffer_alloc
9246           called with caps we can't handle. We definitely don't want a
9247           set_caps with those caps, so we define and allocate a buffer
9248           we would like to receive.
9249
9250 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
9251
9252         * gst/playback/gstplaybasebin.c: (setup_source):
9253           Free iterator when done.
9254
9255 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
9256
9257         * gst-libs/gst/audio/gstbaseaudiosink.c:
9258         (gst_base_audio_sink_render):
9259           Fix playback of non-synchronised streams by assuming a rate
9260           of 1.0 instead of a random one.
9261
9262           Makes this work again:
9263
9264           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
9265           endianness=(int)4321, signed=(boolean)true, width=(int)16,
9266           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
9267           audioresample ! alsasink
9268
9269 === release 0.10.2 ===
9270
9271 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
9272
9273         * configure.ac:
9274           releasing 0.10.2, "Then the devil is six"
9275
9276 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
9277
9278         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9279         * gst/playback/gststreamselector.c:
9280         (gst_stream_selector_set_property):
9281           Comment out broken code that connects to the state-changed signal.
9282           At this point, changing current stream selection is broken, but 
9283           stuff like gst-launch playbin current-audio=1 works and filters
9284           to the chosen stream.
9285
9286 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
9287
9288         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
9289           Fix #327216 (null dereference in vorbisdec)
9290
9291 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
9292
9293         * ext/theora/theoradec.c: (theora_handle_comment_packet):
9294           Post taglist actually on bus instead of just freeing it
9295           (fixes #327114 and totem bug #327080).
9296
9297         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
9298           Use gst_element_found_tags_for_pad(), so that the tags
9299           are sent downstream as an event as well.
9300
9301 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
9302
9303         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
9304         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
9305         (gst_ximagesink_buffer_alloc):
9306         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
9307         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
9308         (gst_xvimagesink_buffer_alloc):
9309           move all regularly occurring messages to GST_LOG level
9310           add some more object logs
9311
9312 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9313
9314         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
9315           fix a silly segfault
9316
9317 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
9318
9319         * docs/libs/gst-plugins-base-libs-docs.sgml:
9320         * docs/libs/gst-plugins-base-libs-sections.txt:
9321         * gst-libs/gst/audio/mixerutils.c:
9322         * gst-libs/gst/audio/mixerutils.h:
9323           Add docs for mixerutils stuff.
9324
9325 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
9326
9327         * gst/playback/gstplaybasebin.c: (setup_source):
9328           Fix playback for sources that emit raw audio or
9329           raw video streams (e.g.: cd audio sources) (#325984).
9330
9331 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
9332
9333         * gst-libs/gst/audio/mixerutils.c:
9334         (gst_audio_mixer_filter_do_filter):
9335           actually save the element we create
9336
9337 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
9338
9339         * gst-libs/gst/cdda/gstcddabasesrc.c:
9340         (gst_cdda_base_src_handle_track_seek):
9341           No need to post a tag message on the bus when seeking
9342           within the same track, only post it when the current
9343           track changes.
9344
9345 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9346
9347         * gst/playback/gstplaybasebin.c: (group_destroy),
9348         (probe_triggered), (new_decoded_pad), (mute_group_type),
9349         (set_active_source):
9350         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
9351         * gst/playback/gststreamselector.c:
9352         (gst_stream_selector_base_init),
9353         (gst_stream_selector_set_property),
9354         (gst_stream_selector_request_new_pad):
9355           Reenable stream selection. These mechanisms need a complete overhaul
9356           in the face of 0.8->0.10 changes though.
9357
9358 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
9359
9360         * ext/ogg/gstoggdemux.c:
9361           Change the pad template to src_%d to match the pads that 
9362           are created from it. decodebin needs this information in order
9363           to decide that oggdemux is capable of producing multiple pads
9364           (and hence needs queues inserted).
9365
9366         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
9367         (gst_ogg_mux_collected):
9368           Make debug output more useful by using GST_PTR_FORMAT.
9369
9370 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
9371
9372         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
9373
9374         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
9375           Set depth and width for alaw/mulaw (fixes #326601).
9376
9377 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
9378
9379         * tests/icles/Makefile.am:
9380           don't build the tests if we don't have the libs
9381
9382 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9383
9384         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
9385         (gst_cd_paranoia_paranoia_callback):
9386           Don't try to free NULL pointers.
9387
9388 2006-01-10  Edward Hervey  <edward@fluendo.com>
9389
9390         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
9391         (gst_audio_rate_change_state), (plugin_init):
9392         Add debugging category.
9393         Fix type issues.
9394         Add case for incoming buffers without valid offset/offset_end.
9395
9396 2006-01-10  Michael Smith  <msmith@fluendo.com>
9397
9398         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
9399           Don't leak GCond in audio sources.
9400
9401 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
9402
9403         * gst/playback/gstplaybin.c: (gen_audio_element):
9404           Don't leak an autoaudiosink/alsasink when we generate
9405           a new audio element. (old code, I guess)
9406
9407 2006-01-10  Michael Smith  <msmith@fluendo.com>
9408
9409         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
9410           Support float audio in audiorate.
9411           Use width rather than depth for selecting sample width.
9412
9413 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9414
9415         * gst/videotestsrc/videotestsrc.h:
9416           Use GLib types here (that way we don't have to include the
9417           generated _stdint.h header, which makes life easier for win32
9418           folks that don't use autotools for the build) (#325990, patch
9419           by: Sergey Scobich).
9420
9421 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
9422
9423         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9424         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9425         (gst_ring_buffer_pause), (wait_segment):
9426         * gst-libs/gst/audio/gstringbuffer.h:
9427           Name (private) union, makes Forte compiler happy (this time
9428           for real) (#324900).
9429
9430 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9431
9432         * gst-libs/gst/audio/Makefile.am:
9433           Link against libgstinterfaces, needed for mixer
9434           and property probe stuff.
9435
9436 2006-01-09  Edward Hervey  <edward@fluendo.com>
9437
9438         * gst-libs/gst/Makefile.am:
9439
9440 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
9441
9442         * gst-libs/gst/audio/Makefile.am:
9443         * gst-libs/gst/audio/mixerutils.c:
9444         (gst_audio_mixer_filter_do_filter),
9445         (gst_audio_mixer_filter_check_element),
9446         (gst_audio_mixer_filter_probe_feature),
9447         (element_factory_rank_compare_func),
9448         (gst_audio_default_registry_mixer_filter):
9449         * gst-libs/gst/audio/mixerutils.h:
9450           Add gst_audio_default_registry_mixer_filter() utility
9451           function.
9452
9453 2006-01-03  Michael Smith  <msmith@fluendo.com>
9454
9455         * gst/audioresample/resample.h:
9456           As before, but for o_buf
9457
9458 2006-01-03  Michael Smith  <msmith@fluendo.com>
9459
9460         * gst/audioresample/resample.h:
9461           Declare struct _ResampleState.buffer as unsigned char *, not void *,
9462           since we do arithmetic on it.
9463
9464 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
9465
9466         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
9467         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
9468         (gst_ring_buffer_pause), (wait_segment):
9469         * gst-libs/gst/audio/gstringbuffer.h:
9470           Sun's Forte compiler doesn't seem to like anonymous structs,
9471           so use same setup as in GstBaseSrc (fixes #324900).
9472
9473 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
9474
9475         * configure.ac:
9476         * gst/volume/Makefile.am:
9477         * gst/volume/demo.c:
9478           move old example to tests/examples/volume/volune.c
9479         * tests/examples/Makefile.am:
9480         * tests/examples/seek/seek.c: (main):
9481           change window-close event from "delete-event" to "destroy"
9482         * tests/examples/volume/Makefile.am:
9483         * tests/examples/volume/volume.c: (value_changed_callback),
9484         (setup_gui), (message_received), (eos_message_received), (main):
9485           fix event handling and bus usage
9486
9487 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
9488
9489         * gst/audiotestsrc/gstaudiotestsrc.c:
9490         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
9491         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
9492         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
9493         (gst_audio_test_src_create_square),
9494         (gst_audio_test_src_create_saw),
9495         (gst_audio_test_src_create_triangle),
9496         (gst_audio_test_src_create_silence),
9497         (gst_audio_test_src_create_white_noise),
9498         (gst_audio_test_src_create_pink_noise),
9499         (gst_audio_test_src_init_sine_table),
9500         (gst_audio_test_src_create_sine_table),
9501         (gst_audio_test_src_change_wave),
9502         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
9503         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
9504         * gst/audiotestsrc/gstaudiotestsrc.h:
9505           update to basesrc changes, implement segmented seeking and eos
9506           handling, add a 'sine-tab' waveform for performance critical playback
9507
9508 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9509
9510         * po/POTFILES.in:
9511           ... and this time the other modified file that I missed last time.
9512
9513 2005-12-29  Michael Smith  <msmith@fluendo.com>
9514
9515         * gst/playback/gstdecodebin.c: (new_pad):
9516           Fix non-C89 variable declaration not at the start of a block. Should
9517           help some compilers.
9518
9519 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9520
9521         * tests/check/Makefile.am:
9522           And now fix 'make distcheck' (builddir != srcdir)
9523
9524 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9525
9526         * configure.ac:
9527         * ext/cdparanoia/Makefile.am:
9528         * ext/cdparanoia/gstcdparanoia.c:
9529         * ext/cdparanoia/gstcdparanoia.h:
9530         * ext/cdparanoia/gstcdparanoiasrc.c:
9531         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
9532         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
9533         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
9534         (gst_cd_paranoia_paranoia_callback),
9535         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
9536         (gst_cd_paranoia_src_set_property),
9537         (gst_cd_paranoia_src_get_property), (plugin_init):
9538         * ext/cdparanoia/gstcdparanoiasrc.h:
9539           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
9540           plugin again (there are still fixes required to playbin to make
9541           cdda:// uris work there).
9542
9543 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9544
9545         * tests/check/Makefile.am:
9546           Fix test case compilation.
9547
9548 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
9549
9550         * gst-libs/gst/cdda/gstcddabasesrc.c:
9551         (gst_cdda_base_src_update_duration),
9552         (gst_cdda_base_src_calculate_cddb_id):
9553           An integer is not a string. Fix access to uninitialised variable.
9554
9555         * tests/check/Makefile.am:
9556           Add cddabasesrc unit test; also actually enable the vorbis test.
9557
9558         * tests/check/generic/states.c:
9559           Blacklist new cd audio elements as well.
9560
9561         * tests/check/libs/cddabasesrc.c:
9562           Unit test for GstCddaBaseSrc (discid calculation mostly).
9563
9564 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9565
9566         * docs/libs/Makefile.am:
9567         * docs/libs/gst-plugins-base-libs-docs.sgml:
9568         * docs/libs/gst-plugins-base-libs-sections.txt:
9569         * docs/libs/gst-plugins-base-libs.types:
9570           Add docs for libgstcdda/GstCddaBaseSrc.
9571
9572         * gst-libs/gst/interfaces/mixertrack.h:
9573           Do one struct member per line with a semicolon at the end, that way
9574           even gtk-doc might parse it without complaining.
9575
9576 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9577
9578         * configure.ac:
9579         * gst-libs/gst/Makefile.am:
9580         * gst-libs/gst/cdda/Makefile.am:
9581         * gst-libs/gst/cdda/base64.c:
9582         * gst-libs/gst/cdda/base64.h:
9583         * gst-libs/gst/cdda/gstcddabasesrc.c:
9584         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
9585         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
9586         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
9587         (gst_cdda_base_src_get_property),
9588         (gst_cdda_base_src_get_track_from_sector),
9589         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
9590         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
9591         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
9592         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
9593         (gst_cdda_base_src_uri_get_protocols),
9594         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
9595         (gst_cdda_base_src_uri_handler_init),
9596         (gst_cdda_base_src_setup_interfaces),
9597         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
9598         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
9599         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
9600         (gst_cdda_base_src_add_tags),
9601         (gst_cdda_base_src_add_index_associations),
9602         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
9603         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
9604         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
9605         (gst_cdda_base_src_create):
9606         * gst-libs/gst/cdda/gstcddabasesrc.h:
9607         * gst-libs/gst/cdda/sha1.c:
9608         * gst-libs/gst/cdda/sha1.h:
9609           Add new libgstcdda with GstCddaBaseSrc class.
9610
9611 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
9612
9613         * ext/gnomevfs/gstgnomevfssink.h:
9614           Use GstBaseSinkClass as parent_class member for class struct, not
9615           GstBaseSink.
9616
9617 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9618
9619         Patch by: Michael Benes
9620
9621         * gst/videotestsrc/gstvideotestsrc.c:
9622         (gst_video_test_src_class_init), (gst_video_test_src_start):
9623           Add start method to reset running time and number of frames sent
9624           when starting up (fixes #324696)
9625
9626 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9627
9628         * docs/plugins/Makefile.am:
9629         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9630         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9631         * docs/plugins/gst-plugins-base-plugins.args:
9632         * docs/plugins/gst-plugins-base-plugins.hierarchy:
9633         * docs/plugins/gst-plugins-base-plugins.signals:
9634           Add docs stuff for gnomevfssrc and gnomevfssink.
9635
9636         * ext/gnomevfs/gstgnomevfssrc.c:
9637           Fix example pipeline in gtk-doc blurb.
9638
9639 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
9640
9641         * ext/gnomevfs/Makefile.am:
9642         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
9643         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
9644         (gst_gnome_vfs_handle_get_type), (plugin_init):
9645         * ext/gnomevfs/gstgnomevfs.h:
9646         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
9647         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
9648         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
9649         (gst_gnome_vfs_sink_set_property),
9650         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
9651         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
9652         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
9653         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
9654         (gst_gnome_vfs_sink_uri_get_type),
9655         (gst_gnome_vfs_sink_uri_get_protocols),
9656         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
9657         (gst_gnome_vfs_sink_uri_handler_init):
9658         * ext/gnomevfs/gstgnomevfssink.h:
9659           Port gnomevfssink; add gtk-doc blurb.
9660
9661         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
9662         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
9663         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
9664         (gst_gnome_vfs_src_uri_get_type),
9665         (gst_gnome_vfs_src_uri_get_protocols),
9666         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
9667         (gst_gnome_vfs_src_uri_handler_init),
9668         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
9669         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
9670         (gst_gnome_vfs_src_send_additional_headers_callback),
9671         (gst_gnome_vfs_src_received_headers_callback),
9672         (gst_gnome_vfs_src_push_callbacks),
9673         (gst_gnome_vfs_src_pop_callbacks),
9674         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
9675         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
9676         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9677         * ext/gnomevfs/gstgnomevfssrc.h:
9678           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
9679           file; add gtk-doc blurb with example pipelines.
9680
9681 === release 0.10.1 ===
9682
9683 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
9684
9685         * configure.ac:
9686           releasing 0.10.1, "Dobro Dedek"
9687
9688 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
9689
9690         * gst/typefind/gsttypefindfunctions.c:
9691         iLBC30 and iLBC20 added to typefind.
9692
9693 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
9694
9695         * gst-libs/gst/audio/gstbaseaudiosink.c:
9696         (gst_base_audio_sink_class_init):
9697         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9698         (gst_base_audio_src_class_init):
9699           update strings, values are in microseconds
9700           change the default sink buffer time to something that is smaller
9701           (to help software volume mixing have a slightly lower delay) but
9702           still be acceptable on Wim's laptop
9703
9704 2005-12-20  Edward Hervey  <edward@fluendo.com>
9705
9706         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
9707         Made a quack, forgot to add DUCK to the riff video template.
9708
9709 2005-12-19  Edward Hervey  <edward@fluendo.com>
9710
9711         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
9712         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
9713         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
9714         (gst_ogm_parse_chain):
9715         Make sure pads are initialized correctly.
9716         * gst-libs/gst/riff/riff-ids.h:
9717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
9718         (gst_riff_create_video_template_caps):
9719         Add a whole bunch of FOURCC <=> MimeType.
9720         Extend the riff video pad template to support the newly added fourcc.
9721
9722 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
9723
9724         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
9725         (gst_ogg_demux_activate_chain):
9726           Extra debug output when activating/deactivating chains.
9727
9728         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
9729         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
9730         (unlinked):
9731           Remove a queue from our list when it becomes unlinked.
9732           Don't add queues to elements in class 'Demux' if they
9733           can only produce one pad 
9734
9735 2005-12-18  Julien MOUTTE  <julien@moutte.net>
9736
9737         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
9738         (gst_video_sink_get_type): Add a debug category.
9739
9740 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9741
9742         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9743         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
9744           Handle downstream newsegment by sending our own newsegment before the
9745           next buffer to be released. (#323900)
9746
9747 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
9748
9749         * gst-libs/gst/rtp/gstbasertpdepayload.c:
9750         (gst_base_rtp_depayload_set_gst_timestamp):
9751           add queue delay to new segment as well (as opposed to just the first
9752           buffer). (bug #322347)
9753
9754 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
9755
9756         * ext/libvisual/visual.c: (make_valid_name):
9757           change some char* into char[]
9758         * gst/audiotestsrc/gstaudiotestsrc.c:
9759         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
9760         (gst_audio_test_src_create):
9761         * gst/audiotestsrc/gstaudiotestsrc.h:
9762           prepare to handle EOS and SEGMENT_DONE
9763
9764 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9765
9766         * tests/check/generic/states.c: (GST_START_TEST):
9767           Blacklist cdparanoia element in state test.
9768
9769 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
9770
9771           Patch by: Benjamin Pineau
9772
9773         * gst/tcp/gsttcp.c:
9774         * gst/tcp/gsttcpclientsink.c:
9775         * gst/tcp/gsttcpserversink.c:
9776         * gst/tcp/gsttcpserversrc.c:
9777           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
9778
9779 2005-12-15  Michael Smith  <msmith@fluendo.com>
9780
9781         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
9782         (gst_video_rate_chain):
9783           Fix timestamping for videorate when the first buffer it sees has a
9784           non-zero timestamp. Fix some misleading debug output.
9785
9786 2005-12-15  Michael Smith  <msmith@fluendo.com>
9787
9788         * gst/audioresample/gstaudioresample.c:
9789           Don't leak all input buffers to audioresample.
9790
9791 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9792
9793         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
9794           Don't operate on empty text buffers. Strip newlines and
9795           tabs only from the end of the text, but leave them intact
9796           in the middle. Fix typo in gtk-doc description.
9797
9798 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
9799
9800         * gst/playback/gstplaybasebin.c:
9801         * gst/playback/gstplaybin.c: (handoff):
9802           Make sure the video frame buffer we return to apps via the
9803           "frame" property always has caps set on it. Modify
9804           _gst_gvalue_set_object() macro to handle NULL objects
9805           gracefully too.
9806
9807 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
9808
9809         * gst/audiotestsrc/gstaudiotestsrc.c:
9810         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
9811         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
9812         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
9813         (gst_audio_test_src_create):
9814         * gst/audiotestsrc/gstaudiotestsrc.h:
9815         Adjust to some recent api changes and add wtays new cool seeking
9816         capabillities
9817
9818 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
9819
9820         * ext/alsa/Makefile.am:
9821         * ext/alsa/gstalsadeviceprobe.c:
9822         * ext/alsa/gstalsadeviceprobe.h:
9823           Helper functions to add device probing via the GstPropertyProbe
9824           interface to a class.
9825
9826         * ext/alsa/gstalsamixer.h:
9827           Comment out GST_ALSA_MIXER, it returns a struct that's not
9828           used.
9829
9830         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
9831           Add some debug info. 
9832
9833         * ext/alsa/gstalsamixerelement.c:
9834         (gst_alsa_mixer_element_interface_supported),
9835         (gst_implements_interface_init),
9836         (gst_alsa_mixer_element_init_interfaces),
9837         (gst_alsa_mixer_element_class_init),
9838         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
9839         (gst_alsa_mixer_element_set_property),
9840         (gst_alsa_mixer_element_get_property),
9841         (gst_alsa_mixer_element_change_state):
9842         * ext/alsa/gstalsamixerelement.h:
9843           Add 'device' and 'device-name' properties. Add GstPropertyProbe
9844           for device handling (gnome-volume-control will need that).
9845
9846 2005-12-12  Christian Schaller  <uraeus@gnome.org>
9847
9848         * ext/Makefile.am: fix cdparanoia entry
9849         * gst-plugins-base.spec.in: add cdparanoia
9850
9851 2005-12-12  Michael Smith  <msmith@fluendo.com>
9852
9853         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
9854           Use the correct function to free list of typefind factories.
9855
9856 2005-12-12  Wim Taymans  <wim@fluendo.com>
9857
9858         * gst/videotestsrc/gstvideotestsrc.c:
9859         (gst_video_test_src_class_init), (gst_video_test_src_init),
9860         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
9861         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
9862         (gst_video_test_src_create):
9863         * gst/videotestsrc/gstvideotestsrc.h:
9864         Implement seeking in videotestsrc.
9865         Small cleanups.
9866
9867 2005-12-12  Wim Taymans  <wim@fluendo.com>
9868
9869         * ext/cdparanoia/Makefile.am:
9870         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
9871         (gst_paranoia_endian_get_type), (_do_init),
9872         (cdparanoia_class_init), (cdparanoia_init),
9873         (cdparanoia_set_property), (cdparanoia_get_property),
9874         (cdparanoia_do_seek), (cdparanoia_is_seekable),
9875         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
9876         (cdparanoia_convert), (cdparanoia_get_query_types),
9877         (cdparanoia_query), (cdparanoia_set_index),
9878         (cdparanoia_uri_set_uri):
9879         * ext/cdparanoia/gstcdparanoia.h:
9880         Partially ported cdparanoia now that basesrc can support a
9881         plugin like this..
9882
9883 2005-12-12  Wim Taymans  <wim@fluendo.com>
9884
9885         * tests/examples/seek/scrubby.c: (main):
9886         Set higher priority for bus events so they don't get reordered with
9887         gtk gui events.
9888
9889         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
9890         (flush_toggle_cb), (main):
9891         Added checkbox to disable flushing seeks. 
9892         Disable scrubbing when doing non flushing seeks.
9893
9894 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
9895
9896         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
9897         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
9898         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
9899         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
9900           Implement some sort of event handling that doesn't rely on
9901           g_return_if_fail; make sure we always push the last chunk of an 
9902           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
9903           state change function; remove some old cruft. Seeking is still
9904           rather unlikely to work though.
9905
9906         * tools/.cvsignore:
9907           Ignore more.
9908
9909 2005-12-11  Julien MOUTTE  <julien@moutte.net>
9910
9911         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
9912         Fixed a leak of the current image reference when cleaning up.
9913         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
9914
9915 2005-12-09  Michael Smith  <msmith@fluendo.com>
9916
9917         * tools/Makefile.am:
9918         * tools/gst-launch-ext-m.m:
9919           Remove gst-launch-ext. It doesn't work, and is no longer
9920           particularly useful.
9921
9922 2005-12-08  Luca Ognibene  <luogni@tin.it>
9923
9924         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
9925           don't pass random values to ogmparse convert function.
9926           Make seeking possible in the exile1.ogm file.
9927
9928 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
9929
9930         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
9931         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
9932           Work around refcount problem with g_value_set_object() that occur
9933           if the core has been compiled against GLib-2.6 (g_value_set_object()
9934           will only g_object_ref() the element, but the caller will
9935           gst_object_unref() it and bad things will happen due to the way
9936           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
9937           totem for people on FC4 using Thomas's 0.10 RPMs.
9938           
9939 2005-12-07  Edward Hervey  <edward@fluendo.com>
9940
9941         Time to welcome ogm to 0.10 :)
9942         
9943         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
9944         (gst_ogg_pad_typefind):
9945         Oggdemux can now properly typefind elements with dynamic pads.
9946         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
9947         Properly set caps on src pad, and set caps on outgoing buffers.
9948
9949 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
9950
9951         * ext/alsa/gstalsamixer.h:
9952         * ext/alsa/gstalsamixerelement.h:
9953         * ext/alsa/gstalsamixeroptions.h:
9954         * ext/alsa/gstalsamixertrack.h:
9955         * ext/alsa/gstalsasink.c:
9956         * ext/alsa/gstalsasink.h:
9957         * ext/alsa/gstalsasrc.c:
9958         * ext/alsa/gstalsasrc.h:
9959         * ext/cdparanoia/gstcdparanoia.h:
9960         * ext/gnomevfs/gstgnomevfsuri.h:
9961         * ext/ogg/gstoggdemux.c:
9962         * ext/ogg/gstoggmux.c:
9963         * ext/pango/gsttextoverlay.h:
9964         * ext/theora/theoradec.c:
9965         * ext/theora/theoraenc.c:
9966         * ext/vorbis/vorbisdec.h:
9967         * ext/vorbis/vorbisenc.c:
9968         * ext/vorbis/vorbisenc.h:
9969         * ext/vorbis/vorbisparse.h:
9970         * gst-libs/gst/audio/gstaudioclock.h:
9971         * gst-libs/gst/audio/gstaudiosink.c:
9972         * gst-libs/gst/audio/gstaudiosink.h:
9973         * gst-libs/gst/audio/gstaudiosrc.c:
9974         * gst-libs/gst/audio/gstaudiosrc.h:
9975         * gst-libs/gst/audio/gstbaseaudiosink.c:
9976         * gst-libs/gst/audio/gstbaseaudiosink.h:
9977         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9978         * gst-libs/gst/audio/gstbaseaudiosrc.h:
9979         * gst-libs/gst/audio/gstringbuffer.h:
9980         * gst-libs/gst/audio/multichannel.h:
9981         * gst-libs/gst/floatcast/floatcast.h:
9982         * gst-libs/gst/interfaces/colorbalance.c:
9983         * gst-libs/gst/interfaces/colorbalance.h:
9984         * gst-libs/gst/interfaces/colorbalancechannel.h:
9985         * gst-libs/gst/interfaces/mixer.h:
9986         * gst-libs/gst/interfaces/mixeroptions.h:
9987         * gst-libs/gst/interfaces/mixertrack.h:
9988         * gst-libs/gst/interfaces/navigation.h:
9989         * gst-libs/gst/interfaces/propertyprobe.h:
9990         * gst-libs/gst/interfaces/tuner.h:
9991         * gst-libs/gst/interfaces/tunerchannel.h:
9992         * gst-libs/gst/interfaces/tunernorm.h:
9993         * gst-libs/gst/interfaces/xoverlay.h:
9994         * gst-libs/gst/netbuffer/gstnetbuffer.h:
9995         * gst-libs/gst/riff/riff-ids.h:
9996         * gst-libs/gst/riff/riff-media.h:
9997         * gst-libs/gst/riff/riff-read.h:
9998         * gst-libs/gst/rtp/gstbasertpdepayload.h:
9999         * gst-libs/gst/rtp/gstbasertppayload.c:
10000         * gst-libs/gst/rtp/gstbasertppayload.h:
10001         * gst-libs/gst/rtp/gstrtpbuffer.c:
10002         * gst-libs/gst/rtp/gstrtpbuffer.h:
10003         * gst-libs/gst/tag/gsttageditingprivate.h:
10004         * gst-libs/gst/tag/gstvorbistag.c:
10005         (gst_tag_list_from_vorbiscomment_buffer):
10006         * gst-libs/gst/tag/tag.h:
10007         * gst-libs/gst/video/video.h:
10008         * gst/adder/gstadder.c:
10009         * gst/adder/gstadder.h:
10010         * gst/audioconvert/audioconvert.c:
10011         * gst/audioconvert/audioconvert.h:
10012         * gst/audioconvert/gstaudioconvert.c:
10013         * gst/audioconvert/gstchannelmix.c:
10014         * gst/audioconvert/gstchannelmix.h:
10015         * gst/audiorate/gstaudiorate.c:
10016         * gst/audioresample/buffer.h:
10017         * gst/audioresample/functable.h:
10018         * gst/audioresample/gstaudioresample.c:
10019         * gst/audioresample/resample.h:
10020         * gst/ffmpegcolorspace/avcodec.h:
10021         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10022         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
10023         * gst/ffmpegcolorspace/imgconvert.c:
10024         * gst/ffmpegcolorspace/imgconvert_template.h:
10025         * gst/playback/gstdecodebin.c:
10026         * gst/playback/gstplaybasebin.h:
10027         * gst/playback/gstplaybin.c:
10028         * gst/playback/gststreaminfo.h:
10029         * gst/tcp/gstfdset.c:
10030         * gst/tcp/gstfdset.h:
10031         * gst/tcp/gstmultifdsink.c:
10032         * gst/tcp/gstmultifdsink.h:
10033         * gst/tcp/gsttcp.h:
10034         * gst/tcp/gsttcpclientsrc.c:
10035         * gst/tcp/gsttcpclientsrc.h:
10036         * gst/tcp/gsttcpplugin.h:
10037         * gst/tcp/gsttcpserversink.c:
10038         * gst/tcp/gsttcpserversrc.c:
10039         * gst/typefind/gsttypefindfunctions.c:
10040         * gst/videorate/gstvideorate.c:
10041         * gst/videotestsrc/gstvideotestsrc.h:
10042         * gst/videotestsrc/videotestsrc.h:
10043         * sys/v4l/gstv4lcolorbalance.h:
10044         * sys/v4l/gstv4ltuner.h:
10045         * sys/v4l/gstv4lxoverlay.h:
10046         * sys/v4l/v4l_calls.h:
10047         * sys/v4l/videodev_mjpeg.h:
10048         * tests/check/elements/audioconvert.c:
10049         * tests/check/elements/audioresample.c:
10050         * tests/check/elements/audiotestsrc.c:
10051         * tests/check/elements/videotestsrc.c:
10052         * tests/check/elements/volume.c:
10053         * tests/examples/seek/scrubby.c:
10054         * tests/examples/seek/seek.c:
10055           expand tabs
10056
10057 === release 0.10.0 ===
10058
10059 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10060
10061         * configure.ac:
10062           releasing 0.10.0, "Mont-d'or"
10063
10064 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
10065
10066         * tests/examples/seek/Makefile.am:
10067         Build fix for when gtk is not available.
10068
10069 2005-12-05  Andy Wingo  <wingo@pobox.com>
10070
10071         * ext/libvisual/visual.c: (get_buffer):
10072         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
10073         * ext/pango/gsttextrender.c: (gst_text_render_chain):
10074         * ext/theora/theoradec.c: (theora_handle_data_packet):
10075         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
10076         (theora_enc_chain):
10077         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10078         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
10079         Update for alloc_buffer changes.
10080
10081 2005-12-05  Andy Wingo  <wingo@pobox.com>
10082
10083         patch by: Kai Vehmanen <kv2004 eca cx>
10084         
10085         * gst-libs/gst/rtp/gstbasertpdepayload.c
10086         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
10087
10088 2005-12-04  Andy Wingo  <wingo@pobox.com>
10089
10090         patch by: Sebastien Cote <sebas642 yahoo ca>
10091         
10092         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
10093         Fixes #319172.
10094
10095 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
10096
10097         * docs/plugins/Makefile.am:
10098         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10099         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10100         * docs/plugins/gst-plugins-base-plugins.hierarchy:
10101         * ext/pango/gstclockoverlay.c:
10102         * ext/pango/gsttextoverlay.c: 
10103         * ext/pango/gsttextrender.c:
10104         * ext/pango/gsttimeoverlay.c:
10105           Add gtk-doc blurbs to pango elements.
10106
10107 2005-12-02  Wim Taymans  <wim@fluendo.com>
10108
10109         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
10110         * gst/audioresample/buffer.h:
10111         * gst/audioresample/gstaudioresample.c:
10112         * gst/audioresample/gstaudioresample.h:
10113         * gst/audioresample/resample.c: (resample_input_flush),
10114         (resample_input_pushthrough), (resample_input_eos),
10115         (resample_get_output_size_for_input),
10116         (resample_get_input_size_for_output), (resample_get_output_size),
10117         (resample_get_output_data):
10118         * gst/audioresample/resample.h:
10119         * gst/audioresample/resample_ref.c: (resample_scale_ref):
10120         Fix audioresample, seek torture, new segments, reverse negotiation
10121         etc.. work fine.
10122
10123 2005-12-02  Wim Taymans  <wim@fluendo.com>
10124
10125         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10126         Small cleanups.
10127
10128 2005-12-02  Wim Taymans  <wim@fluendo.com>
10129
10130         * gst/audioconvert/gstaudioconvert.c:
10131         (gst_audio_convert_transform):
10132         Post errors.
10133
10134 === release 0.9.7 ===
10135
10136 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10137
10138         * configure.ac:
10139           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
10140
10141 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10142
10143         * Makefile.am:
10144         * po/hu.po:
10145         * win32/MANIFEST:
10146         * win32/gst.sln:
10147           add win32 MANIFEST file
10148           do something to the hungarian translation
10149
10150 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
10151
10152         * ext/Makefile.am:
10153           Add $(PANGO_DIR) to SUBDIRS
10154
10155         * ext/pango/gstclockoverlay.c:
10156         * ext/pango/gsttimeoverlay.c:
10157           Fix and improve element descriptions.
10158
10159 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10160
10161         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10162         * docs/plugins/inspect/plugin-libvisual.xml:
10163         * docs/plugins/inspect/plugin-pango.xml:
10164           add pango plugin to docs
10165
10166 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10167
10168         * configure.ac:
10169         * ext/Makefile.am:
10170           moved pango to base
10171
10172 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10173
10174         * configure.ac:
10175         * tests/Makefile.am:
10176         * tests/icles/.cvsignore:
10177         * tests/icles/Makefile.am:
10178         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
10179         (close_display), (resize_window), (move_window), (create_window),
10180         (terminate_playback), (pause_playback), (start_playback), (main):
10181           add stress test for xoverlay from Julien
10182
10183 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10184
10185         * docs/libs/tmpl/gstcolorbalance.sgml:
10186         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10187         * gst-libs/gst/rtp/gstbasertppayload.c:
10188         * gst-libs/gst/rtp/gstrtpbuffer.c:
10189         * gst-libs/gst/rtp/gstrtpbuffer.h:
10190           Do burger's rename for rtp payloaders and depayloaders
10191
10192 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10193
10194         * win32/:
10195           add Visual Studio 6 build files
10196
10197 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10198
10199         * docs/libs/gst-plugins-base-libs-docs.sgml:
10200         * docs/libs/gst-plugins-base-libs-sections.txt:
10201         * docs/libs/tmpl/gstaudio.sgml:
10202         * docs/libs/tmpl/gstringbuffer.sgml:
10203         * gst-libs/gst/interfaces/xoverlay.c:
10204         * gst-libs/gst/video/gstvideofilter.c:
10205         * gst-libs/gst/video/gstvideosink.c:
10206           update documentation
10207
10208 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10209
10210         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
10211         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
10212         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
10213         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
10214         (gst_multi_fd_sink_get_stats),
10215         (gst_multi_fd_sink_remove_client_link),
10216         (gst_multi_fd_sink_handle_client_read),
10217         (gst_multi_fd_sink_client_queue_data),
10218         (gst_multi_fd_sink_client_queue_caps),
10219         (gst_multi_fd_sink_client_queue_buffer),
10220         (gst_multi_fd_sink_new_client),
10221         (gst_multi_fd_sink_handle_client_write),
10222         (gst_multi_fd_sink_recover_client),
10223         (gst_multi_fd_sink_queue_buffer),
10224         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
10225         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
10226         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
10227         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
10228         * gst/tcp/gstmultifdsink.h:
10229         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
10230         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
10231         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
10232         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
10233         (gst_tcp_client_sink_set_property),
10234         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
10235         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
10236         * gst/tcp/gsttcpclientsink.h:
10237         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
10238         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
10239         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
10240         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
10241         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
10242         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
10243         * gst/tcp/gsttcpclientsrc.h:
10244         * gst/tcp/gsttcpplugin.c: (plugin_init):
10245         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
10246         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
10247         (gst_tcp_server_sink_finalize),
10248         (gst_tcp_server_sink_handle_server_read),
10249         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
10250         (gst_tcp_server_sink_set_property),
10251         (gst_tcp_server_sink_get_property),
10252         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
10253         * gst/tcp/gsttcpserversink.h:
10254         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
10255         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
10256         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
10257         (gst_tcp_server_src_set_property),
10258         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
10259         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
10260         * gst/tcp/gsttcpserversrc.h:
10261           more borgifying
10262
10263 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
10264
10265         * docs/plugins/Makefile.am:
10266         * docs/plugins/gst-plugins-base-plugins.args:
10267         * docs/plugins/inspect/plugin-libvisual.xml:
10268         * gst/audioconvert/plugin.h:
10269         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
10270         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
10271         (gst_audio_rate_setcaps), (gst_audio_rate_init),
10272         (gst_audio_rate_chain), (gst_audio_rate_set_property),
10273         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
10274         (plugin_init):
10275         * gst/audiotestsrc/gstaudiotestsrc.c:
10276         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
10277         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
10278         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
10279         (gst_audio_test_src_get_query_types),
10280         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
10281         (gst_audio_test_src_create_square),
10282         (gst_audio_test_src_create_saw),
10283         (gst_audio_test_src_create_triangle),
10284         (gst_audio_test_src_create_silence),
10285         (gst_audio_test_src_create_white_noise),
10286         (gst_audio_test_src_init_pink_noise),
10287         (gst_audio_test_src_generate_pink_noise_value),
10288         (gst_audio_test_src_create_pink_noise),
10289         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
10290         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
10291         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
10292         (plugin_init):
10293         * gst/audiotestsrc/gstaudiotestsrc.h:
10294         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
10295         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
10296         (gst_sub_parse_init), (gst_sub_parse_formats),
10297         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
10298         (convert_encoding), (get_next_line),
10299         (gst_sub_parse_data_format_autodetect),
10300         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
10301         (gst_sub_parse_loop), (gst_sub_parse_chain),
10302         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
10303         (plugin_init):
10304         * gst/subparse/gstsubparse.h:
10305         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
10306         (gst_video_rate_base_init), (gst_video_rate_class_init),
10307         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
10308         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
10309         (gst_video_rate_init), (gst_video_rate_event),
10310         (gst_video_rate_chain), (gst_video_rate_set_property),
10311         (gst_video_rate_get_property), (gst_video_rate_change_state),
10312         (plugin_init):
10313         * gst/videoscale/gstvideoscale.c:
10314         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
10315         (gst_video_scale_src_template_factory),
10316         (gst_video_scale_sink_template_factory),
10317         (gst_video_scale_get_type), (gst_video_scale_base_init),
10318         (gst_video_scale_class_init), (gst_video_scale_init),
10319         (gst_video_scale_set_property), (gst_video_scale_get_property),
10320         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
10321         (gst_video_scale_prepare_size), (parse_caps),
10322         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
10323         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
10324         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
10325         (plugin_init):
10326         * gst/videoscale/gstvideoscale.h:
10327         * gst/videotestsrc/gstvideotestsrc.c:
10328         (gst_video_test_src_pattern_get_type),
10329         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
10330         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
10331         (gst_video_test_src_set_pattern),
10332         (gst_video_test_src_set_property),
10333         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
10334         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
10335         (gst_video_test_src_event), (gst_video_test_src_get_times),
10336         (gst_video_test_src_create), (plugin_init):
10337         * gst/videotestsrc/gstvideotestsrc.h:
10338         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
10339         (gst_video_test_src_smpte), (gst_video_test_src_snow),
10340         (gst_video_test_src_black):
10341         * gst/videotestsrc/videotestsrc.h:
10342           borgify further
10343           clean up docs a little
10344
10345 2005-11-30  Wim Taymans  <wim@fluendo.com>
10346
10347         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10348         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
10349         (gst_basertppayload_event), (gst_basertppayload_push),
10350         (gst_basertppayload_change_state):
10351         * gst-libs/gst/rtp/gstbasertppayload.h:
10352         closed #320644.
10353
10354 2005-11-30  Julien MOUTTE  <julien@moutte.net>
10355
10356         * docs/libs/gst-plugins-base-libs-docs.sgml:
10357         * docs/libs/gst-plugins-base-libs-sections.txt:
10358         * gst-libs/gst/video/gstvideofilter.c:
10359         * gst-libs/gst/video/gstvideosink.c:
10360         * gst-libs/gst/video/gstvideosink.h: Adding docs.
10361
10362 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10363
10364         * LICENSE:
10365           move
10366         * po/af.po:
10367         * po/az.po:
10368         * po/cs.po:
10369         * po/en_GB.po:
10370         * po/hu.po:
10371         * po/it.po:
10372         * po/nb.po:
10373         * po/nl.po:
10374         * po/or.po:
10375         * po/sq.po:
10376         * po/sr.po:
10377         * po/sv.po:
10378         * po/uk.po:
10379         * po/vi.po:
10380         * Makefile.am:
10381           update
10382         * scripts/autoplugins.sh:
10383           remove
10384
10385 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
10386
10387         * Makefile.am:
10388         * configure.ac:
10389         * examples/Makefile.am:
10390         * examples/capsfilter/Makefile.am:
10391         * examples/capsfilter/capsfilter1.c:
10392         * examples/gob/Makefile.am:
10393         * examples/gob/gst-identity2.gob:
10394         * examples/indexing/.cvsignore:
10395         * examples/indexing/Makefile.am:
10396         * examples/indexing/indexmpeg.c:
10397         * examples/seeking/.cvsignore:
10398         * examples/seeking/Makefile.am:
10399         * examples/seeking/cdparanoia.c:
10400         * examples/seeking/cdplayer.c:
10401         * examples/seeking/chained.c:
10402         * examples/seeking/scrubby.c:
10403         * examples/seeking/seek.c:
10404         * examples/stats/Makefile.am:
10405         * examples/stats/mp2ogg.c:
10406         * examples/switch/.cvsignore:
10407         * examples/switch/Makefile.am:
10408         * examples/switch/switcher.c:
10409         * tests/Makefile.am:
10410         * tests/check/generic/.cvsignore:
10411         * tests/check/pipelines/.cvsignore:
10412         * tests/examples/Makefile.am:
10413         * tests/examples/seek/Makefile.am:
10414           reorganize stuff under tests/
10415
10416 2005-11-30  Edward Hervey  <edward@fluendo.com>
10417
10418         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
10419         Go away you stupid GstStaticPadTemplate memleak.
10420
10421 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10422
10423         * gst-libs/gst/net/Makefile.am:
10424         * gst-libs/gst/net/README:
10425         * gst-libs/gst/net/gstnetbuffer.c:
10426         * gst-libs/gst/net/gstnetbuffer.h:
10427           this was moved to "netbuffer"
10428
10429 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10430
10431         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
10432         (gst_video_filter_class_init), (gst_video_filter_init):
10433         * gst-libs/gst/video/gstvideofilter.h:
10434           borgify name to bring in line with other classes
10435
10436 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
10437
10438         * gst/audioscale/.cvsignore:
10439         * gst/audioscale/Makefile.am:
10440         * gst/audioscale/README:
10441         * gst/audioscale/audioscale.vcproj:
10442         * gst/audioscale/dtof.c:
10443         * gst/audioscale/dtos.c:
10444         * gst/audioscale/functable.c:
10445         * gst/audioscale/gstaudioscale.c:
10446         * gst/audioscale/gstaudioscale.h:
10447         * gst/audioscale/private.h:
10448         * gst/audioscale/resample.c:
10449         * gst/audioscale/resample.h:
10450         * gst/audioscale/test.c:
10451           remove
10452
10453 2005-11-30  Edward Hervey  <edward@fluendo.com>
10454
10455         * gst-libs/gst/netbuffer/Makefile.am:
10456         really, really tired
10457
10458 2005-11-30  Edward Hervey  <edward@fluendo.com>
10459
10460         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10461         Update for new GstTypeFindFactory _register()
10462
10463 2005-11-30  Edward Hervey  <edward@fluendo.com>
10464
10465         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
10466         Let's not override libgstnet from core for no reason...
10467         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
10468         Ok, maybe not so quick next time.
10469
10470 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10471
10472         * configure.ac:
10473         * gst-libs/gst/Makefile.am:
10474           moved gst-libs/gst/net to netbuffer through CVS surgery
10475           remove old directory
10476           updating build to accomodate
10477           (#322257)
10478
10479 2005-11-29  Andy Wingo  <wingo@pobox.com>
10480
10481         * pkgconfig/gstreamer-plugins-base.pc.in:
10482         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10483         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
10484         (#322257).
10485
10486 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10487
10488         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
10489         3rd time's the charm. Correct ref-counting for discarded buffers.
10490
10491 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10492
10493         * gst/playback/gststreamselector.c:
10494         (gst_stream_selector_class_init),
10495         (gst_stream_selector_set_property),
10496         (gst_stream_selector_get_property),
10497         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10498         Fix ref-counting
10499
10500 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
10501
10502         * gst/subparse/gstsubparse.c: (feed_textbuf):
10503           Don't access already unref'ed buffer.
10504
10505 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
10506
10507         * gst/playback/gststreamselector.c:
10508         (gst_stream_selector_class_init), (gst_stream_selector_init),
10509         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
10510         (gst_stream_selector_get_property),
10511         (gst_stream_selector_get_linked_pad),
10512         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
10513         * gst/playback/gststreamselector.h:
10514         Add the active-pad property for playbin to use shortly. Ignore buffers
10515         from any other pad, returning GST_FLOW_NOT_LINKED
10516
10517 2005-11-29  Julien MOUTTE  <julien@moutte.net>
10518
10519         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
10520         patch from bug #322704 (Alessandro Decina).
10521
10522 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10523
10524         * gst-libs/gst/audio/Makefile.am:
10525           folded audiofilter into the audio library
10526
10527 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
10528
10529         * gst/videoscale/gstvideoscale.h:
10530         * gst/videoscale/gstvideoscale.c:
10531           remove unimplemented scale methods
10532
10533 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
10534
10535         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
10536           Don't leak caps.
10537
10538 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10539
10540         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
10541         (gst_ximagesink_setcaps):
10542         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10543         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
10544         happens (only visible on ximagesink but bug is in xv too) set_caps was
10545         destroying the internal x[v]image used to memcpy non locally alloced
10546         buffers so that it got renewed on next _chain. The issue is that 
10547         _expose will try to put that image as it reffed it in _put.
10548         Using gst_buffer_unref instead of destroy fixes it !
10549
10550 2005-11-28  Edward Hervey  <edward@fluendo.com>
10551
10552         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
10553         (try_to_link_1), (queue_filled_cb):
10554         Better use of the queues. Start with a small size queue and only increase
10555         the size of the queues when the other queues are empty.
10556
10557 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
10558
10559         * gst-libs/gst/video/Makefile.am:
10560           compile in copied-over videofilter into the video library
10561         * gst-libs/gst/video/videosink.h:
10562           rename the header to gstvideosink.h since it's a base GstObject class
10563         * sys/ximage/ximagesink.h:
10564         * sys/xvimage/xvimagesink.h:
10565           use the new header
10566
10567 2005-11-28  Wim Taymans  <wim@fluendo.com>
10568
10569         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
10570         * gst/playback/gstplaybasebin.h:
10571         Prepare to handle errors betters.
10572
10573         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
10574         Set sinks to PAUSED first before adding and linking them so that
10575         we don't interrupt dataflow.
10576
10577 2005-11-28  Wim Taymans  <wim@fluendo.com>
10578
10579         * gst-libs/gst/audio/TODO:
10580         Updated TODO
10581
10582         * gst-libs/gst/audio/gstaudiosink.c:
10583         (gst_audioringbuffer_open_device),
10584         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
10585         (gst_audioringbuffer_release):
10586         Small cleanups.
10587
10588         * gst-libs/gst/audio/gstbaseaudiosink.c:
10589         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
10590         (gst_base_audio_sink_change_state):
10591         Slave to the master clock when going to PLAYING and unslave when
10592         going to PAUSED.
10593
10594         * gst-libs/gst/audio/gstringbuffer.c:
10595         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
10596         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
10597         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
10598         (gst_ring_buffer_clear_all), (wait_segment),
10599         (gst_ring_buffer_commit), (gst_ring_buffer_read),
10600         (gst_ring_buffer_advance):
10601         * gst-libs/gst/audio/gstringbuffer.h:
10602         Add some docs and cleanups.
10603
10604 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10605
10606         * sys/xvimage/xvimagesink.c:
10607         (gst_xvimagesink_navigation_send_event): Fix navigation events
10608         coordinates translation with pixel aspect ratios.
10609
10610 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10611
10612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
10613         Use calculated video geometry from _setcaps instead of buffer
10614         caps to respect pixel aspect ratio. (fixes #322388)
10615
10616 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10617
10618         * docs/libs/tmpl/gstcolorbalance.sgml:
10619         * docs/libs/tmpl/gstmixer.sgml:
10620         * docs/libs/tmpl/gstxoverlay.sgml:
10621         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
10622         interface.
10623
10624 2005-11-28  Julien MOUTTE  <julien@moutte.net>
10625
10626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
10627         Refuse to create an XvImage if we can't find the format.
10628
10629 2005-11-28  Edward Hervey  <edward@fluendo.com>
10630
10631         * gst-libs/gst/riff/riff-media.c:
10632         (gst_riff_create_audio_template_caps):
10633         Add ATRAC3 to the list of riff-possible audio caps.
10634         I know we still don't have a plugin for atrac3, but it's saner to output
10635         that than a cryptic mimetype.
10636
10637 2005-11-27  Edward Hervey  <edward@fluendo.com>
10638
10639         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
10640         Don't try to create a zero-sized subbuffer.
10641
10642 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10643
10644         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
10645         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
10646         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
10647         (gst_ximagesink_expose): Fixed a tricky race.
10648         * sys/ximage/ximagesink.h:
10649         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
10650         (gst_xvimagesink_expose): Fixed a tricky race.
10651         * sys/xvimage/xvimagesink.h:
10652
10653 2005-11-27  Edward Hervey  <edward@fluendo.com>
10654
10655         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
10656         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
10657         Remove unused properties, and add queues between demuxers and decoders
10658         so that a lot more files can preroll properly.
10659
10660 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10661
10662         * gst-libs/gst/net/Makefile.am:
10663         * gst-libs/gst/rtp/Makefile.am:
10664         * gst-libs/gst/tag/Makefile.am:
10665           remove silly include
10666         * gst/tags/Makefile.am:
10667         * gst/tags/gsttagediting.c:
10668         * gst/tags/gsttageditingprivate.h:
10669         * gst/tags/tagedit.vcproj:
10670           remove directory, is as good as empty
10671
10672 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
10673
10674         * configure.ac:
10675           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
10676         * gst-libs/Makefile.am:
10677         * gst-libs/gst/audio/Makefile.am:
10678         * gst-libs/gst/interfaces/Makefile.am:
10679         * gst-libs/gst/net/Makefile.am:
10680         * gst-libs/gst/riff/Makefile.am:
10681         * gst-libs/gst/rtp/Makefile.am:
10682         * gst-libs/gst/tag/Makefile.am:
10683         * gst-libs/gst/video/Makefile.am:
10684           and use them
10685
10686 2005-11-27  Julien MOUTTE  <julien@moutte.net>
10687
10688         * docs/libs/tmpl/gstcolorbalance.sgml:
10689         * docs/libs/tmpl/gstmixer.sgml:
10690         * docs/libs/tmpl/gstxoverlay.sgml:
10691         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
10692         * sys/ximage/ximagesink.h:
10693         * sys/xvimage/xvimagesink.h: More and more documentation.
10694
10695 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10696
10697         * docs/libs/gst-plugins-base-libs-docs.sgml:
10698         * docs/libs/gst-plugins-base-libs-sections.txt:
10699         * docs/libs/tmpl/gstcolorbalance.sgml:
10700         * docs/libs/tmpl/gstmixer.sgml:
10701         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
10702         to documentation.
10703
10704 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10705
10706         * docs/plugins/Makefile.am:
10707         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10708         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10709         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
10710
10711 2005-11-26  Julien MOUTTE  <julien@moutte.net>
10712
10713         * docs/plugins/Makefile.am:
10714         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10715         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10716         * docs/plugins/inspect/plugin-adder.xml:
10717         * docs/plugins/inspect/plugin-alsa.xml:
10718         * docs/plugins/inspect/plugin-audioconvert.xml:
10719         * docs/plugins/inspect/plugin-audiorate.xml:
10720         * docs/plugins/inspect/plugin-audioresample.xml:
10721         * docs/plugins/inspect/plugin-audiotestsrc.xml:
10722         * docs/plugins/inspect/plugin-decodebin.xml:
10723         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
10724         * docs/plugins/inspect/plugin-gnomevfs.xml:
10725         * docs/plugins/inspect/plugin-ogg.xml:
10726         * docs/plugins/inspect/plugin-playbin.xml:
10727         * docs/plugins/inspect/plugin-subparse.xml:
10728         * docs/plugins/inspect/plugin-tcp.xml:
10729         * docs/plugins/inspect/plugin-theora.xml:
10730         * docs/plugins/inspect/plugin-typefindfunctions.xml:
10731         * docs/plugins/inspect/plugin-video4linux.xml:
10732         * docs/plugins/inspect/plugin-videorate.xml:
10733         * docs/plugins/inspect/plugin-videoscale.xml:
10734         * docs/plugins/inspect/plugin-videotestsrc.xml:
10735         * docs/plugins/inspect/plugin-volume.xml:
10736         * docs/plugins/inspect/plugin-vorbis.xml:
10737         * docs/plugins/inspect/plugin-ximagesink.xml:
10738         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
10739         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
10740
10741 2005-11-26  Edward Hervey  <edward@fluendo.com>
10742
10743         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
10744         Properly return GstFlowReturn from gst_pad_push in chain functions.
10745
10746 2005-11-25  Michael Smith  <msmith@fluendo.com>
10747
10748         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
10749         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
10750         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10751         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
10752           Handle various conditions better when we don't understand a stream.
10753           Removes a heap of CRITICALs on ogg streams containing unknown data.
10754
10755 2005-11-24  Andy Wingo  <wingo@pobox.com>
10756
10757         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
10758         Be threadsafe.
10759
10760 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10761
10762         * configure.ac: back to HEAD
10763
10764 === release 0.9.6 ===
10765
10766 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
10767
10768         * configure.ac:
10769           releasing 0.9.6, "White Eight"
10770
10771 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10772
10773         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
10774         * docs/plugins/inspect/plugin-sine.xml:
10775           remove sinesrc some more
10776
10777 2005-11-23  Wim Taymans  <wim@fluendo.com>
10778
10779         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
10780         If we are reading too slowly, jump forward in the ringbuffer
10781         instead of blocking.
10782
10783 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10784
10785         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10786         (gst_visual_chain):
10787         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
10788         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
10789         (gst_videorate_chain):
10790         * gst/videotestsrc/gstvideotestsrc.c:
10791         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
10792         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
10793         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
10794         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
10795         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10796         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10797           Updates for API changes
10798
10799 2005-11-23  Wim Taymans  <wim@fluendo.com>
10800
10801         * gst-libs/gst/audio/gstbaseaudiosink.c:
10802         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10803         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10804         Fix for calibration API change.
10805
10806 2005-11-23  Michael Smith <msmith@fluendo.com>
10807
10808         * gst-libs/gst/audio/multichannel.c:
10809         (gst_audio_get_channel_positions),
10810         (gst_audio_set_channel_positions),
10811         (gst_audio_set_structure_channel_positions_list),
10812         (gst_audio_fixate_channel_positions):
10813           Use gst_value_array_*() functions on value arrays, not
10814           gst_value_list_*().
10815
10816 2005-11-23  Edward Hervey  <edward@fluendo.com>
10817
10818         * autogen.sh:
10819         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
10820         Fixes autogen
10821
10822 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10823
10824         * check/Makefile.am:
10825         * check/elements/videotestsrc.c: (setup_videotestsrc),
10826         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
10827         (main):
10828           add a test for videotestsrc
10829
10830 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10831
10832         * gst/sine/.cvsignore:
10833         * gst/sine/Makefile.am:
10834         * gst/sine/gstsinesrc.c:
10835         * gst/sine/gstsinesrc.h:
10836         * gst/sine/sinesrc.vcproj:
10837           and remove sinesrc from the repository.  Closes #321446
10838
10839 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10840
10841         * configure.ac:
10842         * gst-plugins-base.spec.in:
10843           remove sinesrc from the build
10844
10845 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
10846
10847         * check/Makefile.am:
10848         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
10849         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
10850         (main):
10851           add a test for audiotestsrc, testing all waves.  Even seems
10852           leak-free at first glance, nice job Stefan
10853
10854 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10855
10856         * po/af.po:
10857         * po/az.po:
10858         * po/cs.po:
10859         * po/en_GB.po:
10860         * po/hu.po:
10861         * po/it.po:
10862         * po/nb.po:
10863         * po/nl.po:
10864         * po/or.po:
10865         * po/sq.po:
10866         * po/sr.po:
10867         * po/sv.po:
10868         * po/uk.po:
10869         * po/vi.po:
10870           Translation string updates
10871
10872         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10873         (gst_v4lsrc_set_caps):
10874         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10875         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10876         * sys/v4l/v4lsrc_calls.h:
10877           Improve v4lsrc, by making it work again.
10878
10879 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
10880
10881         * ext/libvisual/visual.c: (gst_visual_chain):
10882           Fix the fps calculations.
10883
10884         * gst/ffmpegcolorspace/avcodec.h:
10885           Move structure element for clarity
10886
10887         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
10888         * gst-libs/gst/interfaces/tunernorm.h:
10889         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
10890         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
10891         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
10892         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
10893         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
10894         (gst_v4lmjpegsrc_getcaps):
10895         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
10896         (gst_v4lsrc_set_caps):
10897         * sys/v4l/gstv4lsrc.h:
10898         * sys/v4l/v4l_calls.c: (gst_v4l_open):
10899         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
10900         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
10901         * sys/v4l/v4lsrc_calls.h:
10902           Fractional framerates...
10903
10904 2005-11-22  Wim Taymans  <wim@fluendo.com>
10905
10906         * gst-libs/gst/audio/gstbaseaudiosink.c:
10907         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
10908         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10909         And we provide a clock by default, of course...
10910
10911 2005-11-22  Wim Taymans  <wim@fluendo.com>
10912
10913         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
10914         This clock can be slaved to a master clock now.
10915
10916         * gst-libs/gst/audio/gstbaseaudiosink.c:
10917         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
10918         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
10919         (gst_base_audio_sink_set_clock),
10920         (gst_base_audio_sink_set_property),
10921         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
10922         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
10923         * gst-libs/gst/audio/gstbaseaudiosink.h:
10924         Handle slaving the internal clock to the clock selected in the
10925         pipeline.
10926         Add property to make the basesink not provide a clock.
10927
10928         * gst-libs/gst/rtp/gstbasertpdepayload.c:
10929         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
10930         (gst_base_rtp_depayload_wait):
10931         * gst-libs/gst/rtp/gstbasertpdepayload.h:
10932         We can use the clock in GstElement, no need to store it ourselves.
10933
10934 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
10935
10936         * docs/libs/tmpl/gstaudio.sgml:
10937           update
10938         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
10939         (gst_paranoia_endian_get_type):
10940         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
10941         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
10942         * gst/audiotestsrc/gstaudiotestsrc.c:
10943         (gst_audiostestsrc_wave_get_type):
10944         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
10945         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
10946         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
10947         (gst_sync_method_get_type), (gst_unit_type_get_type),
10948         (gst_client_status_get_type), (gst_multifdsink_class_init),
10949         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
10950         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
10951         (gst_multifdsink_get_property):
10952         * gst/tcp/gstmultifdsink.h:
10953         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
10954         * gst/videotestsrc/gstvideotestsrc.c:
10955         (gst_videotestsrc_pattern_get_type):
10956           remove deprecated properties
10957           fix up enums to correctly have short lowercase dashed nicks
10958
10959 2005-11-22  Michael Smith <msmith@fluendo.com>
10960
10961         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10962         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10963           Add underscore.
10964
10965 2005-11-22  Michael Smith <msmith@fluendo.com>
10966
10967         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
10968         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
10969           Use utility method for scaling clocktime for fractional framerates.
10970
10971 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
10972
10973         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
10974         (gst_visual_chain):
10975         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
10976         * ext/theora/theoradec.c: (theora_handle_type_packet):
10977         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
10978         (theora_enc_chain):
10979         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10980         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
10981         * gst-libs/gst/video/video.h:
10982         * gst/ffmpegcolorspace/avcodec.h:
10983         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10984         (gst_ffmpeg_caps_to_pixfmt):
10985         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
10986         (gst_ffmpegcsp_set_caps):
10987         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
10988         (gst_videorate_setcaps), (gst_videorate_blank_data),
10989         (gst_videorate_chain):
10990         * gst/videotestsrc/gstvideotestsrc.c:
10991         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
10992         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
10993         (gst_videotestsrc_event), (gst_videotestsrc_create):
10994         * gst/videotestsrc/gstvideotestsrc.h:
10995         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
10996         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
10997         (gst_ximagesink_get_times), (gst_ximagesink_init):
10998         * sys/ximage/ximagesink.h:
10999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
11000         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
11001         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
11002         * sys/xvimage/xvimagesink.h:
11003           Convert elements to use fractions for their framerate.
11004           V4L elements to come later tonight.
11005
11006 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11007
11008         * gst-libs/gst/audio/audio.c:
11009         * gst-libs/gst/audio/audio.h:
11010           remove some deprecated functions
11011
11012 2005-11-22  Andy Wingo  <wingo@pobox.com>
11013
11014         * Update for gst_tag_setter API changes.
11015
11016 2005-11-22  Andy Wingo  <wingo@pobox.com>
11017
11018         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
11019         (gst_ogg_demux_perform_seek):
11020         * ext/theora/theoradec.c (theora_dec_sink_event):
11021         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
11022         update-funcnames.
11023
11024 2005-11-22  Wim Taymans  <wim@fluendo.com>
11025
11026         * examples/seeking/seek.c: (main):
11027         Give higher priority to bus signals than the gtk events
11028         to fix a race condition in the segment looping.
11029
11030 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
11031
11032         * ext/theora/Makefile.am:
11033         * ext/vorbis/Makefile.am:
11034         * gst-libs/gst/tag/Makefile.am:
11035         * gst-plugins-base.spec.in:
11036           Rename libgsttagedit to libgsttag (#322117).
11037
11038 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
11039
11040         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11041         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
11042           Call gst_x_overlay_prepare_xwindow_id() to give applications
11043           a final chance to set their own xwindow id before the video
11044           sink creates its own window.
11045
11046 2005-11-22  Julien MOUTTE  <julien@moutte.net>
11047
11048         * sys/xvimage/xvimagesink.c:
11049         (gst_xvimagesink_navigation_send_event): Handle navigation
11050         events correcly with borders if applicable.
11051
11052 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
11053
11054         Patch by: Luca Ognibene
11055
11056         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11057         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
11058         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11059         (gst_ffmpegcsp_caps_remove_format_info):
11060         * gst/ffmpegcolorspace/imgconvert.c:
11061         * gst/ffmpegcolorspace/imgconvert_template.h:
11062           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
11063           #318353); use gst_structure_has_name().
11064
11065 2005-11-22  Julien MOUTTE  <julien@moutte.net>
11066
11067         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
11068         (gst_ximagesink_class_init): Add debug macros on functions.
11069         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
11070         (gst_xvimagesink_xwindow_draw_borders),
11071         (gst_xvimagesink_xvimage_put),
11072         (gst_xvimagesink_xwindow_update_geometry),
11073         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
11074         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
11075         (gst_xvimagesink_xcontext_clear),
11076         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
11077         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
11078         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
11079         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
11080         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
11081         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
11082         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
11083         expose while being PAUSED, out of data flow navigation events, etc..
11084
11085 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
11086
11087         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
11088         * gst-libs/gst/audio/audio.h:
11089           fix prototype - wondering why the test worked regardless
11090
11091 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
11092
11093         * check/Makefile.am:
11094         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
11095         * gst-libs/gst/audio/audio.h:
11096           add a method that returns a proper GstClockTime
11097
11098 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11099
11100         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
11101         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
11102         * gst-libs/gst/interfaces/xoverlay.h:
11103           Remove everything having to do with the desired size; add 
11104           gst_x_overlay_prepare_xwindow_id() function; remove the
11105           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
11106           post a message on the bus instead (#321816).
11107
11108         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
11109         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
11110         (gst_xvimagesink_xoverlay_init):
11111           Remove desired size stuff (#321816).
11112
11113 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11114
11115         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
11116         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
11117         (mpeg_video_type_find), (mpeg_video_stream_type_find):
11118           Terminate vararg functions with NULL instead of 0 to 
11119           make gcc4 happy.
11120
11121 2005-11-21  Andy Wingo  <wingo@pobox.com>
11122
11123         patch by: Sebastien Cote <sebas642@yahoo.ca>
11124         
11125         * gst-libs/gst/rtp/gstrtpbuffer.h: 
11126         * gst-libs/gst/rtp/gstrtpbuffer.c
11127         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
11128
11129 2005-11-21  Andy Wingo  <wingo@pobox.com>
11130
11131         * gst/playback/gstplaybin.c (gen_audio_element) 
11132         (gen_video_element): Use the new MISSING_PLUGIN core error
11133         category. Closes #320060.
11134
11135         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
11136         * gst/videorate/gstvideorate.c (gst_videorate_event):
11137         * ext/theora/theoradec.c (theora_dec_sink_event): 
11138         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
11139         stream lock.
11140
11141         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
11142         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
11143         stream lock changes.
11144
11145 2005-11-21  Wim Taymans  <wim@fluendo.com>
11146
11147         * gst-libs/gst/audio/gstbaseaudiosink.c:
11148         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
11149         (gst_base_audio_sink_provide_clock),
11150         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
11151         (gst_base_audio_sink_change_state):
11152         * gst/audioresample/gstaudioresample.c:
11153         Segment update fix.
11154
11155 2005-11-21  Andy Wingo  <wingo@pobox.com>
11156
11157         * *.h:
11158         * *.c: Ran scripts/update-macros. Oh yes.
11159
11160 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11161
11162         * sys/ximage/Makefile.am:
11163         * sys/ximage/ximage.c:
11164           Rename ximage plugin to ximagesink (#321426) (Don't forget to
11165           remove your old libgstximage.* manually if necessary).
11166
11167 2005-11-21  Michael Smith <msmith@fluendo.com>
11168
11169         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
11170           Minimal fix for bug #320200: set the min/max bitrate in the correct
11171           units. A better fix would be to upgrade to the RATEMANAGE2
11172           interface, rather than using the deprecated interface used here, but
11173           that would require an update in our libvorbis dependency (to 1.1),
11174           which is probably undesirable.
11175
11176 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
11177
11178         * ext/libvisual/visual.c: (get_buffer):
11179         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11180         (gst_base_audio_src_fixate):
11181         * gst/audioconvert/gstaudioconvert.c:
11182         (gst_audio_convert_fixate_caps):
11183         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
11184         * gst/audiotestsrc/gstaudiotestsrc.c:
11185         (gst_audiotestsrc_src_fixate):
11186         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
11187         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
11188         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
11189         * gst/videotestsrc/gstvideotestsrc.c:
11190         (gst_videotestsrc_src_fixate):
11191         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
11192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
11193           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
11194           (#322027)
11195
11196
11197 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11198
11199         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11200         (gst_riff_create_iavs_caps):
11201         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
11202         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
11203         (gst_riff_parse_info):
11204         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
11205         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
11206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
11207           Fixes for GST_FOURCC_FORMAT API change.
11208
11209 2005-11-21  Andy Wingo  <wingo@pobox.com>
11210
11211         patch by: Alessandro Dessina <alessandro nnva org>
11212
11213         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
11214         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
11215         (gst_ogg_parse_chain):
11216         * ext/theora/theoraenc.c (theora_set_header_on_caps):
11217         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
11218         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
11219         gst_value_list calls on arrays. Fixes #321962.
11220
11221 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11222
11223         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
11224         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
11225         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11226         * gst/adder/gstadder.c: (gst_adder_init),
11227         (gst_adder_request_new_pad), (gst_adder_collected),
11228         (gst_adder_change_state):
11229           Update for gst_collectpads_foo() to gst_collect_pads_foo()
11230           API change.
11231
11232 2005-11-21  Michael Smith <msmith@fluendo.com>
11233
11234         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
11235         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
11236           Properly handle pad_push return values.
11237
11238 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
11239
11240         * gst-libs/gst/tag/Makefile.am:
11241         * gst-libs/gst/tag/gstvorbistag.c:
11242         (gst_tag_list_to_vorbiscomment_buffer):
11243           Remove obsolete vorbistag element and debug category.
11244
11245         * gst/playback/gstplaybasebin.c: (check_queue):
11246           Don't divide by 0 when queue-threshold is 0.
11247
11248         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
11249           Don't modify an existing pixel-aspect-ratio if we fail to read
11250           a new one.
11251
11252 2005-11-20  Wim Taymans  <wim@fluendo.com>
11253
11254         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
11255         (gst_vorbisenc_push_packet):
11256         GST_PAD_IS_USABLE is gone, use the return value of
11257         the push or pad_alloc_buffer instead.
11258
11259 2005-11-18  Julien MOUTTE  <julien@moutte.net>
11260
11261         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
11262         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
11263         (gst_ximagesink_ximage_destroy),
11264         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
11265         (gst_ximagesink_xwindow_new),
11266         (gst_ximagesink_xwindow_update_geometry),
11267         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
11268         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
11269         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
11270         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
11271         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
11272         (gst_ximagesink_navigation_send_event),
11273         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
11274         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
11275         (gst_ximagesink_finalize), (gst_ximagesink_init),
11276         (gst_ximagesink_class_init):
11277         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
11278         This new version brings correct software scaling, non flickering
11279         window while resizing, pixel aspect ratio handling, usage of
11280         hardware buffer pools, out of data flow event thread for 
11281         navigation and handling of expose events even when being PAUSED,
11282         a new property to keep video aspect ratio when resizing, etc...
11283
11284 2005-11-18  Julien MOUTTE  <julien@moutte.net>
11285
11286         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
11287         (gst_videoscale_fixate_caps): Introduce back caps fixate with
11288         handling of PAR.
11289
11290 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
11291
11292         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
11293         Unsetting IS_SINK flag from the fakesink, so decodebin
11294         never behaves as a sink.
11295
11296 2005-11-17  Wim Taymans  <wim@fluendo.com>
11297
11298         * gst-libs/gst/audio/gstbaseaudiosrc.c:
11299         (gst_base_audio_src_change_state):
11300         Fix the audiosrc base class again, we did not unflush.
11301
11302 2005-11-17  Julien MOUTTE  <julien@moutte.net>
11303
11304         * examples/seeking/seek.c: (make_dv_pipeline),
11305         (make_vorbis_theora_pipeline), (make_avi_pipeline),
11306         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
11307         to ogg/vorbis/theora pipeline.
11308
11309 2005-11-17  Wim Taymans  <wim@fluendo.com>
11310
11311         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
11312         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
11313         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
11314         Fix EOS on multiple streams.
11315         More debugging.
11316
11317 2005-11-16  Wim Taymans  <wim@fluendo.com>
11318
11319         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
11320         (gst_ogg_demux_perform_seek):
11321         Segment done must include stream time.
11322
11323         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
11324         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
11325         (gst_ogg_mux_change_state):
11326         Fix ogg muxer again.
11327
11328 2005-11-16  Wim Taymans  <wim@fluendo.com>
11329
11330         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
11331         Fix compile again.
11332
11333 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11334
11335         * ext/libvisual/visual.c: (gst_visual_init):
11336         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
11337         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
11338         (gst_ogg_parse_chain):
11339         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
11340         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
11341         * ext/theora/theoradec.c: (gst_theora_dec_init):
11342         * ext/theora/theoraenc.c: (gst_theora_enc_init):
11343         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
11344         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
11345         * gst/adder/gstadder.c: (gst_adder_class_init),
11346         (gst_adder_dispose):
11347         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
11348         * gst/subparse/gstsubparse.c: (gst_subparse_init):
11349         * gst/videorate/gstvideorate.c: (gst_videorate_init):
11350           Fix a whole set of pad template leaks
11351
11352 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11353
11354         * check/generic/states.c: (GST_START_TEST):
11355           fix the test so that it only checks for elements that are part of
11356           this source module
11357
11358 2005-11-16  Michael Smith <msmith@fluendo.com>
11359
11360         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
11361         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
11362         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11363         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11364         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
11365         (gst_ogg_mux_change_state):
11366           Fix leaking collectpads.
11367
11368 2005-11-16  Edward Hervey  <edward@fluendo.com>
11369
11370         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
11371         (gst_videorate_event), (gst_videorate_chain):
11372         Handle segment seeks
11373
11374 2005-11-16  Wim Taymans  <wim@fluendo.com>
11375
11376         * gst-libs/gst/audio/gstbaseaudiosink.c:
11377         (gst_base_audio_sink_provide_clock),
11378         (gst_base_audio_sink_change_state):
11379         Set ringbuffer to non-flushing when going to PAUSED, set to
11380         flushing again when going to READY.
11381
11382         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
11383         (gst_ring_buffer_stop):
11384         Start in flushing mode by default.
11385         Don't set flushing in the _stop method, let the app call
11386         this explicitly.
11387
11388 2005-11-16  Julien MOUTTE  <julien@moutte.net>
11389
11390         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
11391         * gst-libs/gst/video/videosink.h: Add helper function needed
11392         for video sinks.
11393
11394 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11395
11396         * gst/videoscale/gstvideoscale.c:
11397         (gst_videoscale_handle_src_event):
11398           Don't leak reference to pad parent.
11399
11400 2005-11-16  Wim Taymans  <wim@fluendo.com>
11401
11402         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
11403         Set ringbuffer to flushing when stopping so that we don't
11404         block on wait_segment anymore and livelock.
11405
11406 2005-11-16  Wim Taymans  <wim@fluendo.com>
11407
11408         * examples/seeking/seek.c: (send_event), (do_seek),
11409         (loop_toggle_cb), (segment_done), (main):
11410         Added looping checkbox.
11411
11412 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
11413
11414         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11415         (gst_ogg_demux_init):
11416         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11417         (gst_vorbis_dec_init):
11418           revert unrefs, they don't pass make check
11419
11420 2005-11-15  Johan Dahlin  <johan@gnome.org>
11421
11422         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
11423         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
11424         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
11425         (gst_vorbis_dec_init):
11426         Fix pad template leaks. 
11427
11428 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
11429
11430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11431           Make state change function thread safe.
11432
11433 2005-11-15  Edward Hervey  <edward@fluendo.com>
11434
11435         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
11436         (gst_ogg_demux_class_init):
11437         Implement GstElement::send_event, so we can send seek events
11438         in GST_STATE_READY
11439
11440 2005-11-14  Julien MOUTTE  <julien@moutte.net>
11441
11442         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
11443         Discovered how to take away flickering while resizing the
11444         window. Please don't put that in ximagesink, refactoring in
11445         progress.
11446
11447 2005-11-14  Michael Smith <msmith@fluendo.com>
11448
11449         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
11450         (gst_multifdsink_render):
11451           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
11452
11453 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
11454
11455         * gst/playback/gstplaybin.c: (gen_audio_element):
11456           Use autoaudiosink, it tends to be more widely available than
11457           autoaudiiosink.
11458           
11459 2005-11-14  Andy Wingo  <wingo@pobox.com>
11460
11461         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
11462         as well if it is available. Fixes #316442.
11463
11464 2005-11-14  Michael Smith <msmith@fluendo.com>
11465
11466         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
11467         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
11468         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11469         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11470         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
11471         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
11472         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
11473         (gst_vorbisenc_change_state):
11474           Fix a small memory leak in vorbisenc.
11475           Fix large memory leaks in oggmux, also fix lots of state change
11476           bugs in oggmux.
11477
11478 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
11479
11480         * gst/videotestsrc/gstvideotestsrc.c:
11481         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
11482         (gst_videotestsrc_src_fixate):
11483           move fixation to a fixate function
11484           remove negotiate function, basesrc's is good enough
11485           fixes a bug for check when using the element alone
11486
11487 2005-11-13  Edward Hervey  <edward@fluendo.com>
11488
11489         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
11490         (key_toggle_cb), (main):
11491         Added checkboxes for adding/removing the accurate and key_unit seek
11492         flags.
11493
11494 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
11495
11496         * configure.ac: back to HEAD
11497
11498 === release 0.9.5 ===
11499
11500 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
11501
11502         * configure.ac:
11503           releasing 0.9.5, "No No Kia"
11504
11505 2005-11-11  Edward Hervey  <edward@fluendo.com>
11506
11507         * examples/seeking/seek.c: (make_parselaunch_pipeline):
11508         Added parse-launch syntax seeking mode for the seeking example.
11509         This should help stress-test even more cases.
11510         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
11511
11512 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11513
11514         * sys/xvimage/xvimagesink.c:
11515         (gst_xvimagesink_navigation_send_event):
11516           Check whether peer pad exists before sending navigation events
11517           to it.
11518
11519 2005-11-11  Michael Smith <msmith@fluendo.com>
11520
11521         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
11522         (gst_vorbisenc_buffer_from_packet):
11523         * ext/vorbis/vorbisenc.h:
11524           Set duration on encoded buffers. This allows oggmux's
11525           max_page_delay parameter to actually work.
11526
11527 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
11528
11529         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11530         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
11531         (gst_ffmpegcsp_avpicture_fill):
11532         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11533         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
11534           Make palettes work again (see #132341). Use our own macros
11535           for rounding up.
11536
11537 2005-11-10  Andy Wingo  <wingo@pobox.com>
11538
11539         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
11540         string doober.
11541
11542 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11543
11544         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11545         (gst_ffmpegcsp_transform_caps):
11546           Prefer passthrough in transform_caps
11547
11548 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11549
11550         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
11551           check for ALSA errors properly, instead of relying on ALSA's
11552           error strings to serve to the user.
11553
11554 2005-11-10  Wim Taymans  <wim@fluendo.com>
11555
11556         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
11557         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
11558         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
11559         Modernise the seek code.
11560
11561 2005-11-10  Michael Smith <msmith@fluendo.com>
11562         
11563         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
11564         (setup_substreams), (set_active_source):
11565           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
11566           trying to go to NULL if we failed to read a file.
11567
11568 2005-11-10  Wim Taymans  <wim@fluendo.com>
11569
11570         * gst/audiotestsrc/gstaudiotestsrc.c:
11571         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
11572         (gst_audiotestsrc_create):
11573         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11574         (gst_sinesrc_get_times), (gst_sinesrc_create):
11575         * gst/videotestsrc/gstvideotestsrc.c:
11576         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
11577         (gst_videotestsrc_create):
11578         The base class can now sync for us.
11579
11580 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
11581
11582         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
11583           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
11584           name=source autoprobe=false autoprobe-fps=false copy-mode=1
11585           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
11586           format=(fourcc)I420" ! xvimagesink
11587
11588 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11589
11590         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
11591         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
11592         (gst_sinesrc_newsegment):
11593           Send newsegment event in TIME format, set duration if
11594           num-buffers is set, fix duration querying.
11595
11596 2005-11-10  Michael Smith <msmith@fluendo.com>
11597
11598         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11599         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
11600         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
11601         (gst_ogg_mux_collected):
11602          Fix EOS handling, partially. Now forwarding an EOS event once we have
11603          EOS on all pads works correctly. However, we still don't properly set
11604          EOS on the actual ogg stream pages.
11605
11606 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11607
11608         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
11609           Set elements to NULL state before disposing of them.
11610
11611 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
11612
11613         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11614
11615         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11616         (gst_base_rtp_depayload_init),
11617         (gst_base_rtp_depayload_set_gst_timestamp):
11618         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11619           We need to send a newsegment event for each instance, not
11620           just for the first instance of this class (get rid of
11621           static variable in function). (#321011).
11622           
11623 2005-11-08  Michael Smith <msmith@fluendo.com>
11624
11625         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11626         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
11627         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
11628         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
11629           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
11630           This makes us mux things correctly according to the ogg muxing
11631           rules. Still not handling EOS correctly right now, though.
11632
11633 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11634
11635         * gst/audioconvert/gstaudioconvert.c:
11636           Fix typo in docs. 
11637
11638 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
11639
11640         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
11641         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
11642           Initialise segment_stop to GST_CLOCK_TIME_NONE when
11643           creating a new chain; should fix live streaming. Also
11644           add more debug output and fix a typo.
11645
11646 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
11647
11648         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
11649
11650         * gst/volume/gstvolume.c: (volume_set_caps):
11651           Fix compilation on Solaris with Forte. (#320923)
11652
11653 2005-11-08  Wim Taymans  <wim@fluendo.com>
11654
11655         * gst-libs/gst/audio/gstbaseaudiosink.c:
11656         (gst_base_audio_sink_render):
11657         No need to do a typecheck.
11658
11659 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
11660
11661         * ext/alsa/gstalsa.h:
11662           We register a debug category, so let's use it.
11663
11664 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11665
11666         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11667         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
11668         Fixed a small problem.
11669
11670 2005-11-04  Wim Taymans  <wim@fluendo.com>
11671
11672         * examples/seeking/Makefile.am:
11673         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
11674         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
11675         (make_playerbin_pipeline), (format_value), (update_scale),
11676         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
11677         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
11678         (print_usage), (main):
11679         Added app for playback speed testing.
11680
11681         * examples/seeking/seek.c: (dynamic_link),
11682         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
11683         (make_mpeg_pipeline), (do_seek), (set_update_scale),
11684         (message_received), (main):
11685         Updated seek example.
11686
11687 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
11688
11689         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11690         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11691         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
11692         (gst_base_rtp_depayload_set_clock):
11693         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11694         Don't sleep on the bench (system clock) when you have a nice 
11695         comfortable bed (Gstreamer clock) to sleep on.
11696
11697 2005-11-03  Wim Taymans  <wim@fluendo.com>
11698
11699         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11700         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
11701         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
11702         Handle the case where a pad_block failed.
11703
11704 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
11705
11706         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
11707
11708         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11709         (gst_base_rtp_depayload_add_to_queue),
11710         (gst_base_rtp_depayload_push),
11711         (gst_base_rtp_depayload_set_gst_timestamp),
11712         (gst_base_rtp_depayload_queue_release):
11713           Fixes some bugs in the depayloader's queuing/de-queueing code.
11714
11715 2005-10-31  Michael Smith <msmith@fluendo.com>
11716
11717         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
11718         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
11719         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
11720           Patch from Alessandro Decina <alessandro@nnva.org>.
11721           Make oggdemux only find the final time in a chain, not per-pad,
11722           since the per-pad information can be very expensive to locate, and
11723           it isn't used anywhere. This makes reading a file containing
11724           OggSkeleton reasonably fast.
11725           Also, make chain finding work when there are logical bitstreams that
11726           can't be decoded. Fixes #319110.
11727
11728 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11729
11730         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11731         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
11732         (gst_base_rtp_depayload_chain),
11733         (gst_base_rtp_depayload_add_to_queue),
11734         (gst_base_rtp_depayload_push),
11735         (gst_base_rtp_depayload_set_gst_timestamp),
11736         (gst_base_rtp_depayload_queue_release),
11737         (gst_base_rtp_depayload_start_thread),
11738         (gst_base_rtp_depayload_set_property),
11739         (gst_base_rtp_depayload_get_property):
11740         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11741         Some random fixes, to fullfill the desires of thomas.
11742
11743 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11744
11745         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11746         (gst_base_rtp_depayload_add_to_queue),
11747         (gst_base_rtp_depayload_push):
11748         Fixed the queueing algorithm.
11749
11750 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
11751
11752         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11753         (gst_base_rtp_depayload_push):
11754         A small fix
11755
11756 2005-10-31  Wim Taymans  <wim@fluendo.com>
11757
11758         * gst-libs/gst/audio/gstringbuffer.h:
11759         Don't break ABI.
11760
11761         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11762         (gst_ffmpeg_caps_to_pixfmt):
11763         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
11764         (gst_ffmpegcsp_set_caps):
11765         Some more comments.
11766         Handle missing required caps fields better.
11767
11768 2005-10-31  Wim Taymans  <wim@fluendo.com>
11769
11770         * gst-libs/gst/audio/gstbaseaudiosink.c:
11771         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
11772         (gst_base_audio_sink_render):
11773         * gst-libs/gst/audio/gstringbuffer.c:
11774         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
11775         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
11776         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
11777         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
11778         (gst_ring_buffer_read):
11779         * gst-libs/gst/audio/gstringbuffer.h:
11780         Add flushing mode to the ringbuffer so that it in all cases does
11781         not try to handle more audio. This makes sure it does not try to
11782         block anymore when flushing and fixes a livelock.
11783
11784 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
11785
11786         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
11787         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
11788         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
11789           Explicitly check for -1 values before doing a conversion
11790           and always map them to -1. (#315545)
11791
11792 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
11793
11794         * gst/playback/gstplaybin.c: (gen_video_element):
11795           first try autovideosink, then xvimagesink, then error out
11796         * po/POTFILES.in:
11797           add translatable file
11798         * po/af.po:
11799         * po/az.po:
11800         * po/cs.po:
11801         * po/en_GB.po:
11802         * po/hu.po:
11803         * po/it.po:
11804         * po/nb.po:
11805         * po/nl.po:
11806         * po/or.po:
11807         * po/sq.po:
11808         * po/sr.po:
11809         * po/sv.po:
11810         * po/uk.po:
11811         * po/vi.po:
11812           update translations
11813
11814 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
11815
11816         * gst-libs/gst/rtp/gstbasedepayload.c:
11817         * gst-libs/gst/rtp/gstbasedepayload.h:
11818           Minor cleanups
11819
11820 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11821
11822         * gst/playback/.cvsignore:
11823         * gst/playback/decodetest.c:
11824         * gst/playback/test3.c:
11825           Port these two tests as well.
11826
11827 2005-10-27  Wim Taymans  <wim@fluendo.com>
11828
11829         * ext/theora/theoradec.c: (theora_dec_src_query),
11830         (theora_dec_sink_event):
11831         * ext/theora/theoraenc.c: (theora_enc_sink_event),
11832         (theora_enc_change_state):
11833         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
11834         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
11835         Take proper locks when handling events.
11836
11837 2005-10-27  Wim Taymans  <wim@fluendo.com>
11838
11839         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
11840         (gst_adder_change_state):
11841         Fix timestamps and fix deadlock when stopping the collectpads.
11842
11843 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
11844
11845         * gst-libs/gst/rtp/gstrtpbuffer.h:
11846         Declaring the payload types as strings too so that they can be used
11847         in the padtemplate inialization.
11848
11849 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
11850
11851         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
11852
11853         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11854         (gst_base_rtp_depayload_class_init):
11855         Fixes a small but nasty bug. The derived elements no longer segfaults
11856         on finalization.
11857
11858 2005-10-26  Michael Smith <msmith@fluendo.com>
11859
11860         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
11861           When clearing an audioconvert context, set tmpbufsize to zero, so
11862           we'll allocate it again later if required.
11863           This fixes audioconvert re-negotiating formats, which previously
11864           segfaulted with a NULL destination buffer.
11865
11866 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
11867
11868         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11869         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
11870         (gst_base_rtp_depayload_set_gst_timestamp),
11871         (gst_base_rtp_depayload_queue_release):
11872         Fixed a smalll memleak.
11873
11874 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
11875         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11876         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
11877         (gst_base_rtp_depayload_finalize),
11878         (gst_base_rtp_depayload_setcaps),
11879         (gst_base_rtp_depayload_add_to_queue),
11880         (gst_base_rtp_depayload_push),
11881         (gst_base_rtp_depayload_set_gst_timestamp),
11882         (gst_base_rtp_depayload_queue_release),
11883         (gst_base_rtp_depayload_thread),
11884         (gst_base_rtp_depayload_change_state):
11885         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11886         Changed the C++ comments to C comments
11887
11888 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11889
11890         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
11891         * gst/tcp/gsttcpclientsrc.h:
11892         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
11893         * gst/tcp/gsttcpserversrc.h:
11894           Remove unused 'curoffset' structure member.
11895
11896 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
11897
11898         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11899         (gst_base_rtp_depayload_base_init),
11900         (gst_base_rtp_depayload_finalize):
11901         * gst-libs/gst/rtp/gstbasertpdepayload.h:
11902         * gst-libs/gst/rtp/gstbasertppayload.h:
11903           The pad-template on the sinkpad should be set by the derived classes.
11904           Also added some useful macros.
11905
11906 2005-10-24  Wim Taymans  <wim@fluendo.com>
11907
11908         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11909         Correctly flush decoder samples even if we could not
11910         copy them to an output buffer. Fixes #319618.
11911
11912 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11913
11914         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
11915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
11916         the caps against our xcontext caps.
11917
11918 2005-10-24  Wim Taymans  <wim@fluendo.com>
11919
11920         * gst-libs/gst/audio/gstbaseaudiosink.c:
11921         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11922         Remove g_print
11923         Use sync property from baseclass to disable sync.
11924
11925 2005-10-24  Wim Taymans  <wim@fluendo.com>
11926
11927         * gst-libs/gst/audio/gstbaseaudiosink.c:
11928         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
11929         Buffers with no timestamps get aligned with previous buffers or
11930         on underrun, played ASAP.
11931
11932 2005-10-24  Julien MOUTTE  <julien@moutte.net>
11933
11934         * gst-libs/gst/video/video.h:
11935         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11936         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
11937         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
11938         here comes my change on caps for framerate and geometry range.
11939         We are now accepting 1 to MAXINT for width and height, and from
11940         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
11941         to be blended correctly in videomixer.
11942
11943 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
11944
11945         * configure.ac:
11946           back to HEAD
11947
11948 === release 0.9.4 ===
11949
11950 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11951
11952         * NEWS:
11953         * RELEASE:
11954         * configure.ac:
11955           releasing 0.9.4, "Velociraptor"
11956
11957 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
11958
11959         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
11960         * po/POTFILES.in:
11961           STOPPED -> FAILED
11962
11963 2005-10-21  Wim Taymans  <wim@fluendo.com>
11964
11965         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11966         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
11967         (pad_blocked), (close_pad_link), (new_pad):
11968         Don't try to remove elements twice.
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         * gst-libs/gst/audio/gstbaseaudiosink.c:
11981         (gst_base_audio_sink_render):
11982         Don't try to sync on buffers without a timestamp.
11983
11984 2005-10-21  Wim Taymans  <wim@fluendo.com>
11985
11986         * ext/theora/theoradec.c: (theora_dec_src_query),
11987         (theora_dec_sink_event):
11988         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
11989         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
11990         (vorbis_handle_data_packet):
11991         * ext/vorbis/vorbisdec.h:
11992         Fix old naming.
11993
11994 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11995
11996         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
11997         (gst_vorbisenc_src_query):
11998           Implement position and duration queries.
11999
12000         * gst/playback/test3.c: (update_scale), (main):
12001           Fix for async state changes and print nicer output.
12002
12003 2005-10-20  Wim Taymans  <wim@fluendo.com>
12004
12005         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12006         (dump_element_stats), (main):
12007         * gst/playback/test6.c: (main):
12008         Fix tests again
12009
12010 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12011
12012         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
12013         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12014           Don't use functions for position queries when handling
12015           duration queries.
12016
12017 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
12018
12019         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12020         (vorbis_handle_data_packet), (vorbis_dec_chain),
12021         (vorbis_dec_change_state):
12022         * ext/vorbis/vorbisdec.h:
12023           Vorbis streams can be embedded in other container formats
12024           than ogg, container formats where the demuxer might set 
12025           timestamps on encoded vorbis buffers instead of those silly 
12026           granulepos thingies. In short: make vorbisdec handle 
12027           timestamps on incoming buffers as well.
12028
12029 2005-10-20  Wim Taymans  <wim@fluendo.com>
12030
12031         * gst/playback/gstplaybasebin.c: (group_destroy),
12032         (gst_play_base_bin_change_state):
12033         Fix leak.
12034         Handle case where playbasebin is now ASYNC because
12035         decodebin is.
12036
12037 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12038
12039         * gst/audioconvert/Makefile.am:
12040         * gst/audioconvert/bufferframesconvert.c:
12041         * gst/audioconvert/plugin.c: (plugin_init):
12042         * gst/audioconvert/plugin.h:
12043           And bye bye buffer-frames-convert
12044
12045 2005-10-19  Wim Taymans  <wim@fluendo.com>
12046
12047         * check/elements/audioconvert.c:
12048         * docs/libs/tmpl/gstaudio.sgml:
12049         * docs/libs/tmpl/gstcolorbalance.sgml:
12050         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12051         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
12052         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
12053         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
12054         * gst-libs/gst/audio/audio.h:
12055         * gst/audioconvert/audioconvert.h:
12056         * gst/audioconvert/gstaudioconvert.c:
12057         (gst_audio_convert_parse_caps):
12058         * gst/volume/gstvolume.c:
12059         Bye bye buffer-frames.
12060
12061 2005-10-19  Wim Taymans  <wim@fluendo.com>
12062
12063         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12064         (query_positions_elems), (query_positions_pads), (update_scale),
12065         (do_seek), (set_update_scale), (message_received), (main):
12066         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
12067         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
12068         (gst_ogg_demux_loop):
12069         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
12070         * ext/theora/theoradec.c: (theora_dec_src_query),
12071         (theora_dec_sink_event):
12072         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
12073         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
12074         * gst/adder/gstadder.c: (gst_adder_query):
12075         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
12076         * gst/playback/test3.c: (update_scale):
12077         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12078         (dump_element_stats), (main):
12079         * gst/playback/test6.c: (main):
12080         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
12081         Query API update.
12082
12083 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
12084
12085         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
12086         (xml_check_first_element), (xml_type_find), (smil_type_find),
12087         (plugin_init):
12088           Add typefinding for SMIL and for generic XML. Based on patch by
12089           Akos Maroy (#308663).
12090
12091 2005-10-18  Wim Taymans  <wim@fluendo.com>
12092
12093         * gst/playback/Makefile.am:
12094         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
12095         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
12096         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
12097         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
12098         (gst_decode_bin_change_state):
12099         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12100         (gst_play_bin_send_event_to_sink):
12101         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12102         (dump_element_stats), (main):
12103         * gst/playback/test6.c: (main):
12104         Make playbin async, it'll commit state to paused when all streams
12105         are detected.
12106         Remove ugly hack.
12107         Added test6.c to show async behaviour.
12108
12109 2005-10-18  Wim Taymans  <wim@fluendo.com>
12110
12111         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
12112         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
12113         Fix for segment-start/stop API change.
12114
12115 2005-10-18  Wim Taymans  <wim@fluendo.com>
12116
12117         * check/Makefile.am:
12118         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
12119         (main):
12120         Add future test for clock selection.
12121
12122 2005-10-18  Wim Taymans  <wim@fluendo.com>
12123
12124         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
12125         (gst_alsasink_close):
12126         Set handle to NULL.
12127
12128         * gst-libs/gst/audio/gstringbuffer.c:
12129         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
12130         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
12131         (gst_ring_buffer_start), (gst_ring_buffer_pause),
12132         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
12133         (gst_ring_buffer_read):
12134         More debug info.
12135
12136 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
12137
12138         * gst/audiotestsrc/Makefile.am:
12139         * gst/sine/Makefile.am:
12140         * gst/volume/Makefile.am:
12141           fix broken build of controllerized plugins
12142
12143 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
12144
12145         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12146
12147         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
12148         (gst_riff_create_video_template_caps):
12149           Add support for Indeo-3 (IV32).
12150
12151 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12152
12153         * configure.ac:
12154           rewrite
12155
12156 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12157
12158         * gst-libs/gst/video/video.c: (gst_video_get_size):
12159         * gst/audiotestsrc/gstaudiotestsrc.c:
12160           doc updates
12161
12162 2005-10-17  Andy Wingo  <wingo@pobox.com>
12163
12164         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
12165         with the collectpads change.
12166         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
12167
12168         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
12169
12170         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
12171
12172         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
12173         alloc_buffer flow return to callers.
12174         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
12175         change. Fix some memleaks in theoraenc.
12176
12177         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
12178         in strange circumstance.
12179
12180 2005-10-17  Julien MOUTTE  <julien@moutte.net>
12181
12182         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12183         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
12184         from caps, let's use the caps...
12185
12186 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12187
12188         * configure.ac:
12189           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
12190
12191 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12192
12193         * gst-libs/gst/interfaces/Makefile.am:
12194           fix silly typo
12195
12196 2005-10-16  Andy Wingo  <wingo@pobox.com>
12197
12198         * gst/playback/gstdecodebin.c
12199         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
12200         function!
12201         (try_to_link_1): Increase kraziness level.
12202
12203 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
12204
12205         * configure.ac:
12206           restructure like the core one
12207         * gst-libs/gst/audio/Makefile.am:
12208         * gst-libs/gst/interfaces/Makefile.am:
12209         * gst-libs/gst/net/Makefile.am:
12210         * gst-libs/gst/riff/Makefile.am:
12211         * gst-libs/gst/rtp/Makefile.am:
12212         * gst-libs/gst/tag/Makefile.am:
12213         * gst-libs/gst/video/Makefile.am:
12214           use correct linker flags, now the libs are properly versioned
12215         * check/elements/audioconvert.c: (verify_convert):
12216         * ext/alsa/gstalsaplugin.c:
12217         * ext/cdparanoia/gstcdparanoia.c:
12218         * ext/gnomevfs/gstgnomevfs.c:
12219         * ext/libvisual/visual.c:
12220         * ext/ogg/gstogg.c:
12221         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
12222         * ext/theora/theora.c:
12223         * ext/vorbis/vorbis.c:
12224         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12225         * gst-libs/gst/tag/gsttagediting.c:
12226         * gst-libs/gst/video/video.c:
12227         * gst/adder/gstadder.c:
12228         * gst/audioconvert/plugin.c:
12229         * gst/audiorate/gstaudiorate.c:
12230         * gst/audioresample/gstaudioresample.c:
12231         * gst/audioresample/resample_ref.c: (resample_scale_ref):
12232         * gst/audioscale/gstaudioscale.c:
12233         * gst/audioscale/resample.c:
12234         * gst/audiotestsrc/gstaudiotestsrc.c:
12235         * gst/ffmpegcolorspace/gstffmpeg.c:
12236         * gst/playback/gstdecodebin.c: (close_pad_link):
12237         * gst/playback/gstplaybin.c: (gen_video_element),
12238         (gen_audio_element):
12239         * gst/sine/gstsinesrc.c:
12240         * gst/subparse/gstsubparse.c:
12241         * gst/tags/gsttagediting.c:
12242         * gst/tcp/gsttcpplugin.c:
12243         * gst/typefind/gsttypefindfunctions.c:
12244         * gst/videorate/gstvideorate.c:
12245         * gst/videoscale/gstvideoscale.c:
12246         * gst/videotestsrc/gstvideotestsrc.c:
12247         * gst/volume/gstvolume.c:
12248         * sys/v4l/gstv4l.c:
12249         * sys/ximage/ximage.c:
12250         * sys/xvimage/xvimagesink.c:
12251           fix up defines
12252
12253 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
12254
12255         * ext/vorbis/vorbisenc.c:
12256         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
12257         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12258         (gst_tag_to_vorbis_comments):
12259           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
12260
12261 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
12262
12263         * examples/stats/mp2ogg.c:
12264         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
12265           typo fixes
12266
12267 2005-10-13  Michael Smith <msmith@fluendo.com>
12268
12269         * ext/ogg/gstoggmux.c:
12270           Use magic glib macros to define constants as 64 bit, to ensure
12271           appropriate vararg passing.
12272
12273 2005-10-13  Michael Smith <msmith@fluendo.com>
12274
12275         * ext/ogg/gstoggmux.c:
12276         * gst/audioconvert/audioconvert.c: (float):
12277           Don't use LL suffix, as it's not portable, and neither of these
12278           uses required it anyway.
12279
12280 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
12281
12282         * examples/indexing/indexmpeg.c: (main):
12283         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
12284         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
12285         (cdparanoia_convert), (cdparanoia_query):
12286         * ext/cdparanoia/gstcdparanoia.h:
12287         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
12288         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
12289         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
12290         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
12291         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
12292         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
12293         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
12294         (gst_multifdsink_render), (gst_multifdsink_start),
12295         (gst_multifdsink_stop):
12296         * gst/tcp/gstmultifdsink.h:
12297         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
12298         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
12299         (gst_tcpclientsink_stop):
12300         * gst/tcp/gsttcpclientsink.h:
12301         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
12302         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
12303         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
12304         * gst/tcp/gsttcpclientsrc.h:
12305         * gst/tcp/gsttcpserversink.h:
12306         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
12307         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
12308         (gst_tcpserversrc_stop):
12309         * gst/tcp/gsttcpserversrc.h:
12310         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
12311         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
12312         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
12313           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
12314           moved bitshift from macro to enum definition
12315
12316 2005-10-12  Wim Taymans  <wim@fluendo.com>
12317
12318         * examples/seeking/Makefile.am:
12319         Oops.
12320
12321 2005-10-12  Wim Taymans  <wim@fluendo.com>
12322
12323         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12324         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12325         Don't assert on normal stuff.
12326
12327         * gst/playback/gstplaybin.c: (do_playbin_seek):
12328         API fix.
12329
12330 2005-10-12  Wim Taymans  <wim@fluendo.com>
12331
12332         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12333         * examples/seeking/Makefile.am:
12334         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
12335         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12336         (do_seek), (set_update_scale), (message_received), (main):
12337         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12338         (gst_ring_buffer_read), (gst_ring_buffer_clear):
12339         Update for _get_state() API change.
12340
12341 2005-10-11  Wim Taymans  <wim@fluendo.com>
12342
12343         * gst-libs/gst/audio/gstbaseaudiosink.c:
12344         (gst_base_audio_sink_render):
12345         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12346         (gst_base_audio_src_create):
12347         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12348         (gst_ring_buffer_read):
12349         Cleanups.
12350         Commit and read from ringbuffer in samples rather than bytes.
12351
12352 2005-10-11  Wim Taymans  <wim@fluendo.com>
12353
12354         * gst-libs/gst/audio/gstbaseaudiosink.c:
12355         (gst_base_audio_sink_render):
12356         Respect segment rate and accum when scheduling samples.
12357
12358 2005-10-11  Julien MOUTTE  <julien@moutte.net>
12359
12360         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
12361         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
12362         EOS correctly, that needs more work.
12363
12364 2005-10-11  Wim Taymans  <wim@fluendo.com>
12365
12366         * check/generic/states.c: (GST_START_TEST):
12367         remove old property.
12368
12369         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
12370         (gst_ogg_demux_perform_seek):
12371         * ext/theora/theoradec.c: (theora_dec_sink_event):
12372         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
12373         (vorbis_handle_data_packet):
12374         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12375         (gst_base_rtp_depayload_set_gst_timestamp):
12376         * gst/videorate/gstvideorate.c: (gst_videorate_event):
12377         Update for newsegment API change.
12378
12379 2005-10-11  Michael Smith <msmith@fluendo.com>
12380
12381         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
12382         (do_playbin_seek), (gst_play_bin_send_event):
12383           Override send_event differently, so that we can takes bits of
12384           functionality from GstPipeline (special handling for seeks,
12385           including pausing/resuming, and resetting stream time) and still get
12386           the appropriate behaviour of only forwarding event to a single sink,
12387           rather than all of them.
12388           Unfortunately requires a lot of code duplication, but the
12389           alternatives are equally ugly in the end.
12390
12391 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12392
12393         * check/elements/audioconvert.c: (setup_audioconvert),
12394         (cleanup_audioconvert), (get_int_caps), (verify_convert),
12395         (GST_START_TEST), (audioconvert_suite):
12396           clean up tests a little, fix some leaks.
12397
12398 2005-10-10  Wim Taymans  <wim@fluendo.com>
12399
12400         * ext/alsa/gstalsasink.c:
12401         Also allow unsigned int.
12402
12403         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12404         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12405         Small cleanup
12406
12407 2005-10-10  Wim Taymans  <wim@fluendo.com>
12408
12409         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12410         Small update, use API as stated in design docs.
12411
12412         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
12413         (update_scale), (do_seek), (seek_cb), (set_update_scale),
12414         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
12415         (message_received), (main):
12416         Updated seek example for GOption. Some usability improvements.
12417
12418 2005-10-10  Wim Taymans  <wim@fluendo.com>
12419
12420         * gst/audioconvert/audioconvert.h:
12421         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
12422         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
12423         Alloc temp storage somewhere else where we can do it more
12424         portable.
12425
12426 2005-10-10  Wim Taymans  <wim@fluendo.com>
12427
12428         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
12429         (gst_tcpserversrc_start):
12430         Don't block in accept while doing the state change, move
12431         to poll and make cancellable.
12432
12433 2005-10-09  Philippe Khalaf <burger@speedy.org>
12434
12435         * gst-libs/gst/rtp/rtpbasedepayload.c:
12436         Set timestamp and add queue delay to timestamp
12437         * gst-libs/gst/rtp/rtpbuffer.h:
12438         Set correct payload type for h263
12439
12440 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12441
12442         * gst/audiotestsrc/gstaudiotestsrc.c:
12443         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
12444         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
12445         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
12446         (gst_audiotestsrc_create_triangle),
12447         (gst_audiotestsrc_create_silence),
12448         (gst_audiotestsrc_create_white_noise),
12449         (gst_audiotestsrc_init_pink_noise),
12450         (gst_audiotestsrc_generate_pink_noise_value),
12451         (gst_audiotestsrc_create_pink_noise),
12452         (gst_audiotestsrc_change_wave):
12453         * gst/audiotestsrc/gstaudiotestsrc.h:
12454           fixed typo, added pink noise
12455
12456 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12457
12458         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
12459         (plugin_init):
12460           Add wavpack and spc typefind functions from 0.8 branch.
12461
12462 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12463
12464         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
12465         (ar_type_find), (msdos_type_find), (plugin_init):
12466           Add typefind functions for tar archives, ar archives,
12467           RAR archives, and msdos-executables (dlls, exe, etc.).
12468           Some of those would be wrongly identified as mpeg
12469           streams of some sort before (#315550).
12470
12471 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
12472
12473         * configure.ac:
12474         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12475         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12476         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
12477         * gst/audiotestsrc/Makefile.am:
12478         * gst/audiotestsrc/gstaudiotestsrc.c:
12479         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
12480         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
12481         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
12482         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
12483         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
12484         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
12485         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
12486         (gst_audiotestsrc_create_silence),
12487         (gst_audiotestsrc_create_white_noise),
12488         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
12489         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
12490         (gst_audiotestsrc_start), (plugin_init):
12491         * gst/audiotestsrc/gstaudiotestsrc.h:
12492           add new plugin and element
12493         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
12494           use gobject_class
12495
12496 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
12497
12498         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
12499         (gst_adder_init), (gst_adder_request_new_pad),
12500         (gst_adder_change_state):
12501           Add query function to source pad, so adder reports the correct
12502           time/sample position when queried (#315457); fix state change
12503           function; use GST_DEBUG_FUNCPTR() for pad functions.
12504
12505 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
12506
12507         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
12508           Fix leaks in typefind registration
12509           Clean up the gratuitous commenting and whitespacing a little
12510
12511 2005-10-08  Wim Taymans  <wim@fluendo.com>
12512
12513         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
12514         Only actually wait for the thread to be stopped if it's 
12515         running.
12516
12517 2005-10-08  Wim Taymans  <wim@fluendo.com>
12518
12519         * gst-libs/gst/audio/gstbaseaudiosink.c:
12520         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
12521         If we receive EOS we can start playback of what we had.
12522
12523 2005-10-08  Wim Taymans  <wim@fluendo.com>
12524
12525         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
12526         (gst_multifdsink_finalize), (multifdsink_hash_remove),
12527         (gst_multifdsink_stop):
12528         Fix crasher when going to NULL multiple times.
12529
12530 2005-10-06  Wim Taymans  <wim@fluendo.com>
12531
12532         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
12533         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12534         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12535         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
12536         patch from Edgard Lima <edgard.lima@indt.org.br>
12537         Fixed gstbaseaudiosrc adding ring buffer sync to it.
12538
12539 2005-10-06  Wim Taymans  <wim@fluendo.com>
12540
12541         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
12542         Report the FLOW_RETURN as string in the error message.
12543
12544         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
12545         Don't assert when clearing an unnegotiated buffer.
12546
12547 2005-10-04  Michael Smith <msmith@fluendo.com>
12548
12549         * gst/playback/gstplaybasebin.c: (group_destroy),
12550         (gen_preroll_element), (remove_groups), (setup_source):
12551         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
12552         (setup_sinks), (gst_play_bin_send_event),
12553         (gst_play_bin_change_state):
12554           Set state to NULL before removing from bin. Fix refcounting.
12555
12556 2005-10-04  Michael Smith <msmith@fluendo.com>
12557
12558         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
12559           Correct refcounting in send_event() function. Previously was wrong
12560           if the first sink was unable to handle the event.
12561
12562 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12563
12564         * configure.ac:
12565           back to development
12566
12567 === release 0.9.3 ===
12568
12569 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
12570
12571         * configure.ac:
12572           Releasing 0.9.3, "De Facto"
12573
12574 2005-10-03  Andy Wingo  <wingo@pobox.com>
12575
12576         * gst/playback/gstdecodebin.c (try_to_link_1)
12577         (remove_element_chain): set element to NULL before removing it.
12578
12579 2005-10-02  Johan Dahlin  <johan@gnome.org>
12580
12581         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
12582         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
12583         MT safe.
12584
12585 2005-10-02  Andy Wingo  <wingo@pobox.com>
12586
12587         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
12588         (gst_ring_buffer_prepare_read): 
12589         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
12590         Demote to LOG.
12591
12592 2005-09-29  Wim Taymans  <wim@fluendo.com>
12593
12594         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
12595         * ext/theora/theoradec.c: (theora_handle_data_packet):
12596         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
12597         Propagate error codes from alloc_buffer too.
12598
12599 2005-09-29  Wim Taymans  <wim@fluendo.com>
12600
12601         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
12602         We use fixed caps.
12603
12604         * gst/playback/Makefile.am:
12605         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
12606         (dump_element_stats), (main):
12607         Added example stream introspection code.
12608
12609 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
12610
12611         * gst/adder/gstadder.c: (gst_adder_collected):
12612           fix adder for float elements
12613
12614 2005-09-28  Wim Taymans  <wim@fluendo.com>
12615
12616         * gst-libs/gst/audio/gstbaseaudiosink.c:
12617         (gst_base_audio_sink_class_init),
12618         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
12619         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12620         (gst_base_audio_src_class_init),
12621         (gst_base_audio_src_provide_clock):
12622         get_clock -> provide_clock
12623
12624 2005-09-28  Andy Wingo  <wingo@pobox.com>
12625
12626         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
12627         and unlocking.
12628
12629         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
12630         unlocking.
12631
12632         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
12633         Actually add the pad template.
12634         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
12635
12636         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
12637         I'm at it...
12638
12639         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
12640         from fdsrc. Get caps in create() instead of start() so it can be
12641         interrupted. Interruption somewhat untested.
12642
12643         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
12644         Proper EOS handling.
12645
12646 2005-09-27  Andy Wingo  <wingo@pobox.com>
12647
12648         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
12649
12650         * gst/tcp/gsttcpserversrc.c: Cleaned up.
12651
12652         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
12653
12654         * gst/tcp/gsttcp.h: 
12655         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
12656         out of tcpclientsrc.c. Cancellable.
12657         (gst_tcp_socket_read): Made private, cancellable, with better
12658         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
12659         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
12660         whole buffer, and better diagnostics.
12661         (gst_tcp_gdp_read_caps): Same.
12662
12663         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
12664
12665 2005-09-26  Andy Wingo  <wingo@pobox.com>
12666
12667         * gst/sine/gstsinesrc.h:
12668         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
12669         change the 'sync' property to 'is-live' and implement it halfway,
12670         update for controller api change.
12671
12672         * gst/volume/gstvolume.c (volume_transform_ip): Update for
12673         controller api change.
12674
12675 2005-09-24  Wim Taymans  <wim@fluendo.com>
12676
12677         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
12678         * gst-libs/gst/audio/gstaudiosink.c:
12679         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
12680         (gst_audioringbuffer_stop):
12681         * gst-libs/gst/audio/gstbaseaudiosink.c:
12682         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
12683         (gst_base_audio_sink_change_state):
12684         * gst-libs/gst/audio/gstbaseaudiosink.h:
12685         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
12686         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
12687         (gst_ring_buffer_commit), (gst_ring_buffer_read):
12688         * gst-libs/gst/audio/gstringbuffer.h:
12689         Fix sync again. Moved sample alignment to basesink.
12690
12691 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
12692
12693         * docs/plugins/Makefile.am:
12694         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12695         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12696         * gst/volume/gstvolume.c:
12697           add/fix docs
12698         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
12699         * gst-libs/gst/audio/audio.h:
12700           add conversion macros for frames <-> clocktime
12701
12702 2005-09-23  David Schleef  <ds@schleef.org>
12703
12704         * gst/audioresample/Makefile.am:
12705         * gst/audioresample/debug.h:
12706         * gst/audioresample/gstaudioresample.c:
12707         * gst/audioresample/resample.c: Convert to using gst debugging
12708
12709 2005-09-22  Wim Taymans  <wim@fluendo.com>
12710
12711         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12712         (gst_play_bin_send_event):
12713         Only seek on one sink, the first one that succeeds.
12714
12715 2005-09-22  Michael Smith <msmith@fluendo.com>
12716
12717         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
12718         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
12719         Don't flush encoder state unless we have an initialised encoder.
12720         Clear out encoder state on PAUSED_TO_READY.
12721
12722 2005-09-22  Wim Taymans  <wim@fluendo.com>
12723
12724         * gst-libs/gst/rtp/gstbasertppayload.c:
12725         (gst_basertppayload_class_init), (gst_basertppayload_init),
12726         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12727         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12728         (gst_basertppayload_is_filled), (gst_basertppayload_push),
12729         (gst_basertppayload_set_property),
12730         (gst_basertppayload_get_property),
12731         (gst_basertppayload_change_state):
12732         * gst-libs/gst/rtp/gstbasertppayload.h:
12733         Added max-ptime to control amount of data in the rtp packets.
12734
12735 2005-09-21  Andy Wingo  <wingo@pobox.com>
12736
12737         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
12738         thingies.
12739
12740         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
12741         can be called multiple times, dogs.
12742
12743 2005-09-21  Wim Taymans  <wim@fluendo.com>
12744
12745         * gst-libs/gst/rtp/gstbasertppayload.c:
12746         (gst_basertppayload_class_init), (gst_basertppayload_init),
12747         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12748         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12749         (gst_basertppayload_push), (gst_basertppayload_get_property),
12750         (gst_basertppayload_change_state):
12751         Allow 0 ssrc too.
12752
12753 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
12754
12755         * docs/libs/compiling.sgml:
12756           fixing typos
12757
12758 2005-09-20  Wim Taymans  <wim@fluendo.com>
12759
12760         * gst-libs/gst/rtp/gstbasertppayload.c:
12761         (gst_basertppayload_class_init), (gst_basertppayload_init),
12762         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12763         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12764         (gst_basertppayload_push), (gst_basertppayload_set_property),
12765         (gst_basertppayload_get_property),
12766         (gst_basertppayload_change_state):
12767         * gst-libs/gst/rtp/gstbasertppayload.h:
12768         Added property to configure sequence number offsets.
12769
12770 2005-09-20  Wim Taymans  <wim@fluendo.com>
12771
12772         * gst-libs/gst/rtp/gstbasertppayload.c:
12773         (gst_basertppayload_class_init), (gst_basertppayload_init),
12774         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12775         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12776         (gst_basertppayload_push), (gst_basertppayload_set_property),
12777         (gst_basertppayload_get_property),
12778         (gst_basertppayload_change_state):
12779         * gst-libs/gst/rtp/gstbasertppayload.h:
12780         Make timestamp offset configurable.
12781
12782 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
12783
12784         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12785           fix wrong pop/unref
12786
12787 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
12788
12789         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
12790
12791         * gst-libs/gst/interfaces/propertyprobe.c:
12792         (gst_property_probe_probe_property_name),
12793         (gst_property_probe_needs_probe_name),
12794         (gst_property_probe_get_values_name),
12795         (gst_property_probe_probe_and_get_values_name):
12796           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
12797           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
12798
12799 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
12800
12801         * check/Makefile.am:
12802           have some tests be disabled for valgrinding
12803         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
12804         (GST_START_TEST):
12805         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
12806           Fix A Leak.  Chain To Parent Finalize.
12807
12808 2005-09-19  Wim Taymans  <wim@fluendo.com>
12809
12810         * examples/seeking/seek.c: (make_wav_pipeline), (main):
12811         Fixed wav pipeline.
12812
12813 2005-09-19  Wim Taymans  <wim@fluendo.com>
12814
12815         * gst-libs/gst/rtp/gstbasertppayload.c:
12816         (gst_basertppayload_class_init), (gst_basertppayload_init),
12817         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
12818         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
12819         (gst_basertppayload_push), (gst_basertppayload_get_property),
12820         (gst_basertppayload_change_state):
12821         Posting ERROR and WARNING messages is good.
12822
12823 2005-09-19  Wim Taymans  <wim@fluendo.com>
12824
12825         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12826         (gst_base_rtp_depayload_add_to_queue),
12827         (gst_base_rtp_depayload_push),
12828         (gst_base_rtp_depayload_set_gst_timestamp),
12829         (gst_base_rtp_depayload_queue_release):
12830         This one was not supposed to go in.
12831
12832 2005-09-19  Wim Taymans  <wim@fluendo.com>
12833
12834         * check/pipelines/simple_launch_lines.c: (run_pipeline):
12835         Fix for bus API.
12836
12837         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12838         (gst_base_rtp_depayload_chain),
12839         (gst_base_rtp_depayload_add_to_queue),
12840         (gst_base_rtp_depayload_push),
12841         (gst_base_rtp_depayload_set_gst_timestamp),
12842         (gst_base_rtp_depayload_queue_release):
12843         Some cleanups.
12844
12845         * gst-libs/gst/rtp/gstbasertppayload.c:
12846         (gst_basertppayload_class_init), (gst_basertppayload_init),
12847         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
12848         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12849         (gst_basertppayload_get_property),
12850         (gst_basertppayload_change_state):
12851         Added debugging category.
12852
12853 2005-09-18  David Schleef  <ds@schleef.org>
12854
12855         * gst/playback/gstdecodebin.c: free plugin list correctly
12856         * gst/playback/gstplaybin.c: emit warning if autovideosink
12857           and autoaudiosink can't be found (instead of segfaulting)
12858
12859 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
12860
12861         * check/elements/audioconvert.c: (GST_START_TEST):
12862           try out 24 bit conversion
12863
12864 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12865
12866         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
12867         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
12868         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
12869         * ext/vorbis/vorbisenc.h:
12870           Fix EOS handling.  Still needs a fix in the ogg muxer to
12871           mark the last page as eos.
12872
12873 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12874
12875         * common/gtk-doc-plugins.mak:
12876         * docs/plugins/Makefile.am:
12877         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12878         * gst/ffmpegcolorspace/Makefile.am:
12879         * gst/ffmpegcolorspace/avcodec.h:
12880         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12881         * gst/tcp/gstmultifdsink.c:
12882           fix up ffmpegcolorspace docs; extract header
12883
12884 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12885
12886         * common/gtk-doc-plugins.mak:
12887         * docs/plugins/Makefile.am:
12888         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12889         * ext/theora/Makefile.am:
12890         * ext/theora/gsttheoraenc.h:
12891         * ext/theora/theoraenc.c:
12892         * ext/vorbis/vorbisenc.c:
12893           pick up signals and args for vorbis; add some docs for vorbis
12894
12895 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
12896
12897         * common/gstdoc-scangobj:
12898         * common/gtk-doc-plugins.mak:
12899         * docs/libs/Makefile.am:
12900         * docs/plugins/gst-plugins-base-plugins.args:
12901         * docs/plugins/gst-plugins-base-plugins.hierarchy:
12902         * docs/plugins/gst-plugins-base-plugins.interfaces:
12903         * docs/plugins/gst-plugins-base-plugins.prerequisites:
12904         * docs/plugins/gst-plugins-base-plugins.signals:
12905           only scanobj stuff from our source module.  Not sure yet
12906           if that's correct, given the hierarchy stuff :)
12907
12908 2005-09-15  Wim Taymans  <wim@fluendo.com>
12909
12910         * gst/audioconvert/gstaudioconvert.c:
12911         And enable 24 bits mode as well..
12912
12913 2005-09-15  Wim Taymans  <wim@fluendo.com>
12914
12915         * gst-libs/gst/rtp/Makefile.am:
12916         * gst-libs/gst/rtp/gstbasertppayload.c:
12917         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
12918         (gst_basertppayload_class_init), (gst_basertppayload_init),
12919         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
12920         (gst_basertppayload_chain), (gst_basertppayload_set_options),
12921         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
12922         (gst_basertppayload_set_property),
12923         (gst_basertppayload_get_property),
12924         (gst_basertppayload_change_state):
12925         * gst-libs/gst/rtp/gstbasertppayload.h:
12926         Added rtp payloader base class.
12927
12928 2005-09-15  Andy Wingo  <wingo@pobox.com>
12929
12930         * configure.ac (plugindir): Remove the EOL matcher from the
12931         regexp, as it causes me problems. Libtool? Make? Who knows?
12932
12933 2005-09-14  David Schleef  <ds@schleef.org>
12934
12935         * check/generic/states.c: 
12936         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
12937         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
12938           Fixes for changes in registry API.
12939
12940         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
12941           to GST_PLUGIN_LDFLAGS.
12942         * ext/libvisual/visual.c: Make the library shut up.
12943         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
12944         * gst-libs/gst/audio/gstaudiofilter.c: same
12945
12946 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12947
12948         * docs/plugins/Makefile.am:
12949         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12950         * docs/plugins/inspect/plugin-libvisual.xml:
12951         * docs/plugins/tmpl/element-tcpserversink.sgml:
12952         * ext/theora/theoraenc.c:
12953           add libvisual plugin and theoraenc element to docs
12954
12955 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
12956
12957         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12958         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12959         * ext/theora/theoraenc.c:
12960           add theoraenc
12961
12962 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
12963
12964         * gst/audioconvert/Makefile.am:
12965           Audioconvert derives from GstBaseTransform and should
12966           link to the library with our base elements to avoid
12967           unresolved symbols. Makes things work with MinGW (#316160)
12968
12969         * gst/playback/test4.c: (main):
12970           Fix MinGW build problem and use g_usleep() instead of 
12971           sleep() (#316162)
12972
12973 2005-09-12  Wim Taymans  <wim@fluendo.com>
12974
12975         * gst/audioconvert/audioconvert.c: (float),
12976         (audio_convert_prepare_context), (audio_convert_convert):
12977         * gst/audioconvert/audioconvert.h:
12978         Cleanups, speedups, simplifications, added back support
12979         for 24 bits.
12980
12981 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
12982
12983         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12984         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12985         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
12986         * docs/plugins/tmpl/element-tcpserversink.sgml:
12987         * gst/ffmpegcolorspace/gstffmpeg.c:
12988         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12989         * gst/videotestsrc/gstvideotestsrc.c:
12990         * gst/volume/gstvolume.c:
12991           add more elements to the docs
12992
12993 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
12994
12995         * check/Makefile.am:
12996         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
12997         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
12998           Add extra tests for basetransform based components. 
12999           Comment out the test_element_negotiation test until we decide
13000           if it's testing correct behaviour.
13001         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
13002         (gst_visual_chain), (gst_visual_change_state):
13003           Slightly more correct but still bogus timestamping.
13004           Fix state change function.
13005         * gst/audioconvert/gstaudioconvert.c:
13006         (gst_audio_convert_class_init):
13007         * gst/audioresample/gstaudioresample.c:
13008         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13009         (gst_ffmpegcsp_class_init):
13010         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13011         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
13012         (gst_videoscale_prepare_image):
13013         * gst/volume/gstvolume.c: (gst_volume_class_init),
13014         (volume_transform_ip):
13015           Basetransform updates. Enable passthrough modes.
13016         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
13017         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
13018         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13019           Negotiation fix that allows the window to return to the original
13020           size and renegotiate passthrough upstream. Extra debug output.
13021
13022 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
13023
13024         * gst/sine/gstsinesrc.c:
13025         * gst/volume/gstvolume.c:
13026           fix up header include
13027
13028 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
13029
13030         * gst-libs/gst/audio/gstbaseaudiosink.c:
13031         (gst_base_audio_sink_render):
13032         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
13033         * gst/volume/gstvolume.c: (gst_volume_class_init),
13034         (volume_transform):
13035           fixing lost sync, some more debugging
13036
13037 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
13038
13039         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
13040         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
13041         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
13042         (gst_xvimagesink_check_xshm_calls):
13043           Fix compilation when XShm is not available.
13044
13045 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
13046
13047         * ext/libvisual/visual.c: (gst_visual_dispose),
13048         (gst_visual_getcaps), (gst_visual_src_setcaps),
13049         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
13050         (gst_visual_change_state):
13051           Finish fixing up libvisual plugin so that it runs. 
13052
13053 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
13054
13055         * ext/vorbis/vorbisenc.c:
13056         * gst-libs/gst/tag/gstvorbistag.c:
13057           gsttaginterface.h -> gsttagsetter.h
13058
13059 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
13060
13061         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
13062           added another test that failes for me (test is not active by default)
13063
13064 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
13065
13066         * configure.ac:
13067           v4l2 is no longer in gst-plugins-base
13068
13069 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
13070
13071         * configure.ac:
13072           In the output at the end, don't show the first plugin on the same
13073           line as "Core plug-ins, always built:".
13074           Indent the output as for other plugin categories
13075         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
13076           #define that can be used to not use peer buffer_alloc functions for
13077           test purposes.
13078         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
13079         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
13080         (gst_ximagesink_show_frame):
13081         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
13082         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
13083         (gst_xvimagesink_show_frame):
13084           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
13085           fails gracefully instead of XError aborting or deadlocking.
13086
13087 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
13088
13089         * ext/libvisual/Makefile.am:
13090           link against gst-base-libs
13091
13092 2005-09-06  David Schleef  <ds@schleef.org>
13093
13094         * configure.ac: Enable libvisual plugin.
13095         * ext/libvisual/Makefile.am:
13096         * ext/libvisual/visual.c: Fixes to make it compile.
13097
13098 === release 0.9.2 ===
13099
13100 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
13101
13102         * NEWS:
13103         * RELEASE:
13104         * configure.ac:
13105         * docs/random/ChangeLog-0.8:
13106           releasing 0.9.2, "Spoon"
13107
13108 2005-09-05  Michael Smith <msmith@fluendo.com>
13109
13110         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
13111           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
13112           that in the vorbisenc element.
13113
13114 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13115
13116         * common/gtk-doc-plugins.mak:
13117         * docs/plugins/Makefile.am:
13118           fix distcheck
13119         * gst/audioresample/resample.c:
13120           fix wrong docstring
13121
13122 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
13123
13124         * common/gst-xmlinspect.py:
13125         * common/gtk-doc-plugins.mak:
13126           only inspect plugins for this given package
13127           require gst-python 0.9
13128
13129 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
13130
13131         * Makefile.am:
13132         * autogen.sh:
13133         * common/gst-xmlinspect.py:
13134         * configure.ac:
13135         * docs/Makefile.am:
13136         * docs/plugins/inspect/plugin-alsa.xml:
13137         * docs/plugins/inspect/plugin-audioresample.xml:
13138         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13139         * docs/plugins/inspect/plugin-ogg.xml:
13140         * docs/plugins/tmpl/element-gnomevfssink.sgml:
13141         * docs/plugins/tmpl/element-multifdsink.sgml:
13142         * docs/plugins/tmpl/element-tcpserversink.sgml:
13143         * docs/plugins/tmpl/element-vorbisenc.sgml:
13144         * gst-plugins-base.spec.in:
13145           various doc-related updates
13146
13147 2005-08-31  Wim Taymans  <wim@fluendo.com>
13148
13149         * gst-libs/gst/audio/gstbaseaudiosink.c:
13150         (gst_base_audio_sink_render):
13151         Resync if the buffer timestamps drift more than a 10th 
13152         of a second.
13153
13154 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
13155
13156         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
13157         (gst_v4lsrc_get_property):
13158           The 'timestamp-offset' property is registered as an int64, so
13159           let's use g_value_{set|get}_int64() in our setter and getter
13160           functions (makes it work and fixes warnings with gst-inspect).
13161
13162 2005-08-30  Wim Taymans  <wim@fluendo.com>
13163
13164         * check/elements/audioconvert.c: (setup_audioconvert):
13165         * check/elements/audioresample.c: (setup_audioresample):
13166         * check/elements/volume.c: (setup_volume):
13167         Fix checks.
13168
13169 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
13170
13171         * common/gtk-doc-plugins.mak:
13172         * common/plugins.xsl:
13173         * docs/plugins/Makefile.am:
13174           make module a param
13175
13176 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
13177
13178         * examples/seeking/seek.c: (make_mp3_pipeline),
13179         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
13180         (play_cb), (pause_cb), (stop_cb):
13181           update the example
13182
13183 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
13184
13185         * gst/volume/gstvolume.c: (gst_volume_class_init),
13186         (volume_transform):
13187           do not update controlled params, if buffer has no timestamp
13188
13189 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
13190
13191         * configure.ac:
13192         * gst/sine/Makefile.am:
13193         * gst/volume/Makefile.am:
13194           controllerized elements also need to link against controller-libs ;)
13195
13196 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
13197
13198         * docs/libs/tmpl/gstcolorbalance.sgml:
13199         * docs/libs/tmpl/gstgconf.sgml:
13200         * docs/libs/tmpl/gstmixer.sgml:
13201         * docs/libs/tmpl/gstringbuffer.sgml:
13202         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
13203         (gst_sinesrc_create):
13204         * gst/volume/gstvolume.c: (gst_volume_class_init),
13205         (volume_transform):
13206           controllerized two audio plugins
13207
13208 2005-08-29  Andy Wingo  <wingo@pobox.com>
13209
13210         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
13211         (vorbis_handle_data_packet): Fix some int overflow errors.
13212
13213         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
13214         -1.
13215         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
13216         valid.
13217         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
13218         if it's valid. Fixed streaming-mode playback.
13219
13220         * check/elements/volume.c (cleanup_volume): Fix for running
13221         CK_FORK=no.
13222
13223         * check/elements/audioconvert.c: Convert from native endian, not
13224         little endian.
13225
13226 2005-08-29  Michael Smith <msmith@fluendo.com>
13227
13228         * ext/ogg/Makefile.am:
13229         * ext/ogg/gstogg.c: (plugin_init):
13230         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
13231         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
13232         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
13233         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
13234         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
13235         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
13236         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
13237         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
13238         Add an ogg parser element.
13239
13240 2005-08-28  Andy Wingo  <wingo@pobox.com>
13241
13242         * Updates for two-arg init from GST_BOILERPLATE_FULL.
13243
13244 2005-08-26  Wim Taymans  <wim@fluendo.com>
13245
13246         * gst/audioconvert/audioconvert.c: (if), (float),
13247         (audio_convert_get_func_index), (check_default),
13248         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13249         (audio_convert_clean_context), (audio_convert_get_sizes),
13250         (audio_convert_convert):
13251         Cleanups.
13252
13253 2005-08-26  Wim Taymans  <wim@fluendo.com>
13254
13255         * gst/audioconvert/audioconvert.c: (if), (float),
13256         (audio_convert_get_func_index), (check_default),
13257         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13258         (audio_convert_clean_context), (audio_convert_get_sizes),
13259         (audio_convert_convert):
13260         More elegant and working temp buffer selection algo.
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         Use realloc else we lose our original data.
13270
13271 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13272
13273         * gst/audioresample/gstaudioresample.c:
13274           use base class' newsegment to properly timestamp
13275
13276 2005-08-26  Wim Taymans  <wim@fluendo.com>
13277
13278         * gst/audioconvert/audioconvert.c: (if), (float),
13279         (audio_convert_get_func_index), (check_default),
13280         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13281         (audio_convert_clean_context), (audio_convert_get_sizes),
13282         (get_temp_buffer), (audio_convert_convert):
13283         * gst/audioconvert/gstaudioconvert.c:
13284         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
13285         (gst_audio_convert_transform_caps),
13286         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
13287         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
13288         Oops, allocate enough space to perform the channel mix.
13289
13290 2005-08-26  Wim Taymans  <wim@fluendo.com>
13291
13292         * gst/audioconvert/Makefile.am:
13293         * gst/audioconvert/audioconvert.c: (if), (float),
13294         (audio_convert_get_func_index), (check_default),
13295         (audio_convert_clean_fmt), (audio_convert_prepare_context),
13296         (audio_convert_clean_context), (audio_convert_get_sizes),
13297         (get_temp_buffer), (audio_convert_convert):
13298         * gst/audioconvert/audioconvert.h:
13299         * gst/audioconvert/gstaudioconvert.c:
13300         (gst_audio_convert_class_init), (gst_audio_convert_init),
13301         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
13302         (gst_audio_convert_get_unit_size),
13303         (gst_audio_convert_transform_caps),
13304         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
13305         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
13306         * gst/audioconvert/gstaudioconvert.h:
13307         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
13308         (gst_channel_mix_fill_identical),
13309         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
13310         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
13311         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
13312         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
13313         (gst_channel_mix_mix):
13314         * gst/audioconvert/gstchannelmix.h:
13315         Cleanups, librarify a bit, optimize, better negotiation and more.
13316
13317 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
13318
13319         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
13320         Another from MikeS:
13321         During typefinding, don't support negative offsets
13322         (offsets from the end of the stream) in our typefind->peek() function
13323         - nothing embedded in ogg ever needs them. However, we need to recognise
13324         those requests and reject them, otherwise we return invalid pointers.
13325
13326 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
13327
13328         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
13329         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
13330         (vorbisdec_finalize), (vorbis_handle_type_packet):
13331           Big shout-out to MikeS for fixing this giant memory leak.
13332           Huzzah!
13333
13334 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13335
13336         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
13337         (audio_convert_get_unit_size):
13338           plug some leaks
13339
13340 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13341
13342         * check/Makefile.am:
13343         * check/elements/audioconvert.c: (setup_audioconvert),
13344         (cleanup_audioconvert), (get_int_caps), (verify_convert),
13345         (GST_START_TEST), (audioconvert_suite), (main):
13346           add a test for audioconvert
13347         * gst/audioresample/gstaudioresample.c:
13348         * gst/audioresample/gstaudioresample.h:
13349           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
13350           note that for buffers of 1/3 sec this means DURATION(c) is 
13351           one nanosecond more than for a and b
13352
13353 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13354
13355         * check/Makefile.am:
13356         * check/elements/audioresample.c: (setup_audioresample),
13357         (cleanup_audioresample), (fail_unless_perfect_stream),
13358         (test_perfect_stream_instance), (GST_START_TEST),
13359           add a check for audioresample
13360         (audioresample_suite), (main):
13361         * check/elements/volume.c: (GST_START_TEST):
13362           remove unused method
13363         * gst/audioresample/gstaudioresample.c:
13364           set correct buffer parameters since we're changing them
13365         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13366           add some debug
13367
13368 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
13369
13370         * gst/audioresample/debug.c:
13371         * gst/audioresample/gstaudioresample.c:
13372           add room for extra overlap samples when asked to transform size
13373           protect against possible mem corruption and check for discrepancies
13374           between written size and outbuffer's size so we can warn for
13375           potential problems
13376         * gst/audioresample/resample.c: (resample_init),
13377         (resample_get_output_size_for_input), (resample_get_output_size),
13378         (resample_set_n_channels), (resample_set_format):
13379           set debug level based on RESAMPLE_DEBUG env var
13380           make sure that get_output_size* returns a whole number of
13381           sample_size
13382           set sample_size each time either channel or format is set
13383         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
13384         * gst/audioresample/resample_functable.c:
13385         (resample_scale_functable):
13386         * gst/audioresample/resample_ref.c: (resample_scale_ref):
13387           remove r->sample_size, it's done in resample.c now
13388           add some debugging to the ref implementation
13389           make sure we only give back bytes that are wholes of the sample
13390           size
13391
13392 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
13393         * gst/playback/gstplaybasebin.c: (fill_buffer):
13394         Revert unpopular change for GST_MESSAGE_SRC to GObject.
13395
13396 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
13397
13398         * gst/volume/gstvolume.c:
13399           made set_caps function static
13400
13401 2005-08-24  Wim Taymans  <wim@fluendo.com>
13402
13403         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
13404         (gst_vorbisenc_change_state):
13405         Stop leaking taglists.
13406
13407 2005-08-24  Wim Taymans  <wim@fluendo.com>
13408
13409         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
13410         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
13411         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
13412         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
13413         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
13414         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
13415         Parse seeking events better.
13416         Unref static caps.
13417         Generate correct newsegment events, fixes seeking in live oggs.
13418
13419         * ext/theora/theoradec.c: (theora_dec_src_query),
13420         (theora_dec_src_event), (theora_dec_src_getcaps),
13421         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
13422         Use newsegment values to report correct play time.
13423
13424         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13425         (vorbis_dec_src_event), (vorbis_dec_sink_event):
13426         * ext/vorbis/vorbisdec.h:
13427         Parse and use newsegment values to report correct play time.
13428
13429         * gst-libs/gst/audio/gstbaseaudiosink.c:
13430         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
13431         Clear ringbuffer on flush.
13432         Use newsegment values to calculate playback time.
13433
13434         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
13435         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
13436         Basesink does newsegment calculations for us now.
13437
13438 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13439
13440         * check/Makefile.am:
13441         * configure.ac:
13442           add core's plugins to the mix so that playbin works
13443         * check/generic/states.c: (GST_START_TEST):
13444           set a 0 timeout on pipelines, so they don't force the next
13445           state change
13446         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
13447         (gst_play_base_bin_change_state):
13448           remove the crappy error handling and do GST error handling
13449
13450 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13451
13452         * check/Makefile.am:
13453         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
13454           add same test as to core, it bitches out on playbin atm.
13455
13456 2005-08-24  Wim Taymans  <wim@fluendo.com>
13457
13458         * configure.ac:
13459         Remove audioscale.
13460
13461 2005-08-24  Wim Taymans  <wim@fluendo.com>
13462
13463         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
13464         (gst_videoscale_prepare_size), (parse_caps),
13465         (gst_videoscale_set_caps), (gst_videoscale_get_size),
13466         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
13467         (gst_videoscale_transform):
13468         * gst/videoscale/gstvideoscale.h:
13469         Refactor, make use of BaseTranform really well.
13470
13471 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13472
13473         * configure.ac:
13474           compile audioresample
13475         * gst/audioresample/Makefile.am:
13476         * gst/audioresample/buffer.c:
13477         * gst/audioresample/functable.c:
13478         * gst/audioresample/gstaudioresample.c:
13479         * gst/audioresample/gstaudioresample.h:
13480         * gst/audioresample/resample.c:
13481         (resample_get_output_size_for_input):
13482         * gst/audioresample/resample.h:
13483         * gst/audioresample/resample_chunk.c:
13484         * gst/audioresample/resample_functable.c:
13485         * gst/audioresample/resample_ref.c:
13486           port to use basetransform; doesn't work in all cases yet
13487
13488 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
13489
13490         * gst/audioconvert/gstaudioconvert.c:
13491         (gst_audio_convert_class_init), (gst_audio_convert_init),
13492         (audio_convert_get_unit_size), (audio_convert_transform_caps),
13493         (audio_convert_fixate_caps), (audio_convert_set_caps),
13494         (audio_convert_transform),
13495         (gst_audio_convert_buffer_to_default_format),
13496         (gst_audio_convert_buffer_from_default_format),
13497         (gst_audio_convert_channels):
13498         * gst/audioconvert/gstchannelmix.c:
13499         * gst/audioconvert/gstchannelmix.h:
13500           port to basetransform
13501         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13502         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
13503         (gst_ffmpegcsp_get_unit_size):
13504         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
13505         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
13506           fix for basetransform changes
13507
13508 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
13509
13510         * check/Makefile.am:
13511           Add CHECK_CFLAGS and LDFLAGS
13512
13513         * gst/playback/gstplaybasebin.c: (fill_buffer):
13514           GST_MESSAGE_SRC became a GObject
13515
13516 2005-08-24  Wim Taymans  <wim@fluendo.com>
13517
13518         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
13519         (gst_ring_buffer_clear_all):
13520         * gst-libs/gst/audio/gstringbuffer.h:
13521         Added function to clear the ringbuffer.
13522
13523 2005-08-24  Andy Wingo  <wingo@pobox.com>
13524
13525         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
13526         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
13527         of _open and _close.
13528
13529         * sys/v4l/gstv4lxoverlay.h:
13530         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
13531         an Xv connection here, instead of all the time. Make Xv only be
13532         loaded if you axe for it. Kindof a workaround for buggy behaviour
13533         of Xv when using remote xservers (XvQueryExtension would block).
13534         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
13535         replace the _open and _close public API. Only start the xv
13536         connection if necessary.
13537         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
13538
13539 2005-08-23  David Schleef  <ds@schleef.org>
13540
13541         * gst/audioresample/Makefile.am: Leet audioresampling code
13542         * gst/audioresample/buffer.c:
13543         * gst/audioresample/buffer.h:
13544         * gst/audioresample/debug.c:
13545         * gst/audioresample/debug.h:
13546         * gst/audioresample/functable.c:
13547         * gst/audioresample/functable.h:
13548         * gst/audioresample/gstaudioresample.c:
13549         * gst/audioresample/gstaudioresample.h:
13550         * gst/audioresample/resample.c:
13551         * gst/audioresample/resample.h:
13552         * gst/audioresample/resample_chunk.c:
13553         * gst/audioresample/resample_functable.c:
13554         * gst/audioresample/resample_ref.c:
13555
13556 2005-08-23  Wim Taymans  <wim@fluendo.com>
13557
13558         * examples/seeking/seek.c: (make_vorbis_pipeline),
13559         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
13560         Small seek updates.
13561
13562 2005-08-23  Andy Wingo  <wingo@pobox.com>
13563
13564         * gst-libs/gst/audio/gstbaseaudiosrc.c
13565         (gst_base_audio_src_fixate): Only fixate endianness if it is
13566         present in the caps.
13567
13568 2005-08-22  Andy Wingo  <wingo@pobox.com>
13569
13570         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
13571         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
13572         device-name property.
13573
13574         * gst-libs/gst/audio/gstaudiosrc.h:
13575         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
13576         close_device in the ring buffer, like gstaudiosink.
13577
13578         * ext/alsa/gstalsamixer.h:
13579         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
13580         macro to implement the interface without much code. Cleanups. 
13581
13582         * ext/alsa/gstalsasrc.h:
13583         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
13584         READY.
13585
13586         * ext/alsa/Makefile.am: Add new files.
13587         * ext/alsa/gstalsamixerelement.c: 
13588         * ext/alsa/gstalsamixerelement.c: Split element code out from
13589         mixer code so that alsasrc can be a mixer too.
13590
13591 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
13592
13593         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13594         (GST_START_TEST):
13595         * check/elements/vorbisdec.c: (setup_vorbisdec),
13596         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
13597         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
13598         (vorbis_handle_identification_packet),
13599         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
13600         (vorbis_handle_header_packet), (vorbis_dec_push),
13601         (vorbis_dec_chain):
13602           use the setup/teardown methods to save code.  save code is good.
13603
13604 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13605
13606         * check/Makefile.am:
13607           add ext dir for plugins
13608           add vorbisdec test conditionally
13609         * check/elements/volume.c: (setup_volume), (cleanup_volume),
13610         (GST_START_TEST), (volume_suite):
13611           add a test with wrong caps
13612         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
13613         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
13614           add a vorbisdec test
13615         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
13616         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
13617           clean up debug output
13618         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
13619           yay, fix a segfault/security issue in vorbisdec
13620           gst-launch fakesrc ! vorbisdec wasn't happy
13621         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
13622         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
13623         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
13624         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
13625         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
13626         (gst_vorbisenc_set_metadata), (get_constraints_string),
13627         (update_start_message), (gst_vorbisenc_setup),
13628         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
13629         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
13630         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
13631         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
13632         * ext/vorbis/vorbisenc.h:
13633           march in line
13634         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13635         (gst_ffmpegcsp_transform):
13636           have the kow come home
13637         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13638           debug my func ptr
13639         * gst/volume/gstvolume.c: (volume_set_caps):
13640           add a debug
13641
13642 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
13643
13644         * Makefile.am:
13645         * check/.cvsignore:
13646         * check/Makefile.am:
13647         * check/elements/.cvsignore:
13648         * check/elements/volume.c: (chain_func), (event_func),
13649         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
13650         (main):
13651         * configure.ac:
13652           add unit test structure for gst-plugins-base
13653           add a test for volume
13654         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
13655         (gst_volume_set_volume), (gst_volume_get_volume),
13656         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
13657         (volume_funcfind), (volume_process_float), (volume_process_int16),
13658         (volume_set_caps), (volume_transform), (volume_update_mute),
13659         (volume_update_volume), (volume_set_property),
13660         (volume_get_property):
13661           document a little; use basetransform vmethod _set_caps
13662
13663 2005-08-19  Andy Wingo  <wingo@pobox.com>
13664
13665         * ext/alsa/gstalsamixertrack.h:
13666         * ext/alsa/gstalsamixertrack.c:
13667         * ext/alsa/gstalsamixeroptions.h:
13668         * ext/alsa/gstalsamixeroptions.c:
13669         * ext/alsa/gstalsamixer.h:
13670         * ext/alsa/gstalsamixer.c: Port to 0.9.
13671
13672         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
13673         Remove gstalsa.c and alsaclock. No more cruft here.
13674         
13675 2005-08-18  Wim Taymans  <wim@fluendo.com>
13676
13677         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13678         (gst_base_rtp_depayload_chain),
13679         (gst_base_rtp_depayload_add_to_queue),
13680         (gst_base_rtp_depayload_push),
13681         (gst_base_rtp_depayload_queue_release):
13682         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13683         Fix for RTPBuffer changes.
13684
13685         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
13686         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
13687         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
13688         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
13689         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
13690         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
13691         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
13692         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
13693         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
13694         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
13695         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
13696         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
13697         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
13698         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
13699         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
13700         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
13701         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
13702         (gst_rtpbuffer_get_payload):
13703         * gst-libs/gst/rtp/gstrtpbuffer.h:
13704         Don't subclass GstBuffer but add methods and helper functions
13705         to construct and manipulate RTP packets in regular GstBuffers.
13706
13707 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
13708
13709         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
13710           moved statement below switch
13711         * gst/volume/gstvolume.c: (gst_volume_class_init):
13712           added debug ptr
13713
13714 2005-08-16  Wim Taymans  <wim@fluendo.com>
13715
13716         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13717         (gst_base_audio_src_change_state):
13718         Open and close device in READY<->NULL state change.
13719
13720 2005-08-16  Andy Wingo  <wingo@pobox.com>
13721
13722         * examples/seeking/Makefile.am: Don't compile non-compiling
13723         compiled objects with the compiler.
13724
13725         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
13726         elements.
13727
13728 2005-08-12  Philippe Khalaf <burger@speedy.org>
13729         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13730         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13731           Made a thread to release the queue.
13732           Removed timestamp conversion for now.
13733
13734 2005-08-10  Philippe Khalaf <burger@speedy.org>
13735         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13736         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13737           Added rtp timestamp -> gst timestamp conversion.
13738           Fixed several problems with queue.
13739
13740 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13741
13742         * gst-libs/gst/audio/gstaudioclock.h:
13743         * gst-libs/gst/audio/gstaudiofilter.h:
13744         * gst-libs/gst/audio/gstaudiosink.h:
13745         * gst-libs/gst/audio/gstaudiosrc.h:
13746         * gst-libs/gst/audio/gstbaseaudiosink.h:
13747         * gst-libs/gst/audio/gstbaseaudiosrc.h:
13748         * gst-libs/gst/audio/gstringbuffer.h:
13749         * gst-libs/gst/net/gstnetbuffer.h:
13750         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13751         * gst-libs/gst/rtp/gstrtpbuffer.h:
13752           Add padding (you will need to rebuild gst-plugins-base,
13753           gst-plugins and all applications afterwards!)
13754
13755 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13756
13757         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
13758         (gst_riff_parse_chunk):
13759           Fix bug in debug message and add some more debug messages.
13760
13761 2005-08-08  Edward Hervey  <edward@fluendo.com>
13762
13763         * gst-libs/gst/riff/riff-media.c:
13764         backported updates since branch
13765
13766 2005-08-08  Andy Wingo  <wingo@pobox.com>
13767
13768         * gst-libs/gst/audio/gstbaseaudiosink.c
13769         (gst_base_audio_sink_change_state): Open the device in NULL->READY
13770         like good elements should. Close on READY->NULL too.
13771
13772         * gst-libs/gst/audio/gstaudiosink.c
13773         (gst_audioringbuffer_open_device,
13774         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
13775         (gst_audioringbuffer_release): Updates for new ring buffer API,
13776         hook into the new audio sink api.
13777
13778         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
13779         (GstAudioSinkClass.close): Just open and close the device -- no
13780         resource allocation or configuration.
13781         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
13782         vmethods, handle device setup and resource allocation.
13783
13784         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
13785         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
13786         base class API.
13787
13788         * gst-libs/gst/audio/gstringbuffer.h
13789         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
13790         New vmethods.
13791
13792         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
13793         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
13794         New API functions. The device should be opened before acquiring
13795         and closed after releasing.
13796
13797 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13798
13799         * gst-libs/gst/interfaces/mixer.h:
13800           Reset padding to GST_PADDING.
13801
13802 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13803
13804         * gst/playback/gstplaybin.c: (remove_sinks):
13805           Remove visualization from parent explicitely; works around some
13806           apparent refcount issue that I haven't tracked down yet.
13807
13808 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13809
13810         * ext/alsa/gstalsasink.c: (set_hwparams):
13811           Assign debug category, add negotiation debug msgs.
13812
13813 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13814
13815         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
13816           Fix error code for file-not-found to NOT_FOUND.
13817
13818 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13819
13820         * common/gtk-doc-plugins.mak:
13821         * docs/plugins/Makefile.am:
13822         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13823         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13824           renamed to actual element names, so much nicer to look at
13825         * docs/plugins/tmpl/gstmultifdsink.sgml:
13826           remove
13827         * docs/plugins/tmpl/multifdsink.sgml:
13828         * docs/plugins/tmpl/tcpserversink.sgml:
13829           add
13830         * ext/alsa/gstalsa.c:
13831         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
13832         * ext/ogg/gstoggmux.c:
13833         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
13834         * gst/playback/gstdecodebin.c:
13835         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
13836         * gst/tcp/gsttcpserversink.c:
13837           various fixes and documentation additions
13838
13839 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
13840
13841         * common/Makefile.am:
13842         * common/gstdoc-scangobj:
13843         * common/gtk-doc-plugins.mak:
13844         * common/gtk-doc.mak:
13845           add a custom scangobj that uses the registry
13846           add a custom gtk-doc-plugins.mak that uses it
13847           some doc build fixes
13848         * configure.ac:
13849         * docs/Makefile.am:
13850         * docs/plugins/Makefile.am:
13851         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13852         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13853         * docs/plugins/gst-plugins-base-plugins.types:
13854         * docs/plugins/tmpl/gstmultifdsink.sgml:
13855           add docs for one element, multifdsink
13856         * gst/adder/gstadder.h:
13857         * gst/volume/gstvolume.h:
13858           don't privatize enum
13859         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
13860         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
13861         (gst_sync_method_get_type), (gst_client_status_get_type),
13862         (gst_multifdsink_class_init),
13863         (gst_multifdsink_client_queue_buffer),
13864         (gst_multifdsink_handle_client_write):
13865         * gst/tcp/gstmultifdsink.h:
13866         * gst/tcp/gsttcp.h:
13867         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
13868         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
13869         (gst_tcpclientsink_render):
13870         * gst/tcp/gsttcpclientsink.h:
13871         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
13872         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
13873         (gst_tcpclientsrc_start):
13874         * gst/tcp/gsttcpclientsrc.h:
13875         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
13876         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
13877         * gst/tcp/gsttcpserversrc.h:
13878         * gst/typefind/gsttypefindfunctions.c:
13879           remove superfluous Type stuff
13880
13881 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13882
13883         * gst/playback/gstplaybin.c: (gen_video_element):
13884           Enable videoscale.
13885
13886 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13887
13888         * gst-libs/gst/gconf/gconf.c:
13889         * gst-libs/gst/gconf/gconf.h:
13890           Fix some Andy Problem [tm].
13891
13892 2005-08-04  Andy Wingo  <wingo@pobox.com>
13893
13894         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
13895         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
13896         (gst_ffmpegcsp_get_size): Adapt to API changes.
13897
13898         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
13899         Implement an in-place do-nothing transform.
13900
13901 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
13902
13903         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
13904         (gst_ximagesink_renegotiate_size):
13905           Do not set new window sizes yet if we prepare a new buffer size
13906           for upstream renegotiation (software scaling) at some point in the
13907           future, because this new size waqs not actually accepted yet. Once
13908           accepted, renegotiation later on will set the new sizes just fine.
13909           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
13910           embedding testcase.
13911
13912 2005-08-03  Andy Wingo  <wingo@pobox.com>
13913
13914         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
13915         (gst_ximagesink_buffer_alloc): 
13916         Protect the height, width, and desired_caps with the pool_lock.
13917         Fixes videotestsrc ! queue ! ximagesink.
13918
13919 2005-08-02  Edward Hervey  <edward@fluendo.com>
13920
13921         * gst/volume/gstvolume.c:
13922         include left from controller cleanup
13923
13924 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
13925         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
13926           Stop collectpads before calling the parent state
13927           change function on PAUSED->READY.
13928
13929 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
13930         * configure.ac:
13931           When testing for X libs, use the X CFlags 
13932         * gst/adder/gstadder.c: (gst_adder_change_state):
13933           Stop the collectpads before calling parent state change function
13934           on PAUSED->READY, otherwise we deadlock deactivating pads.
13935
13936 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
13937
13938         * configure.ac:
13939         * docs/libs/tmpl/gstcolorbalance.sgml:
13940         * docs/libs/tmpl/gstmixer.sgml:
13941         * examples/Makefile.am:
13942         * gst/sine/Makefile.am:
13943         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
13944         (gst_sinesrc_set_property), (plugin_init):
13945         * gst/sine/gstsinesrc.h:
13946         * gst/volume/Makefile.am:
13947         * gst/volume/gstvolume.c: (gst_volume_set_volume),
13948         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
13949         (volume_process_float), (volume_process_int16),
13950         (volume_set_property), (plugin_init):
13951         * gst/volume/gstvolume.h:
13952           deactivate and remove dparams (libgstcontrol)
13953
13954 2005-07-29  Wim Taymans  <wim@fluendo.com>
13955
13956         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
13957         Convert me to BaseTransform!! help..
13958
13959 2005-07-29  Andy Wingo  <wingo@pobox.com>
13960
13961         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
13962         sinks.
13963
13964         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
13965         support of both endiannesses.
13966
13967 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13968
13969         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
13970           Fix confusing debug message (s/event/query/)
13971
13972 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13973
13974         * gst/videotestsrc/videotestsrc.h:
13975           Use "_stdint.h" instead of <stdint.h>
13976
13977 2005-07-27  Wim Taymans  <wim@fluendo.com>
13978
13979         * ext/vorbis/Makefile.am:
13980         Revert wrong commit.
13981
13982 2005-07-27  Wim Taymans  <wim@fluendo.com>
13983
13984         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
13985         More compilation fixen.
13986
13987 2005-07-27  Wim Taymans  <wim@fluendo.com>
13988
13989         * gst-libs/gst/audio/gstbaseaudiosink.c:
13990         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
13991         (gst_base_audio_sink_create_ringbuffer),
13992         (gst_base_audio_sink_change_state):
13993         Fix compilation.
13994
13995 2005-07-27  Wim Taymans  <wim@fluendo.com>
13996
13997         * examples/seeking/seek.c: (setup_dynamic_link),
13998         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
13999         (query_positions_elems), (query_positions_pads), (do_seek):
14000         Update seek example.
14001
14002         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
14003         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
14004         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
14005         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
14006         (gst_ogg_demux_handle_event),
14007         (gst_ogg_demux_deactivate_current_chain),
14008         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
14009         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
14010         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
14011         (gst_ogg_demux_loop):
14012         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
14013         * ext/theora/theoradec.c: (theora_dec_src_event),
14014         (theora_dec_src_getcaps), (theora_dec_sink_event),
14015         (theora_dec_push), (theora_dec_chain):
14016         * ext/vorbis/Makefile.am:
14017         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
14018         (vorbis_dec_sink_event), (vorbis_dec_push),
14019         (vorbis_handle_data_packet):
14020         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
14021         (gst_vorbisenc_chain):
14022         * gst/playback/gststreaminfo.c: (cb_probe):
14023         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
14024         * gst/videorate/gstvideorate.c: (gst_videorate_event):
14025         * gst/videoscale/gstvideoscale.c:
14026         (gst_videoscale_handle_src_event):
14027         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
14028         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
14029         (gst_ximagesink_navigation_send_event):
14030         * sys/xvimage/xvimagesink.c:
14031         (gst_xvimagesink_navigation_send_event):
14032         Various event updates and cleanups
14033
14034 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14035
14036         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
14037           Fix segfault for I420/YV12.
14038
14039 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14040
14041         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
14042           Report bitrate.
14043
14044 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14045
14046         * gst/playback/gstplaybin.c: (gen_video_element),
14047         (gen_audio_element):
14048           Switch to auto*sink elements as default sinks; add volume element
14049           so that volume control in totem works.
14050
14051 2005-07-21  Wim Taymans  <wim@fluendo.com>
14052
14053         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
14054         * gst/playback/gstplaybin.c: (setup_sinks),
14055         (gst_play_bin_change_state):
14056         Refcount fix and more comments.
14057
14058 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14059
14060         * sys/ximage/Makefile.am:
14061         * sys/ximage/ximage.c: (plugin_init):
14062         * sys/ximage/ximagesink.c:
14063         Prepare for adding ximagesrc, rename of plugin to ximage etc.
14064         
14065
14066 2005-07-21  Wim Taymans  <wim@fluendo.com>
14067
14068         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
14069         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
14070         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14071         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14072         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
14073         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
14074         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
14075         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
14076         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
14077         Generate correct disconts for live chained oggs.
14078
14079         * gst-libs/gst/audio/gstbaseaudiosink.c:
14080         (gst_base_audio_sink_render),
14081         (gst_base_audio_sink_create_ringbuffer),
14082         (gst_base_audio_sink_change_state):
14083         Handle discont math correctly.
14084
14085         * gst/playback/gstplaybin.c: (add_sink):
14086         Some small debug cleanup.
14087
14088 2005-07-21  Wim Taymans  <wim@fluendo.com>
14089
14090         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
14091         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
14092         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14093         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14094         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
14095         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
14096         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
14097         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
14098         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
14099         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
14100         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
14101         (gst_ogg_demux_change_state), (gst_ogg_print):
14102         Reorganize code to send the right disconts when in streaming
14103         mode.
14104
14105 2005-07-20  Andy Wingo  <wingo@pobox.com>
14106
14107         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
14108         fix (?), fixes a seggie mcfalterson (#310894).
14109
14110 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14111
14112         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
14113         (gst_ogg_mux_set_header_on_caps):
14114         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14115         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14116         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
14117         * gst-libs/gst/audio/multichannel.c:
14118         (gst_audio_set_channel_positions),
14119         (gst_audio_set_structure_channel_positions_list):
14120         * gst/playback/gstdecodebin.c: (dynamic_create):
14121         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
14122         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
14123           Fixes for API changes in core.
14124
14125 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14126
14127         * gst/playback/gstplaybasebin.c: (fill_buffer):
14128           Use _new_custom() so we can set custom message types for buffering
14129           messages.
14130
14131 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14132
14133         * configure.ac:
14134         * gst-libs/gst/Makefile.am:
14135         * gst-libs/gst/gconf/.cvsignore:
14136         * gst-libs/gst/gconf/Makefile.am:
14137         * gst-libs/gst/gconf/test-gconf.c:
14138         * pkgconfig/Makefile.am:
14139         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
14140         * pkgconfig/gstreamer-gconf.pc.in:
14141           Remove gconf stuff, use gconf elements instead from now on.
14142
14143 2005-07-20  Wim Taymans  <wim@fluendo.com>
14144
14145         * gst-libs/gst/audio/TODO:
14146         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
14147         (gst_audio_clock_get_internal_time):
14148         * gst-libs/gst/audio/gstaudioclock.h:
14149         * gst-libs/gst/audio/gstbaseaudiosink.c:
14150         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14151         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
14152         (gst_base_audio_sink_render),
14153         (gst_base_audio_sink_create_ringbuffer),
14154         (gst_base_audio_sink_change_state):
14155         Make sure the audio clock always returns an increasing value.
14156
14157 2005-07-19  Andy Wingo  <wingo@pobox.com>
14158
14159         * gst/videotestsrc/: Cleanups.
14160
14161 2005-07-19  Wim Taymans  <wim@fluendo.com>
14162
14163         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
14164         Better debugging.
14165
14166 2005-07-19  Wim Taymans  <wim@fluendo.com>
14167
14168         * examples/seeking/seek.c: (make_dv_pipeline),
14169         (make_vorbis_theora_pipeline), (query_rates),
14170         (query_positions_elems), (query_positions_pads), (do_seek):
14171         Make correct DV pipeline.
14172
14173 2005-07-18  Andy Wingo  <wingo@pobox.com>
14174
14175         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
14176         default. Also because it's the only thing that really works. (This
14177         is used in the GConf elements).
14178         Use AS_LIBTOOL_TAGS.
14179
14180 2005-07-18  Wim Taymans  <wim@fluendo.com>
14181
14182         * gst/playback/gstdecodebin.c: (remove_element_chain):
14183         * gst/playback/gstplaybin.c: (add_sink):
14184         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14185         (gst_stream_info_set_mute):
14186         * gst/playback/gststreamselector.c:
14187         (gst_stream_selector_get_linked_pad),
14188         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
14189         More leak and compile fixes.
14190
14191 2005-07-18  Wim Taymans  <wim@fluendo.com>
14192
14193         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14194         (query_rates), (query_positions_elems), (query_positions_pads),
14195         (do_seek), (seek_cb), (stop_seek):
14196         Updated seek example. 
14197
14198         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
14199         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
14200         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
14201         * gst/playback/gstplaybin.c: (add_sink):
14202         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
14203         (gst_stream_info_set_mute):
14204         Some refcount leak fixes.
14205
14206 2005-07-16  Wim Taymans  <wim@fluendo.com>
14207
14208         * gst-libs/gst/audio/gstbaseaudiosink.c:
14209         (gst_base_audio_sink_render):
14210         Align samples even if we have roundoff errors in the 
14211         timestamp conversion.
14212
14213 2005-07-16  Wim Taymans  <wim@fluendo.com>
14214
14215         * docs/libs/tmpl/gstringbuffer.sgml:
14216         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
14217         (query_rates), (query_positions_elems), (query_positions_pads),
14218         (update_scale), (do_seek):
14219         Updated seek example.
14220
14221         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14222         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
14223         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
14224         (gst_ogg_demux_loop):
14225         Push out correct discont values.
14226
14227         * ext/theora/theoradec.c: (theora_dec_src_convert),
14228         (theora_dec_sink_convert), (theora_dec_src_getcaps),
14229         (theora_dec_sink_event), (theora_handle_type_packet),
14230         (theora_handle_header_packet), (theora_dec_push),
14231         (theora_handle_data_packet), (theora_dec_chain),
14232         (theora_dec_change_state):
14233         Better timestamping.
14234
14235         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
14236         (vorbis_dec_sink_event), (vorbis_dec_push),
14237         (vorbis_handle_data_packet), (vorbis_dec_chain):
14238         * ext/vorbis/vorbisdec.h:
14239         Better timestamping.
14240
14241         * gst-libs/gst/audio/gstbaseaudiosink.c:
14242         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
14243         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
14244         Handle syncing on timestamps instead of sample offsets. Make
14245         use of DISCONT values as described in design docs.
14246
14247         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14248         (gst_base_audio_src_get_time):
14249         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
14250         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
14251         (gst_ring_buffer_read):
14252         * gst-libs/gst/audio/gstringbuffer.h:
14253         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
14254         (gst_ximagesink_show_frame):
14255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
14256         Correcly convert buffer timestamp to stream time.
14257
14258 2005-07-16  Wim Taymans  <wim@fluendo.com>
14259
14260         * gst/audioconvert/gstaudioconvert.c:
14261         (gst_audio_convert_get_buffer):
14262         Timestamp buffers correctly.
14263
14264         * gst/playback/gstplaybin.c: (gen_video_element):
14265         Make internal fakesink silent.
14266
14267 2005-07-15  Wim Taymans  <wim@fluendo.com>
14268
14269         * gst/ffmpegcolorspace/Makefile.am:
14270         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
14271         (gst_ffmpegcsp_caps_remove_format_info),
14272         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
14273         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
14274         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
14275         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
14276         Ported ffmpegcolorspace to basetransform.
14277
14278         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
14279         * gst/volume/gstvolume.c: (volume_transform):
14280         Ported to new API.
14281
14282 2005-07-14  Wim Taymans  <wim@fluendo.com>
14283
14284         * gst/videotestsrc/Makefile.am:
14285         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
14286         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
14287         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
14288         (gst_videotestsrc_init), (gst_videotestsrc_event),
14289         (gst_videotestsrc_create), (gst_videotestsrc_start),
14290         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
14291         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
14292         (gst_videotestsrc_get_property):
14293         * gst/videotestsrc/gstvideotestsrc.h:
14294         Make videotestsrc a pushsrc.
14295
14296 2005-07-14  Wim Taymans  <wim@fluendo.com>
14297
14298         * gst/tcp/gstfdset.c: (gst_fdset_free):
14299         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
14300         (gst_multifdsink_add), (gst_multifdsink_remove),
14301         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
14302         (gst_multifdsink_remove_client_link),
14303         (gst_multifdsink_client_queue_data),
14304         (gst_multifdsink_client_queue_caps),
14305         (gst_multifdsink_client_queue_buffer),
14306         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
14307         (gst_multifdsink_stop):
14308         * gst/tcp/gstmultifdsink.h:
14309         0.8 backporting.
14310
14311         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
14312         Also draw image when not from a pool.
14313
14314 2005-07-14  Wim Taymans  <wim@fluendo.com>
14315
14316         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
14317         (mute_stream), (silence_stream):
14318         Small debug additions.
14319
14320 2005-07-14  Wim Taymans  <wim@fluendo.com>
14321
14322         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
14323         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
14324         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
14325         Better error recovery, ignore unconnected pads and
14326         non-fatal errors.
14327
14328 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
14329
14330         * docs/libs/tmpl/gstaudio.sgml:
14331         * docs/libs/tmpl/gstcolorbalance.sgml:
14332         * docs/libs/tmpl/gstgconf.sgml:
14333         * docs/libs/tmpl/gstmixer.sgml:
14334         * docs/libs/tmpl/gstringbuffer.sgml:
14335         * docs/libs/tmpl/gsttuner.sgml:
14336         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14337         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14338         (gst_tcpclientsrc_class_init):
14339         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14340         (gst_tcpserversrc_class_init):
14341         * sys/v4l/gstv4lelement.c:
14342           more autistic cleanliness in functions/names/defines
14343
14344 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
14345
14346         * configure.ac:
14347           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
14348           added manually to each Makefile.am so we are sure it goes
14349           *last* and doesn't add -L flags before linking in libs of our
14350           own, like, say, internal .la libs, that then accidentally pick
14351           up the installed copy.
14352         * docs/libs/Makefile.am:
14353         * ext/alsa/Makefile.am:
14354         * ext/cdparanoia/Makefile.am:
14355         * ext/gnomevfs/Makefile.am:
14356         * ext/libvisual/Makefile.am:
14357         * ext/ogg/Makefile.am:
14358         * ext/theora/Makefile.am:
14359         * ext/vorbis/Makefile.am:
14360         * gst-libs/gst/video/Makefile.am:
14361         * gst/adder/Makefile.am:
14362         * gst/audioconvert/Makefile.am:
14363         * gst/audiorate/Makefile.am:
14364         * gst/audioscale/Makefile.am:
14365         * gst/ffmpegcolorspace/Makefile.am:
14366         * gst/playback/Makefile.am:
14367         * gst/sine/Makefile.am:
14368         * gst/subparse/Makefile.am:
14369         * gst/tags/Makefile.am:
14370         * gst/tcp/Makefile.am:
14371         * gst/typefind/Makefile.am:
14372         * gst/videorate/Makefile.am:
14373         * gst/videoscale/Makefile.am:
14374         * gst/videotestsrc/Makefile.am:
14375         * gst/volume/Makefile.am:
14376         * sys/v4l/Makefile.am:
14377         * sys/ximage/Makefile.am:
14378         * sys/xvimage/Makefile.am:
14379           adapt properly to this change. This should make sure that
14380           plugins and libs properly link to the as-yet-uninstalled
14381           copies of stuff like libgstinterfaces and libgstvideo
14382
14383 2005-07-13  Andy Wingo  <wingo@pobox.com>
14384
14385         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
14386         (gst_v4lsrc_fixate): Fixate on format as well.
14387
14388         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
14389         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
14390         buffer points to it.
14391         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
14392         rather just doing X calls ourselves. Also fixes a memleak.
14393
14394 2005-07-12  Andy Wingo  <wingo@pobox.com>
14395
14396         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
14397         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
14398         (gst_v4lsrc_create): Re-add the copy-mode property, default to
14399         TRUE to avoid deadlocks if an element holds on to our buffers.
14400
14401 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14402
14403         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14404         (gst_sinesrc_init), (gst_sinesrc_create),
14405         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14406         (gst_sinesrc_start):
14407         * gst/sine/gstsinesrc.h:
14408           removing num-buffers property before moving it
14409
14410 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14411
14412         * configure.ac:
14413           use overridable ERROR_CFLAGS
14414         * docs/libs/gst-plugins-base-libs.types:
14415         * docs/libs/tmpl/gstringbuffer.sgml:
14416         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
14417         (gst_alsasink_class_init):
14418         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14419         (gst_alsasrc_class_init):
14420         * gst-libs/gst/audio/audio.h:
14421         * gst-libs/gst/audio/gstaudioclock.h:
14422         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
14423         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
14424         (gst_audio_filter_link), (gst_audio_filter_init),
14425         (gst_audio_filter_chain), (gst_audio_filter_set_property),
14426         (gst_audio_filter_get_property),
14427         (gst_audio_filter_class_add_pad_templates):
14428         * gst-libs/gst/audio/gstaudiofilter.h:
14429         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
14430         (gst_audio_filter_template_get_type),
14431         (gst_audio_filter_template_base_init),
14432         (gst_audio_filter_template_class_init),
14433         (gst_audio_filter_template_init),
14434         (gst_audio_filter_template_set_property),
14435         (gst_audio_filter_template_get_property), (plugin_init),
14436         (gst_audio_filter_template_setup),
14437         (gst_audio_filter_template_filter),
14438         (gst_audio_filter_template_filter_inplace):
14439         * gst-libs/gst/audio/gstaudiosink.c:
14440         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14441         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
14442         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14443         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14444         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
14445         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
14446         * gst-libs/gst/audio/gstaudiosink.h:
14447         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14448         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14449         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
14450         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
14451         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
14452         (gst_audio_src_class_init), (gst_audio_src_init),
14453         (gst_audio_src_create_ringbuffer):
14454         * gst-libs/gst/audio/gstaudiosrc.h:
14455         * gst-libs/gst/audio/gstbaseaudiosink.c:
14456         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
14457         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
14458         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
14459         (gst_base_audio_sink_set_property),
14460         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
14461         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
14462         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
14463         (gst_base_audio_sink_create_ringbuffer),
14464         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
14465         * gst-libs/gst/audio/gstbaseaudiosink.h:
14466         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14467         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
14468         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
14469         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
14470         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
14471         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
14472         (gst_base_audio_src_event), (gst_base_audio_src_create),
14473         (gst_base_audio_src_create_ringbuffer),
14474         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
14475         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14476         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
14477         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
14478         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
14479         (gst_ring_buffer_debug_spec_caps),
14480         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
14481         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
14482         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
14483         (gst_ring_buffer_start), (gst_ring_buffer_pause),
14484         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
14485         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
14486         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
14487         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
14488         (gst_ring_buffer_clear):
14489         * gst-libs/gst/audio/gstringbuffer.h:
14490         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
14491         (gst_video_sink_class_init), (gst_video_sink_get_type):
14492         * gst-libs/gst/video/videosink.h:
14493         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14494         (gst_multifdsink_class_init),
14495         (gst_multifdsink_handle_client_write),
14496         (gst_multifdsink_change_state):
14497         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14498         (gst_tcpclientsink_setcaps):
14499         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14500         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
14501         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
14502         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
14503         (gst_ximagesink_send_pending_navigation),
14504         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
14505         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
14506         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
14507         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
14508         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
14509         (gst_xvimagesink_send_pending_navigation),
14510         (gst_xvimagesink_navigation_send_event),
14511         (gst_xvimagesink_set_xwindow_id),
14512         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
14513         (gst_xvimagesink_get_type):
14514         more macro splitting
14515
14516 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14517
14518         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
14519           plug a memleak, allows me to import 1479 albums in one go
14520           in jamboree
14521         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
14522         (vorbis_handle_type_packet), (vorbis_dec_chain),
14523         (vorbis_dec_change_state):
14524           fix some format strings
14525
14526 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14527
14528         * docs/libs/tmpl/gstcolorbalance.sgml:
14529         * docs/libs/tmpl/gstmixer.sgml:
14530         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
14531         (gst_alsasink_set_property), (gst_alsasink_get_property):
14532         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
14533         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
14534           add device property
14535
14536 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
14537
14538         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
14539         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
14540         (audiocast_register_listener), (audiocast_thread_run),
14541         (gst_gnomevfssrc_send_additional_headers_callback),
14542         (gst_gnomevfssrc_received_headers_callback),
14543         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
14544         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
14545         (gst_gnomevfssrc_get_size):
14546           add/clean up debugging
14547         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
14548           cleanups
14549
14550 2005-07-07  Andy Wingo  <wingo@pobox.com>
14551
14552         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
14553         framerate. Need to get a handle on when exactly this function is
14554         called, tho.
14555
14556         * sys/v4l/v4lsrc_calls.h:
14557         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
14558         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
14559         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
14560
14561         * sys/v4l/v4l_calls.h: Cast to V4lElement.
14562         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
14563         v4lelements are sources.
14564
14565         * sys/v4l/gstv4lxoverlay.h:
14566         * sys/v4l/gstv4lxoverlay.c:
14567         * sys/v4l/gstv4ltuner.h:
14568         * sys/v4l/gstv4ltuner.c: Header loc fixen.
14569         
14570         * sys/v4l/gstv4lsrc.h:
14571         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
14572         PushSrc/BaseSrc. Removed most sync-related properties, videorate
14573         or something should handle that. Made a live source.
14574
14575         * sys/v4l/gstv4lelement.h:
14576         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
14577         signals. Some cleanups.
14578
14579         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
14580
14581         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
14582         stuff.
14583
14584         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
14585         stuff.
14586
14587         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
14588
14589 2005-07-07  Wim Taymans  <wim@fluendo.com>
14590
14591         * ext/theora/theoradec.c: (theora_get_query_types),
14592         (theora_dec_src_getcaps), (theora_dec_push):
14593         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
14594         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
14595         Remove deprecated/unused query types.
14596
14597 2005-07-06  Wim Taymans  <wim@fluendo.com>
14598
14599         * ext/alsa/Makefile.am:
14600         * ext/alsa/gstalsaplugin.c: (plugin_init):
14601         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
14602         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
14603         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
14604         (gst_alsasrc_class_init), (gst_alsasrc_init),
14605         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
14606         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
14607         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
14608         (gst_alsasrc_reset):
14609         * ext/alsa/gstalsasrc.h:
14610         * gst-libs/gst/audio/Makefile.am:
14611         * gst-libs/gst/audio/gstaudiosink.c:
14612         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
14613         (gst_audioringbuffer_start):
14614         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
14615         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
14616         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
14617         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
14618         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
14619         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
14620         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
14621         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
14622         * gst-libs/gst/audio/gstaudiosrc.h:
14623         * gst-libs/gst/audio/gstbaseaudiosink.c:
14624         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14625         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
14626         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
14627         * gst-libs/gst/audio/gstbaseaudiosrc.c:
14628         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
14629         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
14630         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
14631         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
14632         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
14633         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
14634         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
14635         (gst_baseaudiosrc_change_state):
14636         * gst-libs/gst/audio/gstbaseaudiosrc.h:
14637         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
14638         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
14639         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
14640         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
14641         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
14642         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
14643         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
14644         * gst-libs/gst/audio/gstringbuffer.h:
14645         Added audiosource base classes.
14646         Ported alsasrc, still very basic.
14647
14648 2005-07-06  Wim Taymans  <wim@fluendo.com>
14649
14650         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
14651         (theora_dec_push), (theora_handle_data_packet):
14652         Prepare for better timestamp fix later.
14653
14654         * gst/audioconvert/gstaudioconvert.c:
14655         List most accurate caps first
14656
14657         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
14658         Use proper pad task function.
14659
14660         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14661         (gst_xvimagesink_show_frame):
14662         Fix deadlock when alloc failed.
14663
14664 2005-07-05  Andy Wingo  <wingo@pobox.com>
14665
14666         * ext/gnomevfs/gstgnomevfssrc.c:
14667         * gst/sine/gstsinesrc.c:
14668         * gst/tcp/gsttcpserversrc.c:
14669         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
14670
14671         * sys/v4l/: Port from 0.8.
14672
14673         * Many files: Null if we got it....
14674
14675 2005-07-05  Andy Wingo  <wingo@pobox.com>
14676
14677         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
14678         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
14679         Signedness fixes.
14680
14681 2005-07-05  Wim Taymans  <wim@fluendo.com>
14682
14683         * configure.ac:
14684         * gst/tcp/Makefile.am:
14685         * gst/tcp/README:
14686         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
14687         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
14688         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
14689         (is_sync_frame), (gst_multifdsink_handle_client_write),
14690         (gst_multifdsink_render), (gst_multifdsink_start),
14691         (gst_multifdsink_stop), (gst_multifdsink_change_state):
14692         * gst/tcp/gstmultifdsink.h:
14693         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
14694         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
14695         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
14696         * gst/tcp/gsttcp.h:
14697         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
14698         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
14699         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
14700         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
14701         * gst/tcp/gsttcpclientsink.h:
14702         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
14703         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
14704         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
14705         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
14706         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
14707         * gst/tcp/gsttcpclientsrc.h:
14708         * gst/tcp/gsttcpplugin.c: (plugin_init):
14709         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
14710         * gst/tcp/gsttcpserversink.h:
14711         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
14712         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
14713         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
14714         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
14715         (gst_tcpserversrc_stop):
14716         * gst/tcp/gsttcpserversrc.h:
14717         * gst/tcp/gsttcpsink.c:
14718         * gst/tcp/gsttcpsink.h:
14719         * gst/tcp/gsttcpsrc.c:
14720         * gst/tcp/gsttcpsrc.h:
14721         Ported tcp plugins to 0.9. 
14722         
14723
14724 2005-07-05  Andy Wingo  <wingo@pobox.com>
14725
14726         * gst/playback/gstplaybasebin.c (fill_buffer):
14727         message_new_application fixen.
14728
14729         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
14730         Style fix.
14731
14732 2005-07-04  Wim Taymans  <wim@fluendo.com>
14733
14734         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
14735         Set caps on output buffer.
14736
14737 2005-07-04  Andy Wingo  <wingo@pobox.com>
14738
14739         * ext/gnomevfs/gstgnomevfssrc.c
14740         (gst_gnomevfssrc_received_headers_callback) 
14741         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
14742         hopefully.
14743
14744         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
14745         No refcount leakage.
14746
14747         * configure.ac: Enable -Werror.
14748         
14749         * ext/theora/theoradec.c (theora_dec_src_getcaps):
14750         * gst/audioconvert/bufferframesconvert.c
14751         (buffer_frames_convert_fixate):
14752         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
14753         (gst_audio_convert_fixate):
14754         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
14755         (gst_sinesrc_create): Fixate func changes.
14756         
14757         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
14758         (gst_ximagesink_buffer_alloc): Unused var.
14759
14760 2005-07-01  Andy Wingo  <wingo@pobox.com>
14761
14762         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
14763         getcaps to do explicit caps. Needs to be done in all decoders,
14764         possibly via a base class.
14765
14766         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
14767
14768         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
14769         caps on the sink pad, just rely on the pad template. Also, setting
14770         ANY caps on a pad is not valid because the caps are not fixed.
14771
14772         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
14773         caps on the buffer, and get the width from the desired_caps if
14774         they're set.
14775         (gst_ximagesink_renegotiate_size): Implement via setting the
14776         desired_caps on the ximagesink.
14777         (gst_ximagesink_setcaps): Only reset the width of the player if it
14778         wasn't already set. Not sure if this is right.
14779         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
14780
14781         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
14782         that the user wants. NULL unless the window has been resized.
14783
14784         * gst/volume/gstvolume.c (volume_transform): Adapt to
14785         basetransform refcount changes.
14786         
14787 2005-07-01  Andy Wingo  <wingo@pobox.com>
14788
14789         * gst/videoscale/gstvideoscale.c:
14790         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
14791         from BaseTransform, implements a transform_caps. Removed dead code
14792         including some PAR stuff that was never reached -- should probably
14793         be added back somehow.
14794
14795 2005-07-01  Andy Wingo  <wingo@pobox.com>
14796
14797         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
14798         come later.
14799
14800 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14801
14802         * configure.ac:
14803         * docs/libs/Makefile.am:
14804         * docs/libs/gst-plugins-libs.types:
14805         * ext/alsa/Makefile.am:
14806         * ext/alsa/gstalsamixer.h:
14807         * ext/alsa/gstalsamixeroptions.h:
14808         * ext/alsa/gstalsamixertrack.h:
14809         * gst-libs/gst/Makefile.am:
14810         * gst-libs/gst/colorbalance/.cvsignore:
14811         * gst-libs/gst/colorbalance/Makefile.am:
14812         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
14813         * gst-libs/gst/colorbalance/colorbalance.c:
14814         * gst-libs/gst/colorbalance/colorbalance.h:
14815         * gst-libs/gst/colorbalance/colorbalance.vcproj:
14816         * gst-libs/gst/colorbalance/colorbalancechannel.c:
14817         * gst-libs/gst/colorbalance/colorbalancechannel.h:
14818         * gst-libs/gst/interfaces/Makefile.am:
14819         * gst-libs/gst/interfaces/colorbalance.c:
14820         (gst_color_balance_class_init):
14821         * gst-libs/gst/interfaces/colorbalance.h:
14822         * gst-libs/gst/interfaces/interfaces-marshal.list:
14823         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
14824         * gst-libs/gst/interfaces/mixer.h:
14825         * gst-libs/gst/interfaces/mixeroptions.h:
14826         * gst-libs/gst/interfaces/navigation.c:
14827         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
14828         * gst-libs/gst/interfaces/tuner.h:
14829         * gst/volume/Makefile.am:
14830         * gst/volume/gstvolume.c:
14831         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
14832         * sys/ximage/Makefile.am:
14833         * sys/ximage/ximagesink.c:
14834         * sys/xvimage/Makefile.am:
14835         * sys/xvimage/xvimagesink.c:
14836           fold in all interfaces into an interfaces dir, preserving CVS
14837           history
14838
14839 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14840
14841         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14842           Fix build after riff changes.
14843
14844 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14845
14846         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
14847         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
14848         (gst_riff_create_video_template_caps),
14849         (gst_riff_create_audio_template_caps),
14850         (gst_riff_create_iavs_template_caps):
14851         * gst-libs/gst/riff/riff-media.h:
14852         * gst-libs/gst/riff/riff-read.h:
14853         * gst-libs/gst/riff/riff.c: (gst_riff_init):
14854           Add gst_riff_init() to initialize the debug category, instead
14855           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
14856
14857 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14858
14859         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
14860           Oops, I shouldn't apply hacks.
14861
14862 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14863
14864         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
14865           Remove pad_loop function which doesn't work.
14866
14867 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
14868
14869         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
14870           Send EOS when deactivating.
14871         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
14872         (check_queue), (queue_threshold_reached), (queue_out_of_data),
14873         (gen_preroll_element), (probe_triggered), (mute_stream),
14874         (silence_stream), (new_decoded_pad), (setup_substreams),
14875         (set_active_source):
14876         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
14877         (remove_sinks), (add_sink):
14878         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
14879           Change for new probe API.
14880
14881 2005-06-29  Wim Taymans  <wim@fluendo.com>
14882
14883         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
14884         * gst-libs/gst/audio/gstbaseaudiosink.c:
14885         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
14886         (gst_baseaudiosink_change_state):
14887         * gst-libs/gst/audio/gstbaseaudiosink.h:
14888         * gst-libs/gst/audio/gstringbuffer.c:
14889         (gst_ringbuffer_set_callback):
14890         Fix compilation error.
14891         Ringbuffer starts out as not running.
14892         Free our clock in dispose.
14893         When releasing the ringbuffer we need to renegotiate so
14894         clear the pad caps.
14895
14896 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
14897
14898         * autogen.sh:
14899         * configure.ac:
14900         * docs/Makefile.am:
14901         * docs/libs/Makefile.am:
14902         * docs/libs/gst-plugins-libs-docs.sgml:
14903         * docs/libs/gst-plugins-libs-sections.txt:
14904         * docs/libs/gst-plugins-libs.types:
14905         * docs/libs/tmpl/gstaudio.sgml:
14906         * docs/libs/tmpl/gstcolorbalance.sgml:
14907         * docs/libs/tmpl/gstringbuffer.sgml:
14908         * gst-libs/gst/audio/gstringbuffer.c:
14909         (gst_ringbuffer_set_callback):
14910           reinstate gtk-doc docs for plugin libs
14911
14912 2005-06-28  Wim Taymans  <wim@fluendo.com>
14913
14914         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
14915         (gst_ogg_demux_init):
14916         Removed pad loop function.
14917
14918 2005-06-28  Wim Taymans  <wim@fluendo.com>
14919
14920         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14921         If we're building a chain we are not in an error case
14922         when we queue a buffer.
14923
14924 2005-06-28  Andy Wingo  <wingo@pobox.com>
14925
14926         * *.c: Don't cast to GstObject before reffing/unreffing.
14927
14928 2005-06-27  Andy Wingo  <wingo@pobox.com>
14929
14930         * gst/videotestsrc/gstvideotestsrc.c
14931         (gst_videotestsrc_activate_push): Activation API changes.
14932
14933         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
14934         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
14935         they have refs on the decodebin.
14936
14937         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
14938         parent class.
14939         (gst_ogg_pad_typefind): Don't leak a pad ref.
14940         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
14941         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
14942         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
14943
14944 2005-06-27  Edward Hervey  <edward@fluendo.com>
14945
14946         * ext/theora/theoradec.c: (theora_dec_change_state): 
14947         re-arranged call to parent's state change in order to avoid locks (or
14948         worse).
14949
14950 2005-06-26  Edward Hervey  <edward@fluendo.com>
14951
14952         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
14953         2nd argument of 'unknow-type' signal is a GstCaps and not a
14954         GstMiniObject
14955
14956 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
14957         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
14958           Set the worker thread's running flag to TRUE before starting the
14959           thread.
14960         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
14961           Catch a failure to add typefind to the bin.
14962
14963 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
14964
14965         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
14966         (gst_sinesrc_init), (gst_sinesrc_create),
14967         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
14968         (gst_sinesrc_start):
14969         * gst/sine/gstsinesrc.h:
14970           add num-buffers and timestamp-offset properties
14971         * gst/videotestsrc/gstvideotestsrc.c:
14972         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
14973         (gst_videotestsrc_get_property):
14974           add timestamp-offset property
14975
14976 2005-06-23  Christian Schaller  <uraeus@gnome.org>
14977
14978         * configure.ac: add videorate
14979         * gst-plugins-base.spec.in: add videorate
14980
14981 2005-06-23  Wim Taymans  <wim@fluendo.com>
14982
14983         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
14984         (gst_videorate_getcaps), (gst_videorate_setcaps),
14985         (gst_videorate_event), (gst_videorate_chain):
14986         Fixed videorate, fixating an already fixated caps is not
14987         an error.
14988
14989 2005-06-23  Wim Taymans  <wim@fluendo.com>
14990
14991         * ext/ogg/README:
14992         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
14993         Buffer on caps is not boxed anymore.
14994
14995 2005-06-22  Wim Taymans  <wim@fluendo.com>
14996
14997         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
14998         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
14999         Set buffers on caps as miniobjects and not as boxed.
15000
15001 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15002
15003         * configure.ac:
15004           back to HEAD
15005
15006 === release 0.9.1 ===
15007
15008 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
15009
15010         * .cvsignore:
15011         * NEWS:
15012         * README:
15013         * RELEASE:
15014         * configure.ac:
15015         * po/af.po:
15016         * po/az.po:
15017         * po/cs.po:
15018         * po/en_GB.po:
15019         * po/hu.po:
15020         * po/it.po:
15021         * po/nb.po:
15022         * po/nl.po:
15023         * po/or.po:
15024         * po/sq.po:
15025         * po/sr.po:
15026         * po/sv.po:
15027         * po/uk.po:
15028         * po/vi.po:
15029           updates for release
15030
15031 2005-06-09  Andy Wingo  <wingo@pobox.com>
15032
15033         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
15034         
15035 2005-06-09  Andy Wingo  <wingo@pobox.com>
15036
15037         * configure.ac:
15038         * gst-libs/gst/Makefile.am:
15039         * gst-libs/gst/net/Makefile.am:
15040         Add gstnet to build.
15041
15042 2005-06-09  Andy Wingo  <wingo@pobox.com>
15043
15044         * gst-libs/gst/gconf/gconf.c:
15045         * gst/playback/test.c:
15046         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
15047         fixes.
15048
15049         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
15050
15051         * ext/theora/theoraenc.c (theora_enc_chain): 
15052         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
15053
15054         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
15055         RealPad.
15056
15057 2005-06-02  Wim Taymans  <wim@fluendo.com>
15058
15059         * gst-libs/gst/net/Makefile.am:
15060         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
15061         * pkgconfig/gstreamer-libs.pc.in:
15062         Added net stuff, version net lib.
15063
15064 2005-06-02  Wim Taymans  <wim@fluendo.com>
15065
15066         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
15067         (query_rates), (query_positions_elems), (query_positions_pads),
15068         (do_seek):
15069         Updated seek example.
15070
15071 2005-06-02  Andy Wingo  <wingo@pobox.com>
15072
15073         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
15074         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
15075         list.
15076
15077         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
15078         remove the typefind, the bin dispose will do it for us. When it's
15079         removed and unreffed, the signal handler will be disconnected,
15080         too.
15081         (unlinked): It's too difficult to disconnect from unlinked
15082         handlers, as they are on pads not elements. Just punt if the pads
15083         aren't grandkids of the bin.
15084
15085 2005-06-02  Wim Taymans  <wim@fluendo.com>
15086
15087         * ext/ogg/README:
15088         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15089         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
15090         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
15091         * ext/theora/theoradec.c: (theora_dec_src_query),
15092         (theora_handle_data_packet):
15093         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15094         (theora_enc_chain):
15095         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15096         (vorbis_handle_data_packet):
15097         * gst/audioconvert/bufferframesconvert.c:
15098         (buffer_frames_convert_chain):
15099         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15100         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15101         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15102         (gst_ffmpegcsp_chain):
15103         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15104         (gst_videorate_getcaps), (gst_videorate_setcaps),
15105         (gst_videorate_event), (gst_videorate_chain):
15106         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
15107         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
15108         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15109         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
15110         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15111         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15112         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15113         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15114         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
15115         Cleanups and buffer alloc.
15116
15117 2005-05-31  Wim Taymans  <wim@fluendo.com>
15118
15119         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
15120         Don't try to call the delay method when the device is not
15121         opened.
15122
15123 2005-05-31  Wim Taymans  <wim@fluendo.com>
15124
15125         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
15126         Get actual segment size and buffer size after opening
15127         the device.
15128
15129 2005-05-30  Wim Taymans  <wim@fluendo.com>
15130
15131         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
15132         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
15133         Also FLUSH upstream, makes the loop function exit faster.
15134         
15135         * ext/theora/theoradec.c: (theora_dec_src_query):
15136         Some more debug info in the query.
15137         
15138         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
15139         (gst_ximagesink_setcaps):
15140         Release lock on par error, better error reporting.
15141
15142 2005-05-26  Wim Taymans  <wim@fluendo.com>
15143
15144         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15145         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
15146         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
15147         Clear chains in READY
15148         Queue packets until the chain is activated.
15149
15150 2005-05-25  Wim Taymans  <wim@fluendo.com>
15151
15152         * gst-libs/gst/audio/gstaudiosink.c:
15153         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15154         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15155         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15156         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15157         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15158         (gst_audiosink_create_ringbuffer):
15159         * gst-libs/gst/audio/gstbaseaudiosink.c:
15160         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15161         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15162         (gst_baseaudiosink_set_property), (build_linear_format),
15163         (debug_spec_caps), (debug_spec_buffer),
15164         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15165         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15166         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15167         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15168         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15169         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15170         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15171         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15172         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15173         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15174         (wait_segment), (gst_ringbuffer_commit),
15175         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15176         (gst_ringbuffer_clear):
15177         Various small cleanups.
15178
15179         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15180         (gst_audio_convert_change_state):
15181         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
15182         No need to take the locks anymore.
15183
15184 2005-05-25  Wim Taymans  <wim@fluendo.com>
15185
15186         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
15187         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
15188         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
15189         (type_found):
15190         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
15191         (group_destroy), (group_commit), (queue_overrun),
15192         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
15193         (mute_stream), (new_decoded_pad), (setup_substreams),
15194         (setup_source), (mute_group_type), (set_active_source),
15195         (gst_play_base_bin_change_state):
15196         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
15197         (gen_video_element), (gen_text_element), (gen_audio_element),
15198         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
15199         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
15200         (gst_stream_info_dispose), (gst_stream_info_set_mute):
15201         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
15202         Some playbin cleanups mostly refcounting sloppyness.
15203
15204 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15205
15206         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
15207           Work with streaming input.
15208
15209 2005-05-25  Wim Taymans  <wim@fluendo.com>
15210
15211         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15212         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15213         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15214         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
15215         No need to take the STREAM lock anymore.
15216
15217 2005-05-25  Wim Taymans  <wim@fluendo.com>
15218
15219         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
15220         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
15221         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
15222         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
15223         (gst_ogg_demux_sink_activate):
15224         * ext/theora/theoradec.c: (theora_dec_src_event),
15225         (theora_handle_comment_packet), (theora_dec_chain),
15226         (theora_dec_change_state):
15227         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15228         (vorbis_handle_data_packet), (vorbis_dec_chain),
15229         (vorbis_dec_change_state):
15230         Remove STREAM locks as they are taken in core now.
15231         Never set bogus granulepos on vorbis/theora.
15232         Fix leaks in theoradec tag parsing.
15233
15234 2005-05-25  Wim Taymans  <wim@fluendo.com>
15235
15236         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
15237         Fix memleaks, GST_BUFFER_DATA() is not freed.
15238
15239 2005-05-25  Wim Taymans  <wim@fluendo.com>
15240
15241         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
15242         Open non-blocking, set to blocking mode afterwards to avoid
15243         lockups when audio device is busy.
15244
15245 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15246
15247         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
15248           This can't be good.
15249
15250 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15251
15252         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
15253         (gst_audio_convert_chain), (gst_audio_convert_link_src),
15254         (gst_audio_convert_setcaps):
15255           Implement instant setup switching.
15256
15257 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15258
15259         * gst/playback/gstplaybasebin.c: (probe_triggered):
15260           Fix missing unlock.
15261         * gst/playback/gstplaybin.c: (add_sink):
15262           First add, then link (otherwise pad link fails).
15263
15264 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15265
15266         * examples/Makefile.am:
15267         fix buildbot (make distcheck)
15268
15269 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15270
15271         * gst/playback/gstplaybin.c: (gen_vis_element):
15272           Remove some wrong code. Doesn't work yet.
15273
15274 2005-05-19  Wim Taymans  <wim@fluendo.com>
15275
15276         * gst-libs/gst/net/Makefile.am:
15277         * gst-libs/gst/net/README:
15278         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
15279         (gst_netbuffer_class_init), (gst_netbuffer_init),
15280         (gst_netbuffer_finalize), (gst_netbuffer_copy),
15281         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
15282         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
15283         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
15284         * gst-libs/gst/net/gstnetbuffer.h:
15285         Added buffer subclass to store extra to/from addresses for
15286         network sources/sinks.
15287
15288 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15289
15290         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
15291           Don't lock an unassigned variable.
15292
15293 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15294
15295         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
15296           Increase buffer for video, decrease buffer for other media types.
15297         * gst/playback/gstplaybin.c: (gen_video_element),
15298         (gen_audio_element):
15299           Change names for debugging purposes.
15300
15301 2005-05-18  Wim Taymans  <wim@fluendo.com>
15302
15303         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15304         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15305         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
15306         (gst_ffmpegcsp_chain):
15307         Enable buffer alloc passthrough if the source and dest
15308         formats are the same.
15309
15310 2005-05-17  Wim Taymans  <wim@fluendo.com>
15311
15312         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
15313         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15314         (gst_ogg_demux_chain_unlocked):
15315         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15316         (gst_audio_convert_caps_remove_format_info),
15317         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15318         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
15319         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15320         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15321         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
15322         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
15323         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
15324         (gst_ffmpegcsp_get_property):
15325         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
15326         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
15327         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
15328         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
15329         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
15330         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
15331         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
15332         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
15333         Leak fixes in oggdemux.
15334         Some cleanups in audioconvert.
15335         Make passthrough work along with buffer_alloc etc.
15336         Make buffer_alloc and buffer recycling actually work in
15337         xvimagesink.
15338
15339 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
15340
15341         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
15342           make the compiler happy
15343
15344 2005-05-17  Wim Taymans  <wim@fluendo.com>
15345
15346         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
15347         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
15348         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
15349         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
15350         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
15351         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
15352         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
15353         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
15354         (gst_xvimagesink_set_xwindow_id):
15355         * sys/xvimage/xvimagesink.h:
15356         Port xvimagesink to new MiniObject.
15357
15358 2005-05-17  Wim Taymans  <wim@fluendo.com>
15359
15360         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
15361         (gst_audiofilter_chain):
15362         * gst-libs/gst/audio/gstaudiosink.c:
15363         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15364         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15365         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15366         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15367         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15368         (gst_audiosink_create_ringbuffer):
15369         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15370         (gst_audio_convert_caps_remove_format_info),
15371         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15372         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15373         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15374         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15375         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15376         Fix passthrough in ffmpegcolorspace.
15377         Fix memset in audiosink on wrong memory.
15378
15379 2005-05-16  David Schleef  <ds@schleef.org>
15380
15381         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
15382         to GstMiniObject.
15383
15384 2005-05-16  David Schleef  <ds@schleef.org>
15385
15386         Port from GstData to GstMiniObject.
15387         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
15388         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
15389         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
15390         (gst_ogg_mux_collected):
15391         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
15392         * ext/theora/theoradec.c: (theora_handle_comment_packet),
15393         (theora_handle_data_packet):
15394         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
15395         (theora_set_header_on_caps), (theora_enc_chain):
15396         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15397         (vorbis_handle_comment_packet):
15398         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
15399         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
15400         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
15401         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
15402         * gst/audioconvert/gstaudioconvert.c:
15403         (gst_audio_convert_get_buffer):
15404         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15405         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
15406         (mute_stream), (silence_stream):
15407         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15408         * gst/volume/gstvolume.c: (volume_transform):
15409         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
15410         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
15411         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
15412         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
15413         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
15414         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
15415         (gst_ximagesink_buffer_alloc):
15416         * sys/ximage/ximagesink.h:
15417
15418 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15419
15420         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15421         (fill_buffer), (check_queue), (queue_threshold_reached),
15422         (queue_out_of_data):
15423         * gst/playback/gstplaybasebin.h:
15424           Post buffer-fullness on the bus.
15425
15426 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15427
15428         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
15429         (try_to_link_1):
15430         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
15431         (group_commit), (probe_triggered), (setup_source),
15432         (gst_play_base_bin_change_state):
15433         * gst/playback/gstplaybasebin.h:
15434         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15435         (gst_play_bin_init), (remove_sinks), (setup_sinks),
15436         (gst_play_bin_change_state):
15437           Move setup_output_pads into a virtual function, remove
15438           group-switch (no longer needed) and redirect (handled by bus
15439           now) signals.
15440
15441 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15442
15443         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
15444         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
15445         (get_active_group), (get_building_group), (group_destroy),
15446         (group_commit), (check_queue), (queue_overrun),
15447         (queue_threshold_reached), (queue_out_of_data),
15448         (gen_preroll_element), (remove_groups), (unknown_type),
15449         (add_element_stream), (no_more_pads), (probe_triggered),
15450         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
15451         (setup_substreams), (setup_source), (finish_source),
15452         (prepare_output), (muted_group_change_state),
15453         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
15454         (gst_play_base_bin_change_state):
15455         * gst/playback/gstplaybasebin.h:
15456         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15457         (gst_play_bin_init), (gst_play_bin_set_property),
15458         (gen_video_element), (gen_text_element), (gen_audio_element),
15459         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
15460         (gst_play_bin_change_state):
15461         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
15462         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
15463         (stream_info_change_state), (gst_stream_info_set_mute),
15464         (gst_stream_info_get_property):
15465         * gst/playback/gststreaminfo.h:
15466         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
15467         (gst_stream_selector_get_linked_pad),
15468         (gst_stream_selector_getcaps),
15469         (gst_stream_selector_get_linked_pads),
15470         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
15471         * gst/playback/gststreamselector.h:
15472           Rough port of playbin. Needs some more work, but is mostly done,
15473           and uses a few locks in important places, which should make stuff
15474           like chain-switches clean. Still uses GST_STATE() in a few places,
15475           which isn't all that good an idea, subtitles/elements disabled
15476           because no elements to test with and thus probably broken, query
15477           and event handling moved to GstBin, internal thread removed
15478           alltogether because the pipeline does that for us now. Can play
15479           Ogg/Vorbis files. Haven't tested anything else yet.
15480
15481 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15482
15483         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
15484           Do no-more-pads (needed for autoplugging).
15485
15486 2005-05-10  Andy Wingo  <wingo@pobox.com>
15487
15488         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
15489         message to the bus with the tags. Still not sent downstream tho.
15490
15491         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
15492         get_parent.
15493         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
15494         avoid refcounting hassles.
15495
15496 2005-05-09  Andy Wingo  <wingo@pobox.com>
15497
15498         * gst/volume/Makefile.am:
15499         * gst/volume/demo.c
15500         * gst/volume/gstvolume.h
15501         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
15502         basetransform. Probably need an audio filter base class.
15503
15504 2005-05-09  Wim Taymans  <wim@fluendo.com>
15505
15506         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
15507         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
15508         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
15509         (gst_vorbisenc_chain):
15510         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15511         (gst_audio_convert_caps_remove_format_info),
15512         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15513         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15514         Make caps writable before writing to it.
15515         Fix negotiation in audioconvert some more.
15516
15517 2005-05-09  Wim Taymans  <wim@fluendo.com>
15518
15519         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
15520         (gst_videorate_getcaps), (gst_videorate_setcaps),
15521         (gst_videorate_event), (gst_videorate_chain):
15522         Better negotiation.
15523
15524 2005-05-09  Wim Taymans  <wim@fluendo.com>
15525
15526         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
15527         (gst_videorate_getcaps), (gst_videorate_setcaps),
15528         (gst_videorate_blank_data), (gst_videorate_init),
15529         (gst_videorate_event), (gst_videorate_chain),
15530         (gst_videorate_change_state):
15531         Port videorate, do a better job at negotiation while we're at
15532         it.
15533
15534 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
15535
15536         * configure.ac:
15537           Disable libvisual
15538
15539         * examples/Makefile.am:
15540         * gst-libs/gst/audio/Makefile.am:
15541         * gst-libs/gst/riff/Makefile.am:
15542         * gst-libs/gst/tag/Makefile.am:
15543         * gst-libs/gst/video/Makefile.am:
15544           Fixups for missing variables.
15545
15546 2005-05-09  Wim Taymans  <wim@fluendo.com>
15547
15548         * examples/seeking/seek.c: (make_theora_pipeline),
15549         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
15550         (query_rates), (query_positions_elems), (query_positions_pads),
15551         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
15552         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
15553         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
15554         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
15555         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
15556         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
15557         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15558         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15559         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15560         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
15561         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
15562         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
15563         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
15564         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
15565         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
15566         (theora_dec_src_convert), (theora_dec_sink_convert),
15567         (theora_dec_src_query), (theora_dec_sink_query),
15568         (theora_dec_src_event), (theora_dec_sink_event),
15569         (theora_handle_comment_packet), (theora_handle_type_packet),
15570         (theora_handle_header_packet), (theora_handle_data_packet),
15571         (theora_dec_chain):
15572         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
15573         (vorbis_dec_convert), (vorbis_dec_src_query),
15574         (vorbis_dec_sink_query), (vorbis_dec_src_event),
15575         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15576         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15577         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15578         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
15579         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
15580         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
15581         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
15582         (gst_play_bin_query):
15583         * gst/playback/test3.c: (update_scale):
15584         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
15585         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
15586         * gst/subparse/gstsubparse.c: (gst_subparse_init):
15587         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
15588         (gst_videotestsrc_src_query):
15589         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
15590         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
15591         (paint_hline_YUV9):
15592         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
15593         Port to new query API.
15594         Updated seek.
15595         Cleanups in x[v]imagesink
15596
15597 2005-05-09  Andy Wingo  <wingo@pobox.com>
15598
15599         * ext/alsa/gstalsasink.h:
15600         * ext/gnomevfs/gstgnomevfssrc.c:
15601         (gst_gnomevfssrc_get_icy_metadata):
15602         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
15603         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
15604         * ext/theora/theoradec.c (theora_dec_src_query)
15605         (theora_dec_src_event, theora_dec_sink_event)
15606         (theora_handle_comment_packet, theora_handle_data_packet):
15607         * ext/theora/theoraenc.c (theora_enc_chain):
15608         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
15609         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
15610         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
15611         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
15612         (qt_type_find):
15613         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
15614         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
15615         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
15616         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
15617         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
15618         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
15619         (paint_setup_xBGR8888, paint_setup_RGBx8888)
15620         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
15621         (paint_setup_RGB565, paint_setup_xRGB1555):
15622         * gst/videotestsrc/videotestsrc.h:
15623         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
15624         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
15625         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
15626         GCC4 fixes.
15627         
15628         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
15629         gst_pad_query_position. Fixes oggdemux.
15630
15631 2005-05-08  David Schleef  <ds@schleef.org>
15632
15633         * configure.ac: Require liboil.
15634         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
15635         a few more.
15636         * gst/videotestsrc/videotestsrc.c:
15637         * gst/videotestsrc/videotestsrc.h:
15638
15639 2005-05-06  Wim Taymans  <wim@fluendo.com>
15640
15641         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15642         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15643         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15644         Well, unreffing a buffer right before pushing it is asking
15645         for trouble..
15646
15647 2005-05-06  Christian Schaller  <uraeus@gnome.org>
15648
15649         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
15650
15651 2005-05-06  Wim Taymans  <wim@fluendo.com>
15652
15653         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15654         (gst_audio_convert_caps_remove_format_info),
15655         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
15656         (gst_audio_convert_fixate), (gst_audio_convert_channels):
15657         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15658         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
15659         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
15660         * gst/sine/Makefile.am:
15661         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
15662         (gst_sinesrc_class_init), (gst_sinesrc_init),
15663         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
15664         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
15665         (gst_sinesrc_update_freq):
15666         * gst/sine/gstsinesrc.h:
15667         * gst/tcp/gstmultifdsink.c:
15668         * sys/xvimage/xvimagesink.c:
15669         Fixed negotiation wrt _peer_get_caps()
15670         Some cleanups.
15671
15672
15673 2005-05-06  Wim Taymans  <wim@fluendo.com>
15674
15675         * gst-libs/gst/audio/gstaudiosink.c:
15676         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15677         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15678         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15679         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15680         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15681         (gst_audiosink_create_ringbuffer):
15682         * gst-libs/gst/audio/gstbaseaudiosink.c:
15683         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15684         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15685         (gst_baseaudiosink_set_property), (build_linear_format),
15686         (debug_spec_caps), (debug_spec_buffer),
15687         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15688         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15689         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15690         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15691         * gst-libs/gst/audio/gstbaseaudiosink.h:
15692         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15693         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15694         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
15695         (gst_ringbuffer_play), (gst_ringbuffer_pause),
15696         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
15697         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
15698         (wait_segment), (gst_ringbuffer_commit),
15699         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
15700         (gst_ringbuffer_clear):
15701         * gst-libs/gst/audio/gstringbuffer.h:
15702         Make the base audiosink return an error when there is no
15703         audiobuffer negotiated.
15704
15705 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
15706
15707         * ext/Makefile.am:
15708         Disable cdparanoia until someone ports it!
15709
15710 2005-05-06  Wim Taymans  <wim@fluendo.com>
15711
15712         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15713         (gst_ogg_demux_sink_activate):
15714         And revert after wingo's revert.. sigh..
15715
15716 2005-05-05  Andy Wingo  <wingo@pobox.com>
15717
15718         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
15719         GObject.
15720         * configure.ac: Return audiorate and subparse from the ghetto.
15721         Re-enable -Wall -Werror.
15722         * gst/subparse/gstsubparse.c:
15723         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
15724         or chain-based. Cleaned up a bit. Not tested.
15725         
15726 2005-05-05  Christian Schaller <christian@fluendo.com> 
15727
15728         * Makefile.am: remove stuff that is not building
15729         * configure.ac: remove stuff that is not building
15730         * examples/Makefile.am: remove stuff that is not building
15731         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
15732         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
15733         * sys/Makefile.am: remove stuff that is not building
15734         * testsuite/Makefile.am: remove stuff that is not building
15735
15736 2005-05-05  Andy Wingo  <wingo@pobox.com>
15737
15738         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
15739         * gst-libs/gst/tag/gstvorbistag.c:
15740         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
15741         * gst/adder/gstadder.h:
15742         * gst/audioconvert/gstchannelmix.c:
15743         (gst_audio_convert_fill_one_other):
15744         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
15745         (gst_audiorate_init), (gst_audiorate_chain):
15746         * gst/playback/gstplaybasebin.c: (setup_source):
15747         * gst/playback/test3.c: (update_scale):
15748         Some GCC4 fixes
15749         
15750         * po/af.po:
15751         * po/az.po:
15752         * po/cs.po:
15753         * po/en_GB.po:
15754         * po/hu.po:
15755         * po/it.po:
15756         * po/nb.po:
15757         * po/nl.po:
15758         * po/or.po:
15759         * po/sq.po:
15760         * po/sr.po:
15761         * po/sv.po:
15762         * po/uk.po:
15763         * po/vi.po: Foo
15764
15765 2005-05-05  Wim Taymans  <wim@fluendo.com>
15766
15767         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
15768         (gst_audio_convert_caps_remove_format_info),
15769         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
15770         (gst_audio_convert_change_state), (gst_audio_convert_channels):
15771         * gst/videotestsrc/gstvideotestsrc.c:
15772         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
15773         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
15774         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
15775         (gst_videotestsrc_init), (gst_videotestsrc_loop):
15776         Don't ignore _push() return values.
15777         Make sure no processing is done when shutting down.
15778         Videotestsrc pad activation fix.
15779
15780 2005-05-05  Wim Taymans  <wim@fluendo.com>
15781
15782         * gst/adder/Makefile.am:
15783         * gst/adder/gstadder.c: (gst_adder_setcaps),
15784         (gst_adder_class_init), (gst_adder_init),
15785         (gst_adder_request_new_pad), (gst_adder_collected),
15786         (gst_adder_change_state):
15787         * gst/adder/gstadder.h:
15788         Ported adder as an example of a mixer element using
15789         collect pads. Needs more negotiation work.
15790
15791 2005-05-05  Wim Taymans  <wim@fluendo.com>
15792
15793         * ext/theora/theoradec.c: (_inc_granulepos),
15794         (theora_dec_src_event), (theora_dec_sink_event),
15795         (theora_handle_comment_packet), (theora_handle_type_packet),
15796         (theora_handle_header_packet), (theora_handle_data_packet),
15797         (theora_dec_chain):
15798         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
15799         (gst_theora_enc_init), (theora_enc_sink_setcaps),
15800         (theora_push_buffer), (theora_push_packet),
15801         (theora_enc_sink_event), (theora_enc_chain),
15802         (theora_enc_change_state), (theora_enc_set_property),
15803         (theora_enc_get_property):
15804         Added stream lock to decoder so that we can serialize
15805         the discont event.
15806         More theoraenc porting, recover from errors, do clean
15807         shutdown.
15808
15809 2005-05-05  Wim Taymans  <wim@fluendo.com>
15810
15811         * ext/ogg/Makefile.am:
15812         * ext/ogg/README:
15813         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15814         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
15815         (gst_ogg_print):
15816         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
15817         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
15818         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
15819         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
15820         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
15821         (gst_ogg_mux_change_state):
15822         Ported ogg muxer.
15823
15824 2005-05-05  Wim Taymans  <wim@fluendo.com>
15825
15826         * docs/design-audiosinks.txt:
15827         * gst-libs/gst/audio/TODO:
15828         * gst-libs/gst/audio/gstaudiosink.c:
15829         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15830         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15831         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15832         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15833         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15834         (gst_audiosink_create_ringbuffer):
15835         * gst-libs/gst/audio/gstbaseaudiosink.c:
15836         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15837         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15838         (gst_baseaudiosink_set_property), (build_linear_format),
15839         (debug_spec_caps), (debug_spec_buffer),
15840         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15841         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15842         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15843         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15844         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15845         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15846         (gst_ringbuffer_release), (gst_ringbuffer_play),
15847         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15848         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15849         (gst_ringbuffer_set_sample), (wait_segment),
15850         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15851         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15852         More work on the audiosink, mostly debugging and a race in
15853         shutdown.
15854
15855 2005-04-28  Wim Taymans  <wim@fluendo.com>
15856
15857         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
15858         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
15859         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
15860         (vorbis_dec_src_query), (vorbis_dec_src_event),
15861         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15862         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15863         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
15864         Don't crap out when seeking back to position 0.
15865
15866 2005-04-28  Wim Taymans  <wim@fluendo.com>
15867
15868         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
15869         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
15870         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
15871         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
15872         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
15873         Make audio sink configurable, use alsasink as default.
15874
15875 2005-04-28  Wim Taymans  <wim@fluendo.com>
15876
15877         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15878         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
15879         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
15880         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
15881         (vorbis_dec_change_state):
15882         * ext/vorbis/vorbisdec.h:
15883         Refactor, use STREAM_LOCK.
15884
15885 2005-04-28  Wim Taymans  <wim@fluendo.com>
15886
15887         * ext/theora/theoradec.c: (_inc_granulepos),
15888         (theora_dec_sink_event), (theora_handle_comment_packet),
15889         (theora_handle_type_packet), (theora_handle_header_packet),
15890         (theora_handle_data_packet), (theora_dec_chain),
15891         (theora_dec_change_state):
15892         Refactor a bit, use STREAM_LOCK.
15893
15894 2005-04-28  Wim Taymans  <wim@fluendo.com>
15895
15896         * ext/alsa/Makefile.am:
15897         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
15898         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
15899         (gst_alsa_link), (gst_alsa_close_audio):
15900         * ext/alsa/gstalsaplugin.c: (plugin_init):
15901         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
15902         (gst_alsasink_dispose), (gst_alsasink_base_init),
15903         (gst_alsasink_class_init), (gst_alsasink_init),
15904         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
15905         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
15906         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
15907         (gst_alsasink_reset):
15908         * ext/alsa/gstalsasink.h:
15909         Implement alsasink with simple open/write/close API. 
15910         Make alsa dir build by disabling compilation of code.
15911
15912 2005-04-28  Wim Taymans  <wim@fluendo.com>
15913
15914         * gst-libs/gst/audio/Makefile.am:
15915         * gst-libs/gst/audio/audio.h:
15916         * gst-libs/gst/audio/audioclock.c:
15917         * gst-libs/gst/audio/audioclock.h:
15918         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
15919         (gst_audio_clock_class_init), (gst_audio_clock_init),
15920         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
15921         * gst-libs/gst/audio/gstaudioclock.h:
15922         * gst-libs/gst/audio/gstaudiosink.c:
15923         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
15924         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
15925         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
15926         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
15927         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
15928         (gst_audiosink_create_ringbuffer):
15929         * gst-libs/gst/audio/gstbaseaudiosink.c:
15930         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
15931         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
15932         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
15933         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
15934         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
15935         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
15936         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
15937         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
15938         * gst-libs/gst/audio/gstbaseaudiosink.h:
15939         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
15940         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
15941         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
15942         (gst_ringbuffer_release), (gst_ringbuffer_play),
15943         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
15944         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
15945         (gst_ringbuffer_set_sample), (wait_segment),
15946         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
15947         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
15948         * gst-libs/gst/audio/gstringbuffer.h:
15949         Make ringbuffer faster and more simple by removing the locks
15950         in the playback thread.
15951         Add sample accurate playback based on buffer sample offsets.
15952         Make the baseaudiosink provide a clock.
15953         Parse caps in the base class.
15954         Correctly handle seeking, flushing and state changes.
15955
15956 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
15957
15958         * configure.ac:
15959         * gst/audioconvert/Makefile.am:
15960         * gst/audioscale/Makefile.am:
15961           Fix part of the build.  Come on guys, autogen didn't even work :)
15962
15963 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15964
15965         * configure.ac:
15966         * gst-libs/gst/Makefile.am:
15967         * gst-libs/gst/media-info/.cvsignore:
15968         * gst-libs/gst/media-info/Makefile.am:
15969         * gst-libs/gst/media-info/README:
15970         * gst-libs/gst/media-info/media-info-priv.c:
15971         * gst-libs/gst/media-info/media-info-priv.h:
15972         * gst-libs/gst/media-info/media-info-test.c:
15973         * gst-libs/gst/media-info/media-info.c:
15974         * gst-libs/gst/media-info/media-info.h:
15975         * gst-libs/gst/media-info/media-info.vcproj:
15976         * pkgconfig/Makefile.am:
15977         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
15978         * pkgconfig/gstreamer-media-info.pc.in:
15979           Remove media-info, which is also successed by playbin (see Totem
15980           implementation).
15981
15982 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
15983
15984         * configure.ac:
15985         * examples/Makefile.am:
15986         * examples/gstplay/.cvsignore:
15987         * examples/gstplay/Makefile.am:
15988         * examples/gstplay/player.c:
15989         * gst-libs/gst/Makefile.am:
15990         * gst-libs/gst/play/.cvsignore:
15991         * gst-libs/gst/play/Makefile.am:
15992         * gst-libs/gst/play/play.c:
15993         * gst-libs/gst/play/play.h:
15994         * gst-libs/gst/play/play.vcproj:
15995         * pkgconfig/Makefile.am:
15996         * pkgconfig/gstreamer-play-uninstalled.pc.in:
15997         * pkgconfig/gstreamer-play.pc.in:
15998           Remove libgstplay, playbin is now the official successor.
15999
16000 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16001
16002         * configure.ac:
16003         * gst-libs/gst/Makefile.am:
16004         * gst-libs/gst/xwindowlistener/Makefile.am:
16005         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
16006         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
16007           Remove deprecated xwindowlistener (I've moved xwindowlistening
16008           in the v4l/v4l2 plugins over to serverside).
16009
16010 2005-04-25  David Schleef  <ds@schleef.org>
16011
16012         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
16013         to examples/dynparams.  Examples do not belong interspersed with
16014         source code.
16015         * examples/dynparams/demo-dparams.c:
16016         * gst/sine/Makefile.am:
16017         * gst/sine/demo-dparams.c:
16018
16019 2005-04-25  David Schleef  <ds@schleef.org>
16020
16021         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
16022         * gst-libs/gst/audio/Makefile.am:
16023         * gst-libs/gst/riff/Makefile.am:
16024         * gst-libs/gst/tag/Makefile.am:
16025         * gst-libs/gst/video/Makefile.am:
16026         * gst-libs/gst/xwindowlistener/Makefile.am:
16027
16028         Convert to 0.9 API, seems to work:
16029         * sys/ximage/Makefile.am:
16030         * sys/ximage/ximagesink.c:
16031
16032 2005-04-24  David Schleef  <ds@schleef.org>
16033
16034         Link plugins against libraries:
16035         * ext/alsa/Makefile.am:
16036         * gst/tcp/Makefile.am:
16037
16038         Remove asm code that should be in liboil
16039         * gst/videoscale/Makefile.am:
16040         * gst/videoscale/videoscale_x86_asm.s:
16041
16042         gettext wants these checked in:
16043         * po/af.po:
16044         * po/az.po:
16045         * po/cs.po:
16046         * po/en_GB.po:
16047         * po/hu.po:
16048         * po/it.po:
16049         * po/nb.po:
16050         * po/nl.po:
16051         * po/or.po:
16052         * po/sq.po:
16053         * po/sr.po:
16054         * po/sv.po:
16055         * po/uk.po:
16056         * po/vi.po:
16057
16058 2005-04-24  David Schleef  <ds@schleef.org>
16059
16060         Convert gst_main() to g_main_loop_run()
16061         * gst/playback/decodetest.c: (main):
16062         * gst/playback/test2.c: (main):
16063         * gst/playback/test3.c: (main):
16064         * gst/playback/test4.c: (main):
16065
16066         Link plugins against libraries:
16067         * ext/libvisual/Makefile.am:
16068         * sys/xvimage/Makefile.am:
16069
16070 2005-04-24  David Schleef  <ds@schleef.org>
16071
16072         * configure.ac: Remove idct and resample libs
16073         * gst-libs/gst/Makefile.am: same
16074
16075         Remove usage of gst_library_load():
16076         * ext/alsa/gstalsaplugin.c: (plugin_init):
16077         * ext/libvisual/visual.c: (plugin_init):
16078         * ext/ogg/gstogg.c: (plugin_init):
16079         * ext/theora/theora.c: (plugin_init):
16080         * ext/vorbis/vorbis.c: (plugin_init):
16081         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
16082         * gst/audioscale/gstaudioscale.c:
16083         * gst/adder/gstadder.c: (plugin_init):
16084         * gst/audioconvert/plugin.c: (plugin_init):
16085         * sys/ximage/ximagesink.c: (plugin_init):
16086         * sys/xvimage/xvimagesink.c: (plugin_init):
16087         * gst/tcp/gsttcpplugin.c: (plugin_init):
16088
16089         Link plugins against libraries:
16090         * ext/ogg/Makefile.am:
16091         * ext/theora/Makefile.am:
16092         * ext/vorbis/Makefile.am:
16093         * gst/audioconvert/Makefile.am:
16094
16095         Create proper libraries:
16096         * gst-libs/gst/riff/Makefile.am:
16097         * gst-libs/gst/audio/Makefile.am:
16098         * gst-libs/gst/video/Makefile.am:
16099
16100         Move resample library to audioscale plugin directory:
16101         * gst-libs/gst/resample/Makefile.am:
16102         * gst-libs/gst/resample/README:
16103         * gst-libs/gst/resample/dtof.c:
16104         * gst-libs/gst/resample/dtos.c:
16105         * gst-libs/gst/resample/functable.c:
16106         * gst-libs/gst/resample/private.h:
16107         * gst-libs/gst/resample/resample.c:
16108         * gst-libs/gst/resample/resample.h:
16109         * gst-libs/gst/resample/resample.vcproj:
16110         * gst-libs/gst/resample/test.c:
16111         * gst/audioscale/Makefile.am:
16112         * gst/audioscale/README:
16113         * gst/audioscale/dtof.c:
16114         * gst/audioscale/dtos.c:
16115         * gst/audioscale/functable.c:
16116         * gst/audioscale/private.h:
16117         * gst/audioscale/resample.c:
16118         * gst/audioscale/resample.h:
16119         * gst/audioscale/test.c:
16120
16121         Move tagedit library to gst-libs:
16122         * gst-libs/gst/tag/Makefile.am:
16123         * gst-libs/gst/tag/gstid3tag.c:
16124         * gst-libs/gst/tag/gsttagediting.c:
16125         * gst-libs/gst/tag/gsttageditingprivate.h:
16126         * gst-libs/gst/tag/gstvorbistag.c:
16127         * gst/tags/Makefile.am:
16128         * gst/tags/gstid3tag.c:
16129         * gst/tags/gstvorbistag.c:
16130
16131         Fix for core changes:
16132         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
16133         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
16134         (gst_sinesrc_getrange):
16135
16136 2005-04-23  David Schleef  <ds@schleef.org>
16137
16138         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
16139         in gst-plugins in a long time, and properly belongs in liboil.
16140         * gst-libs/gst/idct/Makefile.am:
16141         * gst-libs/gst/idct/README:
16142         * gst-libs/gst/idct/dct.h:
16143         * gst-libs/gst/idct/doieee:
16144         * gst-libs/gst/idct/fastintidct.c:
16145         * gst-libs/gst/idct/floatidct.c:
16146         * gst-libs/gst/idct/idct.c:
16147         * gst-libs/gst/idct/idct.h:
16148         * gst-libs/gst/idct/idtc.vcproj:
16149         * gst-libs/gst/idct/ieeetest.c:
16150         * gst-libs/gst/idct/intidct.c:
16151
16152 2005-04-20  Wim Taymans  <wim@fluendo.com>
16153
16154         * docs/design-audiosinks.txt:
16155         * gst-libs/gst/audio/Makefile.am:
16156         * gst-libs/gst/audio/TODO:
16157         * gst-libs/gst/audio/gstaudiosink.c:
16158         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
16159         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
16160         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
16161         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
16162         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
16163         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
16164         (gst_audiosink_class_init), (gst_audiosink_init),
16165         (gst_audiosink_create_ringbuffer):
16166         * gst-libs/gst/audio/gstaudiosink.h:
16167         * gst-libs/gst/audio/gstbaseaudiosink.c:
16168         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
16169         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
16170         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
16171         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
16172         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
16173         (gst_baseaudiosink_create_ringbuffer),
16174         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
16175         * gst-libs/gst/audio/gstbaseaudiosink.h:
16176         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
16177         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
16178         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
16179         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
16180         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
16181         (gst_ringbuffer_play), (gst_ringbuffer_pause),
16182         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
16183         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
16184         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
16185         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
16186         * gst-libs/gst/audio/gstringbuffer.h:
16187         An attempt at a set of audio base classes together with some
16188         design docs.
16189
16190 2005-04-20  Wim Taymans  <wim@fluendo.com>
16191
16192         * gst/audioconvert/Makefile.am:
16193         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
16194         (gst_audio_convert_caps_remove_format_info),
16195         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
16196         (gst_audio_convert_channels):
16197         Link against audio libs.
16198         Fix audio convert plugin.
16199
16200 2005-04-20  Wim Taymans  <wim@fluendo.com>
16201
16202         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
16203         (gst_ogg_demux_sink_activate):
16204         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
16205         (theora_set_header_on_caps), (theora_enc_sink_event),
16206         (theora_enc_chain):
16207         Fix theora encoder.
16208
16209 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16210
16211         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
16212         * gst/playback/gstdecodebin.c: (find_compatibles):
16213           Work with staticpadtemplates in elementfactories.
16214
16215 2005-04-12  Wim Taymans  <wim@fluendo.com>
16216
16217         * gst/playback/README:
16218         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
16219         (compare_ranks), (print_feature), (gst_decode_bin_init),
16220         (dynamic_create), (dynamic_free), (find_compatibles),
16221         (mimetype_is_raw), (close_pad_link), (got_redirect),
16222         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
16223         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
16224         (gst_decode_bin_change_state):
16225         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
16226         (gst_play_base_bin_init), (group_destroy), (group_commit),
16227         (check_queue), (queue_overrun), (queue_threshold_reached),
16228         (queue_out_of_data), (gen_preroll_element), (unknown_type),
16229         (new_decoded_pad), (setup_subtitle), (gen_source_element),
16230         (got_redirect), (setup_source), (play_base_eos),
16231         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
16232         (gst_play_base_bin_remove_element):
16233         * gst/playback/gstplaybasebin.h:
16234         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
16235         (gst_play_bin_init), (gst_play_bin_dispose),
16236         (gst_play_bin_set_property), (gen_video_element),
16237         (gen_text_element), (gen_audio_element), (remove_sinks),
16238         (gst_play_bin_send_event):
16239         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
16240         (stream_info_change_state), (gst_stream_info_set_mute):
16241         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
16242         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
16243         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
16244         (gst_stream_selector_chain):
16245         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
16246         (main):
16247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
16248         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
16249         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16250         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
16251         Raw and crude port of decodebin. 
16252         Make playbin compile.
16253
16254 2005-04-06  Wim Taymans  <wim@fluendo.com>
16255
16256         * ext/gnomevfs/Makefile.am:
16257         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
16258         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16259         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
16260         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
16261         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
16262         (gst_gnomevfssrc_stop):
16263         * ext/ogg/Makefile.am:
16264         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
16265         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
16266         * ext/theora/Makefile.am:
16267         * ext/theora/theoradec.c: (_inc_granulepos),
16268         (theora_dec_sink_event), (theora_dec_chain):
16269         * ext/vorbis/Makefile.am:
16270         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
16271         (vorbis_dec_sink_event), (vorbis_dec_chain):
16272         * gst-libs/gst/audio/Makefile.am:
16273         * sys/xvimage/Makefile.am:
16274         Make gnomevfssrc extend the source base class.
16275         Fix linking against libs in various plugins.
16276
16277 2005-04-06  Andy Wingo  <wingo@pobox.com>
16278
16279         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
16280         GST_BASE_LIBS.
16281
16282         * configure.ac: Add check and AC_SUBST for libgstbase.
16283
16284 2005-03-31  Wim Taymans  <wim@fluendo.com>
16285
16286         * examples/seeking/Makefile.am:
16287         * examples/seeking/cdparanoia.c: (main):
16288         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
16289         (play_cb), (pause_cb), (stop_cb), (main):
16290         * examples/seeking/playbin.c:
16291         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
16292         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
16293         (make_sid_pipeline), (make_vorbis_pipeline),
16294         (make_theora_pipeline), (make_vorbis_theora_pipeline),
16295         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
16296         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
16297         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
16298         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
16299         (stop_cb), (main):
16300         * examples/seeking/spider_seek.c:
16301         * examples/seeking/vorbisfile.c:
16302         * ext/gnomevfs/Makefile.am:
16303         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
16304         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
16305         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
16306         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
16307         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
16308         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
16309         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
16310         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
16311         * ext/ogg/README:
16312         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
16313         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
16314         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
16315         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
16316         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
16317         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
16318         (gst_ogg_pad_event), (gst_ogg_pad_reset),
16319         (gst_ogg_demux_factory_filter), (compare_ranks),
16320         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
16321         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
16322         (gst_ogg_chain_new), (gst_ogg_chain_free),
16323         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
16324         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
16325         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
16326         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
16327         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
16328         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
16329         (gst_ogg_demux_get_prev_page),
16330         (gst_ogg_demux_deactivate_current_chain),
16331         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
16332         (gst_ogg_demux_bisect_forward_serialno),
16333         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
16334         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
16335         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
16336         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
16337         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
16338         (gst_ogg_demux_change_state), (gst_ogg_print):
16339         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
16340         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
16341         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
16342         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
16343         (gst_ogg_mux_loop):
16344         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
16345         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
16346         (theora_dec_src_convert), (theora_dec_sink_convert),
16347         (theora_dec_src_query), (theora_dec_src_event),
16348         (theora_dec_sink_event), (theora_dec_chain),
16349         (theora_dec_change_state):
16350         * ext/theora/theoraenc.c: (gst_theora_enc_init),
16351         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
16352         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
16353         (theora_enc_change_state):
16354         * ext/vorbis/Makefile.am:
16355         * ext/vorbis/oggvorbisenc.c:
16356         * ext/vorbis/oggvorbisenc.h:
16357         * ext/vorbis/vorbis.c: (plugin_init):
16358         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
16359         (vorbis_dec_src_query), (vorbis_dec_src_event),
16360         (vorbis_dec_sink_event), (vorbis_dec_chain),
16361         (vorbis_dec_change_state):
16362         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
16363         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
16364         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
16365         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
16366         (gst_vorbisenc_change_state):
16367         * ext/vorbis/vorbisenc.h:
16368         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
16369         * gst-libs/gst/audio/audioclock.c:
16370         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
16371         (gst_audiofilter_init), (gst_audiofilter_chain):
16372         * gst-libs/gst/audio/testchannels.c: (main):
16373         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
16374         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
16375         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
16376         (gmip_find_track_streaminfo), (gmip_find_track_format):
16377         * gst-libs/gst/media-info/media-info.c:
16378         (gst_media_info_read_idler):
16379         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
16380         (gst_play_get_all_by_interface):
16381         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
16382         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
16383         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
16384         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
16385         (gst_riff_parse_info):
16386         * gst-libs/gst/riff/riff-read.h:
16387         * gst-libs/gst/riff/riff.c: (plugin_init):
16388         * gst-libs/gst/video/Makefile.am:
16389         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
16390         (gst_videosink_class_init), (gst_videosink_get_type):
16391         * gst-libs/gst/video/videosink.h:
16392         * gst/audioconvert/bufferframesconvert.c:
16393         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
16394         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
16395         * gst/audioconvert/channelmixtest.c: (main):
16396         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
16397         (gst_audio_convert_chain),
16398         (gst_audio_convert_caps_remove_format_info),
16399         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
16400         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
16401         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
16402         (gst_audio_convert_buffer_to_default_format),
16403         (gst_audio_convert_buffer_from_default_format),
16404         (gst_audio_convert_channels):
16405         * gst/audioconvert/gstchannelmix.h:
16406         * gst/ffmpegcolorspace/avcodec.h:
16407         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16408         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
16409         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
16410         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
16411         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
16412         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
16413         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
16414         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
16415         (mpeg_video_type_find), (mpeg_video_stream_type_find),
16416         (dv_type_find):
16417         * gst/videotestsrc/gstvideotestsrc.c:
16418         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
16419         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
16420         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
16421         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
16422         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
16423         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
16424         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
16425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
16426         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
16427         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
16428         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
16429         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
16430         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
16431         (gst_xvimagesink_navigation_send_event),
16432         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
16433         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
16434         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
16435         * sys/xvimage/xvimagesink.h:
16436         Plugin port to 0.9, ogg/theora playback should work in the seek
16437         example now.
16438         Removed old examples.
16439         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
16440         explained in 0.9 TODO doc.
16441
16442
16443 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
16444
16445         * autogen.sh:
16446         * configure.ac:
16447         * ext/Makefile.am:
16448         * gst/Makefile.am:
16449         * po/POTFILES.in:
16450         * po/af.po:
16451         * po/az.po:
16452         * po/cs.po:
16453         * po/en_GB.po:
16454         * po/hu.po:
16455         * po/it.po:
16456         * po/nb.po:
16457         * po/nl.po:
16458         * po/or.po:
16459         * po/sq.po:
16460         * po/sr.po:
16461         * po/sv.po:
16462         * po/uk.po:
16463         * po/vi.po:
16464         * sys/Makefile.am:
16465         * testsuite/Makefile.am:
16466           remove a whole bunch of plugins.  This module now contains a set
16467           of free reference plugins/elements as agreed.
16468
16469 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
16470
16471         * configure.ac:
16472           hunting season on 0.9 is now OPEN
16473
16474 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16475
16476         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
16477           Kick the hell out of gcc for not warning me about a symbol conflict.
16478
16479 2005-02-22  Luca Ognibene  <luogni@tin.it>
16480
16481         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16482
16483         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
16484           Don't leak caps string (fixes #168134)
16485
16486         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
16487         (gst_jpegenc_init), (gst_jpegenc_finalize),
16488         (gst_jpegenc_change_state):
16489           Don't leak line buffers and context struct (fixes #168133).
16490
16491 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16492
16493         * configure.ac:
16494         * ext/dirac/gstdiracdec.cc:
16495         (gst_diracdec_chain):
16496           Since dirac 0.5.0 the framerate in dirac is expressed as a
16497           rational number. Fix build and up requirement to 0.5.0, and
16498           also pass parameters to gst_diracdec_link in the right order
16499           (fixes #167959).
16500
16501 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
16502
16503         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
16504         * ext/faad/gstfaad.h:
16505         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
16506         certain invalid muxed streams, where some packets will contain 
16507         junk after decoder data. Partially fixes #149158.
16508
16509 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
16510         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
16511           Make sure we only write to writable buffers
16512
16513 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16514
16515         * gst-libs/gst/riff/riff-media.c:
16516         (gst_riff_create_audio_caps_with_data):
16517           Do actually fix invalid RIFF fmt header values for alaw
16518           and mulaw audio instead of just saying so.
16519
16520         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
16521           Give gst_riff_create_audio_caps_with_data() a chance to
16522           fix up broken format header fields before extracting any
16523           parameters from the header. (fixes #167633)
16524
16525 2005-02-19  Martin Holters  <martin.holters@gmx.de>
16526
16527         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16528
16529         * gst/audioconvert/bufferframesconvert.c:
16530         (buffer_frames_convert_link):
16531           Don't leak othercaps. (fixes #167878)
16532
16533 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
16534
16535         * configure.ac:
16536         * ext/libvisual/visual.c: (gst_visual_srclink),
16537         (gst_visual_change_state):
16538           Support libvisual 0.2.0.
16539
16540 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
16541
16542         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
16543         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
16544           Use same rowstrides for I420 as used everywhere else.
16545
16546 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
16547
16548         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
16549           Declare variables at beginning of block and make gcc-2.95 happy
16550           (fixes # 167482, patch by Gergely Nagy).
16551           
16552         * gst/tcp/gsttcpclientsrc.c:
16553         * gst/tcp/gsttcpclientsrc.h:
16554           Move some includes into the header, so that struct sockaddr_in is
16555           defined when it should be defined on FreeBSD as well (fixes
16556           #167483).
16557           
16558         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
16559           Don't pass uninitialised values to setsockopt() here either.
16560
16561 2005-02-17  Luca Ognibene  <luogni at tin dot it>
16562
16563         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
16564
16565         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
16566           Don't pass uninitialised values to setsockopt(). (fixes #167704)
16567
16568 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16569
16570         * gst/playback/gstplaybin.c: (add_sink):
16571           Invert bin_add/link order to workaround deadlock in opt.
16572
16573 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16574
16575         * gst/modplug/gstmodplug.cc:
16576           Add missing break causing position queries to fail.
16577
16578 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16579
16580         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
16581           Granpos can apparently be -1, which screws up calculations...
16582
16583 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
16584
16585         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
16586         (gst_ximagesink_send_pending_navigation),
16587         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
16588         (gst_ximagesink_init):
16589         * sys/ximage/ximagesink.h:
16590         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
16591         (gst_xvimagesink_send_pending_navigation),
16592         (gst_xvimagesink_navigation_send_event),
16593         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
16594         * sys/xvimage/xvimagesink.h:
16595           Use a mutex protected list to marshal navigation
16596           events into the stream thread from whichever thread
16597           sends them.
16598
16599 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
16600
16601         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
16602           Display current position and track length; misc. clean-ups.
16603           
16604         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
16605         (speed_init), (speed_chain):
16606           Add query function, so that the stream length and current position
16607           get adjusted when queried (note that current position queries may
16608           still be wrong if the audio sink returns values based on buffer
16609           timestamps instead of passing on the query).
16610
16611 2005-02-13  Benjamin Otte  <otte@gnome.org>
16612
16613         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
16614         (gst_audio_convert_channels):
16615           create channel conversion matrix when linking
16616         * gst/audioconvert/.cvsignore:
16617         * gst/audioconvert/Makefile.am:
16618         * gst/audioconvert/channelmixtest.c: (main):
16619           add (ugly) test that ensures stereo <=> mono conversion works
16620           correctly
16621
16622 2005-02-13  Benjamin Otte  <otte@gnome.org>
16623
16624         * gst/audioconvert/gstchannelmix.h:
16625           include missing header file
16626         * gst/audioconvert/gstchannelmix.c:
16627         (gst_audio_convert_fill_compatible):
16628           use same sign for both channels when converting to/from compatible
16629           channel. Previously used different signs made the signals cancel
16630           each other out and appear like silence. (fixes #167269)
16631
16632 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16633
16634         * gst/ffmpegcolorspace/avcodec.h:
16635         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16636         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16637         (gst_ffmpegcsp_avpicture_fill):
16638         * gst/ffmpegcolorspace/imgconvert.c:
16639           Convert to and from YV12 (fixes #156379).
16640
16641 2005-02-12  Julien MOUTTE  <julien@moutte.net>
16642
16643         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
16644         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
16645         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
16646         (gst_ximagesink_expose), (gst_ximagesink_set_property),
16647         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
16648         methods from chain and negotiation and vice versa (Fixes #166142).
16649         * sys/ximage/ximagesink.h: Add stream_lock.
16650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
16651         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16652         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16653         (gst_xvimagesink_expose): Check for xcontext before trying to link.
16654
16655 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
16656
16657         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
16658           Don't send "Hey! You gave me a NULL pointer you naughty person" as
16659           error message when we can't open the DVD device (when dvdnav_open()
16660           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
16661           the above). Send something more useful instead (fixes #167117).
16662
16663 2005-02-11  Julien MOUTTE  <julien@moutte.net>
16664
16665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
16666         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
16667         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
16668         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
16669         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
16670         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
16671         methods from chain and negotiation and vice versa (Fixes #166142).
16672         Fix a possible bug of images in the buffer pool being discarded because
16673         we are looking at the wrong geometry.
16674         * sys/xvimage/xvimagesink.h: Add stream_lock.
16675
16676 2005-02-11  David Schleef  <ds@schleef.org>
16677
16678         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
16679         unsigned int. (fixes #167128)
16680
16681 2005-02-11  David Schleef  <ds@schleef.org>
16682
16683         * gst/librfb/Makefile.am: Testing stuff before committing is
16684           for wimps... and people with fast machines.  Fix stupid
16685           mistake.
16686
16687 2005-02-11  David Schleef  <ds@schleef.org>
16688
16689         * configure.ac: Pull in librfb from my CVS tree, because it is
16690           too small and annoying to be separate.  Move rfbsrc plugin
16691           to gst/.
16692         * ext/Makefile.am:
16693         * ext/librfb/Makefile.am:
16694         * ext/librfb/gstrfbsrc.c:
16695         * gst/librfb/Makefile.am:
16696         * gst/librfb/gstrfbsrc.c:
16697         * gst/librfb/rfb.c:
16698         * gst/librfb/rfb.h:
16699         * gst/librfb/rfbbuffer.c:
16700         * gst/librfb/rfbbuffer.h:
16701         * gst/librfb/rfbbytestream.c:
16702         * gst/librfb/rfbbytestream.h:
16703         * gst/librfb/rfbcontext.h:
16704         * gst/librfb/rfbdecoder.c:
16705         * gst/librfb/rfbdecoder.h:
16706         * gst/librfb/rfbutil.h:
16707
16708 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
16709
16710         * gst/speed/Makefile.am:
16711         * gst/speed/demo-mp3.c: (main):
16712         * gst/speed/filter.func:
16713         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
16714         (speed_class_init), (speed_init), (speed_chain_int16),
16715         (speed_chain_float32), (speed_chain), (speed_set_property),
16716         (speed_get_property), (speed_change_state):
16717         * gst/speed/gstspeed.h:
16718           Fix speed element and make it chain-based (fixes #156467),
16719           and make it handle more than one channel.
16720
16721 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
16722
16723         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
16724         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
16725         (gst_dtsdec_chain), (gst_dtsdec_change_state):
16726         * ext/dts/gstdtsdec.h:
16727           Don't clobber the stack constructing the channels array.
16728           Make the element chain-based. DTS tracks can now be played.
16729           
16730 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
16731
16732         * gst-libs/gst/audio/multichannel.h:
16733         * gst-libs/gst/gconf/gconf.h:
16734         * gst-libs/gst/idct/idct.h:
16735         * gst-libs/gst/media-info/media-info-priv.h:
16736         * gst-libs/gst/play/play.h:
16737         * gst-libs/gst/resample/private.h:
16738         * gst-libs/gst/resample/resample.h:
16739         * gst-libs/gst/riff/riff-ids.h:
16740         * gst-libs/gst/video/video.h:
16741         * gst-libs/gst/video/videosink.h:
16742           Add G_BEGIN_DECLS and G_END_DECLS around headers where
16743           missing, so that they work when included from C++ code.
16744
16745 2005-02-09  David Schleef  <ds@schleef.org>
16746
16747         * testsuite/gst-lint: Check for non-statically scoped
16748           parent_class variables.  This won't be a problem once
16749           plugins are loaded with RTLD_LOCAL.
16750
16751 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16752
16753         * ext/mplex/gstmplexibitstream.cc:
16754           gcc madness.
16755
16756 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16757
16758         * ext/ogg/gstogmparse.c:
16759         * gst/debug/gstnavigationtest.c:
16760           Die, thou faulty symbol pollutors (non-static parent_class).
16761
16762 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16763
16764         * ext/mplex/gstmplexibitstream.cc:
16765           Fix event handling (#165525).
16766
16767 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16768
16769         * ext/mikmod/gstmikmod.c:
16770         * gst/modplug/gstmodplug.cc:
16771           Add missing endianness to template (fixes #165509).
16772
16773 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16774
16775         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
16776           Fix wrong order of reading of optional bytes (#165290).
16777
16778 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16779
16780         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
16781           Implement FILLER event awareness.
16782
16783 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16784
16785         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
16786           Fix track calculations (#166208).
16787
16788 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16789
16790         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16791
16792         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
16793         * ext/libpng/gstpngenc.c:
16794           Fix byte-order, use proper fixed caps. Fixes #164197.
16795
16796 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
16797
16798         * configure.ac:
16799           Add dvdlpcmdec 
16800
16801         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
16802         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
16803           Don't push buffers if the src pad isn't negotiated yet.
16804           
16805         * gst/audioconvert/gstaudioconvert.c:
16806         (gst_audio_convert_buffer_to_default_format),
16807         (gst_audio_convert_buffer_from_default_format):
16808           Add support for 24-bit width.
16809
16810         * gst/dvdlpcmdec/.cvsignore:
16811         * gst/dvdlpcmdec/Makefile.am:
16812         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
16813         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
16814         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
16815         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
16816         (plugin_init):
16817         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
16818           New decoder for rearranging DVD LPCM into our audio/x-raw-int
16819           format. Needs support for the channels maps if someone can find 
16820           a DVD LPCM track with > 2 channels.
16821
16822         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
16823         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
16824         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
16825         * gst/mpegstream/gstdvddemux.h:
16826         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
16827         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
16828         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
16829         * gst/mpegstream/gstmpegdemux.h:
16830         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
16831         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
16832         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
16833         (gst_mpeg_parse_handle_src_query),
16834         (gst_mpeg_parse_handle_src_event):
16835           Use audio/x-dvd-lpcm for LPCM output.
16836           Add DTS output.
16837
16838 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
16839
16840         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16841
16842         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
16843         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
16844           Add BGRA handling (#165736).
16845
16846 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
16847
16848         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16849
16850         * gst/law/alaw-decode.c: (alawdec_link):
16851         * gst/law/alaw-encode.c: (alawenc_link):
16852         * gst/law/mulaw-decode.c: (mulawdec_link):
16853         * gst/law/mulaw-encode.c: (mulawenc_link):
16854           Fix caps memleaks (#166600).
16855
16856 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
16857
16858         * ext/tarkin/mem.h:
16859         * ext/tarkin/wavelet.h:
16860         * ext/tarkin/yuv.h:
16861         * gst/ffmpegcolorspace/avcodec.h:
16862           Include "_stdint.h" instead of <stdint.h>. Fixes build on
16863           systems that don't have stdint.h, like Solaris9 (fixes #166631).
16864
16865 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16866
16867         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
16868         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
16869         (gst_xvimagesink_change_state):
16870           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
16871           Xv video (and thereby regenerate Xv colourkey) in clear() so
16872           that PLAY -> READY -> PLAY works (fixes #162504).
16873
16874 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16875
16876         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
16877           Switch to list instead of range, since MJPEG-devices really just
16878           support decimations, not any size.
16879
16880 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16881         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
16882         (gst_mpeg2dec_reset), (free_all_buffers),
16883         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
16884         * ext/mpeg2dec/gstmpeg2dec.h:
16885           The libmpeg2 user-allocated buffer management is awkward, 
16886           to say the least. Hopefully this fixes things.
16887
16888 2005-02-04  Andy Wingo  <wingo@pobox.com>
16889
16890         * gst/audioconvert/bufferframesconvert.c
16891         (buffer_frames_convert_fixate): New function, fixates to 256
16892         frames per buffer by default. (Much better than 1.)
16893         (buffer_frames_convert_init): Set the fixate function for both src
16894         and sink pad.
16895         (buffer_frames_convert_link): After success setting nonfixed caps,
16896         get the negotiated caps so we can know how many buffer-frames it
16897         will be. No idea how this worked at all before.
16898
16899 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
16900
16901         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
16902         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
16903         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
16904         (handle_sequence), (handle_picture):
16905         * ext/mpeg2dec/gstmpeg2dec.h:
16906           Rearrange buffer tracking and refcounting and refactor
16907           a little for readability. 
16908
16909 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
16910         * sys/v4l/gstv4l.c: (plugin_init):
16911         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
16912         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
16913         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
16914         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
16915         * sys/v4l/gstv4ljpegsrc.h:
16916         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
16917         * sys/v4l/v4l_calls.h:
16918         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
16919         (gst_v4lsrc_get_fps):
16920         * sys/v4l/v4lsrc_calls.h:
16921           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
16922           you jpeg inside rgb frames" driver.
16923           Don't error in the v4lsrc link function, just return 
16924           REFUSED.
16925
16926 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16927
16928         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
16929         (gst_qcamsrc_open):
16930           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
16931
16932 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16933
16934         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
16935           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
16936
16937 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16938
16939         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
16940           Reset negotiated state on PAUSED->READY.
16941
16942 2005-02-02  David Schleef  <ds@schleef.org>
16943
16944         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
16945         whereever possible.  (Fixes #165997)
16946         * examples/capsfilter/capsfilter1.c: (main):
16947         * examples/dynparams/filter.c: (create_ui):
16948         * examples/seeking/cdparanoia.c: (get_track_info), (main):
16949         * examples/seeking/chained.c: (main):
16950         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
16951         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
16952         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
16953         (make_mpeg_pipeline), (make_mpegnt_pipeline):
16954         * examples/seeking/spider_seek.c: (make_spider_pipeline):
16955         * examples/switch/switcher.c: (main):
16956         * ext/dv/demo-play.c: (main):
16957         * ext/faad/gstfaad.c: (gst_faad_change_state):
16958         * ext/mad/gstmad.c: (gst_mad_chain):
16959         * ext/smoothwave/demo-osssrc.c: (main):
16960         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
16961         (gst_gconf_render_bin_from_description),
16962         (gst_gconf_get_default_audio_sink),
16963         (gst_gconf_get_default_video_sink),
16964         (gst_gconf_get_default_audio_src),
16965         (gst_gconf_get_default_video_src),
16966         (gst_gconf_get_default_visualization_element):
16967         * gst/level/demo.c: (main):
16968         * gst/level/plot.c: (main):
16969         * gst/playback/gstplaybin.c: (gen_video_element),
16970         (gen_audio_element):
16971         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
16972         * gst/playondemand/demo-mp3.c: (setup_pipeline):
16973         * gst/sine/demo-dparams.c: (main):
16974         * gst/spectrum/demo-osssrc.c: (main):
16975         * gst/speed/demo-mp3.c: (main):
16976         * gst/volume/demo.c: (main):
16977         * testsuite/embed/embed.c: (main):
16978
16979 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
16980
16981         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
16982         (gst_tcpclientsink_finalize):
16983         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
16984         (gst_tcpclientsrc_finalize):
16985         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
16986         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
16987         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
16988         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
16989           Don't leak the hostname when shutting down.
16990           In tcpserversrc, take a copy of the default hostname.
16991
16992 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16993
16994         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
16995           Set caps to systemstream=TRUE.
16996
16997 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
16998
16999         * testsuite/Makefile.am:
17000           Fix more OSX buildbots.
17001
17002 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
17003
17004         * ext/mpeg2dec/gstmpeg2dec.c:
17005           Don't send things to NULL PAD_PEERs
17006
17007         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
17008           Copy-on-write the incoming buffer.
17009
17010         * gst/mpegstream/gstdvddemux.h:
17011         * gst/mpegstream/gstmpegclock.h:
17012         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
17013         (normal_seek), (gst_mpeg_demux_handle_src_event):
17014         * gst/mpegstream/gstmpegdemux.h:
17015         * gst/mpegstream/gstmpegpacketize.h:
17016         * gst/mpegstream/gstmpegparse.c:
17017         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
17018         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
17019         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
17020         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
17021         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
17022         * gst/mpegstream/gstmpegparse.h:
17023         * gst/mpegstream/gstrfc2250enc.h:
17024           Various changes to the way time is computed that make seeking and
17025           total time estimation much better here.
17026           Use G_BEGIN/END_DECLS instead of __cplusplus
17027
17028         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
17029           Use gst_buffer_stamp instead of only copying the TIMESTAMP
17030
17031 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17032
17033         * gst/subparse/gstsubparse.c:
17034           Fix OSX buildbot.
17035
17036 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
17037
17038         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
17039         (theora_enc_chain), (theora_enc_change_state):
17040         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
17041         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
17042         (gst_vorbisenc_change_state):
17043         * ext/vorbis/vorbisenc.h:
17044           Set granulepos and timestamp correctly for streams not
17045           starting at 0, taking into account the initial delay.
17046
17047 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
17048
17049         * gst/mpegstream/gstdvddemux.c:
17050           Add audio/x-dts to audio pad template caps
17051
17052 2005-01-30  David Schleef  <ds@schleef.org>
17053
17054         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
17055         (create_context), (gst_polypsink_link): Fix silly endianness
17056         bug.  Add some debugging.  Remove float from caps; it doesn't
17057         work.  Attempt to get remote audio working.
17058
17059 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17060
17061         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
17062           Add 3IV2 fourcc.
17063
17064 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17065
17066         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
17067         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
17068         (gst_avi_demux_stream_data):
17069         * gst/avi/gstavidemux.h:
17070           Invert DIB images. Fixes #132341.
17071
17072 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17073
17074         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
17075         (gst_ffmpegcsp_chain):
17076           D'oh, reference the palette data, not the palette structure.
17077           Fixes color distortion in #132341.
17078
17079 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17080
17081         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
17082           PAR can be non-fixed when not provided as argument (#162626).
17083
17084 2005-01-29  David Moore  <dcm@acm.org>
17085
17086         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17087
17088         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17089         (gst_qtdemux_loop_header):
17090           Re-apply patch from #142272 that allows non-seekable sources,
17091           re-proposed by Daniel Drake <dsd@gentoo.org>.
17092
17093 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17094
17095         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
17096           Use the src template for creating the src pad (#162330).
17097
17098 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17099
17100         * configure.ac:
17101         * ext/musepack/Makefile.am:
17102         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
17103         (gst_musepackdec_init), (gst_musepackdec_dispose),
17104         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
17105         (gst_musepack_stream_init), (gst_musepackdec_loop),
17106         (gst_musepackdec_change_state):
17107         * ext/musepack/gstmusepackdec.cpp:
17108         * ext/musepack/gstmusepackdec.h:
17109         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
17110         (gst_musepack_reader_read), (gst_musepack_reader_seek),
17111         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
17112         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
17113         * ext/musepack/gstmusepackreader.cpp:
17114         * ext/musepack/gstmusepackreader.h:
17115           Update to 1.1 API (#165446).
17116
17117 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17118
17119         * ext/Makefile.am:
17120           Unbreak buildbot.
17121
17122 2005-01-28  Andy Wingo  <wingo@pobox.com>
17123
17124         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
17125         to reflect a different dubious internet source. Add a reference
17126         and some commentary.
17127
17128 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17129
17130         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
17131         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
17132         * gst/playback/gststreamselector.h:
17133           Be more selective when we're redoing caps negotiation from
17134           within the chain function on a stream change.
17135
17136 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17137
17138         * configure.ac:
17139         * ext/Makefile.am:
17140         * ext/amrnb/Makefile.am:
17141         * ext/amrnb/amrnb.c: (plugin_init):
17142         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
17143         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
17144         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
17145         (gst_amrnbdec_state_change):
17146         * ext/amrnb/amrnbdec.h:
17147         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
17148         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
17149         (gst_amrnbparse_init), (gst_amrnbparse_formats),
17150         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
17151         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
17152         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
17153         * ext/amrnb/amrnbparse.h:
17154           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
17155         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17156           Add AMR-NB/-WB raw formats.
17157         * ext/alsa/gstalsa.c: (gst_alsa_link):
17158           Keep valid time when changing format.
17159         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
17160         (qtdemux_parse_trak):
17161           Add some more format-specific options (#140141, #143555, #155163).
17162
17163 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17164
17165         * gst/matroska/matroska-demux.c:
17166         (gst_matroska_demux_parse_blockgroup):
17167           Fix logic error in timing of subtitle stream synchronization.
17168         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17169           Add skip-chunk, which is found in kodak-camera streams.
17170
17171 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17172
17173         * po/LINGUAS:
17174         * po/vi.po:
17175           Adding Vietnamese translation (submitted by Clytie Siddall)
17176
17177 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17178
17179         * gst/playback/gstdecodebin.c: (try_to_link_1):
17180           Use realpad for signal.
17181
17182 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17183
17184         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
17185           Fix category so decodebin picks it up.
17186
17187 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17188
17189         * ext/mad/Makefile.am:
17190         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
17191         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
17192         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
17193         (found_type), (gst_id3demux_bin_change_state):
17194         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
17195         (gst_id3_tag_init), (gst_id3_tag_handle_event),
17196         (gst_id3_tag_src_link), (gst_id3_tag_chain),
17197         (gst_id3_tag_change_state), (plugin_init):
17198         * ext/mad/gstmad.h:
17199           Add id3demuxbin (which is a simple bin consisting of id3demux
17200           and typefind), take over rank from id3demux, remove typefind
17201           code from id3demux. Makes all broken mp3s that I know of work,
17202           and thereby fixes #152688.
17203
17204 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
17205
17206         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17207
17208         * ext/mad/gstmad.c: (gst_mad_src_event):
17209         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
17210           Allow seeks on audio pad, make mad forward those (#164826).
17211         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17212           Set duration (#165335).
17213
17214 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17215
17216         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
17217         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
17218         (gst_asf_demux_process_ext_content_desc),
17219         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
17220         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
17221         * gst/asfdemux/gstasfdemux.h:
17222           Improve metadata display, e.g. if the metadata comes before the
17223           streams are loaded (which is perfectly valid).
17224
17225 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17226
17227         * tools/gst-launch-ext-m.m:
17228           Fix AVI/ASF pipelines (#165340).
17229
17230 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
17231         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
17232         build failure on amd64
17233
17234 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
17235
17236         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
17237         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
17238           Check environment variables GST_ID3V2_TAG_ENCODING,
17239           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17240           list of character encodings to force interpretation of non-unicode
17241           strings stored in an ID3v2 tag to a particular encoding. If none
17242           is specified, try to use current locale's encoding, then fall back
17243           to ISO-8859-1 (which will always succeed). (Resolves #149274)
17244         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
17245         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
17246           Check environment variables GST_ID3V1_TAG_ENCODING,
17247           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
17248           list of character encodings to use in case a string encountered
17249           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
17250           specified, try to use the current locale's encoding, then fall
17251           back to ISO-8859-1 (which will always succeed).
17252
17253 2005-01-25  Benjamin Otte  <otte@gnome.org>
17254
17255         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17256           - on half framerate, compute the rate in advance so the comparisons
17257             don't compare wrong values
17258           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
17259             behaviour
17260           - don't use mad_header_decode anymore, mad_frame_decode does that
17261             automatically
17262           - when getting rid of consumed bytes, reset the stream's skiplen
17263           (fixes #163867)
17264
17265 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
17266
17267         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
17268           Use 1/2 a second for default max_discont, as PES streams from DVB
17269           seem to have larger spacings in the SCR. 
17270           Fix a typo.
17271
17272 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17273
17274         * gst/playback/gstplaybasebin.c: (group_commit):
17275           Notify delayed stream-info availability.
17276
17277 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
17278         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
17279         (gst_a52dec_handle_event), (gst_a52dec_chain):
17280         Add some debug output. Check that a discont has a valid
17281         time associated.
17282         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
17283         (gst_alsa_sink_loop):
17284         Ignore TAG events. A little extra debug for broken timestamps.
17285         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
17286         (dvdnavsrc_change_state):
17287         Ensure we send a discont to engage the link before we send any
17288         other events.
17289         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
17290         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
17291         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
17292         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
17293         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
17294         dvd://title works in totem because typefinding sends a seek that ends
17295         up going back to chapter 1 regardless.
17296         * ext/mpeg2dec/gstmpeg2dec.c:
17297         * ext/mpeg2dec/gstmpeg2dec.h:
17298         Output correct timestamps and handle disconts.
17299         * ext/ogg/gstoggdemux.c: (get_relative):
17300         Small guard against a null dereference.
17301         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
17302         (gst_textoverlay_set_property):
17303         Free memory when done. Don't call gst_event_filler_get_duration on
17304         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
17305         g_warning.
17306         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
17307         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
17308         (gst_sw_srclink), (gst_smoothwave_chain):
17309         Draw solid lines, prettier colours.
17310         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
17311         Add a default palette that'll work for some movies.
17312         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
17313         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
17314         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
17315         * gst/mpegstream/gstdvddemux.h:
17316         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
17317         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
17318         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
17319         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
17320         * gst/mpegstream/gstmpegparse.h:
17321         Use PTM/NAV events when for timestamp adjustment when connected to 
17322         dvdnavsrc. Don't use many discont events where one suffices.
17323         * gst/playback/gstplaybasebin.c: (group_destroy),
17324         (gen_preroll_element), (gst_play_base_bin_add_element):
17325         * gst/playback/gstplaybasebin.h:
17326         Make sure we remove subtitles from the same bin we put them in.
17327         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
17328         (gst_subparse_buffer_format_autodetect),
17329         (gst_subparse_change_state):
17330         Fix some memleaks and invalid accesses.
17331         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
17332         (oggskel_type_find), (cmml_type_find), (plugin_init):
17333         Some typefind functions for Annodex v3.0 files
17334         * gst/wavparse/gstwavparse.h:
17335         GstRiffReadClass is the correct parent class.
17336
17337 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17338
17339         * gst-libs/gst/riff/riff-media.c:
17340         (gst_riff_create_video_caps_with_data):
17341           Add extradata to huffyuv (fixes #165013).
17342         * gst-libs/gst/riff/riff-read.c:
17343         (gst_riff_read_strf_vids_with_data):
17344           Fix extradata extraction if it is in the chunk size.
17345
17346 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
17347
17348         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17349
17350         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
17351         (gst_quarktv_change_state), (gst_quarktv_dispose):
17352           Memory free'ing location fix (#164708).
17353
17354 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17355
17356         * gst/playback/gstplaybasebin.c: (group_commit),
17357         (gen_preroll_element), (probe_triggered), (gen_source_element),
17358         (setup_source), (gst_play_base_bin_change_state),
17359         (gst_play_base_bin_add_element):
17360           Don't block for streams.
17361         * gst/playback/gststreaminfo.c: (stream_info_change_state),
17362         (gst_stream_info_set_mute):
17363           Use gst_pad_set_active_recursive.
17364
17365 2005-01-25  Andy Wingo  <wingo@pobox.com>
17366
17367         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
17368         for #ifndef HAVE_XVIDEO.
17369
17370 2005-01-24  Jeffrey C. Ollie
17371
17372         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
17373
17374         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
17375         * ext/gsm/gstgsmdec.h:
17376         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
17377         * ext/gsm/gstgsmenc.h:
17378         Fix rate to 8kHz as per spec, removes obscure errors when no rate
17379         was given by property. Add proper buffer timestamps and offsets.
17380
17381 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17382
17383         * gst-libs/gst/riff/riff-media.c:
17384         (gst_riff_create_audio_caps_with_data):
17385           Audio can be <8000Hz.
17386
17387 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17388
17389         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
17390           Explicit state change to workaround refcount bugs.
17391
17392 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17393
17394         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
17395         (gst_avimux_riff_get_avi_header):
17396           Fix...
17397
17398 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17399
17400         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
17401         (gst_riff_read_element_data):
17402         * gst-libs/gst/riff/riff-read.h:
17403           Add _peek version (req'ed in CDXA).
17404         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
17405         (gst_cdxaparse_loop):
17406           Fix parsing in playbin.
17407         * gst/playback/gstdecodebin.c: (close_pad_link):
17408           Ignore current_ pads, they cause major annoyance.
17409
17410 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17411
17412         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
17413           Safety guard.
17414
17415 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17416
17417         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
17418           Fix padding...
17419
17420 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17421
17422         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
17423           Allow for 0-sized buffers. Fixes length query problems in
17424           starwars.mkv from the testsuite.
17425
17426 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17427
17428         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
17429         (gst_video_box_i420), (gst_video_box_chain):
17430           Fix row strides for I420 (fixes #163159)
17431           
17432 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17433
17434         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
17435           MPEG2 has a useful rate property, so we can actually use that.
17436           For MPEG-1, continue using the bytes/time properties.
17437
17438 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17439
17440         * gst-libs/gst/riff/riff-media.c:
17441         (gst_riff_create_video_caps_with_data),
17442         (gst_riff_create_video_template_caps):
17443           Add intel-h263.
17444
17445 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17446
17447         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
17448           Fail if caps negotiation fails. Should fix #162184, and should
17449           definately be in there regardless of it fixing the actual bug.
17450         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
17451         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
17452         (gst_avimux_riff_get_avix_header),
17453         (gst_avimux_riff_get_video_header),
17454         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
17455         (gst_avimux_start_file), (gst_avimux_handle_event),
17456         (gst_avimux_change_state):
17457         * gst/avi/gstavimux.h:
17458           Refactor structure writing to use GST_WRITE_UINT macros, add
17459           metadata writing support.
17460
17461 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17462
17463         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
17464           Elements may already be destroyed when this function is called.
17465
17466 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17467
17468         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17469         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
17470           More memory leak fixes (#149162).
17471
17472 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17473
17474         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
17475         (gst_qtdemux_add_stream):
17476           Fix two memleaks.
17477
17478 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17479
17480         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17481           Argh...
17482
17483 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17484
17485         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
17486           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
17487           when fixating to six channels in Totem.
17488
17489 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17490
17491         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
17492           Fix compile warnings on Solaris 10 buildbot
17493
17494 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17495
17496         * ext/dvdread/dvdreadsrc.c: (_read):
17497           Don't read beyond the last cell in a chapter (fixes 
17498           invalid memory access)
17499
17500 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
17501
17502         * ext/dvdread/stream_labels.c:
17503         (dvdreadsrc_get_audio_stream_labels):
17504           Use NULL for an empty GList instead of g_list_alloc(); fix 
17505           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
17506           of GString (easier to bulk free later)
17507
17508 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17509
17510         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17511
17512         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17513         (gst_ffmpeg_pixfmt_to_caps):
17514           Fix BGRA32 caps (#164209).
17515
17516 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
17517
17518         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17519
17520         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17521         (gst_ffmpeg_caps_to_pixfmt):
17522           alpha_mask can be RGBA/ABGR. Fixes #164265.
17523
17524 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
17525
17526         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17527
17528         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
17529         (gst_mpeg2dec_alloc_buffer):
17530         * ext/mpeg2dec/gstmpeg2dec.h:
17531           Crop if decoding size is not the actual image size (#163676).
17532
17533 2005-01-17  Steve Baker  <steve@stevebaker.org>
17534
17535         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17536
17537         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
17538         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
17539           Add libsndfile typefind functions (#163309).
17540
17541 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17542
17543         * tools/gst-launch-ext-m.m:
17544           Add .aac, fix .m1v/.m2v (#163891).
17545
17546 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17547
17548         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
17549           Sanity check, don't wait endlessly since the clock might not
17550           actually run at this point (which is a deadlock). Fixes #164069.
17551
17552 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17553
17554         * gst/playback/gstplaybasebin.c: (probe_triggered):
17555           Of course, only pause if group is done...
17556
17557 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17558
17559         * gst/playback/gstplaybasebin.c: (probe_triggered):
17560           Thread safety.
17561
17562 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
17563
17564         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
17565           Don't return state change success when the parent
17566           failed.
17567
17568 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17569
17570         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
17571           Free events (fix memleak in #162905).
17572
17573 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
17574
17575         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17576
17577         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17578         (gst_ffmpeg_caps_to_pixfmt):
17579           Fix for depth = 15. Fixes #161675.
17580
17581 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17582
17583         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
17584           Set FPS correctly, even for webcams and the like.
17585         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
17586           Don error on setting while capturing.
17587
17588 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17589
17590         * ext/dv/gstdvdec.c:
17591         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17592         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17593           I'm a bad boy. using /1001. to force C to do float division
17594           and not integer division (as it did in my last commit)
17595           Thanks to David I. Lehn for pointing this mistake.
17596
17597 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17598
17599         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
17600           Revert Johan's 1.35->1.36 since it breaks compat.
17601
17602 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17603
17604         * ext/dv/gstdvdec.c:
17605         * ext/libfame/gstlibfame.c:
17606         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
17607         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
17608           replace framerate aproximations by their real value
17609           (24000/1001, 30000/1001, 60000/1001)
17610           Finish fixing bug #164049
17611
17612 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17613
17614         * ext/ogg/gstoggmux.c:
17615           eos/bos debugging
17616         * gst/tcp/gstmultifdsink.c:
17617         * gst/tcp/gstmultifdsink.h:
17618         * gst/tcp/gsttcp.c:
17619         * gst/tcp/gsttcp.h:
17620         * gst/tcp/gsttcpclientsink.c:
17621         * gst/tcp/gsttcpclientsrc.c:
17622         * gst/tcp/gsttcpserversink.c:
17623         * gst/tcp/gsttcpserversrc.c:
17624           improve reusability of elements after state changes and errors
17625           make multifdsink throw away streamheaders when receiving new ones
17626
17627 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17628
17629         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17630           Fix for if items are already in list...
17631
17632 2005-01-12  Benjamin Otte  <otte@gnome.org>
17633
17634         * gst/adder/gstadder.c: (gst_adder_loop):
17635           fix adder a bit so it doesn't screw up with events as much anymore
17636
17637 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
17638
17639         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
17640         (pixbufscale_scale), (gst_pixbufscale_chain):
17641         * ext/gdk_pixbuf/pixbufscale.h:
17642           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
17643           to ensure rowstrides are calculated the same way as 
17644           ffmpegcolorspace
17645           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
17646           that we pick up duration and offset also.
17647
17648 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17649
17650         * gst/avi/gstavimux.c: (gst_avimux_class_init),
17651         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
17652           Reusability fixes.
17653
17654 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17655
17656         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
17657         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
17658         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
17659         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
17660           Update flags when requested.
17661
17662 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17663
17664         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
17665           Fix dmix.
17666
17667 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17668
17669         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17670         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
17671         (probe_triggered), (new_decoded_pad), (gen_source_element),
17672         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
17673         * gst/playback/gstplaybasebin.h:
17674         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
17675         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
17676         (gst_play_bin_change_state):
17677           Implement group-switch signal for use in apps to clear metadata
17678           cache, clean up subtitle, add suburi property instead of # hack,
17679           some error-out fixes.
17680
17681 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17682
17683         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
17684           Debug.
17685         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
17686           If we got a state change in the _get handler, don't return success.
17687
17688 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17689
17690         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
17691         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
17692           Make jpegdec quiet on MJPEG decoding
17693         * gst/asfdemux/README:
17694           Fix mimetypes for MJPEG and H263
17695
17696 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17697
17698         * ext/theora/theoradec.c: (theora_dec_chain):
17699           Fix broken code generation by gcc by swapping arguments.
17700         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
17701           Fix \n in debug.
17702
17703 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17704
17705         * TODO:
17706           delete this file, it is by far outdated
17707         * ext/alsa/gstalsa.1: remove
17708         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
17709         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
17710         (gst_alsa_get_caps):
17711           Add HW probing for supported sample rates. Fixes #161704
17712
17713 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17714
17715         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17716           Don't crash, biatch! :).
17717
17718 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17719
17720         * ext/musepack/gstmusepackreader.cpp:
17721         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
17722           Some work on tags - still doesn't work in playbin...
17723         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17724           Handle events...
17725
17726 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17727
17728         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
17729           Also shove tags on kid pads.
17730
17731 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17732
17733         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
17734           Don't bail on unknown events.
17735         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
17736           Don't crash on events before negotiation.
17737         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
17738           Send tags on pads, too.
17739         * gst/playback/gststreamselector.c:
17740         (gst_stream_selector_request_new_pad):
17741           Forward events on first pad if no input was selected yet.
17742
17743 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17744
17745         * gst/playback/gstplaybasebin.c: (setup_substreams):
17746           Don't disable streamtype if the stream doesn't exist, since
17747           then playing a video after audio will disable both and nothing
17748           will happen. Fixes the testsuite.
17749
17750 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17751
17752         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
17753         (gst_v4l_xoverlay_set_xwindow_id):
17754         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
17755         (gst_v4l2_xoverlay_set_xwindow_id):
17756           Add debug categories, fix overlay disabling.
17757
17758 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17759
17760         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
17761         * ext/alsa/gstalsa.h:
17762           Add HW probing for period_count/size and buffer_size MIX/MAX
17763           Adjust default/user defined value if out of bounds
17764           Should fix bug #162024
17765
17766 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17767
17768         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
17769           Fix warning (#161191).
17770
17771 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17772
17773         * ext/dvdread/stream_labels.c:
17774         (dvdreadsrc_get_audio_stream_labels):
17775           Fix warning (init the good variable in switch default)
17776
17777 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
17778
17779         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17780
17781         * gst/tta/gstttaparse.c: (gst_tta_src_event):
17782           Fix gcc-2.95 compile (#163485).
17783
17784 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17785
17786         * configure.ac:
17787         * ext/flac/gstflacenc.c: (gst_flacenc_init),
17788         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
17789         (gst_flacenc_tell_callback), (gst_flacenc_chain),
17790         (gst_flacenc_change_state):
17791         * ext/flac/gstflacenc.h:
17792           Update for API change in flac-1.1.1. Update requirement in
17793           configure.ac. Fixes #162974.
17794
17795 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17796
17797         * gst/playback/gstplaybasebin.c: (group_destroy):
17798           Remove hack to get rid of assert and get rid of unlinked
17799           signals properly.
17800
17801 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17802
17803         * gst/playback/gstplaybasebin.c: (setup_source):
17804           Set source to NULL so that resources are free'ed. Fixes issues
17805           with playback of CDDA and similar device-accessing things.
17806
17807 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17808
17809         * testsuite/embed/Makefile.am:
17810           test->noinst, fix make test in buildbot.
17811
17812 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
17813
17814         * ext/dvdread/stream_labels.c: new file
17815         * ext/dvdread/stream_labels.h: new file
17816         * ext/dvdread/Makefile.am:
17817         * ext/dvdread/dvdreadsrc.c: (_seek_title):
17818           Extract audio stream label from DVD IFO files.
17819           It only dump them on the console for now, still have to
17820           make playbin aware of them.
17821
17822 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17823
17824         * gst/playback/gstplaybasebin.c: (setup_source):
17825           Fix hanging subs.
17826
17827 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17828
17829         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
17830         (gen_preroll_element), (remove_groups), (setup_subtitle),
17831         (gen_source_element), (setup_source):
17832         * gst/playback/gstplaybasebin.h:
17833           Multiple .sub files is just a stupid idea... Fix some threading
17834           mistakes. Interestingly, external .sub files cause playbin to
17835           hang, I don't know why... Parsing fixes contributed by Fran??ois
17836           Kooman <fkooman@tuxed.net>.
17837
17838 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17839
17840         * testsuite/embed/Makefile.am:
17841           Fix buildbot.
17842
17843 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17844
17845         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17846
17847         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
17848         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
17849         (gst_pngenc_set_property):
17850         * ext/libpng/gstpngenc.h:
17851           Add compression level property (#163323).
17852
17853 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17854
17855         * configure.ac:
17856         * examples/capsfilter/capsfilter1.c: (main):
17857         * examples/seeking/spider_seek.c: (make_spider_pipeline):
17858         * ext/dvdread/Makefile.am:
17859         * ext/dvdread/demo-play:
17860         * ext/dvdread/demo-play.c:
17861         * gconf/gstreamer.schemas.in:
17862         * gst-libs/gst/gconf/gconf.c:
17863         * sys/v4l/TODO:
17864         * testsuite/Makefile.am:
17865         * testsuite/embed/Makefile.am:
17866         * testsuite/embed/embed.c: (cb_expose), (main):
17867           Remove all references to xvideosink, fix examples (#140845).
17868         * gst/playback/gstplaybasebin.c: (group_destroy):
17869           Apparently, disposal does not unlink - so do explicitely.
17870         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
17871           Add debug.
17872
17873 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
17874
17875         * README: fix PKG_CONFIG_PATH instructions, what was there
17876         previously was breaking default search path, not nice. 
17877         Fixes #163358
17878
17879 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17880
17881         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
17882         (gst_audioscale_chain):
17883           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
17884           when resampling - how the ^@$^!@^! is this possible?!?
17885
17886 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17887
17888         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
17889           Reset variables on READY.
17890         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
17891         (gst_matroska_mux_loop):
17892           Require data before writing header.
17893
17894 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
17895
17896         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17897
17898         * ext/mad/gstmad.c: (gst_mad_chain):
17899           Don't call mad_stream_sync() directly after recovering sync.
17900           Fixes #151661.
17901
17902 2005-01-09  Martin Eikermann  <meiker@upb.de>
17903
17904         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17905
17906         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
17907         (snapshot_handler), (gst_snapshot_sinkconnect),
17908         (gst_snapshot_chain):
17909           Allocate resources when required, fix recursive signal emission
17910           and fix caps. Fixes #161667.
17911
17912 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
17913
17914         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17915
17916         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
17917         (gst_pngdec_chain):
17918           Handle only 8-bppc (bits-per-pixel-component) images, better
17919           error handling and correct strides. Fixes #163177.
17920         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
17921         (gst_pngenc_chain):
17922           Better error handling. Fixes #163348.
17923
17924 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17925
17926         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
17927         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
17928         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
17929         (dvdnavsrc_uri_handler_init):
17930           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
17931         * gst/playback/gstplaybasebin.c: (gen_source_element):
17932           Add MMS to streaming URIs.
17933
17934 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17935
17936         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
17937         * sys/xvimage/xvimagesink.c:
17938         (gst_xvimagesink_navigation_send_event):
17939           Check for pad availability before sending event.
17940
17941 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17942
17943         * gst-plugins.spec.in:
17944           Add subparse.
17945
17946 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17947
17948         * configure.ac:
17949           Since we use functions from CVS, up requirement.
17950
17951 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17952
17953         * gst/playback/Makefile.am:
17954         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
17955         (group_destroy), (group_commit), (group_is_muted),
17956         (gen_preroll_element), (add_stream), (unknown_type),
17957         (probe_triggered), (preroll_unlinked), (mute_stream),
17958         (silence_stream), (new_decoded_pad), (setup_substreams),
17959         (setup_source), (get_active_source), (mute_group_type),
17960         (muted_group_change_state), (set_active_source),
17961         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
17962         (play_base_eos), (gst_play_base_bin_change_state):
17963         * gst/playback/gstplaybasebin.h:
17964         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
17965         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
17966         (gst_stream_info_dispose), (stream_info_mute_pad),
17967         (stream_info_change_state), (gst_stream_info_set_mute):
17968         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
17969         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
17970         (gst_stream_selector_init), (gst_stream_selector_dispose),
17971         (gst_stream_selector_get_linked_pad),
17972         (gst_stream_selector_get_caps), (gst_stream_selector_link),
17973         (gst_stream_selector_get_linked_pads),
17974         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
17975         * gst/playback/gststreamselector.h:
17976           Adding stream selection support plus required properties for
17977           applications to use this. Fully fixes #100931.
17978
17979 2005-01-08  Benjamin Otte  <otte@gnome.org>
17980
17981         * gst/games/gstpuzzle.c: (nav_event_handler):
17982           - handle nav events differently: forward every event no matter if it
17983             was handled or not.
17984           - translate events
17985           You can now cheat by using navigationtest ! puzzle and moving the
17986           mouse close to the edge of a tile. ;)
17987
17988 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
17989
17990         * configure.ac:
17991         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
17992         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
17993         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
17994         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
17995         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
17996         (gst_ogm_parse_plugin_init):
17997         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
17998         (gst_textoverlay_link), (gst_textoverlay_getcaps),
17999         (gst_textoverlay_event), (gst_textoverlay_video_chain),
18000         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
18001         * ext/pango/gsttextoverlay.h:
18002         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
18003         (gst_matroska_demux_handle_seek_event),
18004         (gst_matroska_demux_sync_streams),
18005         (gst_matroska_demux_parse_blockgroup),
18006         (gst_matroska_demux_subtitle_caps),
18007         (gst_matroska_demux_plugin_init):
18008         * gst/matroska/matroska-ids.h:
18009         * gst/playback/gstdecodebin.c: (close_pad_link):
18010         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
18011         (gen_preroll_element), (remove_groups), (add_stream),
18012         (new_decoded_pad), (setup_subtitles), (gen_source_element),
18013         (setup_source):
18014         * gst/playback/gstplaybasebin.h:
18015         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
18016         * gst/subparse/Makefile.am:
18017         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
18018         (gst_subparse_base_init), (gst_subparse_class_init),
18019         (gst_subparse_init), (gst_subparse_formats),
18020         (gst_subparse_eventmask), (gst_subparse_event),
18021         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
18022         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
18023         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
18024         (parse_mpsub_deinit), (parse_mpsub_init),
18025         (gst_subparse_buffer_format_autodetect),
18026         (gst_subparse_format_autodetect), (gst_subparse_loop),
18027         (gst_subparse_change_state), (gst_subparse_type_find),
18028         (plugin_init):
18029         * gst/subparse/gstsubparse.h:
18030         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
18031         (plugin_init):
18032           Add subtitle support, .sub parser (supports SRT and MPsub),
18033           OGM text support, Matroska UTF-8 text support, deadlock fixes
18034           all over the place, subtitle awareness in decodebin/playbin
18035           and some fixes to textoverlay to handle subtitles in a stream
18036           correctly. Fixes #100931.
18037
18038 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18039
18040         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18041           Check for pad availability before doing a query on it.
18042
18043 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18044
18045         * ext/dv/gstdvdec.c:
18046           really fix bpp24/32 dvdec caps (classic rgba indeed)
18047         * gst/asfdemux/gstasfdemux.c:
18048         (gst_asf_demux_process_ext_content_desc):
18049           don't send text tags if they are empty (bis repetita)
18050
18051 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18052
18053         * ext/dv/gstdvdec.c:
18054          remove unneeded comment from dvdec
18055           (related to DV 4CC codes in AVI files)
18056           moved them in gstreamer/docs/random/mimetypes
18057         * gst/asfdemux/gstasfdemux.c:
18058         (gst_asf_demux_process_ext_content_desc):
18059          don't send text tags if they are empty
18060          fix mem leak on error path
18061         * gst/ffmpegcolorspace/avcodec.h:
18062         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18063         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
18064         (gst_ffmpegcsp_avpicture_fill):
18065         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
18066         * gst/ffmpegcolorspace/imgconvert_template.h:
18067          adds BGR32 and BGRA32 to ffmpegcolorspace
18068           (still bad colors, fixing it on next commit)
18069           helps with dvdec outputing BGR32
18070
18071 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18072
18073         * ext/dv/gstdvdec.c:
18074          Fix audio caps i just broke (missing ',')
18075         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
18076         (gst_matroska_mux_reset):
18077          Fix typo + add FIXME about old "x-gst-metadata" crap
18078
18079 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18080
18081         * ext/dv/demo-play.c: (main):
18082          xvideosink -> xvimagesink
18083         * ext/dv/gstdvdec.c:
18084          change rgb 32/32 caps to 24/32 (no alpha)
18085          change nb of channels to be a list (2 or 4, not 2)
18086          change sample rate to be a list (32, 44.1, 48 kHz) not a range
18087         * gst/asfdemux/gstasfdemux.c:
18088         (gst_asf_demux_process_ext_content_desc):
18089          Add 'date/year' to extracted metadata list
18090
18091 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18092
18093         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
18094           The return value of fixate_to does not imply that the requested
18095           value was set, so don't assume.
18096
18097 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
18098
18099         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18100
18101         * ext/libpng/gstpngdec.c:
18102         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
18103         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
18104         * ext/libpng/gstpngenc.h:
18105           Alpha support (encoder; #163161), mime fixage.
18106
18107 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
18108
18109         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18110
18111         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
18112         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
18113         (gst_faac_set_property), (gst_faac_get_property):
18114         * ext/faac/gstfaac.h:
18115           Allow for ADTS output (#153434).
18116
18117 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18118
18119         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
18120           Fix against template (#150576).
18121
18122 2005-01-06  Benjamin Otte  <otte@gnome.org>
18123
18124         * gst/games/gstpuzzle.c: (draw_puzzle):
18125           don't draw a puzzle if either width or height of tiles would be 0.
18126
18127 2005-01-06  Benjamin Otte  <otte@gnome.org>
18128
18129         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
18130         (gst_puzzle_class_init), (gst_puzzle_finalize):
18131           no memleaks, please
18132         (gst_puzzle_create), (gst_puzzle_init),
18133         (gst_puzzle_set_property), (gst_puzzle_setup):
18134           change initialization code around so we don't reshuffle on resize
18135         (draw_puzzle):
18136           fix another stupid typo
18137
18138 2005-01-06  Benjamin Otte  <otte@gnome.org>
18139
18140         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
18141           fix stupid typo that borked copying on YUY2
18142
18143 2005-01-06  Benjamin Otte  <otte@gnome.org>
18144
18145         * gst/games/gstpuzzle.c: (draw_puzzle):
18146           fix edges when image sizes aren't multiples of tile sizes
18147
18148 2005-01-06  Benjamin Otte  <otte@gnome.org>
18149
18150         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
18151           make RGB endianness work correctly
18152         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
18153           refactor and fix race with initial shuffling
18154         (nav_event_handler):
18155           allow using the mouse to puzzle
18156         (draw_puzzle):
18157           insist on tiles having width and height as multiples of 4 to get
18158           clean YUV image handling
18159         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
18160         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
18161           s/DEBUG/LOG/ for common messages
18162         (gst_xvimagesink_navigation_send_event):
18163           fix mouse event translation to not include screen PAR
18164         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
18165           fix mouse event translation to actually work
18166
18167 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18168
18169         * gst/asfdemux/gstasfdemux.c:
18170         (gst_asf_demux_process_ext_content_desc):
18171          Extract TrackNumber metadata + clean up code
18172         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
18173          Hope this is the good fix (var used unitialised)
18174
18175 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18176
18177         * ext/faad/gstfaad.c: (gst_faad_chain):
18178           Only increment timestamp if it's valid. Fixes raw AAC streams.
18179
18180 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18181
18182         * configure.ac:
18183         * gst/games/Makefile.am:
18184         * gst/games/gstpuzzle.c:
18185           add a puzzle game with...
18186         * gst/games/gstvideoimage.c:
18187         * gst/games/gstvideoimage.h:
18188           ... full colorspace support (that includes YUV9 and RGB16)) stolen
18189           from videotestsrc and made into something that would be a nice
18190           library for a lot of other plugins.
18191
18192 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18193
18194         * configure.ac:
18195          don't compile faad plugin if a RC of 2.0 is found
18196          Fixes #155346 (and FC1 buildbot)
18197         * gst/asfdemux/gstasfdemux.c:
18198         (gst_asf_demux_process_ext_content_desc):
18199          try to make Solaris compiler happier
18200
18201 2005-01-06  Paul Jack  <pjack@sfaf.org>
18202
18203         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18204
18205         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
18206           Fix segfault (#161667).
18207
18208 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18209
18210         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
18211           Fix framerate reporting.
18212
18213 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
18214
18215         * gst-libs/gst/riff/riff-ids.h:
18216         * gst/wavenc/riff.h:
18217          Add AMR (VBR and CBR) ids to riff.h audio codec list
18218         * gst/asfdemux/gstasfdemux.c:
18219         (gst_asf_demux_process_ext_content_desc),
18220         (gst_asf_demux_process_object):
18221           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
18222
18223 2005-01-05  Martin Eikermann  <meiker@upb.de>
18224
18225         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18226
18227         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18228         (gst_dvd_demux_handle_discont):
18229         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
18230         (gst_mpeg_demux_handle_discont):
18231           Recreate pads on new-media (#160730).
18232         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
18233           Send discont even if manager changes timestamps (#161929).
18234
18235 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
18236
18237         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18238
18239         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
18240           Fix invalid memory access (#159211).
18241
18242 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18243
18244         * examples/gstplay/player.c: (main):
18245           Don't iterate.
18246         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
18247           Add visualizations.
18248         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
18249         (gst_a52dec_handle_frame):
18250           Set duration.
18251         * ext/dvdnav/gst-dvd:
18252           Add audioconvert. Fixes #161325.
18253         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
18254           Explicitely case to gint64. Possible valgrind error.
18255         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
18256         (gst_play_tick_callback), (gst_play_change_state),
18257         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
18258         (gst_play_set_location), (gst_play_get_location),
18259         (gst_play_seek_to_time), (gst_play_set_data_src),
18260         (gst_play_set_video_sink), (gst_play_set_audio_sink),
18261         (gst_play_set_visualization), (gst_play_connect_visualization),
18262         (gst_play_get_framerate), (gst_play_get_all_by_interface),
18263         (gst_play_new):
18264           Use playbin. Fixes #139749 and #147744.
18265         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
18266           Add genre tag.
18267         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
18268         (audioscale_get_type), (gst_audioscale_base_init),
18269         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
18270         (gst_audioscale_getcaps), (gst_audioscale_fixate),
18271         (gst_audioscale_link), (gst_audioscale_get_buffer),
18272         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
18273         (gst_audioscale_init), (gst_audioscale_dispose),
18274         (gst_audioscale_chain), (gst_audioscale_set_property),
18275         (gst_audioscale_get_property), (plugin_init):
18276           Indent properly.
18277         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
18278           Fix LPCM.
18279         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
18280         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
18281         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
18282           Add more metadata (fixes #162656).
18283
18284 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18285
18286         * configure.ac:
18287           back to cvs
18288
18289 === release 0.8.7 ===
18290
18291 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18292
18293         * NEWS:
18294         * RELEASE:
18295         * configure.ac:
18296           releasing 0.8.7, "Hyperspace"
18297
18298 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
18299
18300         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
18301
18302         * gst/playback/gstplaybasebin.c:
18303          Fix for #162924 - free caps after use, not before
18304
18305 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
18306
18307         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18308
18309         * gst/playback/gstplaybasebin.c:
18310         * gst/wavparse/gstwavparse.c:
18311           Fix for #154773 - fixes playback of small .wav files
18312
18313 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
18314
18315         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
18316
18317         * gst/audioscale/gstaudioscale.c:
18318           Fix for #162819 - make audioscale reusable
18319           Fixes playback of more than one file with playbin/totem
18320
18321 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18322
18323         * gst/ffmpegcolorspace/avcodec.h:
18324         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18325         * gst/ffmpegcolorspace/imgconvert.c:
18326           clean up the mess that made me cry and avoid needless duplication
18327
18328 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
18329
18330         * gst/ffmpegcolorspace/imgconvert.c:
18331           give some indication of why we're segfaulting
18332
18333 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18334
18335         * configure.ac:
18336           Fix indentation, fix v4l2 plugin detection.
18337         * ext/Makefile.am:
18338           Fix libmms location (Maciej, use diff -u!).
18339         * ext/alsa/gstalsa.c: (gst_alsa_init):
18340           Initialize caps cache to NULL.
18341         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
18342           Only change state on audiosink if it exists.
18343
18344 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
18345
18346         * gst/matroska/matroska-demux.c:
18347         * gst/matroska/matroska-ids.h:
18348         * gst/matroska/matroska-demux.h:
18349         Fix Vorbis streams failing to decode in some files, where cluster_time
18350         isn't 0, because then it doesn't send codec_priv before actual data.
18351         Remove time-based test and replace it with marker set on beginning of
18352         new stream
18353
18354 2004-12-28  David Schleef  <ds@schleef.org>
18355
18356         Merge patch from Ronald fixing problems with streaming
18357         text.
18358         * ext/cairo/gstcairo.c: (plugin_init):
18359         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18360         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18361         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18362         (gst_textoverlay_font_init), (gst_textoverlay_init),
18363         (gst_textoverlay_set_property):
18364         * ext/cairo/gsttextoverlay.h:
18365
18366 2004-12-27  David Schleef  <ds@schleef.org>
18367
18368         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
18369         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
18370         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
18371         (gst_textoverlay_font_init), (gst_textoverlay_init),
18372         (gst_textoverlay_set_property): Improvements to actually
18373         render text as white on black outline on video, including
18374         font selection and horizontal/vertical alignment.  (Ronald's
18375         christmas present)
18376         * ext/cairo/gsttextoverlay.h:
18377
18378 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18379
18380         * ext/ogg/gstogg.c:
18381         * ext/ogg/gstogmparse.c:
18382           fix ogm[audio/video]parse plugin registration
18383           (riff won't load if bytestream is already loaded)
18384
18385 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18386
18387         * gst/audioconvert/gstchannelmix.c:
18388           fix for GLIB < 2.4
18389
18390 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18391
18392         * Makefile.am:
18393         * configure.ac:
18394           disable docs again until it actually passes make distcheck.
18395
18396 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18397
18398         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
18399         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
18400         (plugin_init):
18401           Add 3GP (variables name Q3GP because they can't start with a
18402           number). Add samr audio fourcc (used in .3gp files), decoder
18403           is work in progress. Also do a GST_WARNING instead of ERROR
18404           in case of unknown nodes, to decrease output.
18405
18406 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
18407
18408         * Makefile.am:
18409           really fix dist
18410
18411 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18412
18413         * configure.ac:
18414         * ext/speex/gstspeexdec.h:
18415         * ext/speex/gstspeexenc.h:
18416           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
18417           Fix detection code in configure.ac
18418
18419 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18420
18421         * gst/matroska/matroska-demux.c:
18422         (gst_matroska_demux_parse_blockgroup):
18423           Save position, so that queries give proper return values. Don't
18424           know how this could ever have worked before...
18425
18426 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
18427
18428         * configure.ac:
18429           Put additional LAME check inside the conditional.  Fixes #152339
18430
18431 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18432
18433         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18434         (gst_avi_demux_stream_scan):
18435           Add some more debug. Fix logic error when setting movi offset
18436           while reading index.
18437
18438 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18439
18440         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
18441         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
18442         (gst_avi_demux_process_next_entry):
18443           Add some debugging. Better detection of broken indexes and the
18444           accompanying index recovery. No infinite loops on state changes
18445           when we're still in our loopfunction.
18446
18447 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18448
18449         * configure.ac:
18450           Fix up.
18451
18452 2004-12-22  Archana Shah  <archana.shah@wipro.com>
18453
18454         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
18455
18456         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
18457           Normalizing the value before setting
18458         (gst_sunaudiomixer_get_volume):
18459           Normalizing the value after getting. Fixes bug# 161980
18460
18461 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18462
18463         * Makefile.am: Make sure docs gets disted
18464         * docs/Makefile.am: Make sure all needed files get disted
18465         * gst-plugins.spec.in: latest updates
18466
18467 2004-12-22  Wim Taymans  <wim@fluendo.com>
18468
18469         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
18470         Revert patch 1.38 as clock distribution over schedulers does
18471         not work correcly in the core yet.
18472
18473 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18474
18475         * sys/oss/README: remove this file, which predates my birth
18476           (and which content is by far outdated)
18477
18478 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
18479
18480         * Makefile.am:
18481         * configure.ac:
18482         * docs/Makefile.am:
18483         * docs/libs/Makefile.am:
18484         * docs/libs/gst-plugins-libs-docs.sgml:
18485         * docs/libs/gst-plugins-libs-sections.txt:
18486         * docs/libs/tmpl/gstgconf.sgml:
18487         * docs/upload.mak:
18488         * docs/version.entities.in:
18489           Added boilerplate gtk-doc files for plugin-libs documentation.
18490
18491 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18492
18493         * gst/auparse/gstauparse.c: fix int and float audio caps
18494
18495 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18496
18497         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
18498         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
18499           g_assert() can be a macro, don't use #ifdef inside it.
18500
18501 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
18502
18503         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18504
18505         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
18506         (gst_videorate_init), (gst_videorate_chain),
18507         (gst_videorate_change_state):
18508           Event handling (fixes #159986).
18509
18510 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18511
18512         * gst-libs/gst/riff/riff-media.c:
18513         (gst_riff_create_video_caps_with_data):
18514           Add BLZ0 (Blizzard's version of DivX) fourcc.
18515
18516 2004-12-18  David Schleef  <ds@schleef.org>
18517
18518         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
18519         portability fix.
18520
18521 2004-12-18  David Schleef  <ds@schleef.org>
18522
18523         * gst/tta/ttadec.h: Disable some header code that isn't used
18524         and clearly isn't portable.
18525
18526 2004-12-18  David Schleef  <ds@schleef.org>
18527
18528         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
18529         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
18530         (avcodec_get_pix_fmt), (avpicture_layout),
18531         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
18532         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
18533         Fix code to not use GCC extensions (and c99 extensions that
18534         Forte does not like.)
18535
18536 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
18537
18538         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18539
18540         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
18541         (gst_deinterlace_chain):
18542           Rowstride fixes. Fixes #161039.
18543         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
18544         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
18545         (gst_video_crop_getcaps), (gst_video_crop_link),
18546         (gst_video_crop_i420), (gst_video_crop_chain),
18547         (gst_video_crop_change_state):
18548           Rework of negotiation. Actually works now. Fixes #158650.
18549
18550 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18551
18552         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
18553           That was very stupid.
18554
18555 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18556
18557         * gst/matroska/matroska-demux.c:
18558         (gst_matroska_demux_parse_blockgroup):
18559           Fix possible crasher.
18560
18561 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18562
18563         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
18564         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
18565           Lace sizes can be zero.
18566
18567 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18568
18569         * ext/musepack/gstmusepackdec.cpp:
18570           Fetch error return values. Fixes #161624.
18571         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
18572           Really EOS.
18573
18574 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18575
18576         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
18577           Work for truncated (unfinished download etc.) files. Fixes #160514.
18578
18579 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18580
18581         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
18582           Fix for integer overflow. Makes #156001 not crash. Probably masks
18583           the real bug.
18584
18585 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18586
18587         * gst/ac3parse/gstac3parse.c: (plugin_init):
18588           Parsers never have ranks. Fixes #159651.
18589
18590 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18591
18592         * gst/playback/gstdecodebin.c: (compare_ranks):
18593           make sure the facotries are ordered the same every time even if they
18594           have the same rank by using the name
18595         * gst/playback/gstdecodebin.c: (find_compatibles):
18596           make sure we don't add factories to the list twice
18597
18598 2004-12-16  David Schleef  <ds@schleef.org>
18599
18600         * configure.ac: look for musepack headers as musepack/*.h
18601         (fixes #159847)
18602         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
18603         * ext/musepack/gstmusepackreader.h: same
18604
18605 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18606
18607         * gst-libs/gst/riff/riff-read.c:
18608         (gst_riff_read_strf_auds_with_data):
18609           Read extradata correctly (fixes #155879).
18610
18611 2004-12-16  David Schleef  <ds@schleef.org>
18612
18613         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
18614         audio.  does _not_ attempt or allow conversion unless channels
18615         is 1 or 2.
18616
18617 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18618
18619         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
18620
18621 2004-12-16  David Schleef  <ds@schleef.org>
18622
18623         * gst/audioscale/gstaudioscale.c: the resample library only
18624         handles 1 or 2 channels.  Change caps to compensate.
18625
18626 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18627
18628         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
18629         (gst_matroska_demux_audio_caps):
18630           Some MPEG-AAC hacks, because else it doesn't work...
18631
18632 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18633
18634         * gst-libs/gst/riff/riff-media.c:
18635         (gst_riff_create_video_caps_with_data),
18636         (gst_riff_create_video_template_caps):
18637           Add h264.
18638
18639 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18640
18641         * gst-libs/gst/audio/Makefile.am:
18642           Try to fix buildbot.
18643
18644 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18645
18646         * gst/tcp/gstmultifdsink.c:
18647           Clean up and uniformize debugging.
18648
18649 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
18650
18651         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18652
18653         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
18654         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
18655         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
18656         (gst_mpeg_demux_change_state):
18657           Reset on ready. Fixes 160276.
18658
18659 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18660
18661         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18662
18663         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18664         (gst_ffmpegcsp_pad_link):
18665           Fix memleak (#154815).
18666
18667 2004-12-16  James Bowes  <bowes@cs.dal.ca>
18668
18669         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18670
18671         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
18672         (gst_musicbrainz_init), (gst_musicbrainz_chain),
18673         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
18674         * ext/musicbrainz/gsttrm.h:
18675           Add support for using a proxy server when getting a trm id from
18676           the MusicBrainz database (#149613).
18677
18678 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
18679
18680         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18681
18682         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
18683         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
18684           Fix memleaks (#157233).
18685
18686 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
18687
18688         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18689
18690         * gst-libs/gst/resample/resample.c: (gst_resample_close):
18691         * gst-libs/gst/resample/resample.h:
18692         * gst/audioscale/gstaudioscale.c:
18693           Fix memleak (#159215).
18694
18695 2004-12-16  Toni Willberg  <toniw@iki.fi>
18696
18697         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18698
18699         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
18700         * sys/oss/oss_probe.c: (main):
18701           Check for mono/stereo support (similar to samplerate probing),
18702           fixes #159433. Also add missing copyright header to oss_probe.c.
18703
18704 2004-12-15  David Schleef  <ds@schleef.org>
18705
18706         * configure.ac: add audioresample and cairo plugins.  Remove
18707         HAVE_MMX stuff, because it's not used.
18708         * ext/Makefile.am: same
18709         * ext/audioresample/Makefile.am: You are not ready for an
18710         audio resampling element based on audioresample.
18711         * ext/audioresample/gstaudioresample.c:
18712         * ext/audioresample/gstaudioresample.h:
18713         * ext/cairo/Makefile.am: You are not ready for overlay elements
18714         based on cairo.  Don't look too closely, these elements kinda
18715         suck right now.
18716         * ext/cairo/gstcairo.c: new
18717         * ext/cairo/gsttextoverlay.c: new
18718         * ext/cairo/gsttextoverlay.h: new
18719         * ext/cairo/gsttimeoverlay.c: new
18720         * ext/cairo/gsttimeoverlay.h: new
18721         * gst-libs/gst/media-info/media-info-priv.h: fix compile
18722         problem with compilers that don't support variadic macros.
18723
18724 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
18725
18726         Reviewed by:  David Schleef  <ds@schleef.org>
18727
18728         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
18729         Bala, registering sunaudiosrc (oops!), and cleaning up code a
18730         bit.  Also ran indent-gst.
18731         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
18732         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
18733         (gst_sunaudiosrc_setparams):
18734
18735 2004-12-14  David Schleef  <ds@schleef.org>
18736
18737         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
18738         output rate to 16000.  Should fix #160235.
18739
18740 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18741
18742         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
18743         Add typefinding for mpeg2 pes streams
18744
18745 2004-12-13  David Schleef  <ds@schleef.org>
18746
18747         * configure.ac:  Applied patch from bug #143659, making default
18748         sources and sinks OS-dependent (for Solaris), and added code
18749         for OS/X.
18750         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
18751
18752 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18753
18754         * gst-libs/gst/riff/riff-media.c:
18755           forgot to add h2.64 to avidemux template caps
18756
18757 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18758
18759         * gst/wavenc/riff.h:
18760         * gst-libs/gst/riff/riff-media.c:
18761         * gst-libs/gst/riff/riff-ids.h:
18762         * gst/avi/gstavimux.c
18763         add 4CC code for VideoSoft h264 in AVI (VSSH)
18764           fixes bug #160655
18765         remove s323 from riff, it's quicktime specific :(
18766
18767 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18768
18769         * gst/asfdemux/README
18770         * gst/wavenc/riff.h
18771         * gst-libs/gst/riff/riff-ids.h
18772         * gst-libs/gst/riff/riff-media.c
18773         * gst/qtdemux/qtdemux.c:
18774           add new 4CC codes for h263 related codecs
18775           fixes partially bug #155163
18776
18777 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
18778
18779         * configure.ac: Update polyaudio requirement to 0.7
18780         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
18781
18782 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
18783
18784         * gst/interleave/deinterleave.c:
18785         fix my name's spelling! :)
18786
18787 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
18788
18789         * AUTHORS ChangeLog
18790         * gst/auparse/gstauparse.c
18791         * gst/interleave/deinterleave.c
18792         * gst/law/:
18793                 alaw-decode.c alaw-encode.c
18794                 mulaw-decode.c mulaw-encode.c
18795         * gst/oneton/gstoneton.c
18796         * sys/osxaudio/:
18797                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
18798         * sys/osxvideo/:
18799                 cocoawindow.h cocoawindow.m
18800                 osxvideosink.h osxvideosink.m
18801
18802         put the same mail address for Zaheer Abbas Merali everywhere
18803
18804 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18805
18806         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
18807           Align by packetsize, and assert that we a packet available before
18808           playing. The first makes webstreams work (they often include
18809           trailing padding data in a packet), the second allows pausing a
18810           ASF stream in totem without getting demux errors afterwards.
18811
18812 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18813
18814         * ext/ogg/gstoggdemux.c: (get_relative):
18815           Check for non-NULL before accessing member (end-of-chain).
18816
18817 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18818
18819         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
18820         (cdparanoia_set_property), (cdparanoia_get_property):
18821         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
18822         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
18823         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
18824         (dvdreadsrc_init), (dvdreadsrc_set_property),
18825         (dvdreadsrc_get_property):
18826         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
18827         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
18828           Synchronize property names where not yet the case. Devices are
18829           now device=X, other versions are deprecated (but still exist).
18830           Also use g_free() unconditionally.
18831         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
18832         (setup_source), (gst_play_base_bin_get_property):
18833           Expose source.
18834
18835 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
18836
18837         * configure.ac: move GCONF macro outside conditional for the am
18838           conditional. Fixes #160439
18839
18840 2004-12-08  David Schleef  <ds@schleef.org>
18841
18842         * tools/gst-visualise-m.m: Switch to elements that currently
18843         exist.
18844
18845 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18846
18847         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18848           We love wrong commas.
18849
18850 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18851
18852         * gst/matroska/matroska-demux.c:
18853         (gst_matroska_demux_handle_src_query):
18854           Don't set DEFAULT, unsupported - makes length display incorrectly
18855           in some cases.
18856
18857 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18858
18859         * gst/monoscope/README: remove blurb about files being GPL
18860         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
18861         * gst/monoscope/monoscope.c: Change license to BSD with explanation
18862           monoscope is now effectively LGPL licensed
18863
18864 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
18865
18866         * gst/monoscope/README: Update information to be more correct
18867         * gst/monoscope/convolve.c: Relicense to LGPL
18868         * gst/monoscope/convolve.h: Relicense to LGPL
18869
18870 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
18871
18872         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
18873           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
18874         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
18875           set default_duration for mpeg1 audio
18876
18877 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
18878
18879         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
18880         * ext/alsa/gstalsa.h:
18881           refactor big chunks of the core caps negotiation code to make it
18882           a lot faster, because people claim it's really slow
18883           (actually, just cache the getcaps when the device is opened)
18884
18885 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18886
18887         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
18888         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
18889         (gst_a52dec_handle_frame), (gst_a52dec_chain),
18890         (gst_a52dec_change_state), (plugin_init):
18891         * ext/a52dec/gsta52dec.h:
18892           Do something useful with timestamps. Make chain-based (since
18893           there's really no reason to be loopbased).
18894         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
18895           Update current_byte/frame correctly.
18896
18897 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18898
18899         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
18900         (gst_ape_demux_stream_init):
18901           Forward tags, too.
18902
18903 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18904
18905         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
18906           Let's make sure we're done typefinding when detecting tags.
18907
18908 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18909
18910         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
18911         (gst_ebml_read_init), (gst_ebml_read_use_event),
18912         (gst_ebml_read_element_id), (gst_ebml_peek_id),
18913         (gst_ebml_read_seek), (gst_ebml_read_skip),
18914         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
18915         (gst_ebml_read_master):
18916         * gst/matroska/ebml-read.h:
18917         * gst/matroska/matroska-demux.c:
18918         (gst_matroska_demux_parse_contents),
18919         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
18920           Disgustingly evil hack for working around INTERRUPT events and
18921           their extremely annoying habit of being a pain in the ass. We
18922           simply peek a cluster before reading any of it.
18923
18924 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18925
18926         * ext/musepack/gstmusepackdec.cpp:
18927           There's also floating point libmusepacks.
18928
18929 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18930
18931         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
18932         (gst_faad_chanpos_to_gst), (gst_faad_chain):
18933           Set DURATION even if source buffer didn't. Also use increasing
18934           timestamps.
18935         * gst-libs/gst/riff/riff-media.c:
18936         (gst_riff_create_audio_caps_with_data):
18937           Block_align can have larger values than 8192.
18938
18939 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18940
18941         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
18942         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
18943         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
18944         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
18945           Fix caps.
18946
18947 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18948
18949         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
18950           Fix logic bug.
18951
18952 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18953
18954         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18955           Yay, another one.
18956
18957 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18958
18959         * ext/esd/esdsink.c: (gst_esdsink_chain):
18960           Make error actually say something useful (fixes #156798).
18961         * gst-libs/gst/riff/riff-media.c:
18962         (gst_riff_create_video_caps_with_data),
18963         (gst_riff_create_video_template_caps):
18964           Add Intel Video 5.0 fourcc (IV50).
18965
18966 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
18967
18968         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
18969         detection on mono and stereo mp3 files.
18970
18971 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18972
18973         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
18974           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
18975           the contained stream).
18976
18977 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18978
18979         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
18980           Oops, remove debug.
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/law/alaw-decode.c: (alawdec_getcaps):
18987         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
18988           Prevent warnings when negotiating caps (fixes #159338).
18989
18990 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18991
18992         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
18993         (gst_ffmpegcsp_chain):
18994           Remove old leftover that shouldn't be there...
18995
18996 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
18997
18998         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
18999
19000         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
19001           Don't forward DISCONT events (fixes #159684).
19002
19003 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19004
19005         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
19006           Unlink manually since sometimes bin disposal (and therefore
19007           pad unlinking) is delayed, which will cause a new media file
19008           to not be able to start playing instantly.
19009
19010 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19011
19012         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
19013           On mute of an unlinked stream, check for pad availability so
19014           we don't crash on unlinked pad.
19015
19016 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19017
19018         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
19019         (gst_avi_demux_massage_index):
19020           Fix quite humiliating bug in omitting 0-sized index chunks but
19021           forgetting to count them for timestamps.
19022
19023 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19024
19025         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
19026           Actually leave the loop if we failed to sync. Don't crash.
19027
19028 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19029
19030         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
19031         (gst_dvd_demux_process_private):
19032         * gst/mpegstream/gstdvddemux.h:
19033           Fix crash (#159759). Doesn't work, though. :-(.
19034
19035 2004-11-28  Benjamin Otte  <otte@gnome.org>
19036
19037         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
19038           more overwriting protection due to modifying channels one by one
19039           instead of all at once
19040
19041 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19042
19043         * gst/audioconvert/gstchannelmix.c:
19044         (gst_audio_convert_fill_normalize):
19045           Normalize using absolute values.
19046
19047 2004-11-28  Julien MOUTTE  <julien@moutte.net>
19048
19049         * configure.ac:
19050         * ext/Makefile.am:
19051         * ext/directfb/Makefile.am:
19052         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
19053         (gst_directfbvideosink_get_pixel_format),
19054         (gst_directfbvideosink_get_format_from_fourcc),
19055         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
19056         (gst_directfbvideosink_sink_link),
19057         (gst_directfbvideosink_change_state),
19058         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
19059         (gst_directfbvideosink_buffer_alloc),
19060         (gst_directfbvideosink_interface_supported),
19061         (gst_directfbvideosink_interface_init),
19062         (gst_directfbvideosink_navigation_send_event),
19063         (gst_directfbvideosink_navigation_init),
19064         (gst_directfbvideosink_set_property),
19065         (gst_directfbvideosink_get_property),
19066         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
19067         (gst_directfbvideosink_base_init),
19068         (gst_directfbvideosink_class_init),
19069         (gst_directfbvideosink_get_type), (plugin_init):
19070         * ext/directfb/directfbvideosink.h: Adding a first version of
19071         directfbvideosink.
19072         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
19073         more.
19074
19075 2004-11-28  Benjamin Otte  <otte@gnome.org>
19076
19077         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
19078           walk the samples backwards if out_channels > in_channels so we don't
19079           overwrite data
19080
19081 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19082
19083         * gst/audioconvert/Makefile.am:
19084         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
19085         (gst_audio_convert_link), (gst_audio_convert_change_state),
19086         (gst_audio_convert_channels):
19087         * gst/audioconvert/gstchannelmix.c:
19088         (gst_audio_convert_unset_matrix),
19089         (gst_audio_convert_fill_identical),
19090         (gst_audio_convert_fill_compatible),
19091         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
19092         (gst_audio_convert_fill_others),
19093         (gst_audio_convert_fill_normalize),
19094         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
19095         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
19096         * gst/audioconvert/gstchannelmix.h:
19097           Implement a channel mixer.
19098
19099 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
19100
19101         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
19102         * ext/alsa/gstalsa.h:
19103         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
19104         Make alsasink actually honor gst_element_set_clock and use that
19105         clock instead of its internal one.
19106
19107 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
19108
19109         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
19110         (gst_play_base_bin_change_state): nullify source and decoder when
19111         going from READY to NULL so that we don't try to do weird stuff with
19112         them when going from NULL to READY
19113         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
19114         instead of g_object_unref
19115         (gen_video_element), (gen_audio_element): more refcounting fixes, now
19116         it should be correct
19117         (gst_play_bin_change_state): don't call remove_sinks if we are
19118         currently disposing the object
19119
19120 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19121
19122         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
19123           Don't forget bass if it's there. Else left channel is silent...
19124
19125 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19126
19127         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
19128         (gst_a52dec_change_state):
19129           Don't do sample adjusting anymore, we use float audio now.
19130         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
19131           Don't fixate to non-existing properties.
19132
19133 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19134
19135         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
19136         (gst_a52dec_change_state):
19137           Advertise that we can do surround sound.
19138
19139 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19140
19141         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
19142           Add buffer-frames=0.
19143         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
19144         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
19145         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
19146         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
19147         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
19148         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
19149         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
19150         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
19151         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
19152         * ext/dvdread/dvdreadsrc.h:
19153           Add seeking, querying for bytes, sectors, title, angle and
19154           chapter. Handle multiple chapters. Relicense to LGPL because
19155           Billy agreed on that (thanks Billy!).
19156
19157 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
19158
19159         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
19160         call parent dispose method
19161
19162 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
19163
19164         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
19165         (gst_audio_clock_get_internal_time):
19166         Fix active <-> inactive transitions: ensure time value always
19167         grows and avoid abrupt value changes.
19168
19169 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
19170
19171         * configure.ac:
19172         * gst/tta/Makefile.am:
19173         * gst/tta/crc32.h:
19174         * gst/tta/filters.h:
19175         * gst/tta/gsttta.c:
19176         * gst/tta/gstttadec.c:
19177         * gst/tta/gstttadec.h:
19178         * gst/tta/gstttaparse.c:
19179         * gst/tta/gstttaparse.h:
19180         * gst/tta/ttadec.h:
19181           added TTA parser and decoder
19182
19183 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19184
19185         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19186         (probe_triggered), (check_queue), (buffer_underrun),
19187         (buffer_running), (buffer_overrun), (gen_source_element),
19188         (setup_source):
19189         * gst/playback/gstplaybasebin.h:
19190           Implement buffering. Needs some more work.
19191
19192 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19193
19194         * ext/theora/theoradec.c: (theora_dec_chain):
19195           Fix ilog mask range overflow.
19196
19197 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19198
19199         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19200           Don't omit the last (which in case of dmix is the only :) )
19201           channel count. Don't set channels if <= 2.
19202
19203 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
19204
19205         * gst/playback/gstplaybin.c: (gen_video_element),
19206         (gen_audio_element): Removed 2 obsolete comments
19207
19208 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
19209
19210         * ext/vorbis/oggvorbisenc.c
19211         * ext/vorbis/vorbisenc.c :
19212           change description fields of those plugins to differentiate them
19213           (pitivi show Encoders by description, they had the same one)
19214
19215 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
19216
19217         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19218
19219         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
19220         (gst_play_bin_set_property), (gen_video_element),
19221         (gen_audio_element):
19222           Refcounting fixes for provided audio-/videosinks.
19223
19224 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19225
19226         * gst/playback/gstplaybin.c: (gen_video_element),
19227         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
19228           Don't reference all sinks, but only the video- and audiosinks.
19229           The vis. element should be disposed when we're done with it.
19230           We don't have any reason to keep it around. This fixes warnings
19231           when reusing playbin for playing multiple audio files with
19232           vis. enabled. Also release audio device on pause - idea stolen
19233           from Rhythmbox.
19234
19235 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19236
19237         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
19238         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
19239         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
19240         * ext/alsa/gstalsaplugin.c: (plugin_init):
19241         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
19242         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
19243         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
19244         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
19245         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
19246         (gst_faad_change_state), (plugin_init):
19247         * ext/faad/gstfaad.h:
19248         * ext/vorbis/vorbis.c: (plugin_init):
19249         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
19250         * gst-libs/gst/audio/Makefile.am:
19251         * gst-libs/gst/audio/audio.c: (plugin_init):
19252         * gst-libs/gst/audio/multichannel.c:
19253         (gst_audio_check_channel_positions),
19254         (gst_audio_get_channel_positions),
19255         (gst_audio_set_channel_positions),
19256         (gst_audio_set_structure_channel_positions_list),
19257         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
19258         (gst_audio_fixate_channel_positions):
19259         * gst-libs/gst/audio/multichannel.h:
19260         * gst-libs/gst/audio/testchannels.c: (main):
19261         * gst/audioconvert/gstaudioconvert.c:
19262         (gst_audio_convert_class_init), (gst_audio_convert_init),
19263         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
19264         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
19265         (gst_audio_convert_fixate), (gst_audio_convert_channels):
19266         * gst/audioconvert/plugin.c: (plugin_init):
19267           Surround sound support.
19268
19269 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19270
19271         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
19272           Fix position for discont if we're close as well. Nitpicking, but
19273           saves a few milliseconds of extra waiting or skipping.
19274
19275 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19276
19277         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
19278           We sometimes need parsers for playback, so add those too.
19279
19280 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19281
19282         * configure.ac:
19283         * gst/apetag/Makefile.am:
19284         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
19285         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
19286         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
19287         (gst_ape_demux_get_src_query_types),
19288         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
19289         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
19290         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
19291         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
19292         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
19293         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
19294         (gst_ape_demux_change_state):
19295         * gst/apetag/apedemux.h:
19296         * gst/apetag/apetag.c: (plugin_init):
19297         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
19298         (plugin_init):
19299           APE v1/2 tag reader plus typefind function.
19300
19301 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19302
19303         * configure.ac:
19304         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19305         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19306           Remove hacks for older core. Require newer core version
19307           accordingly.
19308
19309 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19310
19311         * gst/cdxaparse/Makefile.am:
19312         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
19313         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
19314         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
19315         * gst/cdxaparse/gstcdxaparse.h:
19316         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
19317         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
19318         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
19319         (gst_cdxastrip_get_src_query_types),
19320         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
19321         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
19322         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
19323         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
19324         * gst/cdxaparse/gstcdxastrip.h:
19325           SVCD/VCD header stripping separated from CDXA image parsing.
19326         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19327         (plugin_init):
19328           Add VCD/SVCD header typefinding for VCD/SVCD.
19329         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
19330         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
19331         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
19332         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
19333         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
19334         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
19335         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
19336         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
19337         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
19338         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
19339         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
19340         * sys/vcd/vcdsrc.h:
19341           Fix up, add seeking, querying, URI interface. Works in totem now.
19342
19343 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19344
19345         * configure.ac:
19346           back to CVS
19347
19348 === release 0.8.6 ===
19349
19350 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
19351
19352         * NEWS:
19353         * RELEASE:
19354         * configure.ac:
19355         * po/af.po:
19356         * po/az.po:
19357         * po/cs.po:
19358         * po/en_GB.po:
19359         * po/hu.po:
19360         * po/it.po:
19361         * po/nb.po:
19362         * po/nl.po:
19363         * po/or.po:
19364         * po/sq.po:
19365         * po/sr.po:
19366         * po/sv.po:
19367         * po/uk.po:
19368           releasing 0.8.6, "IOU Love"
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         * gst/playback/gstplaybasebin.c:
19375           Fix unplayable files error handling.  Fixes #158365
19376
19377 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19378
19379         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19380
19381         * gst/typefind/gsttypefindfunctions.c:
19382           Fix broken mp3 typefinding.  Fixes #158375
19383
19384 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19385
19386         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
19387
19388         * ext/ogg/gstoggdemux.c:
19389           Fix sync on broken files.  Fixes #158976
19390
19391 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19392
19393         patch by: Edward Hervey <bilboed@bilboed.com>
19394
19395         * ext/libpng/gstpngenc.c:
19396           Copy over buffer properties.  Fixes #158832
19397
19398 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19399
19400         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
19401
19402         * ext/dvdread/dvdreadsrc.c:
19403           Fixes invalid reads (#158462)
19404
19405 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19406
19407         * sys/v4l/gstv4lsrc.c:
19408         * sys/v4l/gstv4lsrc.h:
19409         * sys/v4l/v4lsrc_calls.c:
19410           Probe less and cache it.  Fixes #159187.
19411
19412 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19413
19414         * gst/videorate/gstvideorate.c:
19415           Handle all video formats. Fixes #159186.
19416
19417 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
19418         * gst/synaesthesia/gstsynaesthesia.c:
19419         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
19420         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
19421         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
19422         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
19423         (gst_synaesthesia_change_state), (plugin_init):
19424         Fix up synaesthesia to work under different samplerates/ buffer sizes.
19425         Force 320x200 output, as that's the only thing the underlying
19426         synaesthesia implementation supports. Still needs to be made
19427         re-entrant.
19428
19429 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19430
19431         * configure.ac:
19432           Fix mpeg2enc configure check (similar to mplex check below).
19433
19434 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
19435
19436         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19437
19438         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19439           Fix for gcc-2.95 (fixes #158221).
19440
19441 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19442
19443         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19444           Re-add clock distribution hack (until new core is released).
19445           Fixes #158125.
19446
19447 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
19448         * configure.ac:
19449           fix mplex configure check segfaulting on some systems (bug #140994)
19450
19451 2004-11-13  Benjamin Otte  <otte@gnome.org>
19452
19453         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
19454           add debugging
19455         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19456           do a wait when we enter the loop func with no data available to
19457           write instead of getting into an 100% CPU loop by just returning and
19458           being called again by the scheduler
19459
19460 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
19461
19462         * configure.ac:
19463         * ext/libvisual/visual.c: (gst_visual_get_type),
19464         (libvisual_log_handler), (gst_visual_getcaps),
19465         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
19466         (plugin_init):
19467           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
19468         * ext/smoothwave/Makefile.am:
19469         * ext/smoothwave/demo-osssrc.c: (main):
19470         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
19471         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
19472         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
19473         (plugin_init):
19474         * ext/smoothwave/gstsmoothwave.h:
19475           Make gstsmoothwave a working element in the 20th century.
19476
19477         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
19478           Fix incorrect link function
19479
19480 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19481
19482         * gst/volume/gstvolume.c:
19483           Allow buffer-frames=0.
19484
19485 2004-11-12 Iain <iaingnome@gmail.com>
19486
19487         * configure.ac: Check for polypaudio
19488
19489         * ext/Makefile.am: Build the polyp dir
19490
19491         * ext/polyp: The polypsink sources.
19492
19493 2004-10-30 Iain <iaingnome@gmail.com>
19494
19495         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
19496         caps to reflect the new number of channels.
19497
19498 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19499
19500         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
19501           Fix for negotiation order problem. This would show when the
19502           ALSA loopfuction was called before any other function. ALSA
19503           wouldn't do anything because we're not negotiated yet, leading
19504           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
19505
19506 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19507
19508         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19509
19510         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
19511           No warnings (#157986).
19512
19513 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19514
19515         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19516           Prefer apev1/2 and id3v1 (at end of file) over musepack.
19517
19518 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19519
19520         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
19521           Signal no-more-pads (so it works in playbin).
19522
19523 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19524
19525         * ext/musepack/gstmusepackreader.cpp:
19526           Workaround for older core.
19527
19528 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19529
19530         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
19531           Actually test for odd width/height rather than testing whether
19532           a temporary variable that was 0 before we subtracted 1 is now
19533           not equal to zero (which it always is).
19534
19535 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19536
19537         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
19538         Fix compilation if HAVE_XVIDEO is not defined
19539
19540 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
19541
19542         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
19543         Fix compilation if HAVE_XVIDEO is not defined
19544
19545 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
19546
19547         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
19548         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
19549         (gst_goom_change_state), (plugin_init):
19550         Use the bytestream adapter so goom doesn't depend on the input
19551         buffer size.
19552         Add a debug category
19553
19554 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19555
19556         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
19557           Only set hardware parameters *after* negotiation. Before
19558           negotiation, it will set ANY and that seems to cause crashes
19559           (see e.g. #151288, #153227).
19560
19561 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19562
19563         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
19564           This seems to be antique leftover. It needs to pass error
19565           checking.
19566         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
19567         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
19568         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
19569         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
19570           Fix GstXOverlay implementation (#151059).
19571
19572 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19573
19574         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
19575           Don't assert (#157853).
19576
19577 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19578
19579         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
19580           Fix bytes/samples confustion.
19581         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
19582           Fix for underrun (#144389).
19583
19584 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19585
19586         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
19587           Disable halfway-seek for pending release (since it needs a new
19588           core release).
19589
19590 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19591
19592         * sys/v4l/gstv4lsrc.c:
19593         * sys/v4l/gstv4lsrc.h:
19594         * sys/v4l/v4lsrc_calls.c:
19595           add autoprobe-fps property so we can separate autoprobing parts
19596
19597 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
19598
19599         * sys/v4l/gstv4lsrc.c:
19600         * sys/v4l/v4lsrc_calls.c:
19601         initialise fourcc to catch unset fourcc's, and debug
19602
19603 2004-11-09  Wim Taymans  <wim@fluendo.com>
19604
19605         * gst/playback/README:
19606         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19607         * gst/playback/gstplaybin.c: (gst_play_bin_init),
19608         (gst_play_bin_dispose), (gst_play_bin_set_property),
19609         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
19610         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
19611         (gst_play_bin_get_formats), (gst_play_bin_convert),
19612         (gst_play_bin_get_query_types), (gst_play_bin_query):
19613         Cleanups and some more documentation.
19614
19615 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
19616
19617         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
19618         (gst_cacasink_init), (gst_cacasink_chain):
19619         * ext/libcaca/gstcacasink.h:
19620         Cacasink inherits from VideoSink, so let that store the clock.
19621
19622 2004-11-09  Wim Taymans  <wim@fluendo.com>
19623
19624         * gst/playback/README:
19625         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
19626         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
19627         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
19628         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
19629         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
19630         (setup_sinks):
19631         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
19632         (gst_stream_info_is_mute), (gst_stream_info_set_property):
19633         * gst/playback/gststreaminfo.h:
19634         Updated README.
19635         Only switch groups if all streams have muted (EOSed).
19636         Send Tags in sync with the stream playback instead of in
19637         the playback/preroll phase.
19638         Some cleanups, free the fakesrc elements.
19639
19640 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
19641
19642         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
19643           buffer-frames property was missing
19644         * ext/arts/gst_arts.c:
19645           rate missing from sinkcaps
19646         * ext/audiofile/gstafparse.c:
19647         * ext/audiofile/gstafsink.c:
19648         * ext/audiofile/gstafsrc.c:
19649         * ext/swfdec/gstswfdec.c:
19650           int audio doesn't know buffer-frames
19651         * ext/cdparanoia/gstcdparanoia.c:
19652           int audio doesn't know chunksize either
19653         * ext/nas/nassink.c:
19654           it's endianness, not endianess
19655         * gst-libs/gst/audio/audio.h:
19656           make float standard pad template caps really describe float
19657         * gst/law/mulaw.c: (linear_factory):
19658           signed only, please
19659         * gst/mpegstream/gstdvddemux.c:
19660           widths of 20 are not valid
19661
19662 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
19663
19664         Submitted by: Luca Ferretti <elle.uca@infinito.it>
19665
19666         * po/LINGUAS:
19667         * po/it.po:
19668           Add Italian
19669
19670 2004-11-08  Wim Taymans  <wim@fluendo.com>
19671
19672         * gst/playback/README:
19673         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
19674         * gst/playback/gstplaybasebin.c: (probe_triggered),
19675         (gst_play_base_bin_change_state):
19676         Updated README, added more comments for fixmes etc..
19677
19678 2004-11-08  Wim Taymans  <wim@fluendo.com>
19679
19680         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
19681         We can remove this hack now.
19682
19683 2004-11-08  Wim Taymans  <wim@fluendo.com>
19684
19685         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
19686         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19687         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19688         Only mix AYUV for maximum quality.
19689
19690 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19691
19692         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
19693         (gst_ogg_demux_push), (gst_ogg_pad_push):
19694           Let's act as if we're synchronized now! :).
19695         * ext/theora/theoradec.c: (theora_dec_chain):
19696           Add some debug.
19697
19698 2004-11-08  Wim Taymans  <wim@fluendo.com>
19699
19700         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19701         (gst_alpha_set_property), (gst_alpha_sink_link),
19702         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
19703         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
19704         (gst_alpha_init_params), (gst_alpha_chain):
19705         Implement alpha functions for AYUV too, this increases
19706         accuracy quite a bit.
19707
19708 2004-11-08  Wim Taymans  <wim@fluendo.com>
19709
19710         * gst/ffmpegcolorspace/avcodec.h:
19711         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19712         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
19713         (gst_ffmpegcsp_avpicture_fill):
19714         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19715         (gst_ffmpegcsp_caps_remove_format_info):
19716         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19717         (shrink12), (img_get_alpha_info), (deinterlace_line),
19718         (deinterlace_line_inplace):
19719         * gst/ffmpegcolorspace/imgconvert_template.h:
19720         Added AYUV colorspace and handle RGBA a bit more respectful.
19721
19722 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19723
19724         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
19725           Actually always send a discont (cornercase when resending the
19726           same serial-tagged chain twice).
19727
19728 2004-11-08  Julien MOUTTE  <julien@moutte.net>
19729
19730         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
19731         (gst_ximagesink_finalize):
19732         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
19733         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
19734
19735 2004-11-08  Wim Taymans  <wim@fluendo.com>
19736
19737         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
19738         Don't segfault on NULL data.
19739
19740 2004-11-08  Wim Taymans  <wim@fluendo.com>
19741
19742         * gst/playback/gstdecodebin.c: (unlinked):
19743         * gst/playback/gstplay-marshal.list:
19744         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
19745         (gst_play_base_bin_init), (group_create), (get_active_group),
19746         (get_building_group), (group_destroy), (group_commit),
19747         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
19748         (add_element_stream), (no_more_pads), (probe_triggered),
19749         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
19750         (state_change), (setup_source), (gst_play_base_bin_get_property),
19751         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
19752         (gst_play_base_bin_link_stream),
19753         (gst_play_base_bin_get_streaminfo):
19754         * gst/playback/gstplaybasebin.h:
19755         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
19756         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
19757         Add support for chained ogg files. Prepare for playlist
19758         support. This patch introduces the concept of pad groups, which
19759         together compose one playable media file.
19760
19761 2004-11-07  David Schleef  <ds@schleef.org>
19762
19763         * testsuite/gst-lint: Check for pad templates that aren't statically
19764         scoped.
19765
19766 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19767
19768         * configure.ac:
19769         * ext/Makefile.am:
19770         * ext/musepack/Makefile.am:
19771         * ext/musepack/gstmusepackdec.cpp:
19772         * ext/musepack/gstmusepackdec.h:
19773         * ext/musepack/gstmusepackreader.cpp:
19774         * ext/musepack/gstmusepackreader.h:
19775           Add musepack decoder.
19776         * ext/faad/gstfaad.c: (gst_faad_base_init):
19777           Make pad templates static.
19778         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19779         (plugin_init):
19780           Add musepack typefinder, make mp3 typefinding work halfway stream,
19781           which doesn't actually work yet because id3demux doesn't implement
19782           _get_length().
19783
19784 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19785
19786         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
19787         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
19788           Fix interrupt event handling (#144436).
19789
19790 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19791
19792         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
19793           Hide unused glory.
19794
19795 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19796
19797         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19798
19799         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
19800           Fix weird caps (#157548).
19801
19802 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
19803
19804         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19805
19806         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
19807           Add missing NULL terminator (#157543).
19808
19809 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
19810
19811         * gst/tcp/gsttcp.h:
19812         * gst/tcp/gsttcpclientsink.c:
19813         * gst/tcp/gsttcpclientsrc.c:
19814         * gst/tcp/gsttcpserversink.c:
19815         * gst/tcp/gsttcpserversrc.c:
19816           ports can go up to 65535.  Move common defines to gsttcp.h
19817
19818 2004-11-05  Wim Taymans  <wim@fluendo.com>
19819
19820         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
19821         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
19822         Added two more colorspaces.
19823
19824 2004-11-05  Wim Taymans  <wim@fluendo.com>
19825
19826         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19827         (gst_ffmpegcsp_avpicture_fill):
19828         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19829         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
19830         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
19831         More stride fixes.
19832
19833 2004-11-05  Wim Taymans  <wim@fluendo.com>
19834
19835         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
19836         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
19837         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19838         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
19839         (gst_videomixer_loop):
19840         More stride fixes.
19841
19842 2004-11-05  Benjamin Otte  <otte@gnome.org>
19843
19844         * ext/mad/gstmad.c: (gst_mad_chain):
19845           don't overflow data buffer. Flush not needed sync data when syncing
19846           failed.
19847
19848 2004-11-04  Wim Taymans  <wim@fluendo.com>
19849
19850         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19851         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
19852         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
19853         (gst_alpha_init_params), (gst_alpha_chain),
19854         (gst_alpha_change_state):
19855         Updated the chroma keying algorithm with something more
19856         sophisticated.
19857
19858 2004-11-03  Wim Taymans  <wim@fluendo.com>
19859
19860         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
19861         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
19862         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
19863         Fix stride issues. Does not completely work for odd
19864         heights.
19865
19866 2004-11-03  Wim Taymans  <wim@fluendo.com>
19867
19868         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
19869         (gst_alpha_chroma_key), (gst_alpha_chain):
19870         Fix stride issues. Does not completely work for odd
19871         heights.
19872
19873 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
19874
19875         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
19876         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
19877         leak fixes
19878
19879 2004-11-03  Wim Taymans  <wim@fluendo.com>
19880
19881         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19882         (gst_ffmpegcsp_avpicture_fill):
19883         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
19884         (avpicture_alloc):
19885         * gst/ffmpegcolorspace/imgconvert_template.h:
19886         Use correct _fill function to get correct strides.
19887
19888 2004-11-02  David Schleef  <ds@schleef.org>
19889
19890         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
19891         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
19892         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
19893         Change all g_print()s to debugging.  Add a bunch of consistency
19894         checks.
19895
19896 2004-11-02  Wim Taymans  <wim@fluendo.com>
19897
19898         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19899         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
19900         (unlinked), (no_more_pads), (close_link):
19901         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
19902         (unknown_type), (add_element_stream), (new_decoded_pad),
19903         (removed_decoded_pad), (setup_source):
19904         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
19905         (gst_stream_info_class_init), (gst_stream_info_init),
19906         (gst_stream_info_new), (gst_stream_info_dispose),
19907         (stream_info_mute_pad), (gst_stream_info_set_property),
19908         (gst_stream_info_get_property):
19909         * gst/playback/gststreaminfo.h:
19910         Fix playback of multiple files.
19911         a slightly different approach to handling dynamic pad removals.
19912         This one only looks at pads that we have linked.
19913
19914 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
19915
19916         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
19917         free" warning from libc.
19918
19919 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
19920
19921         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19922         (get_unconnected_element), (remove_starting_from), (pad_removed),
19923         (close_link):
19924           Implement support for dynamic pad changing. We listen to "live"
19925           pad removals (i.e. while playing) and re-setup autoplugging
19926           after that. Playbasebin/playbin need some more work for this
19927           to finally work, but decodebin supports (and replugs) chained
19928           ogg now.
19929
19930 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
19931
19932         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
19933         (gst_alsa_finalize):
19934         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
19935         (gst_cdaudio_finalize):
19936         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
19937         (cdparanoia_finalize):
19938         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
19939         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
19940         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
19941         (dvdreadsrc_finalize):
19942         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
19943         (gst_flacdec_finalize):
19944         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
19945         (gst_flacenc_finalize):
19946         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
19947         (gst_gnomevfssink_finalize):
19948         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
19949         (gst_gnomevfssrc_finalize):
19950         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
19951         (gst_fameenc_finalize):
19952         * ext/nas/nassink.c: (gst_nassink_class_init),
19953         (gst_nassink_finalize):
19954         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
19955         (gst_sdlvideosink_class_init):
19956         * ext/sndfile/gstsf.c: (gst_sf_dispose):
19957         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
19958         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
19959         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
19960         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
19961         (gst_x_window_listener_dispose):
19962         * gst/audioscale/gstaudioscale.c:
19963         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
19964         (play_on_demand_finalize):
19965         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
19966         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
19967         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
19968         (cdplayer_finalize):
19969         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
19970         (gst_glimagesink_class_init):
19971         * sys/oss/gstosselement.c: (gst_osselement_class_init),
19972         (gst_osselement_finalize):
19973         * sys/oss/gstosssink.c: (gst_osssink_dispose):
19974         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
19975         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
19976           Fixes a bunch of problems with finalize and dispose functions,
19977           either assumptions that dispose is only called once, or not calling
19978           the parent class dispose/finalize function
19979
19980 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
19981
19982         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
19983           added two api precondition guards
19984           use g_strdup with getenv to fix crash when using ENVVAR
19985
19986 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
19987         * ext/esd/esdsink.c: (gst_esdsink_class_init),
19988         (gst_esdsink_finalize):
19989         Use a finalize function, not dispose, and more importantly,
19990         call the parent class finalize function too
19991
19992 2004-11-01  Johan Dahlin  <johan@gnome.org>
19993
19994         * ext/ogg/gstoggdemux.c:
19995         * gst/tags/gstvorbistag.c:
19996         Plug leaks.
19997
19998 2004-10-31  Benjamin Otte  <otte@gnome.org>
19999
20000         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
20001           lotsa memleaks today. But they're all small...
20002
20003 2004-10-31  Benjamin Otte  <otte@gnome.org>
20004
20005         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20006           another memleak crushed
20007
20008 2004-10-31  Benjamin Otte  <otte@gnome.org>
20009
20010         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
20011           fix memleak
20012
20013 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20014
20015         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20016           Hack to prevent crash when going to READY inside signal handler
20017           while this function is active.
20018
20019 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20020
20021         * gst/ffmpegcolorspace/Makefile.am:
20022         * gst/ffmpegcolorspace/avcodec.h:
20023         * gst/ffmpegcolorspace/common.h:
20024         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
20025         * gst/ffmpegcolorspace/dsputil.h:
20026         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
20027         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20028         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20029         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
20030         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
20031         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
20032         (gst_ffmpegcsp_avpicture_fill):
20033         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
20034         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20035         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
20036         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
20037         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
20038         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
20039         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
20040         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
20041         * gst/ffmpegcolorspace/imgconvert.c:
20042         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
20043         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
20044         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
20045         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
20046         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
20047         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
20048         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
20049         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
20050         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
20051         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
20052         (grow21), (grow22), (grow41), (grow44), (conv411),
20053         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
20054         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
20055         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
20056         (avpicture_free), (is_yuv_planar), (img_convert),
20057         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
20058         (deinterlace_line_inplace), (deinterlace_bottom_field),
20059         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
20060         * gst/ffmpegcolorspace/imgconvert_template.h:
20061         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
20062         * gst/ffmpegcolorspace/mmx.h:
20063         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
20064         (av_fast_realloc), (av_mallocz_static), (av_free_static),
20065         (av_freep), (avcodec_get_context_defaults),
20066         (avcodec_alloc_context), (avcodec_init):
20067           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
20068           handling plus update from ffmpeg CVS. Large clean-up.
20069
20070 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20071
20072         * gst/playback/Makefile.am:
20073           We need the marshallers for decodebin, too.
20074
20075 2004-10-30  David Schleef  <ds@schleef.org>
20076
20077         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
20078           quicktime typefinding work with 64-bit offsets.
20079
20080 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
20081
20082         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
20083           Set EOS on the element when processing an EOS event.
20084         * ext/speex/gstspeexdec.h:
20085         * ext/speex/gstspeexenc.h:
20086           Only keep a const ptr to the mode
20087         * gst-libs/gst/riff/riff-media.c:
20088         (gst_riff_create_audio_caps_with_data),
20089         (gst_riff_create_audio_template_caps):
20090           Allow WMAV3, with up to 6 channels.
20091         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
20092           Don't call gst_pad_set_event_function on a sink pad.
20093         * gst/mpegstream/gstdvddemux.c:
20094         (gst_dvd_demux_get_subpicture_stream),
20095         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
20096           Copy the explicit caps that were set across to the cur_* pads,
20097           instead of trying to use a possibly non-existent negotiated caps.
20098           Reset the type of subpicture pads to UNKNOWN after calling
20099           init_stream, so that the caps get set.
20100
20101 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
20102
20103         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20104
20105         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20106           Don't touch buffer if it is of size 0 (fixes #151064).
20107
20108 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20109
20110         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
20111           Synchronized discont handling.
20112
20113 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20114
20115         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20116         (gst_ogg_demux_push):
20117           Make seeking sort-of exact again (fixes #156387).
20118
20119 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20120
20121         * gst/playback/gstplaybasebin.c: (unknown_type),
20122         (add_element_stream), (new_decoded_pad),
20123         (gst_play_base_bin_change_state):
20124         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
20125         (gst_stream_info_init), (gst_stream_info_new),
20126         (gst_stream_info_dispose), (gst_stream_info_get_property):
20127         * gst/playback/gststreaminfo.h:
20128           Make caps explicitely available. Makes testing for unsupported
20129           types possible. Improves error reporting.
20130
20131 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20132
20133         * gst/audioconvert/gstaudioconvert.c:
20134         (gst_audio_convert_buffer_to_default_format):
20135           Really don't touch read-only buffers (#156563).
20136
20137 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
20138
20139         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20140
20141         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
20142           Fix memleak (#155223).
20143
20144 2004-10-29  Wim Taymans  <wim@fluendo.com>
20145
20146         * gst/tcp/.cvsignore:
20147         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
20148         (gst_multifdsink_class_init), (gst_multifdsink_init),
20149         (gst_multifdsink_add), (gst_multifdsink_remove),
20150         (gst_multifdsink_remove_client_link), (is_sync_frame),
20151         (gst_multifdsink_new_client),
20152         (gst_multifdsink_handle_client_write),
20153         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20154         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
20155         (gst_multifdsink_get_property):
20156         * gst/tcp/gstmultifdsink.h:
20157         Added burst on connect sync_method, deprecated sync_clients,
20158         streamlined the sync code some more.
20159
20160 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20161
20162         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
20163         (gst_play_base_bin_change_state):
20164           Improve error reporting.
20165
20166 2004-10-28  Wim Taymans  <wim@fluendo.com>
20167
20168         * gst/tcp/Makefile.am:
20169         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
20170         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
20171         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
20172         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
20173         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
20174         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
20175         (gst_fdset_wait):
20176         Added more locks around fdset structures. Fixed/reworked
20177         the poll array resizing code.
20178         Added stress test for fdset.
20179
20180 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20181
20182         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20183         fix build
20184
20185 2004-10-28  Benjamin Otte  <otte@gnome.org>
20186
20187         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
20188           fix link function to always query channels and query width for
20189           floats
20190         * configure.ac:
20191           add equalizer dir
20192         * gst/equalizer/Makefile.am:
20193         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
20194         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
20195         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
20196         (arg_to_scale), (setup_filter),
20197         (gst_iir_equalizer_compute_frequencies),
20198         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
20199         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
20200         (plugin_init):
20201           add an equalizer
20202
20203 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20204
20205         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
20206
20207         * po/LINGUAS:
20208         * po/nb.po:
20209           Added Norwegian Bokmaal translation
20210
20211 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20212
20213         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20214           Don't break on options (fixes #156488).
20215
20216 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
20217
20218         * configure.ac:
20219         * ext/cdaudio/Makefile.am:
20220         * sys/Makefile.am:
20221           fix build on older automake
20222
20223 2004-10-26  Wim Taymans  <wim@fluendo.com>
20224
20225         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20226         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20227         Allow a little margin when negotiating the framerate.
20228
20229 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
20230
20231         * gst/level/gstlevel.c:
20232           synchonised naming of pads and pad-templates
20233
20234 2004-10-26  Wim Taymans  <wim@fluendo.com>
20235
20236         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
20237         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
20238         (_find_streams_check), (gst_ogg_demux_push):
20239         Fix EOS again. Needs to be done in a better way. We should not
20240         remove the pad if there is no new chained stream.
20241
20242 2004-10-26 Iain <iaingnome@gmail.com>
20243
20244         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
20245         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
20246         of the caps.
20247         * gst/interleave/interleave.c (interleave_class_init): Hook up release
20248         pad.
20249         (interleave_release_pad): Remove the pad.
20250         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
20251         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
20252         the set device.
20253         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
20254         attrs
20255         (gst_xvimagesink_xcontext_clear): Free the xcontext.
20256         (gst_xvimagesink_finalize): Free the par.
20257
20258 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20259
20260         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
20261         (gst_avimux_stop_file):
20262           First calculate the rate, and only then use it. Hdr.rate is a
20263           multiple and not a derivative of hdr.scale. Scale is not the
20264           same as blockalign but is solely related to rate.
20265
20266 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20267
20268         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
20269         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
20270           Implement seeking.
20271
20272 2004-10-25  James Henstridge  <james@jamesh.id.au>
20273
20274         Reviewed by:  David Schleef  <ds@schleef.org>
20275
20276         * examples/gstplay/player.c: (got_stream_length), (main):
20277         * examples/seeking/cdplayer.c: (update_scale):
20278         * examples/seeking/seek.c: (format_value), (update_scale):
20279         * examples/seeking/spider_seek.c: (format_value), (update_scale),
20280         (stop_seek):
20281         Build fixes on AMD64.
20282
20283 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20284
20285         reviewed by: Ronald Bultje <rbultje at gnome dot org>
20286
20287         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
20288         Fix for some v4l cards which hang in v4lsrc
20289
20290 2004-10-25  Wim Taymans  <wim@fluendo.com>
20291
20292         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
20293         (gst_ogg_demux_push), (gst_ogg_chains_clear):
20294         Make sure to remove the pad when a new chain is
20295         encountered. Set some vars to NULL so we don't try
20296         to reference freed memory.
20297
20298 2004-10-25  Wim Taymans  <wim@fluendo.com>
20299
20300         * examples/seeking/Makefile.am:
20301         * examples/seeking/cdplayer.c: (update_scale):
20302         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
20303         * examples/seeking/playbin.c: (make_playerbin_pipeline),
20304         (format_value), (update_scale), (iterate), (start_seek),
20305         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
20306         (print_usage), (main):
20307         Added some more examples, update others.
20308
20309 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20310
20311         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
20312         * ext/speex/gstspeexdec.c: (speex_dec_chain):
20313         * ext/theora/theoradec.c: (theora_dec_chain):
20314         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20315           Add codec-name metadata.
20316
20317 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
20318
20319         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20320
20321         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20322         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20323         * ext/alsa/gstalsamixertrack.h:
20324         * po/POTFILES.in:
20325           ALSA mixer track label internationalization (#154054).
20326
20327 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20328
20329         * ext/theora/theoradec.c: (theora_dec_chain):
20330           Export bitrate as metadata.
20331
20332 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20333
20334         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
20335         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
20336         * ext/alsa/gstalsamixertrack.h:
20337           Fix names, fix loop.
20338
20339 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20340
20341         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
20342         (speex_dec_convert):
20343           sinkconvert function so oggdemux can get the file length (totem).
20344
20345 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
20346
20347         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20348
20349         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
20350           Don't push incomplete packets.
20351         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
20352           Fix MPEG-4 audio typefinding.
20353
20354 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20355
20356         * sys/v4l/Makefile.am:
20357         * sys/v4l/gstv4l.c: (plugin_init):
20358         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
20359         (gst_v4lelement_init), (gst_v4lelement_dispose),
20360         (gst_v4lelement_change_state):
20361         * sys/v4l/gstv4lelement.h:
20362         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
20363         (gst_v4l_xoverlay_close), (idle_refresh),
20364         (gst_v4l_xoverlay_set_xwindow_id):
20365         * sys/v4l/gstv4lxoverlay.h:
20366         * sys/v4l/v4l-overlay_calls.c:
20367         * sys/v4l/v4l_calls.h:
20368         * sys/v4l2/Makefile.am:
20369         * sys/v4l2/gstv4l2.c: (plugin_init):
20370         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
20371         (gst_v4l2element_init), (gst_v4l2element_dispose),
20372         (gst_v4l2element_change_state):
20373         * sys/v4l2/gstv4l2element.h:
20374         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
20375         (gst_v4l2_xoverlay_close), (idle_refresh),
20376         (gst_v4l2_xoverlay_set_xwindow_id):
20377         * sys/v4l2/gstv4l2xoverlay.h:
20378         * sys/v4l2/v4l2-overlay_calls.c:
20379         * sys/v4l2/v4l2_calls.h:
20380           Remove client-side overlay handling, use the X-server v4l plugin
20381           for that. Nicer overlay, less code. Also make the plugin
20382           compileable without X (but then without overlay, obviously).
20383           Makes xwindowlistener obsolete, should we remove that?
20384
20385 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20386
20387         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
20388         (gst_osssrc_src_query):
20389         * sys/oss/gstosssrc.h:
20390           OK, so people want offset in DEFAULT. This time, actually fix all
20391           cases.
20392         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
20393           Add FPS properly.
20394
20395 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20396
20397         * gst/asfdemux/gstasfmux.c:
20398         * gst/avi/gstavimux.c:
20399           Framerate.
20400
20401 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20402
20403         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
20404           Fix properties (channel, norm, frequency).
20405
20406 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20407
20408         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
20409           Flag typo.
20410         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
20411           No warnings.
20412
20413 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20414
20415         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
20416           Fix hang.
20417
20418 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20419
20420         * sys/v4l2/gstv4l2element.h:
20421           Yet Another Hack (tm) for kernel header borkedness.
20422         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
20423         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
20424         (gst_v4l2src_link), (gst_v4l2src_getcaps),
20425         (gst_v4l2src_change_state):
20426         * sys/v4l2/gstv4l2src.h:
20427         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
20428         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
20429           Fix caps, keep track of state, work.
20430
20431 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20432
20433         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
20434           Quiet.
20435
20436 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20437
20438         * sys/oss/gstosssrc.c: (gst_osssrc_get):
20439           Don't mix bytes and samples.
20440
20441 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20442
20443         * ext/ogg/gstoggmux.c:
20444           Basic pad template which accepts OGM tracks, speex, flac, vorbis
20445           and theora. Any is incorrect.
20446         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
20447           Fix caps.
20448         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
20449         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
20450         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
20451         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
20452         * sys/v4l/gstv4lmjpegsrc.h:
20453         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
20454         (gst_v4lsrc_change_state):
20455         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
20456         (gst_v4lmjpegsrc_capture_stop):
20457           Fix caps. Keep track of internal state. Work.
20458
20459 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20460
20461         * ext/Makefile.am:
20462           Fix the build fixes.
20463
20464 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20465
20466         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20467         (gst_ogg_demux_src_event), (_find_chain_seek),
20468         (gst_ogg_pad_push):
20469           Check for pad availability before using it.
20470         * ext/ogg/gstoggdemux.c: (_find_chain_process):
20471           Fix parsing of chained ogg. Needs more work on the decoder side.
20472
20473 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
20474
20475         * gst/spectrum/Makefile.am:
20476         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
20477         (idle_func):
20478           Fix demo and reenable it. Yes, I'm currently playing with audio
20479           analysis tools
20480
20481 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20482
20483         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
20484           We love it if files that start at zero work too...
20485
20486 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20487
20488         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20489           Handle files with missing EOS headers.
20490
20491 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20492
20493         * gst/tcp/gsttcpserversink.c:
20494         (gst_tcpserversink_handle_server_read),
20495         (gst_tcpserversink_init_send):
20496         Zero some variables first (need for accept not to return EINVAL)
20497
20498 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20499
20500         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20501         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20502         * ext/theora/theoradec.c: (theora_dec_sink_convert),
20503         (theora_dec_chain):
20504         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
20505         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
20506           Seeking and querying finetune.
20507
20508 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
20509
20510         * configure.ac:
20511         * ext/Makefile.am:
20512         * ext/raw1394/Makefile.am:
20513           fix the build
20514
20515 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20516
20517         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20518           Wrong return.
20519         * gst/playback/Makefile.am:
20520         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
20521         * gst/playback/gstplay-marshal.list:
20522         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
20523           Fix marshallers.
20524
20525 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20526
20527         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
20528           Silence.
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_populate),
20534         (gst_ogg_pad_push):
20535           Yay for non-lineair granulepos in theora.
20536
20537 2004-10-18  Wim Taymans  <wim@fluendo.com>
20538
20539         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
20540         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
20541         * ext/dv/gstdvdec.h:
20542         Make sure we renegotiate aspect ratio when the camera switches.
20543
20544 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20545
20546         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20547         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
20548           Start at zero.
20549         * ext/theora/theoradec.c: (theora_dec_chain):
20550           Skip headers. Bad idea for chained ogg, but fixes seeking.
20551
20552 2004-10-18  Wim Taymans  <wim@fluendo.com>
20553
20554         * configure.ac:
20555         I swear, this is the last time I touch this.
20556
20557 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20558
20559         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
20560         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
20561         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
20562           Faster seeking.
20563         * ext/theora/theoradec.c: (theora_dec_sink_convert):
20564           Time-to-default conversion.
20565         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
20566           Don't error on unknown packets, just skip. We should probably
20567           read them if we want to support chained ogg.
20568
20569 2004-10-18  Wim Taymans  <wim@fluendo.com>
20570
20571         * configure.ac:
20572         Added cdaudio to wrong list.
20573
20574 2004-10-18  Wim Taymans  <wim@fluendo.com>
20575
20576         * configure.ac:
20577         Revive cdaudio.
20578
20579 2004-10-18  Wim Taymans  <wim@fluendo.com>
20580
20581         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
20582         (gst_dvdec_video_link), (gst_dvdec_push):
20583         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
20584         (gst_smokeenc_resync), (gst_smokeenc_chain):
20585         Fix mimetype on smoke encoder.
20586         Add aspect ratio to dvdec. Not sure if these
20587         values are correct though....
20588
20589 2004-10-18  Wim Taymans  <wim@fluendo.com>
20590
20591         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
20592         Fix vorbis property descriptions and ranges.
20593
20594 2004-10-18  Wim Taymans  <wim@fluendo.com>
20595
20596         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
20597         Really do nothing when no data is available.
20598         Go to the playing state when the stream is not seekable
20599         instead of failing.
20600
20601 2004-10-18  Wim Taymans  <wim@fluendo.com>
20602
20603         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
20604         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
20605         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
20606         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
20607         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
20608         Added uri handler for cd://
20609         Port to new API.
20610
20611 2004-10-18  Wim Taymans  <wim@fluendo.com>
20612
20613         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20614         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20615         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20616         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20617         (remove_prerolls), (unknown_type), (add_element_stream),
20618         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
20619         (gst_play_base_bin_remove_element),
20620         (gst_play_base_bin_link_stream):
20621         * gst/playback/gstplaybin.c: (gen_video_element),
20622         (gen_vis_element), (remove_sinks), (setup_sinks):
20623         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20624         (gst_stream_info_get_type), (gst_stream_info_class_init),
20625         (gst_stream_info_init), (gst_stream_info_new),
20626         (gst_stream_info_dispose), (stream_info_mute_pad),
20627         (gst_stream_info_set_property), (gst_stream_info_get_property):
20628         * gst/playback/gststreaminfo.h:
20629         Add sink padtemplate to decodebin.
20630         Added some more comments.
20631         Make queue size configurable in playbasebin.
20632         Added possibility to use elements as sinks (ex cdaudio).
20633
20634 2004-10-15  Wim Taymans  <wim@fluendo.com>
20635
20636         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
20637         (gst_speexenc_chain):
20638         Fix speex timestamps so that it gets muxed properly.
20639
20640 2004-10-15  Wim Taymans  <wim@fluendo.com>
20641
20642         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
20643         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
20644         (gst_dv1394src_init), (gst_dv1394src_dispose),
20645         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
20646         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
20647         (gst_dv1394src_event), (gst_dv1394src_get_formats),
20648         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
20649         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
20650         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
20651         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
20652         * ext/raw1394/gstdv1394src.h:
20653         Added conversion/query functions.
20654         Update buffer timestamps,
20655         Added signals.
20656         Added uri dv:// so it might play from the firewire in playbin.
20657         Fix a possible leak.
20658         Added debugging.
20659
20660 2004-10-15  Wim Taymans  <wim@fluendo.com>
20661
20662         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
20663         (gst_dv1394src_init), (gst_dv1394src_set_property),
20664         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
20665         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
20666         * ext/raw1394/gstdv1394src.h:
20667         Added AV/C VTR control support needed for some cameras.
20668         Added automatic port detection.
20669         Added properties for selecting the channel.
20670         The configure.ac script is not yet updated to reflect the
20671         new libavc1394 and librom1394 dependencies.
20672
20673 2004-10-15  Wim Taymans  <wim@fluendo.com>
20674
20675         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
20676         (qtdemux_parse), (gst_qtdemux_handle_esds):
20677         An esds box is not a container.
20678         Fix parsing of mp4v boxes.
20679         Do not try to renegotiate fps for each frame. Need to
20680         find a better method. This should fix mp4 playback.
20681
20682 2004-10-14  David Schleef  <ds@schleef.org>
20683
20684         * configure.ac: update for swfdec-0.3 and liboil-0.2
20685         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
20686         * ext/swfdec/gstswfdec.h: same
20687         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
20688         * gst/videotestsrc/videotestsrc.c: same
20689
20690 2004-10-14  Wim Taymans  <wim@fluendo.com>
20691
20692         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
20693         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
20694         (is_sync_frame), (gst_multifdsink_new_client),
20695         (gst_multifdsink_handle_client_write),
20696         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
20697         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
20698         Turn warnings into info.
20699         Don't allow a state change in the streaming thread.
20700
20701 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20702
20703         * ext/vorbis/oggvorbisenc.c:
20704         * ext/vorbis/vorbisdec.c:
20705           fix template sample rate
20706
20707 2004-10-13  Wim Taymans  <wim@fluendo.com>
20708
20709         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
20710         Decoding the header first fixes some problems in resyncing
20711         in more mp3s.
20712
20713 2004-10-12  Wim Taymans  <wim@fluendo.com>
20714
20715         * gst/playback/gstplaybin.c: (gen_video_element),
20716         (gen_vis_element), (remove_sinks), (setup_sinks):
20717         Added vis plugin support, need to configure the vis
20718         element to activate it.
20719
20720 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20721
20722         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
20723         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
20724           Some debug.
20725         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
20726         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
20727         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
20728         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
20729         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
20730         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
20731         * gst/avi/gstavidemux.h:
20732           Support for openDML-2.0 indx/ix## chunks. Support for broken index
20733           recovery (where, if part of the index is broken, we will still read
20734           the rest of the index and recover the broken part by stream
20735           scanning). More broken media support. EOS workarounds. General AVI
20736           braindamage headache recovery. Aspirin included.
20737
20738 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20739
20740         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
20741         (cdparanoia_event), (cdparanoia_query):
20742           Get rid of hideous lead-in.
20743
20744 2004-10-11  Wim Taymans  <wim@fluendo.com>
20745
20746         * gst/playback/gstplaybasebin.c: (setup_source):
20747         Wrong var used to get g_list_next.
20748
20749 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20750
20751         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
20752         (cdparanoia_get), (cdparanoia_open):
20753           Report discid as metadata, add duration.
20754
20755 2004-10-11  Wim Taymans  <wim@fluendo.com>
20756
20757         * gst/playback/gstplaybasebin.c: (setup_source):
20758         Cleanup the previous pipeline a little earlier for the
20759         case that a source element provides raw data.
20760
20761 2004-10-11  Benjamin Otte  <otte@gnome.org>
20762
20763         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
20764           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
20765           consuming the last 128 bytes, even though it was valid mp3 data.
20766
20767 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20768
20769         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
20770         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
20771         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
20772         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
20773
20774 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
20775
20776         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
20777         Fix for webcams that support only specific width or height
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         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
20784           Fix wrong discont event setup (fixes #154967).
20785
20786 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
20787
20788         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20789
20790         * gst/auparse/gstauparse.c: (gst_auparse_chain):
20791           Error out on invalid data (fixes #154807).
20792
20793 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
20794
20795         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20796
20797         * ext/dvdread/dvdreadsrc.c: (_read):
20798           Make titles > 0 work again (fixes #154834).
20799
20800 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20801
20802         * gst-libs/gst/riff/riff-media.c:
20803         (gst_riff_create_video_template_caps):
20804           WMV3 missing in template caps.
20805
20806 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20807
20808         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
20809           OK, so the original code was too strict. It makes random AVI files
20810           hang for seconds upon opening, which is unacceptable and is far
20811           beyond the original goal of getting multiple chunks for one-chunk
20812           sounc stream files. So now do just that.
20813
20814 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20815
20816         * gst/playback/gstplaybasebin.c: (setup_source),
20817         (gst_play_base_bin_change_state):
20818           Actually clean up streaminfo if output fails. This would trigger
20819           if, for example, there was no CD in the drive. No preroll, so
20820           a streaminfo structure is created, but the subsequent state change
20821           of the thread fails.
20822         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
20823           Don't change state if parent failed.
20824
20825 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20826
20827         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20828         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
20829         (gen_video_element), (remove_sinks):
20830           Add small bits of code for screenshot handling.
20831
20832 2004-10-08  Wim Taymans  <wim@fluendo.com>
20833
20834         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
20835         (gen_video_element), (gen_audio_element), (setup_sinks):
20836         Don't assume the user provided sinks are named "sink"...
20837
20838 2004-10-08  Wim Taymans  <wim@fluendo.com>
20839
20840         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
20841         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
20842         (gst_play_base_bin_link_stream):
20843         Do not try to autoplug sources that generate raw streams like
20844         cdparanoia.
20845         disconnect the preroll overrun signal when we don't need it anymore.
20846
20847 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
20848
20849         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20850         Added reworked patch from #154903 from milosz derezynski (deadchip).
20851
20852 2004-10-08  Wim Taymans  <wim@fluendo.com>
20853
20854         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
20855         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
20856         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
20857         (cdparanoia_convert), (cdparanoia_uri_get_type),
20858         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
20859         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
20860         * ext/cdparanoia/gstcdparanoia.h:
20861         This adds the cdda://<tracknum> uri.
20862
20863 2004-10-08  Wim Taymans  <wim@fluendo.com>
20864
20865         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
20866         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
20867         (try_to_link_1), (no_more_pads), (close_link), (type_found):
20868         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
20869         (unknown_type), (gst_play_base_bin_remove_element),
20870         (gst_play_base_bin_link_stream):
20871         * gst/playback/gstplaybasebin.h:
20872         * gst/playback/gstplaybin.c: (gst_play_bin_init),
20873         (gst_play_bin_set_property), (gen_video_element),
20874         (gen_audio_element), (setup_sinks):
20875         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
20876         (gst_stream_info_get_type), (gst_stream_info_class_init),
20877         (gst_stream_info_init), (gst_stream_info_new),
20878         (gst_stream_info_dispose), (stream_info_mute_pad),
20879         (gst_stream_info_set_property), (gst_stream_info_get_property):
20880         * gst/playback/gststreaminfo.h:
20881         Reuse the audio and video bins.
20882         Some internal cleanups in the stream selection code.
20883
20884 2004-10-08  Julien MOUTTE  <julien@moutte.net>
20885
20886         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20887         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20888         * sys/ximage/ximagesink.h:
20889         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20890         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20891         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
20892         not coming from those elements. Moreover these elements should not keep
20893         the xid they have been given when in NULL state.
20894
20895 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
20896
20897         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
20898         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
20899         * sys/ximage/ximagesink.h:
20900         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
20901         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
20902         * sys/xvimage/xvimagesink.h:
20903           Actually only create a new toplevel window if we're not gonna
20904           embed it right after.
20905
20906 2004-10-07  Wim Taymans  <wim@fluendo.com>
20907
20908         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
20909         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
20910         * gst/playback/gstplaybin.c: (setup_sinks):
20911         Implement muting/unmuting of streams, mute streams that are not
20912         used.
20913
20914 2004-10-07  Wim Taymans  <wim@fluendo.com>
20915
20916         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
20917         (plugin_init):
20918         Added lame audio/x-ac3 typefind function.
20919
20920 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20921
20922         * configure.ac:
20923           bump nano to cvs
20924
20925 === release 0.8.5 ===
20926
20927 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
20928
20929         * NEWS:
20930         * RELEASE:
20931         * configure.ac:
20932           releasing 0.8.5, "Take You On"
20933
20934 2004-10-06  Wim Taymans  <wim@fluendo.com>
20935
20936         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20937         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
20938         (no_more_pads), (close_link), (type_found):
20939         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20940         * gst/playback/gstplaybin.c: (gen_video_element):
20941         Do not signal the no_more_pads after the first pad when
20942         we are plugging a non dynamic element with multiple
20943         output pads (like swfdec, dvdec, ...).
20944
20945 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
20946
20947         * configure.ac:
20948           bump for prerelease
20949
20950 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20951
20952         * gst/wavparse/gstwavparse.c:
20953           add ATRAC3 to STATIC CAPS to fix a warning
20954
20955         * gst/matroska/ebml-read.c:
20956         * gst-libs/gst/riff/riff-read.c:
20957           fix typos
20958
20959 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20960
20961         * gst-libs/gst/riff/riff-media.c:
20962           generate caps for ATRAC3 audio streams
20963
20964         * gst/realmedia/rmdemux.c:
20965           generate caps for ATRAC3 audio streams
20966
20967 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20968
20969         * gst/wavparse/Makefile.am
20970         * gst/wavparse/riff.h
20971         * gst/wavparse/wavparse.vcproj
20972           riff.h removal (unused and duplication with riff-ids.h)
20973
20974 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
20975
20976         * gst/wavparse/gstwavparse.h
20977           remove duplicated defines for audio codec codes
20978
20979         * gst-libs/gst/riff/riff-ids.h
20980         * gst/wavenc/riff.h:
20981           add "4CC" code for ATRAC3 audio streams
20982           add "4CC" code for ITU_G721_ADPCM (unused for now)
20983
20984 2004-10-06  Wim Taymans  <wim@fluendo.com>
20985
20986         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
20987         Actually _do_ negotiation. Pass gdouble as arg instead
20988         of guint64 for the framerate.
20989
20990 2004-10-06  Wim Taymans  <wim@fluendo.com>
20991
20992         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20993         (find_compatibles), (close_pad_link), (try_to_link_1),
20994         (no_more_pads), (close_link), (type_found):
20995         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
20996         * gst/playback/gstplaybin.c: (gen_video_element),
20997         (gen_audio_element):
20998         Set state on newly added element to READY so that negotiation
20999         can happen ASAP.
21000         Addes some more debug info.
21001         Do not try to plug pads with multiple caps structures or ANY
21002         because it is too dangerous since we do not do dynamic
21003         replugging.
21004
21005 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21006
21007         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
21008
21009         * po/LINGUAS:
21010         * po/or.po:
21011           add Oriya translation
21012
21013 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21014
21015         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
21016           Prevent overwrite of size member. Makes audio sound crappy.
21017
21018 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21019
21020         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
21021         Add rmvb to the list of known RealMedia extensions
21022
21023 2004-10-05  Wim Taymans  <wim@fluendo.com>
21024
21025         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
21026         (mngdec_openstream), (mngdec_closestream),
21027         (mngdec_handle_sink_event), (mngdec_readdata),
21028         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
21029         (mngdec_getcanvasline), (mngdec_refresh),
21030         (gst_mngdec_change_state):
21031         Set the framerate correctly.
21032
21033 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21034
21035         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
21036           There was something wrong with the index massaging.
21037
21038 2004-10-04  Wim Taymans  <wim@fluendo.com>
21039
21040         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
21041         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
21042         (gst_smokedec_chain):
21043         * ext/jpeg/gstsmokedec.h:
21044         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
21045         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
21046         * ext/jpeg/gstsmokeenc.h:
21047         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
21048         (smokecodec_decode_new), (smokecodec_info_free),
21049         (smokecodec_set_quality), (smokecodec_get_quality),
21050         (smokecodec_set_threshold), (smokecodec_get_threshold),
21051         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
21052         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
21053         (smokecodec_encode), (smokecodec_parse_id),
21054         (smokecodec_parse_header), (smokecodec_decode):
21055         * ext/jpeg/smokecodec.h:
21056         * ext/jpeg/smokeformat.h:
21057         Updated smoke, new bitstream, allows embedding in ogg.
21058
21059 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21060
21061         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
21062           Fix seeking in some files. All this code is no longer needed (and
21063           actually breaks stuff) because we now synchronize the full index
21064           right when reading the header.
21065
21066 2004-10-04  Wim Taymans  <wim@fluendo.com>
21067
21068         * configure.ac:
21069         configure update for libmng.
21070
21071 2004-10-04  Wim Taymans  <wim@fluendo.com>
21072
21073         * ext/libmng/Makefile.am:
21074         * ext/libmng/gstmng.c: (plugin_init):
21075         * ext/libmng/gstmng.h:
21076         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
21077         (gst_mngdec_base_init), (gst_mngdec_class_init),
21078         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
21079         (gst_mngdec_loop), (gst_mngdec_get_property),
21080         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
21081         (mngdec_closestream), (mngdec_handle_sink_event),
21082         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
21083         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
21084         (gst_mngdec_change_state):
21085         * ext/libmng/gstmngdec.h:
21086         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
21087         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
21088         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
21089         (gst_mngenc_chain), (gst_mngenc_get_property),
21090         (gst_mngenc_set_property):
21091         * ext/libmng/gstmngenc.h:
21092         Added basic MNG decoder. Needs more work. The encoder does
21093         not work yet.
21094
21095 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21096
21097         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
21098         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
21099         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
21100           Don't hang on length=0 chunks. Some negotiation fixes. Signal
21101           no-more-pads.
21102
21103 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21104
21105         * configure.ac:
21106           you need at least 1.0.4 of speex
21107
21108 2004-10-04 Iain <iaingnome@gmail.com>
21109
21110         * ext/speex/gstspeexdec.h: Revert the includes changes.
21111
21112         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
21113
21114 2004-09-30 Iain <iaingnome@gmail.com>
21115
21116         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
21117         found during init or set as a property instead of hardcoding /dev/audio
21118
21119 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21120
21121         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
21122         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
21123         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
21124         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
21125         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
21126         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
21127         (gst_rmdemux_dump_data):
21128           Use debug category, fix EOS handling. filesrc ! rmdemux now
21129           works.
21130
21131 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21132
21133         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
21134         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
21135         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
21136           Improve allocation, cutting and sorting of the index. How takes a
21137           few seconds instead of minutes.
21138
21139 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
21140
21141         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
21142           fixed compilation
21143
21144 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21145
21146         * gst-libs/gst/riff/riff-media.c:
21147         (gst_riff_create_video_caps_with_data),
21148         (gst_riff_create_video_template_caps):
21149           Add wing commander format mimetype/fourccs.
21150         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
21151           Don't crash if some value is 0.
21152
21153 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21154
21155         * gst-libs/gst/riff/riff-media.c:
21156         (gst_riff_create_video_caps_with_data),
21157         (gst_riff_create_video_template_caps):
21158           Add DIB fourcc (raw, palettized 8-bit RGB).
21159         * gst-libs/gst/riff/riff-read.c:
21160         (gst_riff_read_strf_vids_with_data):
21161           Oops, fix strf_data reading bug.
21162         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
21163           Use a non-NULL tag.
21164         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
21165           Time for hacks. Sorry Dave. At least one quicktime movie (a
21166           trailer) that I've encountered contains multiple video tracks.
21167           One of those is the actual video track, the other are one-frame
21168           tracks (images). Unfortunately, the number of frames according
21169           to the trak header is 1 for each, so that doesn't help. So
21170           instead, I look at the duration and discard tracks with a
21171           duration shorter than 20% of the length of the stream. Better
21172           than nothing.
21173
21174 2004-10-01  Christian Schaller <christian@fluendo.com>
21175
21176         * ext/ivorbis/vorbis.c:
21177           Patch from Phil Blundell (Bug 152341)
21178
21179 2004-10-01  Wim Taymans  <wim@fluendo.com>
21180
21181         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
21182         (speex_dec_get_formats), (speex_dec_convert),
21183         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
21184         (speex_dec_chain), (gst_speexdec_get_property),
21185         (gst_speexdec_set_property):
21186         Small cleanups.
21187
21188 2004-10-01  Wim Taymans  <wim@fluendo.com>
21189
21190         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
21191         (gst_wavparse_stream_init), (gst_wavparse_fmt),
21192         (gst_wavparse_other), (gst_wavparse_loop),
21193         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
21194         (gst_wavparse_srcpad_event):
21195         * gst/wavparse/gstwavparse.h:
21196         Added some more debugging info.
21197         Fix the case where the length of the file is 0.
21198         Make sure we seek to sample borders.
21199
21200 2004-10-01  Wim Taymans  <wim@fluendo.com>
21201
21202         * gst/playback/README:
21203         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
21204         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
21205         (try_to_link_1), (no_more_pads), (close_link), (type_found):
21206         Add some debug info to decodebin, update README
21207
21208 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21209
21210         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
21211           Don't use g_print(); use GST_DEBUG().
21212
21213 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21214
21215         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21216         (gst_ogg_mux_queue_pads):
21217           Handle EOS properly.
21218
21219 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21220
21221         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21222
21223         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
21224         (gst_faad_chain), (gst_faad_change_state):
21225         * ext/faad/gstfaad.h:
21226           Allow playback of raw (unframed) MPEG AAC files (#148993).
21227
21228 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
21229
21230         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21231
21232         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21233           Throw error if we didn't recognize the stream. Fixes #152289.
21234
21235 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21236
21237         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
21238           Fix negotiation.
21239
21240 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
21241
21242         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21243
21244         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
21245           Fix memleak.
21246
21247 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
21248
21249         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21250
21251         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
21252           Solve #152805.
21253         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
21254           Solve 152806.
21255
21256 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21257
21258         * gst-libs/gst/riff/riff-media.c:
21259         (gst_riff_create_video_caps_with_data),
21260         (gst_riff_create_audio_caps_with_data):
21261           Add codec_data handling (like asfdemux used to do).
21262         * gst/asfdemux/gstasf.c: (plugin_init):
21263         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21264         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
21265           Use riff-media for caps creation instead of our own (mostly
21266           broken) copy of its functions.
21267
21268 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21269
21270         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
21271           Don't actually error out if we get another return value than
21272           -EINVAL. Opposite to what I first thought, drivers have random
21273           return values for this, although -EINVAL is the expected return
21274           value. Since this is not fatal, we shouldn't use
21275           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
21276
21277 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21278
21279         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
21280         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
21281         (dvdreadsrc_get_property), (_open), (_seek), (_read),
21282         (dvdreadsrc_get), (dvdreadsrc_open_file),
21283         (dvdreadsrc_change_state):
21284           Fix. Don't do one big huge loop around the whole DVD, that will
21285           cache all data and thus eat sizeof(dvd) (several GB) before we
21286           see something.
21287         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21288           Actually NULL'ify event after using it.
21289         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
21290         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
21291         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
21292         (gst_ebml_read_seek), (gst_ebml_read_skip):
21293           Handle events.
21294         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
21295         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
21296         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
21297           Fix timing (this will probably break if I seek using menus, but
21298           I didn't get there yet). VOBs and normal DVDs should now work.
21299           Add a mpeg2-only pad with high rank so this get autoplugged for
21300           MPEG-2 movies.
21301         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
21302         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
21303         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
21304         (gst_mpeg_demux_get_audio_stream),
21305         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
21306         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
21307           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
21308           MPEG-1 but use dvddemux for MPEG-2.
21309         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
21310         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
21311         (gst_mpeg_parse_parse_packhead):
21312           Timing. Only add pad template if it exists. Add sink template from
21313           class and not from ourselves. This means we will always use the
21314           correct sink template even if it is not the one defined in this
21315           file.
21316
21317 2004-09-29  Wim Taymans  <wim@fluendo.com>
21318
21319         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
21320         (gst_mpeg_demux_parse_pes):
21321         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
21322         Fix playback of mpeg again, timestamps where screwed up by
21323         patch 1.61.
21324
21325 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21326
21327         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
21328           Only return true if we actually filled something in. Prevents
21329           player applications from showing a random length for flac files.
21330         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
21331         (gst_riff_read_use_event), (gst_riff_read_handle_event),
21332         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
21333         (gst_riff_read_strf_vids_with_data),
21334         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
21335           OK, ok, so I implemented event handling. Apparently it's normal
21336           that we receive random events at random points without asking
21337           for it.
21338         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
21339         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21340         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
21341         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
21342         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
21343         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
21344         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
21345         * gst/avi/gstavidemux.h:
21346           Implement non-lineair chunk handling and subchunk processing.
21347           The first solves playback of AVI files where the audio and video
21348           data of individual buffers that we read are not synchronized.
21349           This should not happen according to the wonderful AVI specs, but
21350           of course it does happen in reality. It is also a prerequisite for
21351           the second. Subchunk processing allows us to cut chunks in small
21352           pieces and process each of these pieces separately. This is
21353           required because I've seen several AVI files with incredibly large
21354           audio chunks, even some files with only one audio chunk for the
21355           whole file. This allows for proper playback including seeking.
21356           This patch is supposed to fix all AVI A/V sync issues.
21357         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
21358         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
21359           Work.
21360         * gst/modplug/gstmodplug.cc:
21361           Proper return value setting for the query() function.
21362         * gst/playback/gstplaybasebin.c: (setup_source):
21363           Being in non-playing state (after, e.g., EOS) is not necessarily
21364           a bad thing. Allow for that. This fixes playback of short files.
21365           They don't actually playback fully now, because the clock already
21366           runs. This means that small files (<500kB) with a small length
21367           (<2sec) will still not or barely play. Other files, such as mod
21368           or flx, will work correctly, however.
21369
21370 2004-09-28  Wim Taymans  <wim@fluendo.com>
21371
21372         * ext/speex/gstspeex.c: (plugin_init):
21373         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
21374         (gst_speex_dec_class_init), (speex_dec_get_formats),
21375         (speex_get_event_masks), (speex_get_query_types),
21376         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
21377         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
21378         (gst_speexdec_get_property), (gst_speexdec_set_property),
21379         (speex_dec_change_state):
21380         * ext/speex/gstspeexdec.h:
21381         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
21382         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
21383         (gst_speexenc_base_init), (gst_speexenc_class_init),
21384         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
21385         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
21386         (gst_speexenc_src_query), (gst_speexenc_init),
21387         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
21388         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
21389         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
21390         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
21391         (gst_speexenc_chain), (gst_speexenc_get_property),
21392         (gst_speexenc_set_property), (gst_speexenc_change_state):
21393         * ext/speex/gstspeexenc.h:
21394         Rewrote speex encoder, make sure it can be embedded in ogg.
21395         Implemented speex decoder.
21396
21397 2004-09-28  Christian Schaller <christian@fluendo.com>
21398
21399         * configure.ac:
21400         Remove kioslave plugin. Markey is brewing a new working one
21401         * ext/Makefile.am: Remove kioslave plugin
21402         * ext/kio: remove
21403         * gst-plugins.spec.in: remove kio plugin from spec
21404
21405 2004-09-27  Wim Taymans  <wim@fluendo.com>
21406
21407         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21408         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
21409         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
21410         (gst_multifdsink_new_client),
21411         (gst_multifdsink_handle_client_write),
21412         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
21413         (gst_multifdsink_handle_clients):
21414         * gst/tcp/gstmultifdsink.h:
21415         Make syncing to keyframes actually work for new clients and lagging
21416         clients.
21417
21418 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
21419
21420         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
21421         (gst_navigationtest_handle_src_event), (draw_box_planar411),
21422         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
21423         * gst/debug/gstnavigationtest.h:
21424           make navigationtest display button-press and button-release events
21425
21426 2004-09-26 Iain <iaingnome@gmail.com>
21427
21428         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
21429         the channels have received a new media event.
21430         (interleave_buffered_loop): Compresses a new media event on all
21431         channels into one.
21432
21433 2004-09-26 Iain <iaingnome@gmail.com>
21434
21435         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
21436         call the sinkpad's default event handler and not the srcpads. He also
21437         says this is confusing :)
21438         (gst_wavenc_stop_file): Company says that seek events only go upstream
21439         we should send a discontinuous downstream instead.
21440
21441 2004-09-25  Christian Schaller <christian@fluendo.com>
21442
21443         * Update SPEC file to be usable in conjunction with Fedora Core,
21444           Fedora.us and freshrpms packages
21445         * Fix typo in multifilesrc test Makefile
21446
21447 2004-09-24  Wim Taymans  <wim@fluendo.com>
21448
21449         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
21450         Only signal the no_more_pads signal when we have
21451         added the stream to our list.
21452
21453 2004-09-24  Wim Taymans  <wim@fluendo.com>
21454
21455         * gst/playback/gstplaybasebin.c: (remove_prerolls),
21456         (new_decoded_pad):
21457         * gst/playback/gstplaybasebin.h:
21458         * gst/playback/gstplaybin.c: (setup_sinks):
21459         Don't try to preroll or decode more than one audio/video
21460         track.
21461
21462 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21463
21464         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
21465           Throw error if we failed to find a suitable output. This should
21466           throw an error if we successfully set up a pipeline (e.g. because
21467           we recognized a media file) but found no decodable streams in it
21468           (e.g. because it contains only media stream types for which we
21469           have no decoders, or because it's not a media type).
21470
21471 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21472
21473         * ext/dirac/Makefile.am:
21474         * ext/dirac/gstdirac.cc:
21475         * ext/dirac/gstdiracdec.cc:
21476         * ext/dirac/gstdiracdec.h:
21477           Do something. Don't actually know if this works because I don't
21478           have a demuxer yet.
21479         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
21480           Add channels=1 to caps returned from _getcaps().
21481         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
21482         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
21483         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
21484         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
21485         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
21486         (gst_ogm_parse_change_state):
21487           Separate between audio/video so ogmaudioparse actually uses the
21488           audio pad templates. Both audio and video work now, including
21489           autoplugging. Also use sometimes-srcpad hack.
21490         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
21491           Handle events better. Don't hang on infinite loops.
21492         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
21493         (gst_avi_demux_init), (gst_avi_demux_reset),
21494         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
21495         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
21496         (gst_avi_demux_change_state):
21497         * gst/avi/gstavidemux.h:
21498           Improve A/V sync. Still not perfect.
21499         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
21500         (gst_ebml_read_skip):
21501           Handle events better.
21502         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
21503         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
21504         (qtdemux_audio_caps):
21505           Add IMA4. Improve event handling. Save offset after a seek when
21506           the headers are at the end of the file so that we don't end up in
21507           an infinite loop.
21508         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
21509           Add low-priority typefind support for files with no length.
21510
21511 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21512
21513         * testsuite/multifilesink/Makefile.am:
21514         fix typo
21515
21516 2004-09-22  Julien MOUTTE  <julien@moutte.net>
21517
21518         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21519         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
21520         mistakes from thaytan's patches.
21521
21522 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21523
21524         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
21525           For completeness, XSync in the destroy function as xvimage does.
21526
21527 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
21528
21529         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
21530            Correct caps negotiation
21531         * gst/volume/gstvolume.c: (volume_chain_float),
21532         (volume_chain_int16):
21533            Modify debug output to be little more informative
21534         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
21535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21536         (gst_xvimagesink_xvimage_destroy):
21537           Add XSync calls after detaching from the shared memory segment to
21538           avoid a crash.
21539
21540 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21541
21542         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
21543         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
21544         * ext/vorbis/vorbis.c: (plugin_init):
21545         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21546         (gst_vorbisenc_chain):
21547         * ext/vorbis/vorbisenc.h:
21548         remove explicit newmedia support from oggmux and vorbisenc
21549         add debug category to vorbisenc
21550         * gst/multifilesink/gstmultifilesink.c:
21551         (gst_multifilesink_class_init), (gst_multifilesink_init),
21552         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
21553         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
21554         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
21555         (plugin_init):
21556         * gst/multifilesink/gstmultifilesink.h:
21557         add support for streamheader in multifilesink
21558
21559 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21560
21561         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
21562         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
21563         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
21564           Prevent infinite loops. More correct error reporting.
21565         * gst/auparse/gstauparse.c: (gst_auparse_chain):
21566           Error out if negotiation fails.
21567         * gst/playback/gstplaybasebin.c: (setup_source),
21568         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
21569         (gst_play_base_bin_found_tag):
21570           Error/tag forwarding. Pre-roll fixes for source errors on state
21571           changes (e.g. "file does not exist") to prevent hangs.
21572
21573 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21574
21575         * testsuite/multifilesink/Makefile.am:
21576         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
21577         (gst_newmedia_class_init), (gst_newmedia_init),
21578         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21579         (newfile_signal), (test_signal), (main):
21580         * testsuite/multifilesink/multifilesrc_test.c: (main):
21581         * testsuite/multifilesink/oggtheora_test.c:
21582         (gst_newmedia_base_init), (gst_newmedia_class_init),
21583         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21584         (test_format), (newfile_signal), (test_signal), (main):
21585         * testsuite/multifilesink/oggvorbis_test.c:
21586         (gst_newmedia_base_init), (gst_newmedia_class_init),
21587         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
21588         (test_format), (newfile_signal), (test_signal), (main):
21589         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
21590         (gst_newmedia_class_init), (gst_newmedia_init),
21591         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
21592         (newfile_signal), (test_signal), (main):
21593         New media tests
21594
21595 2004-09-20  Christian Schaller <christian@fluendo.com>
21596
21597         * Fix mikmod license to LGPL as they have relicensed
21598         * Move Dirac and Effectv into LGPL section of README_license
21599
21600 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21601
21602         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
21603         (gst_mad_change_state):
21604           Allow for mp3 rate/channels changes. However, only very
21605           conservatively. Reason that we *have* to enable this is smiply
21606           because the mad find_sync() function is not good enough, it will
21607           regularly sync on random data as valid frames and therefore make
21608           us provide random caps as *final* caps of the stream. The best fix
21609           I could think of is to simply require several of the same stream
21610           changes in a row before we change caps.
21611           The actual testcase that works now is #
21612         * ext/ogg/Makefile.am:
21613         * ext/ogg/gstogg.c: (plugin_init):
21614         * ext/ogg/gstogmparse.c:
21615           OGM support (video only for now; I need an audio sample file).
21616         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
21617         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
21618         (gst_asf_demux_add_video_stream):
21619           WMV extradata.
21620         * gst/playback/gstplaybasebin.c: (unknown_type):
21621           Don't error out on single unknown-types after all. It's wrong.
21622           If we found type of video and audio but not of a subtitle stream,
21623           it will still error out (which is unwanted). Will find a better fix
21624           later on.
21625         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
21626         (ogmaudio_type_find), (plugin_init):
21627           OGM support.
21628
21629 2004-09-20  Johan Dahlin  <johan@gnome.org>
21630
21631         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
21632         after setting caps.
21633
21634 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21635
21636         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
21637         * gst/wavenc/gstwavenc.h:
21638         Added newmedia support to wavenc
21639
21640 2004-09-17  Wim Taymans  <wim@fluendo.com>
21641
21642         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
21643         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
21644         (gst_fdset_fd_can_write), (gst_fdset_wait):
21645         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
21646         (gst_multifdsink_init), (gst_multifdsink_add),
21647         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
21648         (gst_multifdsink_remove_client_link),
21649         (gst_multifdsink_client_queue_buffer),
21650         (gst_multifdsink_handle_client_write),
21651         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
21652         (gst_multifdsink_close), (gst_multifdsink_change_state):
21653         * gst/tcp/gstmultifdsink.h:
21654         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
21655         (gst_tcpserversink_removed):
21656         Small cleanups in fdset.c
21657         Use a hastable to map fd to the client structure for faster
21658         lookup in _remove and get_stats.
21659         Added virtual function to close the fds.
21660         Handle clients even when the select/poll call was unblocked because
21661         of a command.
21662         Implement syncing to keyframe in the recovery procedure.
21663
21664 2004-09-16 Iain <iaingnome@gmail.com>
21665
21666         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
21667         try caps.
21668
21669 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21670
21671         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
21672           Caps are only set if the type of the stream is unknown, but this
21673           is initialized in ->init_stream(), so set to UNKNOWN after calling
21674           ->init_stream() so that capsnego starts.
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           Just hardcode for raw audio then. AVI audio sucks.
21681
21682 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
21683
21684         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
21685         * gst/matroska/matroska-mux.c: (audiosink_templ),
21686         (gst_matroska_mux_audio_pad_link):
21687         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
21688         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
21689
21690 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21691
21692         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21693         (gst_avi_demux_stream_data):
21694           Try to fix a/v sync issues.
21695
21696 2004-09-15  David Schleef  <ds@schleef.org>
21697
21698         * configure.ac: remove NASM check, since we don't use it.  Update
21699         dirac check to 0.4
21700         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
21701         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
21702         Initialized variables.
21703         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
21704         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
21705         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
21706         SVQ3 format
21707
21708 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21709
21710         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
21711         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
21712         * gst/avi/gstavidemux.h:
21713           Fix for compressed audio (mp3) timestamp generation. How did this
21714           ever work?
21715
21716 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21717
21718         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
21719           Volume is a double not a float.
21720
21721 2004-09-15  Wim Taymans  <wim@fluendo.com>
21722
21723         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
21724         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
21725         Don't close the fd in multifdsink as we didn't open it in the
21726         first place. Some cleanups.
21727
21728 2004-09-15  Wim Taymans  <wim@fluendo.com>
21729
21730         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
21731         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
21732         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
21733         Fix the case where the muxer would mark pages as delta
21734         frames when they are not (vorbis only ogg).
21735
21736 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21737
21738         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
21739         (gst_play_base_bin_change_state):
21740           Handle the case where we failed to setup a clear pipeline. This
21741           will throw an error (or EOS, another nice case) and if you don't
21742           catch that, the app will wait for the signal forever (and thus
21743           hang).
21744
21745 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21746
21747         * ext/gnomevfs/gstgnomevfssink.c:
21748         (gst_gnomevfssink_uri_get_protocols):
21749         * ext/gnomevfs/gstgnomevfssrc.c:
21750         (gst_gnomevfssrc_uri_get_protocols):
21751         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21752         * ext/gnomevfs/gstgnomevfsuri.h:
21753           Use _uri_new() instead of _open(), so it doesn't take as long and
21754           Christophe's computer won't hang.
21755         * gst/playback/gstplaybasebin.c: (unknown_type):
21756           Throw error on unknown media type, so apps actually display it.
21757
21758 2004-09-14  Brian Cameron  <brian.cameron@sun.com
21759
21760         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
21761           this script to work on Solaris since bash shell handles echo
21762           differenly than bash.
21763
21764 2004-09-17  Wim Taymans  <wim@fluendo.com>
21765
21766         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
21767         (setup_source), (gst_play_base_bin_set_property),
21768         (gst_play_base_bin_add_element):
21769         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21770         Some more work on making sure seeking pauses the pipeline and
21771         that changing the uri actually does something.
21772
21773 2004-09-17  Wim Taymans  <wim@fluendo.com>
21774
21775         * gst/tcp/gstfdset.c: (gst_fdset_wait):
21776         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
21777         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
21778         (gst_tcpserversink_close):
21779         Be a bit more paranoid when freeing memory.
21780
21781 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21782
21783         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
21784         (qtdemux_parse_trak):
21785           Don't crash by dividing by zero (see sample movie in #126922).
21786
21787 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21788
21789         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
21790           Don't touch non-existing data (fixes crash on file in #140147).
21791
21792 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21793
21794         * gst/playback/gstplaybasebin.c:
21795         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
21796           Handle double disposals, and proper change of URIs.
21797
21798 2004-09-13  Martin Eikermann <meiker@upb.de>
21799
21800         * gst/mpegstream/gstmpegparse.c:
21801           fix synchronistation for streams recorded from digital PCR
21802           fixes bug #119376
21803
21804 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21805
21806         * ext/gnomevfs/Makefile.am:
21807         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
21808         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
21809         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
21810         (gst_gnomevfssink_uri_get_type),
21811         (gst_gnomevfssink_uri_get_protocols),
21812         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
21813         (gst_gnomevfssink_uri_handler_init),
21814         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
21815         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
21816         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
21817         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
21818         (gst_gnomevfssrc_uri_get_type),
21819         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
21820         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
21821         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
21822         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
21823         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
21824         * ext/gnomevfs/gstgnomevfsuri.h:
21825           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
21826           of fake URIs to see which this version of Gnome-VFS likes, and
21827           uses that for the Gst-URI interface. Makes playbin support http://
21828           streams. Also fix up some stupid behaviour in gnomevfssrc.
21829
21830 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21831
21832         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
21833         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
21834         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
21835         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
21836           Update mixer (to sync with other sessions) if we try to obtain
21837           a new value. This makes alsamixer work accross applications.
21838         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
21839           Only call sync functions if we're running, else alsalib asserts.
21840         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
21841           Sometimes fails to compile. Possibly a gcc bug.
21842         * gst/playback/gstplaybin.c: (gen_video_element),
21843         (gen_audio_element):
21844           Add a reference to an application-provided object, because we lose
21845           this same reference if we add it to the bin. If we don't do this,
21846           we can only use this object once and thus crash if we go from
21847           ready to playing, back to ready and back to playing again.
21848           Also add an audioscale element because several cheap soundcards -
21849           like mine - don't support all samplerates.
21850         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
21851         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
21852           Fix wrong order or PAR calls. Makes automatically obtained PAR
21853           from the X server atually being used.
21854
21855 2004-09-12  David Schleef  <ds@schleef.org>
21856
21857         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
21858         #151887, #152102, #152247.
21859         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
21860         * examples/seeking/cdparanoia.c: same
21861         * examples/seeking/cdplayer.c: same
21862         * examples/seeking/seek.c: same
21863         * examples/seeking/spider_seek.c: same
21864         * examples/seeking/vorbisfile.c: same
21865         * examples/stats/mp2ogg.c: same
21866         * ext/esd/esdsink.c: (gst_esdsink_class_init),
21867         (gst_esdsink_dispose): Dispose of element properly.
21868         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
21869         fixes.
21870         * ext/nas/nassink.c: (gst_nassink_class_init),
21871         (gst_nassink_dispose): Dispose of element correctly.
21872         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
21873         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
21874         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
21875         Fix 64-bit warning.
21876         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
21877         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
21878         Fix 64-bit warning.
21879
21880 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
21881
21882         * configure.ac : change speex detection as 1.1.6 now uses
21883           .pc/pkg-config and they changed their headers location.
21884
21885 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
21886
21887         * gst/matroska/matroska-mux.h:
21888         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
21889         (gst_matroska_mux_start), (gst_matroska_mux_finish),
21890         (gst_matroska_mux_write_data):
21891           Write multiple blocks/frames per cluster.
21892                 Write meta-seek information (seek heads).
21893
21894 2004-09-09  Scott Wheeler <wheeler@kde.org>
21895
21896         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
21897         (gst_play_bin_set_property), (gst_play_bin_get_property),
21898         (gen_audio_element), (gen_audio_element):
21899           Add a volume element / property to the pipeline.
21900
21901 2004-09-07  Wim Taymans  <wim@fluendo.com>
21902
21903         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
21904         Copy timestamps from the master pad to the output buffers.
21905
21906 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21907
21908         * ext/raw1394/gstdv1394src.c:
21909           throw errors when applicable
21910
21911 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
21912
21913         * gst/matroska/ebml-ids.h:
21914         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
21915         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
21916         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
21917           automatically convert unix time <-> ebml time when reading/writing
21918           a date, use gst_ebml_write_uint to write CUETIME,
21919           not gst_ebml_write_date.
21920         * gst/matroska/matroska-ids.h:
21921         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
21922         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
21923         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
21924         (gst_matroska_mux_write_data):
21925           Write track and segment UIDs, write muxing date, write
21926           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
21927           Create cues for audio only files.
21928
21929 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
21930
21931         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
21932         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
21933           Re-commit ALSA switches.
21934         * gst/adder/gstadder.c: (gst_adder_loop):
21935           64-bit fix (#151416).
21936         * gst/debug/progressreport.c: (gst_progressreport_report):
21937           64-bit fix (#151419).
21938         * gst/matroska/matroska-demux.c:
21939         (gst_matroska_demux_parse_contents):
21940           64-bit fix (#151420).
21941         * gst/playback/test3.c: (update_scale):
21942           64-bit fix (#151421).
21943
21944 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21945
21946         * configure.ac:
21947           bump nano to cvs
21948
21949 === release 0.8.4 ===
21950
21951 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
21952
21953         * configure.ac: releasing 0.8.4, "Alias"
21954
21955 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
21956
21957         * ext/theora/Makefile.am:
21958           fix makefile.  Fixes #151462.
21959
21960 2004-08-30  Wim Taymans  <wim@fluendo.com>
21961
21962         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
21963         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
21964         (gst_multifdsink_remove_client_link),
21965         (gst_multifdsink_client_queue_buffer),
21966         (gst_multifdsink_handle_client_write):
21967         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
21968         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
21969         Fix some memory leaks.
21970
21971 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21972
21973         Patch by: David Schleef
21974
21975         * configure.ac:
21976         * sys/Makefile.am:
21977           rename our detection macro for V4L2.  Fixes #151236.
21978
21979 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21980
21981         Patch by: David Schleef
21982
21983         * configure.ac:
21984           check to define LAMEPRESET.  Fixes #151232.
21985
21986 2004-08-27  David Schleef  <ds@schleef.org>
21987
21988         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
21989         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
21990         (gst_glimagesink_fixate):  Move local variable declarations to
21991         make gcc-2.95 happy.
21992
21993 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
21994
21995         * configure.ac:
21996           bump nano for prerelease
21997
21998 2004-08-27  David Schleef  <ds@schleef.org>
21999
22000         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
22001         * sys/sunaudio/gstsunaudiosrc.c:
22002         * sys/sunaudio/gstsunaudiosrc.h:
22003
22004 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
22005
22006         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
22007         handle EOS correctly
22008         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
22009         * gst/matroska/matroska-mux.h:
22010         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
22011         VFW compatibility mode
22012
22013 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22014
22015         patch by: Zaheer Abbas Merali
22016
22017         * ext/ogg/gstoggmux.c:
22018         * ext/vorbis/vorbisenc.c:
22019         * ext/vorbis/vorbisenc.h:
22020           handle NEWMEDIA
22021
22022 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
22023
22024         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
22025         fix byte order reversion on little endian machines.
22026         * gst/matroska/matroska-mux.c: (audiosink_templ),
22027         (gst_matroska_mux_audio_pad_link):
22028         add TTA codec to the list of supported codecs.
22029         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
22030         (gst_matroska_mux_start), (gst_matroska_mux_finish),
22031         (gst_matroska_mux_write_data):
22032         * gst/matroska/matroska-mux.h:
22033         write segment duration correctly, write muxing app string, fixes bugs
22034         #140897 and #140898.
22035         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
22036         wait for all pads to be negotiated before starting to mux.
22037
22038 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22039
22040         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
22041         * ext/lame/gstlame.h:
22042         Added new media support to lame
22043
22044 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
22045
22046         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
22047         send vorbis headers at the beginning of a stream, fixes bug #141554.
22048         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
22049         bug #148950.
22050         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
22051         (gst_matroska_demux_plugin_init):
22052         * gst/matroska/matroska-ids.h:
22053         enable demuxing of TTA audio streams, fixes bug #148951.
22054         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
22055         enable typefinding for TTA audio files, fixes bug #148711.
22056         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
22057         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
22058         fixes playback of packed bitstream and xvid with bframes, bug #135407.
22059
22060 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
22061
22062         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
22063         (gst_riff_read_element_data), (gst_riff_read_seek),
22064         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
22065         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
22066         <teuf@gnome.org>
22067
22068 2004-08-23 Iain <iaingnome@gmail.com>
22069
22070         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
22071         tags. They appear to be handled differently to normal.
22072         (tag_list_to_id3_tag_foreach): Ditto.
22073
22074 2004-08-22  Wim Taymans  <wim@fluendo.com>
22075
22076         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22077         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
22078         Make sure we never send -1 granulepos.
22079
22080 2004-08-20  Wim Taymans  <wim@fluendo.com>
22081
22082         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
22083         (gst_ogg_mux_loop):
22084         I will accept bitchslappings with non sharp objects.
22085
22086 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22087
22088         * configure.ac:
22089         Clean up the test for lame presets
22090
22091 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22092
22093         * configure.ac:
22094         * ext/lame/Makefile.am:
22095         * ext/lame/gstlame.c: (gst_lame_class_init),
22096         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22097         Only enable lame presets if version of lame has presets in API
22098
22099 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
22100         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
22101         * gst/udp/gstudpsrc.h:
22102           Don't call gst_pad_push in a get function. Fixes #150449
22103
22104 2004-08-18  Wim Taymans  <wim@fluendo.com>
22105
22106         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
22107         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
22108         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22109         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22110         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22111         (gst_fdset_wait):
22112         * gst/tcp/gstfdset.h:
22113         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22114         (gst_multifdsink_client_queue_buffer),
22115         (gst_multifdsink_handle_client_write):
22116         * gst/tcp/gstmultifdsink.h:
22117         Some extra checks in gstfdset.
22118         Only use send() when the fd is a socket. Don't try to
22119         read from write only fds.
22120
22121 2004-08-18  Wim Taymans  <wim@fluendo.com>
22122
22123         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
22124         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
22125         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22126         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22127         (gst_fdset_wait):
22128         Add more locking and bounds checking.
22129
22130 2004-08-18  Wim Taymans  <wim@fluendo.com>
22131
22132         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
22133         Realloc test fdset in the lock and right before starting
22134         the poll call. Bump the limit to 4096.
22135
22136 2004-08-17  David Schleef  <ds@schleef.org>
22137
22138         * sys/sunaudio/Makefile.am:
22139         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
22140         of rates and channels.  Make debugging less obnoxious.
22141
22142         Patch from Balamurali Viswanathan implementing a mixer for
22143         Sun audio.  (bug #144091):
22144         * sys/sunaudio/gstsunelement.c:
22145         * sys/sunaudio/gstsunelement.h:
22146         * sys/sunaudio/gstsunmixer.c:
22147         * sys/sunaudio/gstsunmixer.h:
22148
22149 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22150
22151         * gst/audioscale/gstaudioscale.c:
22152         * gst/audioscale/gstaudioscale.h:
22153         made audioscale resample from any sample rate to any sample rate
22154
22155 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22156
22157         * ext/libpng/gstpngdec.c:
22158           error out on unsupported types
22159
22160 2004-08-17  Iain <iaingnome@gmail.com>
22161
22162         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
22163         mid_side and loose_mid_side properties if its a stereo stream.
22164
22165 2004-08-17  Wim Taymans  <wim@fluendo.com>
22166
22167         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22168         (theora_get_formats), (theora_dec_src_convert),
22169         (theora_dec_sink_convert), (theora_dec_src_query),
22170         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
22171         Add a debug line.
22172
22173 2004-08-17  Wim Taymans  <wim@fluendo.com>
22174
22175         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
22176         (gst_ogg_pad_push):
22177         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
22178         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
22179         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
22180         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
22181         Mark delta units in the muxer.
22182         Try to decode the packet after an out-of-sync error from
22183         libogg.
22184
22185 2004-08-17  Wim Taymans  <wim@fluendo.com>
22186
22187         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22188         (gst_multifdsink_init), (gst_multifdsink_add),
22189         (gst_multifdsink_client_queue_buffer),
22190         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
22191         * gst/tcp/gstmultifdsink.h:
22192         Added option to send a keyframe to clients as the first buffer.
22193         Make timeout property writable.
22194
22195 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
22196
22197         patch by: Wim Taymans
22198
22199         * gst/tcp/gstfdset.c:
22200         * gst/tcp/gstmultifdsink.c:
22201           fix index comparison, should include 0
22202
22203 2004-08-16  Wim Taymans  <wim@fluendo.com>
22204
22205         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
22206         (gst_fdset_add_fd), (gst_fdset_remove_fd),
22207         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
22208         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
22209         (gst_fdset_wait):
22210           copy when reallocing for poll so the select arguments don't get
22211           changed during the call
22212
22213 2004-08-16  Wim Taymans  <wim@fluendo.com>
22214
22215         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22216         (gst_theora_enc_class_init), (theora_enc_sink_link),
22217         (theora_buffer_from_packet), (theora_enc_chain):
22218         Fix bug where buffers were not marked as keyframes
22219         correctly.
22220
22221 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22222
22223         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22224         (gst_lame_preset_get_type), (gst_lame_class_init):
22225         describe the enum values for vbr mode and presets more verbosely
22226
22227 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22228
22229         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
22230         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
22231         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
22232         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
22233         * ext/lame/gstlame.h:
22234         add preset property to lame so it can use lame presets
22235
22236 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22237
22238         * ext/lame/gstlame.c: (gst_lame_get_property):
22239         whoops forgot break, thanks teuf
22240
22241 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22242
22243         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
22244         (gst_lame_class_init), (gst_lame_src_getcaps),
22245         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
22246         (gst_lame_get_property), (gst_lame_setup):
22247         * ext/lame/gstlame.h:
22248         fix lame's broken vbr stuff, allow it to resample if need be, and also
22249         make xing header optional
22250
22251 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22252
22253         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
22254         added getcaps function so samplerate doesnt get fixated to silly values
22255
22256 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22257
22258         * ext/lame/gstlame.c: (gst_lame_src_link):
22259         revert previous fix
22260
22261 2004-08-12  Johan Dahlin  <johan@gnome.org>
22262
22263         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
22264         checks. Doesn't matter what state we are in. Interfaces are a
22265         compile time thing, not runtime. It also broke the python bindings.
22266
22267 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22268
22269         * ext/lame/gstlame.c: (gst_lame_src_link):
22270         made source pad link function check if sinkpad is ok..fixes the problem
22271         where core fixates the output rate of lame stupidly
22272
22273 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
22274
22275         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
22276         * sys/v4l/v4l_calls.c:
22277         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
22278           fix fixate function to handle nonsimple caps.
22279           remove bogus check in _link
22280           cleanups
22281
22282 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22283
22284         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
22285         set default compression ratio parameter to 0.0 so bitrate parameter
22286         works :)
22287
22288 2004-08-11  David Schleef  <ds@schleef.org>
22289
22290         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
22291
22292 2004-08-11  David Schleef  <ds@schleef.org>
22293
22294         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
22295         before.
22296
22297 2004-08-11  David Schleef  <ds@schleef.org>
22298
22299         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
22300
22301 2004-08-11  David Schleef  <ds@schleef.org>
22302
22303         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
22304           license field
22305         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
22306         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
22307           LGPL.
22308         * gst/auparse/gstauparse.c: Fix plugin license field.
22309         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
22310         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
22311         * gst/rtp/gstrtp.c: Fix plugin license field.
22312
22313 2004-08-11  Wim Taymans  <wim@fluendo.com>
22314
22315         * gst/tcp/Makefile.am:
22316         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
22317         (ensure_size), (gst_fdset_new), (gst_fdset_free),
22318         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
22319         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
22320         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
22321         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
22322         (gst_fdset_fd_can_write), (gst_fdset_wait):
22323         * gst/tcp/gstfdset.h:
22324         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22325         (gst_multifdsink_class_init), (gst_multifdsink_init),
22326         (gst_multifdsink_add), (gst_multifdsink_remove),
22327         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22328         (gst_multifdsink_remove_client_link),
22329         (gst_multifdsink_handle_client_read),
22330         (gst_multifdsink_client_queue_data),
22331         (gst_multifdsink_client_queue_caps),
22332         (gst_multifdsink_client_queue_buffer),
22333         (gst_multifdsink_handle_client_write),
22334         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22335         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22336         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
22337         (gst_multifdsink_close):
22338         * gst/tcp/gstmultifdsink.h:
22339         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
22340         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
22341         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
22342         (gst_tcpserversink_close):
22343         * gst/tcp/gsttcpserversink.h:
22344         Abstracted away the select call, implemented poll (yes we ran into
22345         the 1024 limit in production).
22346
22347 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
22348
22349         * gst/tcp/gsttcp.c:
22350         * gst/tcp/gsttcpplugin.c:
22351           improve debuggging, remove assert
22352
22353 2004-08-10  Wim Taymans  <wim@fluendo.com>
22354
22355         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
22356         (gst_client_status_get_type), (gst_multifdsink_class_init),
22357         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
22358         (gst_multifdsink_handle_client_read),
22359         (gst_multifdsink_handle_client_write),
22360         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
22361         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
22362         (gst_multifdsink_get_property):
22363         * gst/tcp/gstmultifdsink.h:
22364         * gst/tcp/gsttcp-marshal.list:
22365         Starting to prepare for specifying buffer time in other units
22366         than buffers. Expose remove reason in signal.
22367
22368 2004-08-10  Wim Taymans  <wim@fluendo.com>
22369
22370         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
22371         (gst_multifdsink_remove), (gst_multifdsink_clear),
22372         (gst_multifdsink_remove_client_link),
22373         (gst_multifdsink_handle_client_read),
22374         (gst_multifdsink_client_queue_data),
22375         (gst_multifdsink_client_queue_buffer),
22376         (gst_multifdsink_handle_client_write),
22377         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
22378         (gst_multifdsink_chain), (gst_multifdsink_close):
22379         * gst/tcp/gstmultifdsink.h:
22380         Added more debugging info. Changed the way clients are
22381         removed from the lists. Fixed a bug where a bad file descriptor
22382         could cause many clients to be removed.
22383
22384 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22385
22386         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
22387           allow all pixel-aspect-ratios, not just 1:1
22388
22389 2004-08-09  David Schleef  <ds@schleef.org>
22390
22391         * sys/glsink/ARB_multitexture.h:  Remove old files.
22392         * sys/glsink/EXT_paletted_texture.h:
22393         * sys/glsink/NV_register_combiners.h:
22394         * sys/glsink/gstgl_nvimage.c:
22395         * sys/glsink/gstgl_pdrimage.c:
22396         * sys/glsink/gstgl_rgbimage.c:
22397         * sys/glsink/gstglsink.c:
22398         * sys/glsink/gstglsink.h:
22399         * sys/glsink/gstglxwindow.c:
22400         * sys/glsink/regcomb_yuvrgb.c:
22401
22402 2004-08-09  David Schleef  <ds@schleef.org>
22403
22404         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
22405         GL sink plugin.  (Bug #147302)
22406
22407         * configure.ac: Test for OpenGL
22408         * sys/Makefile.am: Use test for OpenGL
22409         * sys/glsink/Makefile.am:
22410         * sys/glsink/glimagesink.c: rewrite
22411         * sys/glsink/glimagesink.h: rewrite
22412
22413 2004-08-09  David Schleef  <ds@schleef.org>
22414
22415         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
22416         sane framerates.
22417         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
22418         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
22419         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
22420
22421 2004-08-09  Wim Taymans  <wim@fluendo.com>
22422
22423         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22424         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22425         (gst_multifdsink_client_remove),
22426         (gst_multifdsink_handle_client_read),
22427         (gst_multifdsink_handle_client_write),
22428         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22429         Do a bit more logging, make the client_read code more robust.
22430
22431 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22432
22433         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
22434         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
22435         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
22436         (gst_jpegdec_init), (gst_jpegdec_chain):
22437         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
22438         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
22439           cleanups, debugging fixes and memleak plugging
22440
22441 2004-08-09  Wim Taymans  <wim@fluendo.com>
22442
22443         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22444         (theora_get_formats), (theora_dec_src_convert),
22445         (theora_dec_sink_convert), (theora_dec_src_query),
22446         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
22447         (theora_dec_change_state):
22448         Don't crash on missing header packets.
22449
22450 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22451
22452         * po/LINGUAS:
22453         * po/sq.po:
22454           Added Albanian translation (Laurent Dhima)
22455         * po/cs.po:
22456           updated
22457
22458 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22459
22460         * ext/lame/gstlame.c:
22461           fix/add debugging
22462
22463 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
22464
22465         * sys/ximage/ximagesink.c:
22466         * sys/xvimage/xvimagesink.c:
22467           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
22468
22469 2004-08-06  Wim Taymans  <wim@fluendo.com>
22470
22471         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22472         (gst_multifdsink_add), (gst_multifdsink_get_stats),
22473         (gst_multifdsink_client_remove),
22474         (gst_multifdsink_handle_client_read),
22475         (gst_multifdsink_handle_client_write),
22476         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22477         Make sure we don't try to read more from a client that what
22478         ioctl says us or we deadlock.
22479
22480 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22481
22482         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
22483         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
22484         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
22485           decouple running_time and n_frames so it can handle changing
22486           framerate while running
22487
22488 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22489
22490         * po/nl.po:
22491         * po/sv.po:
22492           updated translations
22493
22494 2004-08-04  Benjamin Otte  <otte@gnome.org>
22495
22496         * gst/videotestsrc/gstvideotestsrc.c:
22497         (gst_videotestsrc_get_capslist), (generate_capslist),
22498         (plugin_init):
22499           generate the list of supported caps at startup and reuse it instead
22500           of always generating it
22501
22502 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22503
22504         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
22505           whoops, last checkin broke normal build
22506
22507 2004-08-03  Benjamin Otte  <otte@gnome.org>
22508
22509         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
22510         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
22511         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
22512         (gst_alsa_mixer_get_option):
22513         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
22514         (dvdnavsrc_print_event):
22515         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
22516         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
22517         (gst_ogg_mux_pad_unlink):
22518         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
22519         (gst_multipart_mux_pad_unlink):
22520         * gst/videofilter/gstvideobalance.c:
22521         (gst_videobalance_colorbalance_set_value):
22522         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
22523         (gst_videomixer_pad_unlink):
22524         * po/uk.po:
22525         * sys/oss/gstossmixer.c:
22526         * sys/v4l/gstv4lcolorbalance.c:
22527         * sys/v4l/gstv4ltuner.c:
22528         * sys/v4l/v4lsrc_calls.c:
22529         * sys/v4l2/gstv4l2colorbalance.c:
22530         * sys/v4l2/gstv4l2tuner.c:
22531           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
22532
22533 2004-08-03  Benjamin Otte  <otte@gnome.org>
22534
22535         * examples/dynparams/filter.c: (ui_control_create):
22536         * examples/gstplay/player.c: (print_tag):
22537         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
22538         * ext/gdk_pixbuf/gstgdkanimation.c:
22539         (gst_gdk_animation_iter_may_advance):
22540         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
22541         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
22542         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
22543         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
22544         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
22545         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
22546         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
22547         * gst/sine/demo-dparams.c: (main):
22548         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
22549         * testsuite/alsa/formats.c: (create_pipeline):
22550         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
22551           fixes for G_DISABLE_ASSERT and friends
22552         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
22553         (mp3_type_frame_length_from_header), (mp3_type_find),
22554         (plugin_init):
22555           require mp3 typefinding to have at least MIN_HEADERS valid headers
22556           add typefinding for AAC adts files
22557
22558 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
22559
22560         * sys/ximage/ximagesink.c:
22561         (gst_ximagesink_calculate_pixel_aspect_ratio):
22562         * sys/xvimage/xvimagesink.c:
22563         (gst_xvimagesink_calculate_pixel_aspect_ratio):
22564         Make sure we calculate pixel-aspect-ratio using floating point maths
22565
22566 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22567
22568         * po/uk.po:
22569           updated translation
22570
22571 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
22572
22573         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
22574         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
22575           add debugging for display PAR calculation
22576
22577 2004-08-02  David Schleef  <ds@schleef.org>
22578
22579         * configure.ac: Fix mikmod CFLAGS.
22580
22581 2004-07-27  Benjamin Otte  <otte@gnome.org>
22582
22583         * gst/audioscale/gstaudioscale.c:
22584         - fix templates to only support S16, it's the only format that works
22585         - make caps nego code use try_set_caps_nonfixed and fixation instead
22586         of try_set_caps twice, which is not nice for autopluggers
22587         - change rank to secondary, so autopluggers can pick it up after
22588         audioconvert
22589
22590 2004-08-02  Iain <iain@prettypeople.org>
22591
22592         * gst/interleave/interleave.c (interleave_init),
22593         (interleave_request_new_pad),
22594         (interleave_pad_removed),
22595         (interleave_buffered_loop): Use the real pad count, not the artificial
22596         one.
22597
22598 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22599
22600         * configure.ac: bump nano back to development
22601
22602 === release 0.8.3 ===
22603
22604 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22605
22606         * configure.ac: releasing 0.8.3, "Water"
22607
22608 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22609
22610         * sys/xvimage/xvimagesink.c:
22611         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22612         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
22613         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
22614         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22615         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22616         * sys/xvimage/xvimagesink.h:
22617           apply similar PAR fixes as to ximagesink
22618
22619 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
22620
22621         patch from: Benjamin Otte
22622
22623         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
22624           add link function to lame.  Fixes #148986.
22625
22626 2004-08-02  Johan Dahlin  <johan@gnome.org>
22627
22628         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
22629         fix debugging log
22630
22631 2004-07-30  David Schleef  <ds@schleef.org>
22632
22633         * gst/videomixer/Makefile.am: Fix things that should have been
22634         fixed in the last checkin.
22635
22636 2004-07-30  David Schleef  <ds@schleef.org>
22637
22638         * gst/multipart/Makefile.am: Fix things that should have been
22639         fixed in the last checkin.
22640
22641 2004-07-30  David Schleef  <ds@schleef.org>
22642
22643         * testsuite/multifilesink/Makefile.am: Fix unused variable.
22644
22645 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22646
22647         * configure.ac:
22648           bump nano for prerelease
22649         * po/af.po:
22650         * po/az.po:
22651         * po/cs.po:
22652         * po/en_GB.po:
22653         * po/hu.po:
22654         * po/nl.po:
22655         * po/sr.po:
22656         * po/sv.po:
22657         * po/uk.po:
22658           updates
22659
22660 2004-07-30  Wim Taymans  <wim@fluendo.com>
22661
22662         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
22663         (gst_multifdsink_add), (gst_multifdsink_remove),
22664         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
22665         (gst_multifdsink_client_remove),
22666         (gst_multifdsink_handle_client_write),
22667         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
22668         * gst/tcp/gstmultifdsink.h:
22669         Recover from a select with a bad file descriptor by removing
22670         the client.
22671
22672 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
22673
22674         * configure.ac:
22675           fix requirement of core
22676         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
22677         (gst_play_pipeline_setup):
22678           don't use colorspace element.  do use hermescolorspace element.
22679           make macro to get a colorspace element.
22680           mark strings for translation.
22681         * po/POTFILES.in:
22682           add play.c
22683         * po/af.po:
22684         * po/az.po:
22685         * po/cs.po:
22686         * po/en_GB.po:
22687         * po/hu.po:
22688         * po/nl.po:
22689         * po/sr.po:
22690         * po/sv.po:
22691         * po/uk.po:
22692           update translations
22693
22694 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22695
22696         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
22697         fix default for newmedia flag
22698
22699 2004-07-30  Wim Taymans  <wim@fluendo.com>
22700
22701         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
22702         (gst_theora_dec_init), (theora_get_formats),
22703         (theora_dec_src_convert), (theora_dec_sink_convert),
22704         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22705         (theora_dec_chain), (theora_dec_set_property),
22706         (theora_dec_get_property):
22707         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
22708         (gst_theora_enc_class_init), (gst_theora_enc_init),
22709         (theora_enc_sink_link), (theora_enc_chain),
22710         (theora_enc_set_property), (theora_enc_get_property):
22711         Added cropping option to theora decoder.
22712         Added border option to theora encoder.
22713
22714 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22715
22716         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22717         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22718         (gst_pngenc_set_property):
22719         * ext/libpng/gstpngenc.h:
22720         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
22721
22722 2004-07-30  Wim Taymans  <wim@fluendo.com>
22723
22724         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
22725         (theora_enc_sink_link), (theora_enc_chain),
22726         (theora_enc_set_property), (theora_enc_get_property):
22727         Fix encoding of non-multiple-of-16 video.
22728
22729 2004-07-29  David Schleef  <ds@schleef.org>
22730
22731         * configure.ac: make test for audiofile more strict
22732
22733 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
22734
22735         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
22736           give different names to typefind functions
22737
22738 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22739
22740         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22741         (gst_ximagesink_calculate_pixel_aspect_ratio),
22742         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
22743         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
22744         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
22745         (gst_ximagesink_get_property), (gst_ximagesink_init):
22746         * sys/ximage/ximagesink.h:
22747           allocate PAR's dynamically.
22748           use autodetected PAR if no object-set PAR is given.
22749           add workaround for directfb's X not setting physical size.
22750           fix to xvimagesink will follow tomorrow.
22751
22752 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22753
22754         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
22755         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
22756         (gst_shout2send_get_type), (gst_shout2send_set_clock),
22757         (gst_shout2send_class_init), (gst_shout2send_init),
22758         (set_shout_metadata), (gst_shout2send_set_metadata),
22759         (gst_shout2send_chain), (gst_shout2send_set_property),
22760         (gst_shout2send_get_property), (gst_shout2send_connect),
22761         (gst_shout2send_change_state):
22762         * ext/shout2/gstshout2.h:
22763         - fix for sending mp3 audio to icecast2 server, if pad link function not
22764         called before PAUSED state
22765         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
22766         - added tagging support for mp3 audio broadcasted
22767         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
22768         debug info
22769
22770 2004-07-28  Wim Taymans  <wim@fluendo.com>
22771
22772         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
22773         (gst_ogg_demux_push):
22774         Return query failure when we don't know the length of
22775         an ogg stream insteda of returning TRUE with a bogus value.
22776
22777 2004-07-28  Wim Taymans  <wim@fluendo.com>
22778
22779         * ext/theora/theoradec.c: (theora_get_formats),
22780         (theora_dec_src_convert), (theora_dec_sink_convert),
22781         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22782         (theora_dec_chain):
22783         Don't screw up the 1 Chroma for 1 luma sample situation when we
22784         have an odd offset/width by adding a black border in those cases.
22785
22786 2004-07-28  Wim Taymans  <wim@fluendo.com>
22787
22788         * ext/theora/theoradec.c: (theora_get_formats),
22789         (theora_dec_src_convert), (theora_dec_sink_convert),
22790         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
22791         (theora_dec_chain):
22792         * ext/theora/theoraenc.c: (theora_enc_sink_link):
22793         Added first attempt at cropping of the image as required by the
22794         theora spec. We need more properties in the caps (offset_x,
22795         offset_y,stride) to implement this correctly.
22796
22797 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
22798
22799         * ext/dvdnav/README:
22800           Update the README to use dvddemux
22801         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
22802           Ensure getcaps returns a subset of the template caps
22803         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
22804         (gst_mpeg2subt_init):
22805           Ensure getcaps returns a subset of the template caps
22806         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
22807         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
22808         (gst_dvd_demux_get_subpicture_stream),
22809         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
22810         * gst/mpegstream/gstdvddemux.h:
22811           Set the explicit caps on the current_video pad before pushing
22812           anything
22813         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
22814         (gst_mpeg_demux_get_audio_stream):
22815           Free caps used to gst_pad_set_explicit_caps, which takes a const
22816           GstCaps *
22817
22818 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
22819
22820         * configure.ac: update GStreamer requirement to 0.8.4 because of
22821           GstFraction.
22822
22823 2004-07-28  Wim Taymans  <wim@fluendo.com>
22824
22825         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
22826         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
22827         Add the pad to the element after setting up the caps. This
22828         makes it a lot easier to autoplug.
22829
22830 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22831
22832         * gst/median/gstmedian.c:
22833         * gst/mpeg2subt/gstmpeg2subt.c:
22834         * gst/mpegaudioparse/gstmpegaudioparse.c:
22835         * gst/mpegstream/gstdvddemux.c:
22836         * gst/mpegstream/gstmpegdemux.c:
22837         * gst/mpegstream/gstmpegpacketize.c:
22838         * gst/rtjpeg/gstrtjpeg.c:
22839         * gst/rtjpeg/gstrtjpegdec.c:
22840         * gst/rtjpeg/gstrtjpegenc.c:
22841         * gst/sine/gstsinesrc.c:
22842         * gst/smooth/gstsmooth.c:
22843         * gst/smpte/gstsmpte.c:
22844         * gst/smpte/gstsmpte.h:
22845         * gst/stereo/gststereo.c:
22846         * gst/videofilter/gstgamma.c:
22847         * gst/videofilter/gstvideobalance.c:
22848         * gst/videofilter/gstvideofilter.c:
22849         * gst/videofilter/gstvideoflip.c:
22850         * gst/videoscale/gstvideoscale.c:
22851         * gst/videoscale/videoscale.c:
22852         * gst/videotestsrc/gstvideotestsrc.c:
22853         * gst/videotestsrc/videotestsrc.c:
22854         * gst/wavenc/gstwavenc.c:
22855         * gst/wavparse/gstwavparse.c:
22856           fix local includes and 64 bits constants
22857
22858 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22859
22860         * win32/gst.sln:
22861         * gst-libs/gst/*/*.vcproj:
22862         * gst/*/*.vcproj:
22863           more working plugins
22864
22865 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22866
22867         * testsuite/alsa/Makefile.am:
22868         * testsuite/alsa/srcstate.c:
22869         add test for alsasrc changing state
22870
22871 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22872
22873         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
22874         (gst_silence_get):
22875         * gst/silence/gstsilence.h:
22876         fix silence generation for 16bit raw audio
22877
22878 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22879
22880         * gst/matroska/matroska-demux.c:
22881         (gst_matroska_demux_parse_metadata),
22882         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
22883         * gst/mpegaudio/common.c:
22884         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22885         (gst_videoscale_getcaps), (gst_videoscale_link),
22886         (gst_videoscale_src_fixate), (gst_videoscale_init),
22887         (gst_videoscale_finalize):
22888         * gst/videoscale/gstvideoscale.h:
22889         * gst/videotestsrc/gstvideotestsrc.c:
22890         (gst_videotestsrc_get_capslist):
22891         * gst/wavenc/gstwavenc.c:
22892         * sys/oss/gstossmixer.c: (fill_labels):
22893         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
22894         (gst_ximagesink_handle_xevents),
22895         (gst_ximagesink_calculate_pixel_aspect_ratio),
22896         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
22897         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
22898         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
22899         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
22900         (gst_ximagesink_init), (gst_ximagesink_class_init):
22901         * sys/ximage/ximagesink.h:
22902         * sys/xvimage/xvimagesink.c:
22903         (gst_xvimagesink_calculate_pixel_aspect_ratio),
22904         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
22905         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
22906         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
22907         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
22908         * sys/xvimage/xvimagesink.h:
22909           first batch of pixel aspect ratio commits.
22910
22911 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22912
22913         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22914         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
22915         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
22916           handle stride, needs work if we want to move stride handling
22917           upstream, but works correctly for our purposes.
22918
22919 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22920
22921         * gst/videoscale/README:
22922           add testing examples
22923         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
22924         (gst_videoscale_chain):
22925         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
22926         (gst_videoscale_get_size):
22927           add get_size function that handles stride like videotestsrc.
22928           fixes conversion for YUV formats for as much as I can test them.
22929
22930 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
22931
22932         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
22933         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
22934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22935         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
22936         (gst_xvimagesink_xvimage_put):
22937           further cleanups, logging, error handling and synchronizing
22938
22939 2004-07-27  Wim Taymans  <wim@fluendo.com>
22940
22941         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
22942         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
22943         (gst_videomixer_pad_set_property),
22944         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
22945         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
22946         (gst_videomixer_class_init), (gst_videomixer_init),
22947         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
22948         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
22949         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
22950         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
22951         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
22952         (gst_videomixer_loop), (plugin_init):
22953         Be a nicer negotiation citizen and provide a getcaps function on
22954         the srcpad. This also fixes a crash when resizing.
22955
22956 2004-07-27  Julien MOUTTE  <julien@moutte.net>
22957
22958         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
22959         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
22960
22961 2004-07-27  Wim Taymans  <wim@fluendo.com>
22962
22963         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
22964         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
22965         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
22966         (gst_pngenc_set_property):
22967         * ext/libpng/gstpngenc.h:
22968         Added snapshot property to pngenc.
22969         removed g_print from pngdec
22970
22971 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
22972
22973         * gst/ac3parse/ac3parse.vcproj
22974         * gst/adder/adder.vcproj
22975         * gst/alpha/alpha.vcproj
22976         * gst/alpha/alphacolor.vcproj
22977         * gst/asfdemux/asf.vcproj
22978         * gst/audioconvert/audioconvert.vcproj
22979         * gst/audiorate/audiorate.vcproj
22980         * gst/audioscale/audioscale.vcproj
22981         * gst/auparse/auparse.vcproj
22982         * gst/avi/avi.vcproj
22983         * gst/cdxaparse/cdxaparse.vcproj
22984         * gst/chart/chart.vcproj
22985         * gst/colorspace/colorspace.vcproj
22986         * gst/cutter/cutter.vcproj
22987         * gst/debug/debug.vcproj
22988         * gst/debug/efence.vcproj
22989         * gst/debug/navigationtest.vcproj
22990         * gst/deinterlace/deinterlace.vcproj
22991         * gst/effectv/effectv.vcproj
22992         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
22993         * gst/filter/filter.vcproj
22994         * gst/flx/flxdec.vcproj
22995         * gst/goom/goom.vcproj
22996         * gst/interleave/interleave.vcproj
22997         * gst/law/alaw.vcproj
22998         * gst/law/mulaw.vcproj
22999         * gst/matroska/matroska.vcproj
23000         * gst/median/median.vcproj
23001         * gst/mixmatrix/mixmatrix.vcproj
23002         * gst/mpeg1sys/mpeg1systemencode.vcproj
23003         * gst/mpeg1videoparse/mp1videoparse.vcproj
23004         * gst/mpeg2sub/mpeg2subt.vcproj
23005         * gst/mpegaudio/mpegaudio.vcproj
23006         * gst/mpegaudioparse/mpegaudioparse.vcproj
23007         * gst/mpegstream/mpegstream.vcproj
23008         * gst/multifilesink/multifilesink.vcproj
23009         * gst/multipart/multipart.vcproj
23010         * gst/oneton/oneton.vcproj
23011         * gst/overlay/overlay.vcproj
23012         * gst/passthrough/passthrough.vcproj
23013         * gst/qtdemux/qtdemux.vcproj
23014         * gst/realmedia/rmdemux.vcproj
23015         * gst/rtjpeg/rtjpeg.vcproj
23016         * gst/rtp/rtp.vcproj
23017         * gst/silence/silence.vcproj
23018         * gst/sine/sinesrc.vcproj
23019         * gst/smooth/smooth.vcproj
23020         * gst/smpte/smpte.vcproj
23021         * gst/spectrum/spectrum.vcproj
23022         * gst/speed/speed.vcproj
23023         * gst/stereo/stereo.vcproj
23024         * gst/switch/switch.vcproj
23025         * gst/tags/tagedit.vcproj
23026         * gst/tcp/tcp.vcproj
23027         * gst/typefind/typefindfunctions.vcproj
23028         * gst/udp/udp.vcproj
23029         * gst/videobox/videobox.vcproj
23030         * gst/videocrop/videocrop.vcproj
23031         * gst/videodrop/videodrop.vcproj
23032         * gst/videofilter/gamma.vcproj
23033         * gst/videofilter/videobalance.vcproj
23034         * gst/videofilter/videofilter.vcproj
23035         * gst/videofilter/videoflip.vcproj
23036         * gst/videoflip/videoflip.vcproj
23037         * gst/videomixer/videomixer.vcproj
23038         * gst/videorate/videorate.vcproj
23039         * gst/videoscale/videoscale.vcproj
23040         * gst/videotestsrc/videotestsrc.vcproj
23041         * gst/virtualdub/virtualdub.vcproj
23042         * gst/volenv/volenv.vcproj
23043         * gst/volume/volume.vcproj
23044         * gst/wavenc/wavenc.vcproj
23045         * gst/wavparse/wavparse.vcproj
23046         * gst/y4m/y4menc.vcproj
23047         * gst-libs/gst/audio/audio.vcproj
23048         * gst-libs/gst/audio/audiofilter.vcproj
23049         * gst-libs/gst/colorbalance/colorbalance.vcproj
23050         * gst-libs/gst/idct/idtc.vcproj
23051         * gst-libs/gst/media-info/media-info.vcproj
23052         * gst-libs/gst/mixer/mixer.vcproj
23053         * gst-libs/gst/navigation/navigation.vcproj
23054         * gst-libs/gst/play/play.vcproj
23055         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
23056         * gst-libs/gst/resample/resample.vcproj
23057         * gst-libs/gst/riff/riff.vcproj
23058         * gst-libs/gst/tuner/tuner.vcproj
23059         * gst-libs/gst/video/video.vcproj
23060         * gst-libs/gst/xoverlay/xoverlay.vcproj
23061           avoid problems with math.h, fix release dependancy
23062           rename GStreamer-0.8.lib to libgstreamer.lib
23063
23064 2004-07-27  Julien MOUTTE  <julien@moutte.net>
23065
23066         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23067         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
23068         the atom is not available we have to unlock the mutex. Fixes #148023
23069
23070 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23071
23072         * gst-libs/gst/media-info/media-info.h:
23073           issue for a vararg macro with MSVC
23074
23075 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23076
23077         * gst/effectv/effectv.vcproj
23078         * gst-libs/gst/idct/idct.vcproj:
23079         * gst-libs/gst/media-info/media-info.vcproj:
23080         * gst-libs/gst/navigation/navigation.vcproj:
23081         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23082         * gst-libs/gst/video/video.vcproj:
23083         * gst-libs/gst/xoverlay/xoverlay.vcproj:
23084           fixes for build problems
23085
23086 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23087
23088         * gst-libs/gst/audio/audio.def:
23089         * gst-libs/gst/audio/riff.def:
23090           add some definitions needed by plugins
23091
23092 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23093
23094         * gst/asfdemux/gstasfmux.c
23095           Fix some 64 bits constants to be glib friendly
23096
23097 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23098
23099         * gst/ac3parse/gstac3parse.c
23100         * gst/audioscale/gstaudioscale.c
23101         * gst/auparse/gstauparse.c
23102         * gst/colorspace/gstcolorspace.c
23103         * gst/colorspace/yuv2rgb.h
23104           local include fixes
23105
23106 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23107
23108         * win32/gst.sln
23109           add more plugins to the build
23110
23111 2004-07-26  Julien MOUTTE  <julien@moutte.net>
23112
23113         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
23114         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
23115
23116 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23117
23118         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
23119         (gst_level_set_property), (gst_level_get_property),
23120         (gst_level_base_init), (gst_level_class_init):
23121           add debugging categories.  cleanups.
23122
23123 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23124
23125         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23126         (gst_videoscale_planar411), (gst_videoscale_planar400),
23127         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
23128         (gst_videoscale_scale_nearest_str1),
23129         (gst_videoscale_scale_nearest_str2),
23130         (gst_videoscale_scale_nearest_str4),
23131         (gst_videoscale_scale_nearest_16bit),
23132         (gst_videoscale_scale_nearest_24bit):
23133           fixed stride issues
23134           tested with 320x240 -> 321, 322, 324 x240
23135           tested with YV12, I420, YUY2, UYVY
23136           fixed packed422rev (don't think it could have worked before)
23137           by testing with UYVY
23138
23139 2004-07-26  Benjamin Otte  <otte@gnome.org>
23140
23141         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
23142         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
23143         (plugin_init):
23144           add debugging category, add error checks like checking return values
23145           of setup calls, make sure it still works after
23146           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
23147
23148 2004-07-26  Wim Taymans  <wim@fluendo.com>
23149
23150         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
23151         (gst_mpeg_demux_get_audio_stream),
23152         (gst_mpeg_demux_process_private):
23153         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
23154         Check for error codes from the negotiation functions. Make sure
23155         we really set the pad caps when a new pad is created.
23156
23157 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23158
23159         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
23160         (gst_ffmpeg_caps_to_pix_fmt):
23161         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
23162         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23163         (gst_ffmpegcolorspace_pad_link):
23164           don't make function do two things at the same time without reason.
23165
23166 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23167
23168         * gst/ac3parse/ac3parse.vcproj
23169         * gst/adder/adder.vcproj
23170         * gst/alpha/alpha.vcproj
23171         * gst/alpha/alphacolor.vcproj
23172         * gst/asfdemux/asf.vcproj
23173         * gst/audioconvert/audioconvert.vcproj
23174         * gst/audiorate/audiorate.vcproj
23175         * gst/audioscale/audioscale.vcproj
23176         * gst/auparse/auparse.vcproj
23177         * gst/avi/avi.vcproj
23178         * gst/cdxaparse/cdxaparse.vcproj
23179         * gst/chart/chart.vcproj
23180         * gst/colorspace/colorspace.vcproj
23181         * gst/cutter/cutter.vcproj
23182         * gst/debug/debug.vcproj
23183         * gst/debug/efence.vcproj
23184         * gst/debug/navigationtest.vcproj
23185         * gst/deinterlace/deinterlace.vcproj
23186         * gst/effectv/effectv.vcproj
23187         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
23188         * gst/filter/filter.vcproj
23189         * gst/flx/flxdec.vcproj
23190         * gst/goom/goom.vcproj
23191         * gst/interleave/interleave.vcproj
23192         * gst/law/alaw.vcproj
23193         * gst/law/mulaw.vcproj
23194         * gst/matroska/matroska.vcproj
23195         * gst/median/median.vcproj
23196         * gst/mixmatrix/mixmatrix.vcproj
23197         * gst/mpeg1sys/mpeg1systemencode.vcproj
23198         * gst/mpeg1videoparse/mp1videoparse.vcproj
23199         * gst/mpeg2sub/mpeg2subt.vcproj
23200         * gst/mpegaudio/mpegaudio.vcproj
23201         * gst/mpegaudioparse/mpegaudioparse.vcproj
23202         * gst/mpegstream/mpegstream.vcproj
23203         * gst/multifilesink/multifilesink.vcproj
23204         * gst/multipart/multipart.vcproj
23205         * gst/oneton/oneton.vcproj
23206         * gst/overlay/overlay.vcproj
23207         * gst/passthrough/passthrough.vcproj
23208         * gst/qtdemux/qtdemux.vcproj
23209         * gst/realmedia/rmdemux.vcproj
23210         * gst/rtjpeg/rtjpeg.vcproj
23211         * gst/rtp/rtp.vcproj
23212         * gst/silence/silence.vcproj
23213         * gst/sine/sinesrc.vcproj
23214         * gst/smooth/smooth.vcproj
23215         * gst/smpte/smpte.vcproj
23216         * gst/spectrum/spectrum.vcproj
23217         * gst/speed/speed.vcproj
23218         * gst/stereo/stereo.vcproj
23219         * gst/switch/switch.vcproj
23220         * gst/tags/tagedit.vcproj
23221         * gst/tcp/tcp.vcproj
23222         * gst/typefind/typefindfunctions.vcproj
23223         * gst/udp/udp.vcproj
23224         * gst/videobox/videobox.vcproj
23225         * gst/videocrop/videocrop.vcproj
23226         * gst/videodrop/videodrop.vcproj
23227         * gst/videofilter/gamma.vcproj
23228         * gst/videofilter/videobalance.vcproj
23229         * gst/videofilter/videofilter.vcproj
23230         * gst/videofilter/videoflip.vcproj
23231         * gst/videoflip/videoflip.vcproj
23232         * gst/videomixer/videomixer.vcproj
23233         * gst/videorate/videorate.vcproj
23234         * gst/videoscale/videoscale.vcproj
23235         * gst/videotestsrc/videotestsrc.vcproj
23236         * gst/virtualdub/virtualdub.vcproj
23237         * gst/volenv/volenv.vcproj
23238         * gst/volume/volume.vcproj
23239         * gst/wavenc/wavenc.vcproj
23240         * gst/wavparse/wavparse.vcproj
23241         * gst/y4m/y4menc.vcproj
23242           more plugins supported under windows
23243
23244 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
23245
23246         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23247         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
23248         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
23249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23250         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
23251           Add debugging statements.  Use the sizes as returned by the
23252           *CreateImage calls.
23253
23254 2004-07-26  Johan Dahlin  <johan@gnome.org>
23255
23256         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
23257         the pad is negotiated.
23258
23259         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
23260
23261 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
23262
23263         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23264         * gst-libs/gst/idct/idct.vcproj:
23265         * gst-libs/gst/media-info/media-info.vcproj:
23266         * gst-libs/gst/mixer/mixer.vcproj:
23267         * gst-libs/gst/navigation/navigation.vcproj:
23268         * gst-libs/gst/play/play.vcproj:
23269         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
23270         * gst-libs/gst/resample/resample.vcproj:
23271         * gst-libs/gst/tuner/tuner.vcproj:
23272         * gst-libs/gst/video/video.vcproj:
23273         * gst-libs/gst/xoverlay/xoverlay.vcproj:
23274           more plugins supported under windows
23275
23276 2004-07-25 Iain <iain@prettypeople.org>
23277
23278         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
23279         pad now rather than when the pad is created because state changes wipe
23280         explicit caps (fixes #148043).
23281
23282 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
23283
23284         reviewed by Benjamin Otte  <otte@gnome.org>
23285
23286         * ext/mad/gstmad.c:
23287           fix mad plugin crashing on Sun (fixes #148289)
23288
23289 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23290
23291         * gst/avi/avi.def:
23292         * gst/avi/avi.vcproj:
23293         * gst/matroska/matroska.def:
23294         * gst/matroska/matroska.vcproj:
23295           remove unused .def files
23296
23297 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23298
23299         * gst-libs/gst/audio/gstaudiofilter.c:
23300           Clean the local include
23301
23302 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23303
23304         * win32/gst.sln:
23305         * gst-libs/gst/audio/audio.def:
23306         * gst-libs/gst/audio/audio.vcproj:
23307         * gst-libs/gst/audio/audiofilter.vcproj:
23308         * gst-libs/gst/audio/riff.def:
23309         * gst-libs/gst/audio/riff.vcproj:
23310         * gst-libs/gst/gst-libs.def:
23311         * gst-libs/gst/gst-libs.vcproj:
23312         * gst/avi/avi.vcproj:
23313         * gst/avi/avi.vcproj:
23314           Copy the files where needed after building, cleaner projects
23315
23316 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
23317
23318         * gst/matroska/ebml-write.c:
23319           Fix some 64 bits constants to be glib friendly
23320
23321 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
23322
23323         * win32/gst.sln:
23324         * gst-libs/gst/gst-libs.def:
23325         * gst-libs/gst/gst-libs.vcproj:
23326         * gst/matroska/matroska.def:
23327         * gst/matroska/matroska.vcproj:
23328           Add the preliminary canvas to build plugins on Win32
23329
23330 2004-07-23  Benjamin Otte  <otte@gnome.org>
23331
23332         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
23333           don't enfore negotiation from source side, it breaks
23334           sinesrc ! audioconvert ! osssink
23335
23336 2004-07-22  David Schleef  <ds@schleef.org>
23337
23338         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
23339         for ELF files, since they can easily be recognized as audio/mpeg.
23340         (bug #147441)
23341
23342 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23343
23344         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
23345         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
23346         (gst_videoscale_scale_nearest_24bit),
23347         (gst_videoscale_scale_nearest_16bit):
23348           fix 16bit and 24bit for stride (24bit might need testing)
23349           don't pretend we do more than one algorithm
23350
23351 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23352
23353         * configure.ac:
23354         * gst/Makefile.am:
23355         * gst/multifilesink/Makefile.am:
23356         * gst/multifilesink/gstmultifilesink.c:
23357         (gst_multifilesink_get_formats),
23358         (gst_multifilesink_get_query_types), (_do_init),
23359         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
23360         (gst_multifilesink_init), (gst_multifilesink_dispose),
23361         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
23362         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
23363         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
23364         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
23365         (gst_multifilesink_chain), (gst_multifilesink_change_state),
23366         (gst_multifilesink_uri_get_type),
23367         (gst_multifilesink_uri_get_protocols),
23368         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
23369         (gst_multifilesink_uri_handler_init), (plugin_init):
23370         * gst/multifilesink/gstmultifilesink.h:
23371         * testsuite/Makefile.am:
23372         * testsuite/multifilesink/Makefile.am:
23373         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
23374         (gst_newmedia_class_init), (gst_newmedia_init),
23375         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
23376         (newfile_signal), (test_signal), (main):
23377         multifilesink plugin for creating new files every time a new media
23378         discontinuity event occurs
23379
23380 2004-07-22  Wim Taymans  <wim@fluendo.com>
23381
23382         * gst/alpha/Makefile.am:
23383         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
23384         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
23385         (gst_alpha_color_init), (gst_alpha_color_set_property),
23386         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
23387         (transform), (gst_alpha_color_chain),
23388         (gst_alpha_color_change_state), (plugin_init):
23389         Stupid plugin to to RGBA to AYUV conversion because none of
23390         the colorspace plugins can handle that yet.
23391
23392 2004-07-22  Wim Taymans  <wim@fluendo.com>
23393
23394         * examples/seeking/seek.c: (update_scale), (main):
23395         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23396         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23397         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23398         (gst_decode_bin_init), (gst_decode_bin_dispose),
23399         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23400         (no_more_pads), (close_link), (type_found),
23401         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23402         (plugin_init):
23403         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23404         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23405         (gst_play_base_bin_dispose), (queue_overrun),
23406         (gen_preroll_element), (remove_prerolls), (unknown_type),
23407         (no_more_pads), (new_stream), (setup_source),
23408         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23409         (play_base_eos), (gst_play_base_bin_change_state),
23410         (gst_play_base_bin_add_element),
23411         (gst_play_base_bin_remove_element),
23412         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23413         (gst_play_base_bin_unlink_stream),
23414         (gst_play_base_bin_get_streaminfo):
23415         * gst/playback/gstplaybin.c: (gen_video_element),
23416         (gen_audio_element):
23417         * gst/playback/gststreaminfo.h:
23418         More playback updates, attempt to fix things after the state change
23419         breakage.
23420
23421 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23422
23423         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
23424         (gst_videoscale_scale_nearest_16bit):
23425           comment algorithm
23426
23427 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
23428
23429         * gst/videotestsrc/gstvideotestsrc.c:
23430         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
23431         (gst_videotestsrc_init), (gst_videotestsrc_get),
23432         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23433         (gst_videotestsrc_get_property):
23434         * gst/videotestsrc/gstvideotestsrc.h:
23435         * gst/videotestsrc/videotestsrc.c:
23436         * gst/videotestsrc/videotestsrc.h:
23437           cleanup and commenting
23438
23439 2004-07-21  Wim Taymans  <wim@fluendo.com>
23440
23441         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
23442         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
23443         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
23444         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
23445         (_find_chain_get_unknown_part), (_find_streams_check),
23446         (gst_ogg_demux_push), (gst_ogg_pad_push):
23447         * ext/theora/theoradec.c: (theora_get_formats),
23448         (theora_dec_src_convert), (theora_dec_sink_convert),
23449         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
23450         (theora_dec_chain):
23451         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23452         (vorbis_dec_convert), (vorbis_dec_src_query),
23453         (vorbis_dec_src_event), (vorbis_dec_event):
23454         More seeking fixes, oggdemux now supports seeking to time and
23455         uses the downstream element to convert granulepos to time.
23456         Seeking in theora-only ogg files now works.
23457
23458 2004-07-21  Wim Taymans  <wim@fluendo.com>
23459
23460         * ext/theora/theoradec.c: (gst_theora_dec_init),
23461         (theora_get_formats), (theora_get_event_masks),
23462         (theora_get_query_types), (theora_dec_src_convert),
23463         (theora_dec_sink_convert), (theora_dec_src_query),
23464         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
23465         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
23466         (vorbis_get_event_masks), (vorbis_get_query_types),
23467         (gst_vorbis_dec_init), (vorbis_dec_convert),
23468         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
23469         Added query/convert/formats functions to vorbis and theora decoders
23470         so that the outside world can use them too. Fixed seeking on an
23471         ogg/theora/vorbis file by disabling the seeking seeking on the
23472         theora srcpad.
23473
23474 2004-07-21  Julien MOUTTE  <julien@moutte.net>
23475
23476         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23477         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
23478         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
23479         images creation for both elements. We don't create the image on caps
23480         nego or renego, we just destroy the internal one if present if it does
23481         not match the needs. The chain function takes care of creating a new
23482         image when needed.
23483         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23484         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
23485         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
23486         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
23487         the image format information. The buffer pool checks for the context
23488         image format and discard images with different formats.
23489         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
23490
23491 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
23492
23493         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23494         (gst_ffmpegcolorspace_chain):
23495           no point in doing any chaining if the pad we want to push from
23496           isn't usable.
23497
23498 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23499
23500         * gst-libs/gst/riff/riff-media.c:
23501         (gst_riff_create_audio_caps_with_data):
23502           Fix double end-to-native symbol conversion (#148021).
23503
23504 2004-07-20  David Schleef  <ds@schleef.org>
23505
23506         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
23507         Don't use an Atom that doesn't exist.
23508
23509 2004-07-20  Wim Taymans  <wim@fluendo.com>
23510
23511         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23512         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23513         (gst_multifdsink_client_remove),
23514         (gst_multifdsink_handle_client_write),
23515         (gst_multifdsink_queue_buffer):
23516         * gst/tcp/gstmultifdsink.h:
23517         More multifdsink stats. Avoid deadlock by releasing locks
23518         before sending out a signal.
23519
23520 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
23521
23522         * po/LINGUAS:
23523         * po/hu.po:
23524           added Hungarian translation (Laszlo Dvornik)
23525
23526 2004-07-20  Wim Taymans  <wim@fluendo.com>
23527
23528         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23529         (gst_multifdsink_add), (gst_multifdsink_client_remove),
23530         (gst_multifdsink_handle_client_write),
23531         (gst_multifdsink_queue_buffer):
23532         * gst/tcp/gsttcp-marshal.list:
23533         Fixed the stupid marshal definition.
23534
23535 2004-07-20  Wim Taymans  <wim@fluendo.com>
23536
23537         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23538         (gst_multifdsink_init), (gst_multifdsink_add),
23539         (gst_multifdsink_client_remove),
23540         (gst_multifdsink_handle_client_write),
23541         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
23542         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
23543         (gst_multifdsink_init_send):
23544         * gst/tcp/gstmultifdsink.h:
23545         Added more stats, added timeout for a client, fixed some typos
23546         and added some comments.
23547
23548 2004-07-20  Wim Taymans  <wim@fluendo.com>
23549
23550         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
23551         (gst_multifdsink_add), (gst_multifdsink_get_stats),
23552         (gst_multifdsink_client_remove),
23553         (gst_multifdsink_handle_client_write):
23554         * gst/tcp/gstmultifdsink.h:
23555         * gst/tcp/gsttcp-marshal.list:
23556         Added get_stats method that returns a GValueArray of
23557         stats values.
23558
23559 2004-07-19  Benjamin Otte  <otte@gnome.org>
23560
23561         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
23562           make sure longname, description and author are valid UTF-8
23563
23564 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23565
23566         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
23567         (gst_ximagesink_set_property):
23568         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
23569         (gst_xvimagesink_set_property):
23570           make sure SYNCHRONOUS is respected after getting the X context
23571
23572 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23573
23574         * gst/matroska/matroska-demux.c:
23575         (gst_matroska_demux_handle_src_event),
23576         (gst_matroska_demux_parse_blockgroup):
23577         * gst/matroska/matroska-ids.h:
23578           add BlockReference tag and ignore it to clear out log.
23579           ignore NAVIGATION events to clear out log.
23580
23581 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
23582
23583         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
23584         (gst_matroska_demux_add_stream):
23585         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
23586           add debug categories
23587
23588 2004-07-16  Wim Taymans  <wim@fluendo.com>
23589
23590         * ext/libpng/Makefile.am:
23591         * ext/libpng/gstpng.c: (plugin_init):
23592         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
23593         (gst_pngdec_get_type), (gst_pngdec_base_init),
23594         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
23595         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
23596         * ext/libpng/gstpngdec.h:
23597         Added png decoder.
23598
23599 2004-07-16  Julien MOUTTE  <julien@moutte.net>
23600
23601         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
23602         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
23603         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
23604         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
23605         (gst_ximagesink_buffer_alloc):
23606         * sys/ximage/ximagesink.h:
23607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23608         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
23609         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
23610         (gst_xvimagesink_buffer_alloc):
23611         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
23612         again. Using internal data pointer of the x(v)image to store image's
23613         data to be coherent with the buffer alloc mechanism. Investigated the
23614         image destruction code to be sure that everything gets freed correctly.
23615
23616 2004-07-16  Wim Taymans  <wim@fluendo.com>
23617
23618         * gst-libs/gst/riff/riff-read.c:
23619         (gst_riff_read_strf_vids_with_data),
23620         (gst_riff_read_strf_auds_with_data):
23621         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23622         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
23623         Make sure we don't create 0 sized subbuffers in riff-read.
23624         Signal the no more pads signal after reading the avi header.
23625
23626 2004-07-16  Wim Taymans  <wim@fluendo.com>
23627
23628         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23629         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
23630         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
23631         (gst_decode_bin_init), (gst_decode_bin_dispose),
23632         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
23633         (no_more_pads), (close_link), (type_found),
23634         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23635         (gst_decode_bin_change_state), (plugin_init):
23636         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23637         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23638         (gst_play_base_bin_dispose), (queue_overrun),
23639         (gen_preroll_element), (remove_prerolls), (unknown_type),
23640         (no_more_pads), (new_stream), (setup_source),
23641         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
23642         (play_base_eos), (gst_play_base_bin_change_state),
23643         (gst_play_base_bin_add_element),
23644         (gst_play_base_bin_remove_element),
23645         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23646         (gst_play_base_bin_unlink_stream),
23647         (gst_play_base_bin_get_streaminfo):
23648         * gst/playback/gstplaybasebin.h:
23649         Better error recovery. Added configurable preroll queue size. Faster
23650         detection of no-more-pads.
23651
23652 2004-07-16  Wim Taymans  <wim@fluendo.com>
23653
23654         * gst-libs/gst/video/video.h:
23655         Added 32 bits RGBA. Not sure if we should use another mime-type
23656         for alpha rgb. Currently the presence of the alpha_mask property
23657         signals an alpha channel.
23658
23659 2004-07-16  Wim Taymans  <wim@fluendo.com>
23660
23661         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
23662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
23663         FPS seems to be 0.0 to MAX everywhere else.
23664
23665 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
23666
23667         * gst-libs/gst/riff/riff-media.c:
23668         (gst_riff_create_video_caps_with_data):
23669           mp42/mp43 (no caps) exist too.
23670         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
23671           Set pixel_width/height; we've got them in-caps.
23672         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
23673         * gst/wavparse/gstwavparse.c: (plugin_init):
23674           Both are valid primary.
23675         * sys/oss/gstossmixer.c:
23676           Remove i18n hack and enable translations.
23677
23678 2004-07-15  Benjamin Otte  <otte@gnome.org>
23679
23680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
23681         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
23682           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
23683
23684 2004-07-15  Benjamin Otte  <otte@gnome.org>
23685
23686         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
23687         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
23688         (gst_alsa_close_audio):
23689           disable some of the debugging code for now. Writing debugging to a
23690           buffer is broken in current alsalib releases.
23691
23692 2004-07-12  Benjamin Otte  <otte@gnome.org>
23693
23694         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
23695           use bufferpools
23696
23697 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23698
23699         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
23700         (theora_dec_src_query), (theora_dec_event):
23701         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
23702           add debugging categories.  Remove \n's.
23703
23704 2004-07-13  Johan Dahlin  <johan@gnome.org>
23705
23706         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
23707         (gst_play_bin_get_property): Impl.
23708
23709 2004-07-13  Wim Taymans  <wim@fluendo.com>
23710
23711         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
23712         When trying to find the stream length, seek back N pages
23713         instead of just one, where N is the number of streams in
23714         the current chain.
23715
23716 2004-07-13  Wim Taymans  <wim@fluendo.com>
23717
23718         * gst-libs/gst/riff/riff-media.c:
23719         (gst_riff_create_audio_caps_with_data),
23720         (gst_riff_create_audio_caps),
23721         (gst_riff_create_audio_template_caps):
23722         * gst-libs/gst/riff/riff-media.h:
23723         * gst-libs/gst/riff/riff-read.c:
23724         (gst_riff_read_strf_vids_with_data),
23725         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
23726         * gst-libs/gst/riff/riff-read.h:
23727         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
23728         (gst_avi_demux_add_stream):
23729         Set codec_data on caps for avidemuxer.
23730
23731 2004-07-12  David Schleef  <ds@schleef.org>
23732
23733         * configure.ac: Fix test for Objective C
23734
23735 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
23736         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
23737         (gst_gdk_pixbuf_chain):
23738           Add svg and pcx to template caps, and ensure that getcaps returns a
23739           subset of the template caps.
23740           Copy each row manually for output, as gdkpixbuf may pad the
23741           rowstride to a 32-bit word boundary.
23742
23743 2004-07-12  Wim Taymans  <wim@fluendo.com>
23744
23745         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
23746         (gst_riff_create_video_template_caps):
23747         Fix the template caps to include some more media types.
23748
23749 2004-07-12  Wim Taymans  <wim@fluendo.com>
23750
23751         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23752         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23753         (compare_ranks), (print_feature), (gst_decode_bin_init),
23754         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23755         (try_to_link_1), (new_pad), (close_link), (type_found),
23756         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23757         (gst_decode_bin_change_state), (plugin_init):
23758         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23759         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23760         (gst_play_base_bin_dispose), (queue_overrun),
23761         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23762         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23763         (gst_play_base_bin_get_property), (play_base_eos),
23764         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23765         (gst_play_base_bin_remove_element),
23766         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23767         (gst_play_base_bin_unlink_stream),
23768         (gst_play_base_bin_get_streaminfo):
23769         * gst/playback/gstplaybasebin.h:
23770         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23771         (gst_play_bin_class_init), (gst_play_bin_init),
23772         (gst_play_bin_dispose), (gst_play_bin_set_property),
23773         (gst_play_bin_get_property), (gen_video_element),
23774         (gen_audio_element), (remove_sinks), (setup_sinks),
23775         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23776         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23777         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23778         (gst_play_bin_query), (plugin_init):
23779         * gst/playback/test4.c: (main):
23780         More fixes on reusing of the element.
23781
23782 2004-07-11  Benjamin Otte  <otte@gnome.org>
23783
23784         * ext/mad/gstmad.c: (normal_seek):
23785           allow seeking for other methods than just SET
23786
23787 2004-07-11  Andy Wingo  <wingo@pobox.com>
23788
23789         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
23790         float, "any" caps -> buffer_frames=[0,MAX].
23791
23792         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
23793         doesn't intersect our caps with the template any more. Do it
23794         ourselves.
23795         (interleave_buffered_loop): Use g_newa instead of malloc/free.
23796
23797 2004-07-09  Wim Taymans  <wim@fluendo.com>
23798
23799         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23800         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23801         (compare_ranks), (print_feature), (gst_decode_bin_init),
23802         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23803         (try_to_link_1), (new_pad), (close_link), (type_found),
23804         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23805         (gst_decode_bin_change_state), (plugin_init):
23806         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23807         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23808         (gst_play_base_bin_dispose), (queue_overrun),
23809         (gen_preroll_element), (remove_prerolls), (no_more_pads),
23810         (new_stream), (setup_source), (gst_play_base_bin_set_property),
23811         (gst_play_base_bin_get_property), (play_base_eos),
23812         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
23813         (gst_play_base_bin_remove_element),
23814         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23815         (gst_play_base_bin_unlink_stream),
23816         (gst_play_base_bin_get_streaminfo):
23817         * gst/playback/gstplaybasebin.h:
23818         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23819         (gst_play_bin_class_init), (gst_play_bin_init),
23820         (gst_play_bin_dispose), (gst_play_bin_set_property),
23821         (gst_play_bin_get_property), (gen_video_element),
23822         (gen_audio_element), (remove_sinks), (setup_sinks),
23823         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
23824         (gst_play_bin_send_event), (gst_play_bin_get_formats),
23825         (gst_play_bin_convert), (gst_play_bin_get_query_types),
23826         (gst_play_bin_query), (plugin_init):
23827         * gst/playback/test4.c: (main):
23828         Work on object reuse and seeking.
23829
23830 2004-07-09  Wim Taymans  <wim@fluendo.com>
23831
23832         * examples/seeking/seek.c: (iterate):
23833         Don't consume all CPU in the idle loop.
23834
23835 2004-07-09  Wim Taymans  <wim@fluendo.com>
23836
23837         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
23838         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
23839         Add pad to element *after* setting the pad functions so that
23840         the scheduler can use the correct ones.
23841
23842 2004-07-09  Wim Taymans  <wim@fluendo.com>
23843
23844         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
23845         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
23846         Sync to keyframe after seek
23847
23848 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23849
23850         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
23851         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
23852         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
23853         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
23854         * ext/libvisual/visual.c: (gst_visual_change_state):
23855         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
23856         * ext/theora/theoradec.c: (theora_dec_change_state):
23857         * ext/theora/theoraenc.c: (theora_enc_change_state):
23858         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
23859         * gst-libs/gst/navigation/navigation.c:
23860         * gst/adder/gstadder.c: (gst_adder_change_state):
23861         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23862         (gst_audio_convert_get_buffer):
23863         * gst/multipart/multipartdemux.c:
23864         (gst_multipart_demux_change_state):
23865         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
23866         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
23867         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
23868         * gst/videoscale/gstvideoscale.c:
23869         (gst_videoscale_handle_src_event):
23870         * gst/volume/gstvolume.c: (volume_chain_int16):
23871           don't assert in state change, this should be done by the base
23872           GstElement class.
23873           various debugging fixes.
23874
23875 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23876
23877         * configure.ac:
23878         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23879         (gst_play_dispose), (gst_play_set_location),
23880         (gst_play_set_data_src), (gst_play_set_video_sink),
23881         (gst_play_set_audio_sink), (gst_play_set_visualization),
23882         (gst_play_connect_visualization), (gst_play_get_sink_element),
23883         (gst_play_get_all_by_interface):
23884         * gst-libs/gst/play/play.h:
23885           add new method to get elements implementing an interface.
23886           add various error logging
23887
23888 2004-07-08  Wim Taymans  <wim@fluendo.com>
23889
23890         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
23891         (make_mpeg_pipeline), (make_mpegnt_pipeline),
23892         (make_playerbin_pipeline), (query_durations_elems),
23893         (query_durations_pads), (query_positions_elems),
23894         (query_positions_pads), (update_scale), (iterate), (stop_seek),
23895         (main):
23896         Added playbin seeking example.
23897
23898 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23899
23900         * gst-libs/gst/play/play.c: (gst_play_set_location),
23901         (gst_play_set_data_src), (gst_play_set_video_sink),
23902         (gst_play_set_audio_sink), (gst_play_set_visualization),
23903         (gst_play_connect_visualization), (gst_play_get_framerate):
23904           use a macro to look up elements from hash table
23905
23906 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23907
23908         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
23909         (gst_play_get_length_callback), (gst_play_set_location),
23910         (gst_play_seek_to_time), (gst_play_set_data_src),
23911         (gst_play_set_video_sink), (gst_play_set_audio_sink),
23912         (gst_play_set_visualization), (gst_play_connect_visualization),
23913         (gst_play_get_sink_element):
23914         - add debugging info
23915         - fix looking up sink elements by iterating over complete caps
23916         - put everything except for source and autoplugger in a complete bin
23917
23918 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23919
23920         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
23921         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
23922         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
23923         (gst_alsa_sink_write), (gst_alsa_sink_loop):
23924         * ext/alsa/gstalsasink.h:
23925         - add debugging info
23926         - clean up schizophrenia of data/buffer/event
23927         - fix double event unref error
23928
23929 2004-07-08  Wim Taymans  <wim@fluendo.com>
23930
23931         * gst/playback/Makefile.am:
23932         Add headers to noinst
23933
23934 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23935
23936         * tools/gst-launch-ext-m.m:
23937         * tools/gst-launch-ext.1.in:
23938           convert to the third millenium
23939
23940 2004-07-07  David Schleef  <ds@schleef.org>
23941
23942         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
23943
23944 2004-07-07  Wim Taymans  <wim@fluendo.com>
23945
23946         * gst/playback/Makefile.am:
23947         * gst/playback/README:
23948         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
23949         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
23950         (compare_ranks), (print_feature), (gst_decode_bin_init),
23951         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
23952         (try_to_link_1), (new_pad), (close_link), (type_found),
23953         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
23954         (plugin_init):
23955         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
23956         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
23957         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
23958         (gen_preroll_element), (no_more_pads), (new_stream),
23959         (setup_source), (gst_play_base_bin_set_property),
23960         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
23961         (gst_play_base_bin_add_element),
23962         (gst_play_base_bin_remove_element),
23963         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
23964         (gst_play_base_bin_unlink_stream),
23965         (gst_play_base_bin_get_streaminfo):
23966         * gst/playback/gstplaybasebin.h:
23967         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
23968         (gst_play_bin_class_init), (gst_play_bin_init),
23969         (gst_play_bin_dispose), (gst_play_bin_set_property),
23970         (gst_play_bin_get_property), (gen_video_element),
23971         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
23972         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
23973         (gst_play_bin_get_formats), (gst_play_bin_convert),
23974         (gst_play_bin_get_query_types), (gst_play_bin_query),
23975         (plugin_init):
23976         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
23977         (gst_stream_info_get_type), (gst_stream_info_class_init),
23978         (gst_stream_info_init), (gst_stream_info_new),
23979         (gst_stream_info_dispose), (gst_stream_info_set_property),
23980         (gst_stream_info_get_property):
23981         * gst/playback/gststreaminfo.h:
23982         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
23983         (main):
23984         * gst/playback/test2.c: (main):
23985         * gst/playback/test3.c: (update_scale), (main):
23986         More playbin fixes. Added README. Do better element filtering.
23987         Added base class to preroll media. Added test apps.
23988
23989 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
23990
23991         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
23992         * ext/mpeg2dec/gstmpeg2dec.h:
23993           various debugging improvements.  Reset stream to next picture
23994           instead of sequence header, otherwise seeks cannot work.
23995
23996 2004-07-07  Wim Taymans  <wim@fluendo.com>
23997
23998         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
23999         (gst_video_box_class_init), (gst_video_box_set_property),
24000         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
24001         Use pad_alloc where possible.
24002
24003 2004-07-07  Wim Taymans  <wim@fluendo.com>
24004
24005         * sys/oss/gstosselement.c: (gst_osselement_reset),
24006         (gst_osselement_parse_caps):
24007         * sys/oss/gstosselement.h:
24008         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24009         Fix offset on osssrc.
24010
24011 2004-07-07  Wim Taymans  <wim@fluendo.com>
24012
24013         * ext/theora/theora.c: (plugin_init):
24014         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
24015         (theora_dec_src_query), (theora_dec_chain):
24016         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24017         (theora_enc_sink_link), (theora_buffer_from_packet),
24018         (theora_push_packet), (theora_enc_chain):
24019         Fix theora granulepos calculation.
24020         Fix overflow in duration/position calculation.
24021         Bump rank to PRIMARY for theoradec.
24022         Use granulepos of last packet to calculate position.
24023         Set keyframe flag on buffers when needed.
24024
24025 2004-07-06  David Schleef  <ds@schleef.org>
24026
24027         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
24028         serious?  (Fixed, obviously.)
24029
24030 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
24031
24032         * po/LINGUAS:
24033         * po/cs.po:
24034           added Czech translation (Miloslav Trmac)
24035
24036 2004-07-05  Wim Taymans  <wim@fluendo.com>
24037
24038         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
24039         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
24040         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
24041         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
24042         (close_link), (type_found), (gst_decode_bin_set_property),
24043         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
24044         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
24045         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
24046         (gst_decode_bin_query), (plugin_init):
24047         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
24048         (gst_play_bin_class_init), (gst_play_bin_init),
24049         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
24050         (get_video_element), (new_pad), (setup_source),
24051         (gst_play_bin_set_property), (gst_play_bin_get_property),
24052         (gst_play_bin_change_state), (gst_play_bin_add_element),
24053         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
24054         (gst_play_bin_send_event), (gst_play_bin_get_formats),
24055         (gst_play_bin_convert), (gst_play_bin_get_query_types),
24056         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
24057         * gst/playback/test.c: (main):
24058         More fixes, cleaned up playbin, make it use decodebin. Added
24059         threaded property to playbin.
24060
24061 2004-07-05  Wim Taymans  <wim@fluendo.com>
24062
24063         * configure.ac:
24064         * gst/playback/Makefile.am:
24065         * gst/playback/decodetest.c: (main):
24066         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
24067         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
24068         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
24069         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
24070         (close_link), (type_found), (gst_decode_bin_set_property),
24071         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
24072         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
24073         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
24074         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
24075         (plugin_init):
24076         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
24077         (gst_play_bin_class_init), (gst_play_bin_init),
24078         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
24079         (collect_sink_pads), (find_compatibles), (close_pad_link),
24080         (try_to_link_1), (new_pad), (close_link), (type_found),
24081         (setup_source), (gst_play_bin_set_property),
24082         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
24083         (compare_ranks), (gst_play_bin_collect_factories),
24084         (gst_play_bin_change_state), (gst_play_bin_add_element),
24085         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
24086         (gst_play_bin_send_event), (gst_play_bin_get_formats),
24087         (gst_play_bin_convert), (gst_play_bin_get_query_types),
24088         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
24089         * gst/playback/test.c: (main):
24090         Added some playback helper elements and some test apps, very alpha
24091         still.
24092
24093 2004-07-04  Benjamin Otte  <otte@gnome.org>
24094
24095         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
24096           only restart audio when we indeed have an xrun to fix repeated
24097           xruns. Fix suggested by Giuliano Pochini.
24098
24099 2004-07-03  David Schleef  <ds@schleef.org>
24100
24101         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
24102         call to gst_debug_log() if debugging is disabled (bug #145118)
24103
24104 2004-07-03  Benjamin Otte  <otte@gnome.org>
24105
24106         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
24107           use our own functions for restarting the alsa device.
24108         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24109           I should apply patches myself - use MIN for the third argument, not
24110           the second, this fixes seeking
24111
24112 2004-07-02  David Schleef  <ds@schleef.org>
24113
24114         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
24115         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
24116         do with the logic.
24117
24118 2004-07-02  David Schleef  <ds@schleef.org>
24119
24120         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
24121         output buffers.  Fix logic mistake.  (bug #144866)
24122
24123 2004-07-02  David Schleef  <ds@schleef.org>
24124
24125         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
24126         on X.  (bug #144753)
24127
24128 2004-07-02  David Schleef  <ds@schleef.org>
24129
24130         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
24131         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
24132         (bug #144624)
24133         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
24134         (gst_osselement_rate_probe_check): Add another workaround for
24135         buggy drivers (bug #145336)
24136
24137 2004-07-02  David Schleef  <ds@schleef.org>
24138
24139         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
24140         Most systems don't have MSG_NOSIGNAL.
24141
24142 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
24143
24144         * Makefile.am:
24145         * gst-libs/gst/colorbalance/Makefile.am:
24146         * gst-libs/gst/mixer/Makefile.am:
24147         * gst-libs/gst/play/Makefile.am:
24148         * gst-libs/gst/tuner/Makefile.am:
24149           (hopefully) fix both install and dist and make error message useful.
24150           needs testing across automakes.
24151
24152 2004-07-02  Benjamin Otte  <otte@gnome.org>
24153
24154         * ext/ogg/gstogg.c: (plugin_init):
24155           we require bytestream now
24156         * ext/ogg/gstoggdemux.c:
24157           huge diff to implement chain setup in a fast and generic way. This
24158           improves tag reading and startup of huge files (read: Theora videos)
24159           quite a bit. It probably contains bugs, too, so please test.
24160           Seeking is not improved to the fast method.
24161
24162 2004-06-29  Wim Taymans  <wim@fluendo.com>
24163
24164         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
24165         * ext/ogg/gstoggmux.c:
24166         Fix memleak in oggdemux when running unconnected pads.
24167         doc update in mux, start working on keyframe mode.
24168
24169 2004-06-29  Benjamin Otte  <otte@gnome.org>
24170
24171         * sys/oss/gstosssink.c:
24172         * sys/oss/gstosssrc.c:
24173           advertise correct template caps - we indeed do non-native endianness
24174           and 8bit audio has no endianness
24175         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
24176         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
24177           avoid (wrong) duplications in getcaps function and return
24178           template caps
24179
24180 2004-06-29  Wim Taymans  <wim@fluendo.com>
24181
24182         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24183         (gst_multifdsink_class_init), (gst_multifdsink_add),
24184         (gst_multifdsink_remove), (gst_multifdsink_clear),
24185         (gst_multifdsink_client_remove),
24186         (gst_multifdsink_handle_client_read),
24187         (gst_multifdsink_client_queue_data),
24188         (gst_multifdsink_client_queue_caps),
24189         (gst_multifdsink_client_queue_buffer),
24190         (gst_multifdsink_handle_client_write),
24191         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24192         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24193         (gst_multifdsink_init_send), (gst_multifdsink_close):
24194         Fix wrong GList iteration that could crash the server when
24195         more then 2 clients disconnect at the same time. Read all the
24196         pending commands in one batch to recover from command storms under
24197         very heavy load.
24198
24199 2004-06-28  Wim Taymans  <wim@fluendo.com>
24200
24201         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
24202         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
24203         (gst_videomixer_pad_set_property),
24204         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
24205         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
24206         (gst_videomixer_class_init), (gst_videomixer_init),
24207         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
24208         (pad_zorder_compare), (gst_videomixer_sort_pads),
24209         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
24210         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
24211         (gst_videomixer_update_queues), (gst_videomixer_loop),
24212         (plugin_init):
24213         Avoid divide by zero, choose masterpad as the pad with the highest
24214         framerate.
24215
24216 2004-06-27  Julien Moutte  <julien@moutte.net>
24217
24218         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24219         (gst_ximagesink_xwindow_new):
24220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24221         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
24222         function directly. We might want to call it from somewhere else one day.
24223
24224 2004-06-27  Julien Moutte  <julien@moutte.net>
24225
24226         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
24227         (gst_ximagesink_xwindow_new):
24228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
24229         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
24230         window decorations.
24231
24232 2004-06-27  Wim Taymans  <wim@fluendo.com>
24233
24234         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
24235         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
24236         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
24237         (gst_dvdec_set_property), (gst_dvdec_get_property):
24238         * ext/dv/gstdvdec.h:
24239         Implement drop_factor property to lower the framerate with
24240         a factor.
24241
24242 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
24243
24244         * gst-libs/gst/colorbalance/Makefile.am:
24245         * gst-libs/gst/mixer/Makefile.am:
24246         * gst-libs/gst/play/Makefile.am:
24247         * gst-libs/gst/tuner/Makefile.am:
24248           unbreak Company's fix that didn't install the -enum.h files
24249
24250 2004-06-27  Wim Taymans  <wim@fluendo.com>
24251
24252         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
24253         (gst_dvdec_change_state):
24254         * ext/dv/gstdvdec.h:
24255         Fix timestamp, duration and offset of the buffers.
24256
24257 2004-06-27  Wim Taymans  <wim@fluendo.com>
24258
24259         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24260         (gst_multifdsink_class_init), (gst_multifdsink_add),
24261         (gst_multifdsink_remove), (gst_multifdsink_clear),
24262         (gst_multifdsink_client_remove),
24263         (gst_multifdsink_handle_client_read),
24264         (gst_multifdsink_client_queue_data),
24265         (gst_multifdsink_client_queue_caps),
24266         (gst_multifdsink_client_queue_buffer),
24267         (gst_multifdsink_handle_client_write),
24268         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24269         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24270         (gst_multifdsink_init_send), (gst_multifdsink_close):
24271         * gst/tcp/gstmultifdsink.h:
24272         * gst/tcp/gsttcpserversink.c:
24273         (gst_tcpserversink_handle_server_read),
24274         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
24275         More multifdsink fixes, more recovery policy fixes.
24276         Removed stupid g_print
24277
24278 2004-06-26  Wim Taymans  <wim@fluendo.com>
24279
24280         * gst/tcp/Makefile.am:
24281         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
24282         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
24283         (gst_multifdsink_class_init), (gst_multifdsink_init),
24284         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
24285         (gst_multifdsink_handle_client_read),
24286         (gst_multifdsink_client_queue_data),
24287         (gst_multifdsink_client_queue_caps),
24288         (gst_multifdsink_client_queue_buffer),
24289         (gst_multifdsink_handle_client_write),
24290         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
24291         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
24292         (gst_multifdsink_chain), (gst_multifdsink_set_property),
24293         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
24294         (gst_multifdsink_close), (gst_multifdsink_change_state):
24295         * gst/tcp/gstmultifdsink.h:
24296         * gst/tcp/gsttcpplugin.c: (plugin_init):
24297         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
24298         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
24299         (gst_tcpserversink_handle_server_read),
24300         (gst_tcpserversink_handle_select),
24301         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
24302         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24303         * gst/tcp/gsttcpserversink.h:
24304         Added multifdsink, made tcpserversink a subclass of fdsink, removed
24305         one of the locks, added recovery policy to multifdsink.
24306
24307 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24308
24309         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24310           fix decision for when getting frames with same timestamp
24311         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24312         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24313         (gst_v4lsrc_get_property):
24314         * sys/v4l/gstv4lsrc.h:
24315           add latency offset property
24316
24317 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
24318
24319         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
24320         (plugin_init):
24321           fix debugging. add category.
24322
24323 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24324
24325         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
24326           fix wrong offsets
24327
24328 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24329
24330         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24331         (gst_alsa_src_get_time), (gst_alsa_src_loop),
24332         (gst_alsa_src_change_state):
24333           return a time that is in sync with the element's processing
24334
24335 2004-06-25  Wim Taymans  <wim@fluendo.com>
24336
24337         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
24338         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
24339         (gst_tcpserversink_client_remove),
24340         (gst_tcpserversink_handle_client_read),
24341         (gst_tcpserversink_client_queue_data),
24342         (gst_tcpserversink_client_queue_caps),
24343         (gst_tcpserversink_client_queue_buffer),
24344         (gst_tcpserversink_handle_client_write),
24345         (gst_tcpserversink_queue_buffer),
24346         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
24347         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
24348         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
24349         (gst_tcpserversink_close):
24350         * gst/tcp/gsttcpserversink.h:
24351         Serversink rewrite. Really do non blocking writes to clients and
24352         maintain an internal queue to handle slower clients while not
24353         disturbing fast clients.
24354
24355 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24356
24357         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24358           better debug, don't override OFFSET and OFFSET_END
24359
24360 2004-06-25  Iain <iain@prettypeople.org>
24361
24362         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
24363         name=source for the wavparse pipeline.
24364
24365 2004-06-24  Johan Dahlin  <johan@gnome.org>
24366
24367         * ext/theora/theoraenc.c (theora_enc_chain): Call
24368         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
24369         streamheader caps are set correctly.
24370
24371 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24372
24373         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24374         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
24375           respect minimum bitrate; same could be done for max bitrate
24376
24377 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24378
24379         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
24380         (gst_vorbisenc_setup):
24381           fix sample rate range
24382
24383 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
24384
24385         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
24386         (gst_oggvorbisenc_setup):
24387         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
24388         (gst_vorbisenc_setup):
24389           resolve ambiguities in code and description
24390
24391 2004-06-24  Wim Taymans  <wim@fluendo.com>
24392
24393         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
24394         * ext/alsa/gstalsa.h:
24395         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24396         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
24397         Use alsa trigger_tstamp to get the timestamp of the first
24398         sample in the buffer for more precise sync. Some cleanups.
24399
24400 2004-06-24  Wim Taymans  <wim@fluendo.com>
24401
24402         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
24403         (gst_audiorate_init), (gst_audiorate_chain),
24404         (gst_audiorate_set_property), (gst_audiorate_get_property):
24405         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24406         (gst_videorate_chain):
24407         Added some logging, fixed an overflow bug in videorate.
24408
24409 2004-06-24  Benjamin Otte  <otte@gnome.org>
24410
24411         * ext/kio/Makefile.am:
24412           fix for builddir != srcdir and distcheck
24413
24414 2004-06-24  Benjamin Otte  <otte@gnome.org>
24415
24416         * gst-libs/gst/colorbalance/Makefile.am:
24417         * gst-libs/gst/mixer/Makefile.am:
24418         * gst-libs/gst/play/Makefile.am:
24419         * gst-libs/gst/tuner/Makefile.am:
24420         * gst/tcp/Makefile.am:
24421         * sys/dxr3/Makefile.am:
24422           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
24423           tarball.
24424           Also add all *.list files that were missing.
24425         * Makefile.am:
24426           add a distcheck hook to ensure the above doesn't happen again.
24427
24428 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
24429
24430         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
24431
24432 2004-06-23  Colin Walters  <walters@redhat.com>
24433
24434         * m4/Makefile.am: Distribute gst-fionread.m4.
24435
24436 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24437
24438         * configure.ac: back to dev
24439
24440 2004-06-23  Wim Taymans  <wim@fluendo.com>
24441
24442         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
24443         (gst_alsa_xrun_recovery):
24444         * ext/alsa/gstalsa.h:
24445         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
24446         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
24447         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
24448         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
24449         (gst_alsa_src_loop):
24450         Add clock to alsasrc. Take new capture timestamp when
24451         restarting after an overrun. Split up some functions between
24452         alsasrc and alsasink.
24453
24454 === release 0.8.2 ===
24455
24456 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
24457
24458         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24459         (gst_alsa_change_state), (gst_alsa_update_avail),
24460         (gst_alsa_xrun_recovery):
24461         * ext/alsa/gstalsa.h:
24462         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
24463           merge back changes from release
24464
24465 2004-06-23  Wim Taymans  <wim@fluendo.com>
24466
24467         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
24468         (gst_audiorate_init), (gst_audiorate_chain),
24469         (gst_audiorate_set_property), (gst_audiorate_get_property):
24470         Implement sample dropping and notify
24471
24472 2004-06-22  Wim Taymans  <wim@fluendo.com>
24473
24474         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24475         (theora_enc_sink_link), (theora_buffer_from_packet),
24476         (theora_push_packet), (theora_enc_chain):
24477         Some cleanups, make sure the timestamps are correct.
24478
24479 2004-06-22  Wim Taymans  <wim@fluendo.com>
24480
24481         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
24482         (gst_alsa_change_state), (gst_alsa_update_avail),
24483         (gst_alsa_xrun_recovery):
24484         * ext/alsa/gstalsa.h:
24485         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
24486         Cleanups, take queued samples into account when reporting
24487         the time.
24488
24489 2004-06-22  Wim Taymans  <wim@fluendo.com>
24490
24491         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24492         (gst_videorate_init):
24493         Initialize the property as well.
24494
24495 2004-06-22  Wim Taymans  <wim@fluendo.com>
24496
24497         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24498         (gst_videorate_init), (gst_videorate_chain),
24499         (gst_videorate_set_property), (gst_videorate_get_property):
24500         Add property to make videorate silent.
24501         Add property to prefer new frames over old ones.
24502
24503 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24504
24505         * sys/osxvideo/Makefile.am:
24506         Workaround so that the osxvideo .so file gets linked with the
24507         Cocoa, OpenGL and QuickTime frameworks
24508
24509 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24510
24511         * sys/osxaudio/Makefile.am:
24512         Workaround so that the osxaudio .so file gets linked with the
24513         CoreAudio framework
24514
24515 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24516
24517         * configure.ac:
24518         Whoops, my fault...fixed build issues
24519
24520 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24521
24522         * configure.ac:
24523         Add objective-c support if running in Darwin/Mac OS X
24524         * sys/Makefile.am:
24525         * sys/osxvideo:
24526         * sys/osxvideo/Makefile.am:
24527         * sys/osxvideo/osxvideosink.h:
24528         * sys/osxvideo/osxvideosink.m:
24529         * sys/osxvideo/cocoawindow.h:
24530         * sys/osxvideo/cocoawindow.m:
24531         Add osxvideosink, a cocoa-based osx video sink
24532
24533
24534 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
24535         * ext/dvdnav/gst-dvd:
24536         Grab the gconf key from the right spot
24537         * gst/debug/gstnavseek.c: (gst_navseek_init),
24538         (gst_navseek_segseek), (gst_navseek_handle_src_event),
24539         (gst_navseek_chain):
24540         * gst/debug/gstnavseek.h:
24541           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
24542           and loop parameters of a segment seek.
24543         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24544         (gst_videotestsrc_get_event_masks),
24545         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
24546         * gst/videotestsrc/gstvideotestsrc.h:
24547           Add seeking support to videotestsrc
24548           Initialise the timestamp_offset variable.
24549
24550 2004-06-18  Wim Taymans  <wim@fluendo.com>
24551
24552         * ext/sidplay/gstsiddec.cc:
24553         Fix negotiation and set correct end offset.
24554
24555 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
24556
24557         * configure.ac: branch and prerelease
24558
24559 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24560
24561         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
24562         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
24563         (gst_tcpclientsrc_init_receive):
24564         * gst/tcp/gsttcpclientsrc.h:
24565           read caps when connecting to server for GDP so we set them correctly
24566
24567 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24568
24569         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
24570           notify drops and duplicates
24571         * gst/videoscale/videoscale.c: (videoscale_get_structure):
24572           no good reason to limit ourselves to 100x100
24573
24574 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24575
24576         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
24577         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
24578         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24579         (gst_v4lsrc_get_property):
24580         * sys/v4l/gstv4lsrc.h:
24581         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24582         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24583         (gst_v4l_set_audio):
24584         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
24585         (gst_v4lsrc_try_capture):
24586         * sys/v4l/v4lsrc_calls.h:
24587           change try_palette to more general try_capture
24588           add autoprobe option so we can turn off autoprobing
24589           various fixes
24590
24591 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24592
24593         * configure.ac:
24594           add videorate
24595         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
24596         (gst_ximagesink_class_init):
24597         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
24598         (gst_xvimagesink_class_init):
24599           run them as finalize, not dispose, since dispose can be invoked
24600           multiple times
24601
24602 2004-06-17  Wim Taymans  <wim@fluendo.com>
24603
24604         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
24605         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
24606         * ext/alsa/gstalsa.h:
24607         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
24608         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
24609         (gst_alsa_src_change_state):
24610         * ext/alsa/gstalsasrc.h:
24611         Make the xrun code timestamp and offset the buffers correctly.
24612         moved the clock to the base class, use alsa methods to get time.
24613         Do correct timestamping on outgoing buffers.
24614
24615 2004-06-17  Wim Taymans  <wim@fluendo.com>
24616
24617         * gst/audiorate/Makefile.am:
24618         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
24619         (gst_audiorate_base_init), (gst_audiorate_class_init),
24620         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
24621         (gst_audiorate_set_property), (gst_audiorate_get_property),
24622         (gst_audiorate_change_state), (plugin_init):
24623         Added an audiorate converter that fills in gaps.
24624
24625 2004-06-17  Johan Dahlin  <johan@gnome.org>
24626
24627         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
24628
24629 2004-06-16  Wim Taymans  <wim@fluendo.com>
24630
24631         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
24632         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24633         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24634         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24635         (gst_v4lsrc_get_property):
24636         * sys/v4l/gstv4lsrc.h:
24637         Added a copy mode to v4lsrc where it will output a copied version
24638         of its internal hardware buffer.
24639         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
24640         can't | them.
24641
24642 2004-06-16  Wim Taymans  <wim@fluendo.com>
24643
24644         * sys/oss/gstosssrc.c: (gst_osssrc_get):
24645         Timestamp fixes.
24646
24647 2004-06-16  Wim Taymans  <wim@fluendo.com>
24648
24649         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
24650         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
24651         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
24652         (gst_v4lsrc_get_property):
24653         * sys/v4l/gstv4lsrc.h:
24654         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
24655         Added a sync mode enum property to control v4lsrc timestamp method
24656         Removed the use-fixed-fps property and moved functionality in
24657         the enum.
24658         Don't error on an error value from v4l-conf, it might not always
24659         be a real error.
24660
24661 2004-06-16  Wim Taymans  <wim@fluendo.com>
24662
24663         * gst/videorate/Makefile.am:
24664         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
24665         (gst_videorate_base_init), (gst_videorate_class_init),
24666         (gst_videorate_getcaps), (gst_videorate_link),
24667         (gst_videorate_init), (gst_videorate_chain),
24668         (gst_videorate_set_property), (gst_videorate_get_property),
24669         (gst_videorate_change_state), (plugin_init):
24670         Added a video timestamp corrector.
24671
24672 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24673
24674         fixed a potential leak with previous commit
24675
24676         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24677
24678 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24679
24680         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
24681         Added missing refcount, fixes bug #144425
24682         Cheers Tim for finding the bug
24683
24684 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
24685
24686         * sys/v4l/gstv4l.c: (plugin_init):
24687         * sys/v4l/gstv4lcolorbalance.c:
24688         * sys/v4l/gstv4lcolorbalance.h:
24689         * sys/v4l/gstv4lelement.c:
24690         * sys/v4l/gstv4lelement.h:
24691         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
24692         * sys/v4l/gstv4lmjpegsink.h:
24693         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
24694         * sys/v4l/gstv4lmjpegsrc.h:
24695         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24696         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24697         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
24698         * sys/v4l/gstv4lsrc.h:
24699         * sys/v4l/gstv4ltuner.c:
24700         * sys/v4l/gstv4ltuner.h:
24701         * sys/v4l/gstv4lxoverlay.c:
24702         * sys/v4l/gstv4lxoverlay.h:
24703         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
24704         (gst_v4l_set_window), (gst_v4l_enable_overlay):
24705         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24706         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
24707         (gst_v4l_set_audio):
24708         * sys/v4l/v4l_calls.h:
24709         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
24710         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
24711         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
24712         (gst_v4lmjpegsink_playback_init),
24713         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
24714         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
24715         (gst_v4lmjpegsink_playback_stop),
24716         (gst_v4lmjpegsink_playback_deinit):
24717         * sys/v4l/v4lmjpegsink_calls.h:
24718         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
24719         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
24720         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
24721         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
24722         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
24723         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
24724         * sys/v4l/v4lmjpegsrc_calls.h:
24725         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
24726         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
24727         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
24728         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
24729         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
24730         (gst_v4lsrc_try_palette):
24731         * sys/v4l/v4lsrc_calls.h:
24732           bunch of paranoia cleanups
24733
24734 2004-06-14  David Schleef  <ds@schleef.org>
24735
24736         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
24737         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
24738         Send discont events and change timestamps appropriately when
24739         we get a seek event.  (bug #144240)
24740         * ext/cdparanoia/gstcdparanoia.h:
24741
24742 2004-06-14  Benjamin Otte  <otte@gnome.org>
24743
24744         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
24745           snd_pcm_hw_params_set_rate  since the latter fails for no good
24746           reason on some setups.
24747
24748 2004-06-14  David Schleef  <ds@schleef.org>
24749
24750         * gst/volume/demo.c: (value_changed_callback): exp10() is not
24751         standard.  Thank you for playing.
24752
24753 2004-06-14  Wim Taymans  <wim@fluendo.com>
24754
24755         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
24756         Patch 1.3 broke the ordering of the colorspace info and
24757         made the plugin basically work by coincidence, reordered
24758         the info.
24759
24760 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24761
24762         * ext/lame/gstlame.c:
24763         * ext/mad/gstmad.c:
24764           sync caps.  Make sure mad can only output a list of rates, not
24765           a full range.  In the future, have three caps lists for each of the
24766           mpeg versions.  Change mpegversion to a double as well.
24767
24768 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
24769
24770         * gst/volume/.cvsignore:
24771         * gst/volume/Makefile.am:
24772         * gst/volume/demo.c: (value_changed_callback), (idler),
24773         (setup_gui), (main):
24774           added small demo app
24775
24776 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
24777         * ext/esd/esdsink.c: (gst_esdsink_change_state):
24778         * ext/esd/esdsink.h:
24779         Close the esd connection on pause, because esd will just wait -
24780         blocking all other esd clients indefinitely.
24781
24782 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
24783
24784         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
24785           previous commit with GST_DEBUG
24786
24787 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
24788
24789         * configure.ac:
24790           add a header check for a dvdread header in dvdnav.  Fixes #133002
24791
24792 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24793
24794         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
24795         * gst/tcp/gsttcpclientsink.h:
24796         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
24797         * gst/tcp/gsttcpclientsrc.h:
24798         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
24799         (gst_tcpserversink_handle_server_read),
24800         (gst_tcpserversink_init_send):
24801         * gst/tcp/gsttcpserversink.h:
24802         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
24803         * gst/tcp/gsttcpserversrc.h:
24804         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
24805         version of IP)
24806
24807 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24808
24809         * configure.ac:
24810         Added ogg library so that OSX detects libtheora properly
24811
24812 2004-06-11  Wim Taymans  <wim@fluendo.com>
24813
24814         * ext/theora/theoradec.c: (theora_dec_chain),
24815         (theora_dec_change_state):
24816         Don't try to decode frames before we received a keyframe.
24817
24818 2004-06-11  Wim Taymans  <wim@fluendo.com>
24819
24820         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24821         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24822         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24823         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24824         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24825         Added property to set the maximum delay of a page.
24826
24827 2004-06-10  Wim Taymans  <wim@fluendo.com>
24828
24829         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
24830         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
24831         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24832         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
24833         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
24834         Added max-delay property to control the maximum amount
24835         of data to put in one page.
24836
24837 2004-06-10  Wim Taymans  <wim@fluendo.com>
24838
24839         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24840         (gst_theora_enc_init), (theora_enc_sink_link),
24841         (theora_buffer_from_packet), (theora_enc_set_property),
24842         (theora_enc_get_property):
24843         Set duration on encoded buffer, added some more properties
24844
24845 2004-06-10  Wim Taymans  <wim@fluendo.com>
24846
24847         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
24848         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24849         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
24850         * ext/theora/theoraenc.c: (theora_enc_chain):
24851         Fix refcounting bugs
24852
24853 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
24854
24855         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
24856         (gst_asf_demux_loop), (gst_asf_demux_process_file),
24857         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
24858         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
24859         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
24860         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
24861         (gst_asf_demux_change_state):
24862         * gst/asfdemux/gstasfdemux.h:
24863           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
24864           feels like. I think we should set a new requirement for demuxers
24865           from now on to implement sane loop functions, data loops, query
24866           and seek functions before first commit into CVS. And this commit
24867           fixes all of the above.
24868
24869 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
24870
24871         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
24872           vorbis comments are properly encoded in UTF-8 before adding them
24873           to a GstTagList
24874
24875 2004-06-09  Benjamin Otte  <otte@gnome.org>
24876
24877         * ext/alsa/gstalsa.c: (add_channels):
24878           handle min <= max correctly
24879         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
24880         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
24881           add fixation functions so we fixate correctly. No preferring of alaw
24882           anymore because it's the first structure.
24883         * ext/alsa/gstalsa.h:
24884         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
24885         (gst_alsa_hw_params_dump):
24886           add functions to ease debugging in alsalib
24887         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
24888         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
24889         (gst_alsa_start_audio):
24890           only specify hw params if we really setup a format (fixes #134007 -
24891           or at least works around it)
24892
24893 2004-06-09  Wim Taymans  <wim@fluendo.com>
24894
24895         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24896         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
24897         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
24898         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
24899         (gst_ogg_mux_loop):
24900         Use stream caps to setup the initial pages in the ogg stream.
24901         Correctly set the streamheader caps on the srcpad.
24902
24903 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
24904
24905         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
24906         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
24907         (gst_v4lsrc_getcaps):
24908         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
24909         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
24910           add querying of fps lists for webcams.  Negotiating to a framerate
24911           now works.
24912
24913 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24914
24915         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24916         (theora_push_buffer), (theora_push_packet),
24917         (theora_set_header_on_caps), (theora_enc_chain):
24918           mark buffers and put on streamheader, raw theora streaming
24919           now works too, whee
24920
24921 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24922
24923         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24924         (gst_tcp_gdp_read_caps):
24925           do a looping read for caps and GDP headers too
24926
24927 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24928
24929         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24930         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
24931           return EOS instead of NULL in _get
24932
24933 2004-06-08  Wim Taymans  <wim@fluendo.com>
24934
24935         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
24936         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
24937         (gst_tcp_gdp_write_caps):
24938         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24939         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
24940         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
24941         Memory leak fixes
24942
24943 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24944
24945         * ext/vorbis/Makefile.am:
24946         * ext/vorbis/vorbis.c: (plugin_init):
24947         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
24948         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
24949         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
24950         (vorbis_parse_change_state):
24951         * ext/vorbis/vorbisparse.h:
24952           adding a vorbisparse element that marks the buffers, streaming
24953           raw vorbis using GDP now works, whee
24954
24955 2004-06-08  Wim Taymans  <wim@fluendo.com>
24956
24957         * ext/jpeg/Makefile.am:
24958         * ext/jpeg/README:
24959         * ext/jpeg/gstjpeg.c: (plugin_init):
24960         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
24961         (gst_smokedec_base_init), (gst_smokedec_class_init),
24962         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
24963         * ext/jpeg/gstsmokedec.h:
24964         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
24965         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
24966         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
24967         (gst_smokeenc_resync), (gst_smokeenc_chain),
24968         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
24969         * ext/jpeg/gstsmokeenc.h:
24970         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
24971         (smokecodec_flush_destination), (smokecodec_term_destination),
24972         (smokecodec_init_source), (smokecodec_fill_input_buffer),
24973         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
24974         (smokecodec_term_source), (smokecodec_encode_new),
24975         (smokecodec_decode_new), (smokecodec_info_free),
24976         (smokecodec_set_quality), (smokecodec_get_quality),
24977         (smokecodec_set_threshold), (smokecodec_get_threshold),
24978         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
24979         (find_best_size), (abs_diff), (put), (smokecodec_encode),
24980         (smokecodec_parse_header), (smokecodec_decode):
24981         * ext/jpeg/smokecodec.h:
24982         Added a new simple jpeg based codec
24983
24984 2004-06-08  Wim Taymans  <wim@fluendo.com>
24985
24986         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
24987         (gst_multipart_mux_loop):
24988         Fix memory leak
24989
24990 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
24991
24992         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
24993         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
24994         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
24995         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
24996         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
24997         * gst/tcp/gsttcpserversink.h:
24998           take streamheader into account
24999
25000 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
25001
25002         * gst/level/Makefile.am:
25003         * gst/level/gstlevel.c: (gst_level_class_init):
25004           clean up marshal generation
25005
25006 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
25007
25008         * gst/tcp/Makefile.am:
25009         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
25010         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
25011         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
25012         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25013         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
25014         (gst_tcpclientsrc_get_property):
25015         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25016         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
25017         (gst_tcpserversink_handle_client_read),
25018         (gst_tcpserversink_handle_client_write),
25019         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
25020         * gst/tcp/gsttcpserversink.h:
25021           add signals client-added and client-removed
25022         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25023         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
25024         (gst_tcpserversrc_get_property):
25025         uniformized, change default protocol to NONE
25026         * gst/tcp/gsttcp-marshal.list: added
25027 2004-06-07  Benjamin Otte  <otte@gnome.org>
25028
25029         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25030           handle discont events if they happen before caps nego
25031
25032 2004-06-07  Wim Taymans  <wim@fluendo.com>
25033
25034         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
25035         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
25036         (gst_multipart_demux_plugin_init):
25037         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25038         (gst_multipart_mux_init), (gst_multipart_mux_loop),
25039         (gst_multipart_mux_change_state):
25040         Small updates, fix a memleak
25041
25042 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25043
25044         * configure.ac: OSS portability
25045         * ext/arts/gst_arts.c: idem
25046         * sys/oss/gstosselement.c: idem
25047         * sys/oss/gstossmixer.c: idem
25048         * sys/oss/gstosssink.c: idem
25049         * sys/oss/gstosssrc.c: idem
25050         * sys/oss/oss_probe.c: idem
25051           - check for soundcard.h in different places for some BSD
25052
25053 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
25054
25055         * AUTHORS:
25056         Add me to the authors file
25057         * configure.ac:
25058         Increase the libdv requirement to >= version 0.100
25059         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
25060         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
25061         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
25062         * ext/dv/gstdvdec.h:
25063         Add support for the new_media flag when sending DISCONT events
25064         Make the querying work when video pad is not linked
25065
25066 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
25067
25068         reviewed by Benjamin Otte  <otte@gnome.org>
25069
25070         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
25071           create a NULL-initialized array of pads, so we don't think they
25072           exist already. (fixes #143130)
25073
25074 2004-06-07  Benjamin Otte  <otte@gnome.org>
25075
25076         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
25077         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
25078         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
25079           don't use // coments
25080
25081 2004-06-07  Benjamin Otte  <otte@gnome.org>
25082
25083         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
25084           cast to GstClockTime to get higher granularity
25085         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25086           use gst_element_set_time_delay to get the exact time
25087         * ext/mad/gstmad.c: (gst_mad_chain):
25088           use the negotiated rate instead of the current frame's rate which
25089           might be wrong because of bit errors. This avoids emitting totally
25090           bogus timestamps and screwing sync.
25091         (fixes #143454)
25092
25093 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
25094
25095         reviewed by Benjamin Otte  <otte@gnome.org>
25096
25097         * gst/adder/gstadder.c: (gst_adder_loop):
25098           properly error out when no negotiation has happened yet. (fixes
25099           #143032)
25100
25101 2004-06-06  Benjamin Otte  <otte@gnome.org>
25102
25103         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
25104           forward correctly transformed offset in discont events. Based on
25105           patch by Arwed v. Merkatz. (fixes #142851)
25106
25107 2004-06-06  David Schleef  <ds@schleef.org>
25108
25109         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
25110         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
25111         problems on several systems.
25112
25113 2004-06-06  Benjamin Otte  <otte@gnome.org>
25114
25115         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
25116           use explicit caps on the srcpad
25117         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25118           properly error out if caps couldn't be set (fixes #142764)
25119
25120 2004-06-06  Benjamin Otte  <otte@gnome.org>
25121
25122         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
25123         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
25124         (gst_alsa_start_audio):
25125           - don't call set_periods_integer anymore, it breaks the
25126           configuration randomly
25127           - call snd_pcm_hw_params_set_access directly instead of using masks
25128           - don't fail if the sw_params can't be set, just use the default
25129           params and hope it works. Alsalib has weird issues when you touch
25130           sw_params and does no proper error reporting about what failed.
25131         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
25132         (gst_alsa_close_audio):
25133           make our alsa debugging go via gst debugging and not conditionally
25134           defined
25135         * ext/alsa/gstalsa.h:
25136           add ALSA_DEBUG_FLUSH macro
25137         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
25138         (plugin_init):
25139           wrap alsa errors to be printed via the gst debugging system and not
25140           spammed to stderr
25141
25142 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25143
25144         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
25145         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
25146         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
25147         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
25148         (qtdemux_parse_trak):
25149         * gst/qtdemux/qtdemux.h:
25150           Bitch. Also known as seeking, querying & co.
25151         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
25152         (gst_osssink_change_state):
25153         * sys/oss/gstosssink.h:
25154           Resyncing is for weenies, this hack is no longer needed and was
25155           broken anyway (since it - unintendedly - always leaves resync to
25156           TRUE).
25157
25158 2004-06-05  Andrew Turner <zxombie@hotpop.com>
25159
25160         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
25161         * gst/tcp/gsttcpclientsrc.h: idem
25162           - define MSG_NOSIGNAL if not done
25163           - include unistd.h for off_t
25164           (fixes #143749)
25165
25166 2004-06-05  Benjamin Otte  <otte@gnome.org>
25167
25168         * configure.ac:
25169         * ext/kio/Makefile.am:
25170           check for qt's moc preprocessor explicitly and use it
25171
25172 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25173
25174         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
25175           don't get a signal for EPIPE on socket writes
25176           (somebody check if this works on other platforms)
25177
25178 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25179
25180         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
25181         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
25182           check error condition on available samples correctly
25183
25184 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
25185
25186         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
25187           avoid a segfault
25188         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
25189         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
25190         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
25191         (gst_tcpserversrc_gdp_read_header):
25192          use ssize_t over size_t since the former is signed and thus the
25193          check for error codes can work
25194
25195 2004-06-02  Wim Taymans  <wim@fluendo.com>
25196
25197         reviewed by: Johan
25198
25199         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25200         (gst_multipart_mux_loop):
25201         Oops
25202
25203 2004-06-02  Wim Taymans  <wim@fluendo.com>
25204
25205         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
25206         (gst_multipart_mux_init), (gst_multipart_mux_loop),
25207         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25208         (gst_multipart_mux_change_state):
25209         Added configurable boundary specifier, added the value as a
25210         caps field as well.
25211
25212 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25213
25214         * gst/tcp/gsttcp.c:
25215         * gst/tcp/gsttcpclientsrc.c:
25216         * gst/tcp/gsttcpclientsrc.h:
25217         * gst/tcp/gsttcpserversrc.c:
25218           - portability fix, to compile on OSX
25219             (fixes #143146)
25220
25221         * sys/osxaudio/gstosxaudioelement.c:
25222         * sys/osxaudio/gstosxaudiosink.c:
25223         * sys/osxaudio/gstosxaudiosrc.c:
25224           - compilation warnings on OSX
25225             (fixes #143153)
25226
25227 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25228
25229         * ext/vorbis/vorbisdec.c : sign warning fixes
25230
25231         * gst-libs/gst/mixer/mixertrack.c :
25232           do no use defines which are glib 2.4 specific
25233
25234 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
25235
25236         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
25237           buffer since libflac doesn't expect it (reports a sync error when
25238           it encounters that)
25239
25240
25241 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
25242
25243         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
25244         * gst-libs/gst/mixer/mixertrack.c:
25245         (gst_mixer_track_get_property), (get_mixer_track_init),
25246         (get_mixer_track_get_property): Added property accessors
25247         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
25248         * gst-libs/gst/mixer/mixeroptions.c:
25249         (gst_mixer_options_get_values): Added
25250         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
25251         * gst-libs/gst/mixer/mixer.c: Fixed comment
25252
25253
25254 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25255
25256         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
25257           improve error messages on open
25258
25259
25260 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25261
25262         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
25263           check if v4l-conf is in path
25264
25265 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
25266
25267         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
25268           change assert to a more readable error message
25269
25270 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
25271
25272         * gst-libs/gst/tuner/tunerchannel.h:
25273           - add a freq_multiplicator field to make the conversion
25274             between internal frequency unit and Hz
25275         * sys/v4l/gstv4lelement.c:
25276         * sys/v4l2/gstv4l2element.c:
25277           - change default video device to /dev/video0
25278         * sys/v4l/v4l_calls.c:
25279         * sys/v4l2/v4l2_calls.c:
25280           - we only expose frequency to the user in Hz instead of
25281             bastard v4lX unit (either 62.5kHz or 62.5Hz)
25282
25283 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
25284         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
25285           Initialise b_o_s and e_o_s variables
25286         * gst-libs/gst/riff/riff-media.c:
25287         (gst_riff_create_video_caps_with_data):
25288           Add some unusual fourcc's from mplayer avi's
25289         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
25290           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
25291           autoplugging.
25292
25293 2004-05-28  Wim Taymans  <wim@fluendo.com>
25294
25295         * configure.ac:
25296         * gst/alpha/Makefile.am:
25297         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
25298         (gst_alpha_get_type), (gst_alpha_base_init),
25299         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
25300         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
25301         (gst_alpha_chroma_key), (gst_alpha_chain),
25302         (gst_alpha_change_state), (plugin_init):
25303         A plugin to add an alpha channel to I420 video. Can optionally do
25304         chroma keying.
25305         * gst/multipart/Makefile.am:
25306         * gst/multipart/multipart.c: (plugin_init):
25307         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
25308         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
25309         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
25310         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
25311         (gst_multipart_demux_change_state),
25312         (gst_multipart_demux_plugin_init):
25313         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
25314         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
25315         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
25316         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
25317         (gst_multipart_mux_pad_unlink),
25318         (gst_multipart_mux_request_new_pad),
25319         (gst_multipart_mux_handle_src_event),
25320         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
25321         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
25322         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
25323         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
25324         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
25325         send multipart jpeg images to a browser.
25326         * gst/videobox/Makefile.am:
25327         * gst/videobox/README:
25328         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
25329         (gst_video_box_get_type), (gst_video_box_base_init),
25330         (gst_video_box_class_init), (gst_video_box_init),
25331         (gst_video_box_set_property), (gst_video_box_get_property),
25332         (gst_video_box_sink_link), (gst_video_box_i420),
25333         (gst_video_box_ayuv), (gst_video_box_chain),
25334         (gst_video_box_change_state), (plugin_init):
25335         Crops or adds borders around an image. can do alpha channel
25336         borders as well.
25337         * gst/videomixer/Makefile.am:
25338         * gst/videomixer/README:
25339         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
25340         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
25341         (gst_videomixer_pad_get_sink_event_masks),
25342         (gst_videomixer_pad_get_property),
25343         (gst_videomixer_pad_set_property),
25344         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
25345         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
25346         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
25347         (gst_videomixer_base_init), (gst_videomixer_class_init),
25348         (gst_videomixer_init), (gst_videomixer_request_new_pad),
25349         (gst_videomixer_handle_src_event),
25350         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
25351         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
25352         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
25353         (gst_videomixer_loop), (gst_videomixer_get_property),
25354         (gst_videomixer_set_property), (gst_videomixer_change_state),
25355         (plugin_init):
25356         Generic video mixer plugin, can handle multiple inputs all with
25357         different framerates and video sizes. Is fully alpha channel
25358         aware.
25359
25360 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25361
25362         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
25363           Select first track as master track. Not sure how else to handle
25364           that...
25365         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
25366           Discard discont events. Should fix #142962.
25367
25368 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25369
25370         * ext/alsa/Makefile.am:
25371         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
25372         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
25373         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
25374         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
25375         (gst_alsa_mixer_get_option):
25376         * ext/alsa/gstalsamixer.h:
25377         * ext/alsa/gstalsamixeroptions.c:
25378         (gst_alsa_mixer_options_get_type),
25379         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
25380         (gst_alsa_mixer_options_new):
25381         * ext/alsa/gstalsamixeroptions.h:
25382         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
25383         * ext/alsa/gstalsamixertrack.h:
25384           Add enumerations (as GstMixerOptions). Make correct distinction
25385           between input/output tracks. Add capture/playback private flag.
25386           Use flag to decide on whether to set capture or playback volumes
25387           or switches. Use playback and record switches.
25388         * gst-libs/gst/mixer/Makefile.am:
25389         * gst-libs/gst/mixer/mixer-marshal.list:
25390         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
25391         (gst_mixer_set_option), (gst_mixer_get_option),
25392         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
25393         (gst_mixer_volume_changed), (gst_mixer_option_changed):
25394         * gst-libs/gst/mixer/mixer.h:
25395         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
25396         (gst_mixer_options_class_init), (gst_mixer_options_init),
25397         (gst_mixer_options_dispose):
25398         * gst-libs/gst/mixer/mixeroptions.h:
25399           Add GstMixerOptions.
25400         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25401           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
25402           broken device detection on computers with multiple OSS sound
25403           cards.
25404
25405 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25406
25407         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25408           fixate nicely even when the peer is not negotiating
25409
25410 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25411
25412         * gst/audioconvert/gstaudioconvert.c:
25413         (gst_audio_convert_parse_caps):
25414           make sure we don't allow depth > width
25415         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
25416           fixate endianness to G_BYTE_ORDER as default
25417         * gst/audioscale/gstaudioscale.c:
25418           we don't handle another endianness as host-endianness
25419
25420 2004-05-25  David Schleef  <ds@schleef.org>
25421
25422         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
25423
25424 2004-05-24  Benjamin Otte  <otte@gnome.org>
25425
25426         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
25427         (gst_oggvorbisenc_setup):
25428           properly fail when we can't setup the vorbis encoder due to
25429           unsupported settings
25430         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
25431         (gst_vorbisenc_setup):
25432           same
25433         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
25434           fix case where warnings occured when one pad was unlinked while the
25435           other's link function was called
25436
25437 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
25438
25439         * gst/tcp/Makefile.am:
25440           use GST_ENABLE_NEW
25441
25442 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25443
25444         * gst-libs/gst/resample/private.h:
25445           don't use optimizations that are #if 0'ed
25446
25447 2004-05-24  Wim Taymans  <wim@fluendo.com>
25448
25449         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
25450         Fix potential division by zero error and hopefully get
25451         the position query right to get correct timestamps on avi
25452         audio.
25453
25454 2004-05-24  Wim Taymans  <wim@fluendo.com>
25455
25456         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
25457         (gst_videoscale_scale_nearest_str2),
25458         (gst_videoscale_scale_nearest_str4),
25459         (gst_videoscale_scale_nearest_32bit),
25460         (gst_videoscale_scale_nearest_24bit),
25461         (gst_videoscale_scale_nearest_16bit):
25462         Fix the scaling algorithm and avoid a buffer overflow.
25463         removed the while loop in the scaling function as it
25464         was used for point sampling only.
25465
25466 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25467
25468         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
25469         (gst_id3_tag_class_init), (gst_id3_tag_init),
25470         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
25471         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
25472         (gst_id3_tag_send_tag_event):
25473           lots of fixes to make id3mux work and id3demux work correctly
25474
25475 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25476
25477         * ext/Makefile.am:
25478           add rules to build shout2send (was removed by accident
25479           when this module was no more marked experimental/broken)
25480
25481 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
25482
25483         * ext/shout2/gstshout2.c:
25484         * ext/shout2/gstshout2.h:
25485           adding a "connection problem" signal to shout2send
25486           (fixes #142954)
25487
25488 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
25489
25490         * ext/kio/kioreceiver.cpp:
25491         * ext/kio/kioreceiver.h:
25492           fix sign comparison issues
25493
25494 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25495
25496         * gst/cdxaparse/gstcdxaparse.c:
25497         * gst/cdxaparse/gstcdxaparse.h:
25498           some renaming
25499           add some checks/sanity
25500           prepare for seek addition
25501
25502         * sys/sunaudio/gstsunaudio.c:
25503           remove exported dupe init function
25504
25505 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
25506
25507         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
25508         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
25509           Fix format conversion and position querying.
25510         * gst/debug/progressreport.c: (gst_progressreport_report):
25511           Don't output a bogus total value that we didn't query.
25512         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
25513           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
25514           only a blank window after xine has been used.
25515
25516 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
25517
25518         * m4/as-arts.m4:
25519           sync with upstream version to fix test on FC2
25520           readd with -ko to preserve Id header
25521
25522 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25523
25524         * configure.ac:
25525           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
25526         * gst/tcp/gsttcpclientsrc.c: idem
25527         * gst/tcp/gsttcpserversink.c: idem
25528         * gst/tcp/gsttcpserversrc.c: idem
25529         * m4/gst-fionread.m4: idem
25530
25531         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
25532
25533         * configure.ac: enable speex plugin for speex 1.1.5+
25534         * ext/speex/gstspeexenc.c: fix cast warning
25535
25536         * ext/esd/README: fix typo
25537
25538 2004-05-20  David Schleef  <ds@schleef.org>
25539
25540         * configure.ac: Minor cosmetic change to convince the buildbot to
25541         reautogen.
25542         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
25543         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
25544         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
25545         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
25546         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
25547         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
25548         More hacking.  Plays audio now.
25549
25550 2004-05-20  David Schleef  <ds@schleef.org>
25551
25552         * configure.ac:
25553         * sys/Makefile.am:
25554
25555 2004-05-20  David Schleef  <ds@schleef.org>
25556
25557         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
25558         * sys/osxaudio/gstosxaudio.c:
25559         * sys/osxaudio/gstosxaudioelement.c:
25560         * sys/osxaudio/gstosxaudioelement.h:
25561         * sys/osxaudio/gstosxaudiosink.c:
25562         * sys/osxaudio/gstosxaudiosink.h:
25563         * sys/osxaudio/gstosxaudiosrc.c:
25564         * sys/osxaudio/gstosxaudiosrc.h:
25565
25566 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25567
25568         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
25569         (gst_vorbisenc_chain):
25570           put the codec headers on the caps as streamheader as well as
25571           pushing them out
25572
25573 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25574
25575         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25576         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25577         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
25578         split up push_packet into two functions
25579
25580 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
25581
25582         * gst/tcp/.cvsignore:
25583           ignore enums
25584         * gst/tcp/Makefile.am:
25585         * gst/tcp/README:
25586         * gst/tcp/gsttcp.c:
25587         * gst/tcp/gsttcp.h:
25588         * gst/tcp/gsttcpclientsink.c:
25589         * gst/tcp/gsttcpclientsink.h:
25590         * gst/tcp/gsttcpclientsrc.c:
25591         * gst/tcp/gsttcpclientsrc.h:
25592         * gst/tcp/gsttcpplugin.c:
25593         * gst/tcp/gsttcpserversink.c:
25594         * gst/tcp/gsttcpserversink.h:
25595         * gst/tcp/gsttcpserversrc.c:
25596         * gst/tcp/gsttcpserversrc.h:
25597           add new tcp elements
25598
25599 2004-05-19  Wim Taymans  <wim@fluendo.com>
25600
25601         * gst/law/mulaw-conversion.c: (mulaw_encode):
25602         Fix overflow bug in ulaw encoding.
25603
25604 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25605
25606         * ext/mad/gstmad.c: (gst_mad_handle_event):
25607           don't unref the event twice
25608
25609 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25610
25611         * configure.ac:
25612           remove -Wno-sign-compare
25613
25614 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25615
25616         * configure.ac:
25617           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
25618           if you want to work against glib 2.2 and 2.4
25619
25620 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
25621
25622         * gst/tcp/Makefile.am:
25623         * gst/tcp/gsttcp.c:
25624         * gst/tcp/gsttcp.h:
25625         * gst/tcp/gsttcpsink.h:
25626         * gst/tcp/gsttcpsrc.h:
25627           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
25628
25629 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25630
25631         * gst/debug/tests.c: (md5_get_value):
25632           fix segfault on gst-inspect
25633
25634 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25635
25636         * gst/debug/testplugin.c:
25637         * gst/debug/tests.c:
25638         * gst/debug/tests.h:
25639           add new extensible and configurable testing element. Current tests
25640           include buffer count, stream length, timestamp/duration matching and
25641           md5.
25642         * gst/debug/Makefile.am:
25643         * gst/debug/gstdebug.c: (plugin_init):
25644           add infrastructure for new element
25645
25646 2004-05-19  Johan Dahlin  <johan@gnome.org>
25647
25648         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
25649         ending of the array. Fixes gst-inspect segfault on ppc.
25650
25651 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25652
25653         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
25654
25655         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
25656
25657 2004-05-18  David Schleef  <ds@schleef.org>
25658
25659         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
25660         warnings (bugs, actually) noticed by gcc but not forte.
25661
25662 2004-05-18  David Schleef  <ds@schleef.org>
25663
25664         * sys/sunaudio/Makefile.am:
25665         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
25666
25667 2004-05-18  David Schleef  <ds@schleef.org>
25668
25669         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25670         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
25671         to allow qtdemux to use non-seekable streams. (bug #142272)
25672
25673 2004-05-18  David Schleef  <ds@schleef.org>
25674
25675         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
25676         (gst_resample_sinc_ft_float): Remove use of static temporary
25677         buffer.  This code was obviously not supposed to last long, but
25678         it's stuck in our ABI, so it required a little hack to make it
25679         ABI-compatible.  Fixes #142585.
25680         * gst-libs/gst/resample/resample.h: same.
25681
25682 2004-05-18  David Schleef  <ds@schleef.org>
25683
25684         * configure.ac: Add sunaudio
25685         * examples/Makefile.am: make gstplay depend on gconf
25686         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
25687         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
25688         (convert_table_lookup), (img_convert): remove c99-isms
25689         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
25690           unsigned, to fix a warning on Solaris
25691         * gst/mpeg1sys/systems.c: bcopy->memcpy
25692         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
25693         * sys/Makefile.am: Add sunaudio
25694
25695 2004-05-18  Wim Taymans  <wim@fluendo.com>
25696
25697         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
25698         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
25699         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
25700         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
25701         (gst_ogg_mux_loop):
25702         Fix an ugly memleak where the muxer didn't flush enough ogg
25703         pages. This also resulted in badly muxed ogg files.
25704
25705 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25706
25707         * gst/asfdemux/asfheaders.c :
25708         * gst/asfdemux/asfheaders.h :
25709         * gst/asfdemux/gstasfdemux.c :
25710           - fix ASF_OBJ_PADDING guid
25711           - add 3 new object guids (language list, metadata,
25712             extended stream properties)
25713           - add a function to parse extended header objects
25714
25715 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25716
25717         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
25718           remove leftover debugging g_print
25719
25720 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25721
25722         * ext/mad/gstmad.c: (gst_mad_handle_event):
25723           Fix for when the first format in a discont event is not a
25724           byte-based one. Should fix #137710.
25725
25726 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25727
25728         * m4/a52.m4 : fix compilation with -Wall -Werror
25729         * m4/libfame.m4 : idem
25730         * m4/libmikmod.m4 : idem
25731
25732 2004-05-17  Benjamin Otte  <otte@gnome.org>
25733
25734         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25735           signal the new tags before giving up the reference
25736
25737 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25738
25739         * ext/shout2/gstshout2.c:
25740           use application/ogg instead of application/x-ogg (patch by Patrick
25741           Guimond, fixes #142432)
25742         * sys/oss/gstosselement.c: (gst_osselement_reset),
25743         (gst_osselement_sync_parms):
25744           don't set fragment size unless specified (fixes #142493)
25745
25746 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25747
25748         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
25749           fixes #142664
25750
25751 2004-05-17  Benjamin Otte  <otte@gnome.org>
25752
25753         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
25754           compute offsets correctly for internal buffers so timestamps are set
25755           correctly when we can't seek. Also handle cases where there are no
25756           offsets. (based on a patch by David Moore, fixes #142507)
25757
25758 2004-05-17  Benjamin Otte  <otte@gnome.org>
25759
25760         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25761           use correct variable when determining amount of data to skip so we
25762           don't skip into the void and segfault
25763
25764 2004-05-16  Benjamin Otte  <otte@gnome.org>
25765
25766         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25767           Hi, I'm a memleak
25768
25769 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25770
25771         * gst/asfdemux/gstasfdemux.c:
25772           - fix a mem leak and always propagate tags
25773           - add WMV3 to known video codecs (but no decoder yet)
25774           - replace "surplus data" at end of audio header for what
25775             it is : codec specific data
25776           - fix a typo
25777
25778 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
25779
25780         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
25781
25782         * gst-libs/gst/audio/audioclock.c:
25783           Fix wrong return type (#142205).
25784
25785 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25786
25787         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
25788           Ignore CRCs by default (fixes #142566).
25789
25790 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25791
25792         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
25793         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
25794         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
25795         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
25796         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
25797         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
25798           Fix for cases where we fail to attach to a mixer.
25799
25800 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
25801
25802         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
25803           Don't touch events after not owning them anymore.
25804         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
25805         (gst_wavparse_fmt), (gst_wavparse_other),
25806         (gst_wavparse_handle_seek), (gst_wavparse_loop),
25807         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
25808         (gst_wavparse_srcpad_event):
25809         * gst/wavparse/gstwavparse.h:
25810           Add seeking, fix querying.
25811
25812 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25813
25814         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25815           - process comments even if they don't end with \0\0
25816             g_convert would ignore them if present and works well without them
25817
25818 2004-05-16  Benjamin Otte  <otte@gnome.org>
25819
25820         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
25821           simplify caps
25822
25823 2004-05-16  Benjamin Otte  <otte@gnome.org>
25824
25825         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
25826           don't write to memory we might not write to - g_convert does that
25827           for us anyway (fixes #142613)
25828         (gst_asf_demux_audio_caps):
25829           comment out gst_util_dump_mem
25830
25831 2004-05-16  Benjamin Otte  <otte@gnome.org>
25832
25833         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25834           compute correct expected timestamps after seek (broken since
25835           last commit)
25836         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
25837           rename element and debugging category to gdkpixbufscale
25838
25839 2004-05-16  Benjamin Otte  <otte@gnome.org>
25840
25841         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
25842           add error checking to snd_pcm_delay and remove duplicate call to
25843           snd_pcm_delay that caused issues (see inline code comments)
25844         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
25845           make more readable and fix return value when snd_pcm_delay fails
25846         (fixes #142586)
25847
25848 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
25849         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
25850         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
25851         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
25852         (gst_pixbufscale_link), (gst_pixbufscale_init),
25853         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
25854         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
25855         (gst_pixbufscale_get_property), (pixbufscale_init):
25856         * ext/gdk_pixbuf/pixbufscale.h:
25857         Add these files I forgot earlier
25858
25859 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
25860         * ext/gdk_pixbuf/Makefile.am:
25861         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
25862         * ext/gdk_pixbuf/gstgdkpixbuf.h:
25863         Add new pixbufscale element to scale RGB video
25864         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
25865         and HYPER interpolation correctly.
25866         * ext/theora/theoraenc.c: (theora_enc_chain),
25867         Discard buffer and return if explicit caps could not be set
25868         (theora_enc_get_property):
25869         Make _get return kbps for the bitrate consistent with
25870         the _set function.
25871
25872
25873 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25874
25875         * ext/libvisual/visual.c: (gst_visual_chain):
25876           add missing visual_audio_analyze
25877
25878 2004-05-14  David Schleef  <ds@schleef.org>
25879
25880         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
25881         is killed while we're playing.
25882         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
25883         gst_element_no_more_pads().
25884
25885 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25886
25887         * gst-libs/gst/riff/riff-read.c :
25888           - fix INFO tag extraction in RIFF/AVI files
25889             because gst_event_unref (event) also freed taglist
25890           - avoid a mem leak
25891
25892 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25893
25894         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
25895         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
25896
25897         * gst/auparse/gstauparse.c :
25898           - add code (commented for now) to support audio/x-adpcm on src pad
25899             (we have no decoder for those layout yet)
25900
25901         * gst/cdxaparse/gstcdxaparse.c :
25902         * gst/cdxaparse/gstcdxaparse.h :
25903           - partial rewrite using RiffRead (ripped iain's wavparse code)
25904
25905         * gst/rtp/gstrtpL16enc.c : typo
25906         * gst/rtp/gstrtpgsmenc.c : typo
25907
25908 2004-05-13  Benjamin Otte  <otte@gnome.org>
25909
25910         * configure.ac:
25911           check for exact version of libvisual, it's not supposed to be
25912           API/ABI stable yet
25913
25914 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25915
25916         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
25917           signal no-more-pads
25918
25919 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25920
25921         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
25922         Report which format was used for GST_FORMAT_DEFAULT
25923         * gst/debug/Makefile.am:
25924         * gst/debug/gstdebug.c: (plugin_init):
25925         * gst/debug/progressreport.c: (gst_progressreport_base_init),
25926         (gst_progressreport_class_init), (gst_progressreport_init),
25927         (gst_progressreport_report), (gst_progressreport_set_property),
25928         (gst_progressreport_get_property), (gst_progressreport_chain),
25929         (gst_progressreport_plugin_init):
25930         Add progressreport element for testing.
25931
25932 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
25933
25934         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
25935         * sys/v4l/gstv4lsrc.h:
25936         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
25937         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
25938         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
25939         (gst_v4lsrc_grab_frame):
25940           add more debugging
25941           send a discont at start
25942
25943 2004-05-12  Colin Walters  <walters@redhat.com>
25944
25945         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
25946         inflooping if we can't find a chunk.  Or in other words, don't blow
25947         chunks if we don't have a chunk to blow.
25948
25949 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
25950         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
25951         Remove old debug output
25952         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
25953         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
25954         (gst_dvdec_set_property), (gst_dvdec_get_property):
25955         Change the quality setting to an enum, so it works from gst-launch
25956         Don't renegotiate a non-linked pad. Allows audio only decoding.
25957         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
25958         (gst_deinterlace_link), (gst_deinterlace_init):
25959         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
25960         (gst_videodrop_link):
25961         Some caps negotiation fixes
25962
25963 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25964
25965         * ext/tarkin/gsttarkin.c :
25966           - Change RANK from NONE to PRIMARY
25967         * ext/gdk_pixbuf/gstgdkpixbuf.c :
25968           - Change RANK from NONE to MARGINAL
25969         * ext/divx/gstdivxenc.c :
25970           - Change RANK from PRIMARY to NONE (encoder/spider issue)
25971
25972 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
25973
25974         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
25975         (gst_vorbisenc_push_packet):
25976           copy a function that was added between 1.0 and 1.0.1 until we
25977           depend on worthwhile features of post-1.0
25978
25979 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
25980
25981         * configure.ac:
25982           enable shout2 by default
25983         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
25984         (gst_shout2send_base_init), (gst_shout2send_init),
25985         (gst_shout2send_connect), (gst_shout2send_change_state):
25986         * ext/shout2/gstshout2.h:
25987           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
25988           #142262)
25989         * ext/theora/theora.c: (plugin_init):
25990           don't set rank on encoders
25991
25992 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
25993
25994         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
25995           Use codec_data property instead of flag1 and flag2 for wma
25996
25997 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
25998
25999         * gst/cdxaparse/gstcdxaparse.c :
26000           - Add mpegversion to CAPS to make it link
26001           - Rank is as GST_RANK_SECONDARY instead of NONE
26002         * gst/auparse/gstauparse.c :
26003           - Document all audio encoding we can encounter from Solaris 9
26004             headers and libsndfile information.
26005           - Increase max. rate from 48000 to 192000 (to match other elements)
26006           - Don't try to play junk data between header and samples
26007
26008 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26009
26010         * ext/libvisual/visual.c: (gst_visual_getcaps):
26011           use the right caps depending on endianness (I hope)
26012         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
26013           use GST_RANK_NONE for all non-decoding elements or spider gets
26014           mighty confused
26015
26016 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26017
26018         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
26019           Fix some odd cases and fix BE metadata parsing of unicode16 text.
26020
26021 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26022
26023         * gst/switch/gstswitch.c: (gst_switch_release_pad),
26024         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
26025         (gst_switch_loop), (gst_switch_get_type):
26026           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
26027           HEADERS. Had to be said.
26028
26029 2004-05-10  David Schleef  <ds@schleef.org>
26030
26031         * configure.ac: Add prototype Dirac support.
26032         * ext/Makefile.am:
26033         * ext/dirac/Makefile.am:
26034         * ext/dirac/gstdirac.cc:
26035         * ext/dirac/gstdiracdec.cc:
26036
26037 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26038
26039         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
26040         (gst_auparse_init), (gst_auparse_chain),
26041         (gst_auparse_change_state):
26042           Hack around spider. Remove me some day please.
26043
26044 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26045
26046         * gst/auparse/gstauparse.c: (gst_auparse_chain):
26047           Fix for some uninitialized variables in previous patch, also
26048           makes it work. Fixes #142286 while we're at it.
26049
26050 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26051
26052         * gst/auparse/gstauparse.c:
26053                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
26054                 only unsupported formats are ADPCM/CCITT G.72x
26055                 reviewed by Ronald
26056         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
26057
26058 2004-05-10  Wim Taymans  <wim@fluendo.com>
26059
26060         * ext/vorbis/Makefile.am:
26061         * ext/vorbis/README:
26062         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
26063         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
26064         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
26065         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
26066         (gst_oggvorbisenc_convert_sink),
26067         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
26068         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
26069         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
26070         (get_constraints_string), (update_start_message),
26071         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
26072         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
26073         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
26074         * ext/vorbis/oggvorbisenc.h:
26075         * ext/vorbis/vorbis.c: (plugin_init):
26076         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
26077         (raw_caps_factory), (gst_vorbisenc_class_init),
26078         (gst_vorbisenc_init), (gst_vorbisenc_setup),
26079         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
26080         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
26081         * ext/vorbis/vorbisenc.h:
26082         Added a raw vorbis encoder to be used with the oggmuxer.
26083         We still need the old encoder for some gnome applications,
26084         read the README to find out how that works.
26085         The raw encoder is called "rawvorbisenc" until 0.9.
26086
26087 2004-05-10  Wim Taymans  <wim@fluendo.com>
26088
26089         * ext/ogg/gstogg.c: (plugin_init):
26090         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
26091         (gst_ogg_print):
26092         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
26093         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
26094         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
26095         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
26096         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
26097         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
26098         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
26099         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
26100         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
26101         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
26102         Added an ogg muxer.
26103         Small typo fixes in the demuxer.
26104
26105 2004-05-10  Wim Taymans  <wim@fluendo.com>
26106
26107         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26108         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26109         (theora_enc_change_state), (theora_enc_set_property),
26110         (theora_enc_get_property):
26111         Mark the last packet with an EOS flag which is not really needed
26112         in gstreamer.
26113         Do some better video framerate initialisation.
26114         Update the buffer timestamp.
26115
26116 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
26117
26118         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
26119         Return the result of the parent state change call
26120
26121 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26122
26123         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
26124         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
26125         * gst/law/alaw-encode.c : (idem)
26126         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
26127         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
26128         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
26129
26130 2004-05-09  Benjamin Otte  <otte@gnome.org>
26131
26132         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
26133           don't use a fixed buffer size when writing variable length data to
26134           it. Fixes memory corruption and makes alsasrc work
26135
26136 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26137
26138         * ext/gnomevfs/gstgnomevfssink.c:
26139         (_gst_boolean_allow_overwrite_accumulator),
26140         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
26141           Run glib's default signal handler (??) in RUN_CLEANUP rather than
26142           RUN_LAST, and don't use that to set the accumulator value because
26143           then it's always FALSE.
26144
26145 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26146
26147         * gst-libs/gst/riff/riff-media.c:
26148         (gst_riff_create_video_caps_with_data),
26149         (gst_riff_create_audio_caps),
26150         (gst_riff_create_audio_template_caps):
26151         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
26152           Fix for unaligned RIFF files (i.e. where all the chunks together
26153           in a LIST chunk are not of the same size as the size given in
26154           the LIST chunk header). Fixes several odd WAVE files. Also fix
26155           ADPCM (block_align property) in audio, so that wavparse based
26156           on this works now as it used to stand-alone.
26157
26158 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
26159
26160         reviewed by Benjamin Otte  <otte@gnome.org>
26161
26162         * ext/a52dec/gsta52dec.c:
26163         * ext/divx/gstdivxdec.c:
26164         * ext/divx/gstdivxenc.c:
26165         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
26166         * ext/faac/gstfaac.c: (gst_faac_base_init):
26167         * ext/faad/gstfaad.c: (gst_faad_base_init):
26168         * ext/ivorbis/vorbisfile.c:
26169         * ext/lame/gstlame.c:
26170         * ext/libfame/gstlibfame.c:
26171         * ext/mpeg2enc/gstmpeg2enc.cc:
26172         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
26173         * ext/sidplay/gstsiddec.cc:
26174         * ext/speex/gstspeexdec.c:
26175         * ext/speex/gstspeexenc.c:
26176         * ext/xvid/gstxviddec.c:
26177         * ext/xvid/gstxvidenc.c:
26178           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
26179           (fixes #142193)
26180
26181 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26182
26183         * ext/alsa/gstalsa.c: (device_list),
26184         (gst_alsa_class_probe_devices):
26185         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
26186           Fix alsa oddness in mixer after the combination of using mixer
26187           in source/sink elements and using hw:x,y instead of just hw:x.
26188
26189 2004-05-09  Benjamin Otte  <otte@gnome.org>
26190
26191         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
26192         (gst_wavparse_create_sourcepad):
26193           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
26194           sourcepads
26195
26196 2004-05-09  Benjamin Otte  <otte@gnome.org>
26197
26198         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26199           allow discont events before caps nego
26200
26201 2004-05-08  Benjamin Otte  <otte@gnome.org>
26202
26203         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
26204           don't leak events
26205
26206 2004-05-08  Benjamin Otte  <otte@gnome.org>
26207
26208         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
26209         (gst_level_change_state), (gst_level_init):
26210         * gst/level/gstlevel.h:
26211           figure out if we're initialized directly instead of keeping a
26212           variable that's wrong in 90% of cases
26213           don't initialize pads and then leak them and use a new unitialized
26214           pad. (fixes #142084)
26215           these were bugs so n00bish I didn't find them for an hour :/
26216
26217 2004-05-08 Iain <iain@prettypeople.org>
26218
26219         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
26220         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
26221         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
26222         return the length that was read.
26223         (gst_riff_read_strf_auds): Allow fmt tags as well.
26224
26225 2004-05-07  David Schleef  <ds@schleef.org>
26226
26227         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
26228         signed char assumption in faad.h.
26229
26230 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26231
26232         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
26233           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
26234
26235 2004-05-07  Colin Walters  <walters@redhat.com>
26236
26237         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
26238         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
26239         function.
26240         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
26241         Add dispose function.
26242
26243 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
26244         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
26245           Fix caps nego and pad templates. RGB mode caps should
26246           work now.
26247         * ext/dvdnav/gst-dvd:
26248           Move mpeg2dec inside the thread because otherwise the
26249           queue rejects cap changes mid-stream
26250         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
26251         (gst_mpeg2dec_flush_decoder):
26252           For mpeg2dec > 0.4.0, call the flush function instead of
26253           manually extracting all in-flight frames.
26254         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
26255         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
26256           Change mime type video/dv go video/x-dv to match the
26257           rest of gst-plugins
26258
26259 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26260
26261         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
26262         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
26263         (gst_alsa_sink_class_init):
26264         * ext/alsa/gstalsasink.h:
26265         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
26266         (gst_alsa_src_class_init):
26267         * ext/alsa/gstalsasrc.h:
26268           Make alsasink/src a subclass of alsamixer so that mixer stuff
26269           shows up in gst-rec. Needs some finetuning.
26270
26271 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26272
26273         * ext/lame/gstlame.c: (gst_lame_chain):
26274           simplify
26275         * ext/mad/gstmad.c: (gst_mad_handle_event):
26276           fix event leak
26277         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
26278           be able to detect mp3 files < 4096 bytes
26279
26280 2004-05-06  Wim Taymans  <wim@fluendo.com>
26281
26282         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
26283         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
26284         (theora_enc_set_property), (theora_enc_get_property):
26285         Also encode the first frame, cleanup some code.
26286
26287 2004-05-06  Wim Taymans  <wim@fluendo.com>
26288
26289         * ext/mpeg2enc/gstmpeg2enc.cc:
26290         Forward events first before deciding that negotiation was
26291         not performed.
26292
26293 2004-05-06  Wim Taymans  <wim@fluendo.com>
26294
26295         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
26296         First process the events before deciding that negotiation
26297         was not performed.
26298
26299 2004-05-06  Wim Taymans  <wim@fluendo.com>
26300
26301         * ext/theora/Makefile.am:
26302         * ext/theora/theora.c: (plugin_init):
26303         * ext/theora/theoradec.c: (theora_dec_change_state):
26304         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
26305         (gst_theora_enc_class_init), (gst_theora_enc_init),
26306         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
26307         (theora_enc_chain), (theora_enc_change_state),
26308         (theora_enc_set_property), (theora_enc_get_property):
26309         Added a theora encoder, grouped the encoder and decoder into the
26310         same plugin.
26311
26312 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
26313
26314         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26315         (gst_jpegenc_chain):
26316         fix DURATION on outgoing buffers
26317         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
26318         debug using time formats
26319         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
26320         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26321         (gst_xvimagesink_sink_link):
26322         windows with width/height 0 generate X errors, so don't allow them
26323
26324 2004-05-05  Wim Taymans  <wim@fluendo.com>
26325
26326         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
26327         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
26328         (gst_mpeg2dec_negotiate_format):
26329         * ext/mpeg2dec/gstmpeg2dec.h:
26330           removed the static pad template so that we can add the
26331           more accurate framerate value to the caps.
26332
26333
26334 2004-05-04  Benjamin Otte  <otte@gnome.org>
26335
26336         * configure.ac:
26337           check for kdemacros.h, too (should fix #141821)
26338         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
26339           don't crash if no header was sent, but nicely error out (fixes part
26340           of #141554)
26341
26342 2004-05-04  Wim Taymans  <wim@fluendo.com>
26343
26344         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
26345         parent dispose function to avoid segfault on destroy.
26346
26347 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
26348
26349         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
26350         (plugin_init):
26351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
26352         (gst_xvimagesink_sink_link):
26353         clean up debugging caps
26354         also recreate xvimage when format has changed
26355
26356 2004-05-04  Benjamin Otte  <otte@gnome.org>
26357
26358         * ext/libvisual/Makefile.am:
26359         * ext/libvisual/visual.c: (gst_visual_class_init),
26360         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
26361         (gst_visual_srclink), (gst_visual_chain),
26362         (gst_visual_change_state), (plugin_init):
26363           use a GstAdapter to correctly adapt buffer sizes - allows using a
26364           framerate
26365
26366 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26367
26368         * sys/v4l/gstv4lelement.h:
26369         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
26370         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
26371         (gst_v4lsrc_buffer_free):
26372         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
26373         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
26374         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
26375         (gst_v4lsrc_requeue_frame):
26376         move some debugging categories around
26377         query for fps index and set accordingly if found
26378
26379 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26380
26381         * ext/lame/gstlame.c:
26382         correct defaults that lame_init puts out of range
26383
26384 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26385
26386         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
26387         (gst_divxenc_class_init):
26388         fix range since -1 is the default
26389         * gst/mpeg1sys/gstmpeg1systemencode.c:
26390         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
26391         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
26392         (gst_rtjpegdec_chain):
26393         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
26394         (gst_rtjpegenc_chain):
26395         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
26396         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
26397         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
26398         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
26399         * sys/v4l/gstv4lsrc.c:
26400         * sys/v4l/v4l_calls.c: (gst_v4l_open):
26401         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
26402         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
26403         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
26404         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
26405           remove gst_info calls
26406
26407 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26408
26409         * Makefile.am:
26410         * po/af.po:
26411         * po/az.po:
26412         * po/en_GB.po:
26413         * po/nl.po:
26414         * po/sr.po:
26415         * po/sv.po:
26416           Updated translations
26417
26418 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
26419
26420         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26421           refactor/comment code
26422
26423 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26424
26425         * gst/asfdemux/Makefile.am:
26426         * gst/asfdemux/asfheaders.c:
26427         * gst/asfdemux/asfheaders.h:
26428         * gst/asfdemux/gstasf.c: (plugin_init):
26429         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
26430         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
26431         (gst_asf_demux_setup_pad):
26432         * gst/asfdemux/gstasfdemux.h:
26433         * gst/asfdemux/gstasfmux.c:
26434         * gst/asfdemux/gstasfmux.h:
26435           Add tagging support to demuxer, split out registration in its own
26436           file instead of in demux (hacky), and prevent having some tables
26437           in our memory multiple times (in asfheaders.h).
26438
26439 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26440
26441         * gst/matroska/matroska-demux.c:
26442         (gst_matroska_demux_parse_metadata):
26443         * gst/matroska/matroska-ids.h:
26444           Basic tag reading support.
26445
26446 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26447
26448         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
26449           Really detect ac-3 audio.
26450         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
26451           really detect matroska files (off-by-1).
26452
26453 2004-04-30  David Schleef  <ds@schleef.org>
26454
26455         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26456         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
26457         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
26458         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
26459         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
26460         hackage -- parse a lot more atoms, extract a few tags.  One might even
26461         mistake this for tag support.  Maybe it is.
26462         * gst/qtdemux/qtdemux.h:
26463
26464 2004-04-30  Colin Walters  <walters@verbum.org>
26465
26466         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
26467
26468 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
26469
26470         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26471         (gst_ffmpegcolorspace_getcaps):
26472           remove broken nego fix
26473
26474 2004-04-30  Benjamin Otte  <otte@gnome.org>
26475
26476         * configure.ac:
26477         * ext/Makefile.am:
26478         * ext/libvisual/Makefile.am:
26479         * ext/libvisual/visual.c:
26480           add initial support for libvisual (http://libvisual.sourceforge.net)
26481           libvisual is still quite alpha, so expect crashes in there :)
26482
26483 2004-04-29  David Schleef  <ds@schleef.org>
26484
26485         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
26486         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
26487         up qtdemux to make it spit out codec_data.  Do _not_ look at this
26488         code; you will no longer respect me.
26489
26490 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
26491
26492         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
26493         * ext/alsa/gstalsa.h :
26494         change alsa pcm device discovery to find more than 1 device
26495         per card. code review by Ronald.
26496
26497 2004-04-29  David Schleef  <ds@schleef.org>
26498
26499         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
26500         Add a check for a driver bug on FreeBSD.  (bug #140565)
26501
26502 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
26503
26504         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
26505         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26506         (gst_jpegenc_getcaps):
26507           move format setting to inner loop
26508         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26509         (gst_ffmpegcolorspace_getcaps):
26510           use GST_PAD_CAPS if available so that we use already negotiated
26511           caps
26512         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
26513         (qtdemux_parse_moov), (qtdemux_parse):
26514           extra debugging
26515         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
26516         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
26517           move hardcoded path to DEFINE
26518
26519 2004-04-28  David Schleef  <ds@schleef.org>
26520
26521         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
26522         (bug #140064)
26523
26524 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26525
26526         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
26527           Don't probe for playback device if we're a source element. Fixes
26528           #139658.
26529
26530 2004-04-29  Benjamin Otte  <otte@gnome.org>
26531
26532         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
26533         (gst_id3_tag_chain):
26534           rewrite buffer offset
26535
26536 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26537
26538         * configure.ac:
26539         * ext/Makefile.am:
26540         * ext/dts/Makefile.am:
26541         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
26542         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
26543         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
26544         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
26545         (gst_dtsdec_loop), (gst_dtsdec_change_state),
26546         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
26547         (plugin_init):
26548         * ext/dts/gstdtsdec.h:
26549           New DTS decoder.
26550         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
26551         (gst_faad_srcconnect):
26552           Add ESDS atom handling (.m4a).
26553
26554 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26555
26556         * ext/divx/gstdivxdec.c: (plugin_init):
26557           Remove comment that makes no sense.
26558         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
26559           Fix for obvious typo that resulted in warnings during gst-register.
26560         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
26561         (gst_xviddec_sink_link):
26562           Fix caps negotiation a bit better.
26563         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
26564           We call this 'codec_data', not 'esds'.
26565
26566 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26567
26568         * gst/monoscope/gstmonoscope.c:
26569           make sure we only provide 256x128
26570         * gst/monoscope/monoscope.c: (monoscope_init):
26571           assert size of 256x128
26572
26573 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26574
26575         * Makefile.am:
26576         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
26577         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
26578           fixate to max width and height of device
26579
26580 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26581
26582         * Makefile.am:
26583         * sys/v4l/gstv4l.c:
26584         * sys/v4l/gstv4lsrc.c:
26585         * sys/v4l/v4l_calls.c:
26586         * sys/v4l/v4lsrc_calls.c:
26587           fix for qc-usb driver which fakes having more than one buffer
26588           by handing the same buffer twice, which confused GStreamer's/v4lsrc
26589           buffer_free override
26590           add debugging
26591
26592 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
26593
26594         * Makefile.am:
26595         * gst/videotestsrc/gstvideotestsrc.c:
26596         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
26597         (gst_videotestsrc_init), (gst_videotestsrc_get),
26598         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
26599         * gst/videotestsrc/gstvideotestsrc.h:
26600           add num-buffers property
26601
26602         2004-04-26  Benjamin Otte  <otte@gnome.org>
26603
26604         * ext/mad/gstid3tag.c: (plugin_init):
26605           set id3mux rank to NONE so it doesn't confuse spider
26606           require audio/mpeg,mpegversion=1 in id3mux
26607
26608 2004-04-26  Benjamin Otte  <otte@gnome.org>
26609
26610         * configure.ac:
26611           detect faad correctly as non-working if it's indeed non-working
26612
26613 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
26614
26615         * Makefile.am:
26616         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
26617         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
26618         fix _getcaps so it only negotiates to its supported format
26619
26620 2004-04-25  Benjamin Otte  <otte@gnome.org>
26621
26622         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
26623           fix memleak
26624
26625 2004-04-23  Benjamin Otte  <otte@gnome.org>
26626
26627         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
26628           audio/x-raw-int with height rules! not. Now it's depth.
26629
26630 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26631
26632         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
26633         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
26634         (gst_wavparse_loop):
26635           Missing variable initialization. Add handling of DVI ADPCM. Fix
26636           mis-parsing of LIST chunks. This works around a bug where we mis-
26637           parse non-aligning LIST chunks (so LIST chunks where the contents
26638           don't align with the actual LIST size). The correct fix is to use
26639           rifflib, I'm not going to fix wavparse - too much work. All this
26640           fixes #104878.
26641
26642 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
26643
26644         reviewed by Benjamin Otte  <otte@gnome.org>
26645
26646         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
26647           fix shoutcast not working (fixes #140844)
26648
26649 2004-04-22  Benjamin Otte  <otte@gnome.org>
26650
26651         * ext/hermes/gsthermescolorspace.c:
26652         (gst_hermes_colorspace_caps_remove_format_info):
26653         * gst/colorspace/gstcolorspace.c:
26654         (gst_colorspace_caps_remove_format_info):
26655         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26656         (gst_ffmpegcolorspace_caps_remove_format_info):
26657           s/gst_caps_simplify/gst_caps_do_simplify/
26658
26659 2004-04-22  Benjamin Otte  <otte@gnome.org>
26660
26661         * gst-libs/gst/riff/riff-media.c:
26662         (gst_riff_create_video_caps_with_data):
26663           mpegversion is an int
26664         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
26665           don't try to create pad templates with NULL caps, use any caps
26666           instead.
26667
26668 2004-04-20  David Schleef  <ds@schleef.org>
26669
26670         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
26671         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
26672         (bug #140384)
26673
26674 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26675
26676         reviewed by David Schleef
26677
26678         * ext/mad/gstid3tag.c: Add stdlib.h
26679         * gst/rtp/gstrtpgsmenc.c: same
26680         * gst/tags/gstid3tag.c: same
26681         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
26682         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
26683         GST_DISABLE_LOADSAVE use.
26684         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
26685         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
26686         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
26687         atol(3)).
26688         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
26689         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
26690         strtoul(3)).
26691         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
26692         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
26693         $(ID3_CFLAGS).
26694         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
26695         $(LIBFAME_CFLAGS).
26696
26697 2004-04-20  David Schleef  <ds@schleef.org>
26698
26699         * gst/realmedia/rmdemux.c:  This was supposed to part of the
26700         last checkin.  Same idea.
26701
26702 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
26703
26704         reviewed by David Schleef
26705
26706         * configure.ac: bump required gstreamer version to 0.8.1.1
26707         because of following changes [--ds]
26708
26709         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
26710         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
26711         (gst_riff_read_header):  Use GST_READ_UINT*
26712         macros to access possibly unaligned memory.
26713
26714         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
26715         (mp3_type_find):  Use GST_READ_UINT*
26716         macros to access possibly unaligned memory.
26717         (mp3_type_find, mpeg1_parse_header, qt_type_find)
26718         (speex_type_find): Likewise
26719
26720         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
26721
26722         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
26723         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
26724         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
26725         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
26726         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
26727         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
26728         macros to access possibly unaligned memory.
26729
26730         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
26731         Likewise.
26732
26733         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
26734         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
26735
26736         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
26737         Likewise.
26738
26739         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
26740         (gst_mpeg2subt_chain_subtitle): Likewise.
26741
26742         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
26743         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
26744         Likewise.
26745
26746         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
26747         Likewise.
26748
26749         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
26750         Likewise.
26751
26752         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
26753         Likewise.
26754
26755 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26756
26757         * configure.ac:
26758           update required version of GStreamer because of GST_TIME_FORMAT
26759
26760 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26761
26762         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
26763           remove leftover g_print
26764         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
26765           don't try setting only a subset of the caps. We don't want to kill
26766           autoplugging on purpose
26767
26768 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26769
26770         * sys/ximage/ximagesink.c: (plugin_init):
26771         * sys/xvimage/xvimagesink.c: (plugin_init):
26772           add debugging categories
26773
26774 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
26775
26776         * po/en_GB.po:
26777         * po/LINGUAS:
26778           Adding en_GB translation (Gareth Owen)
26779
26780 2004-04-20  David Schleef  <ds@schleef.org>
26781
26782         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
26783         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
26784         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
26785         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
26786         A number of new features and hacks to extract the esds atom and
26787         put it into the caps.  (bug #137724)
26788
26789 2004-04-19  David Schleef  <ds@schleef.org>
26790
26791         * gconf/Makefile.am: Fix for non-GNU make
26792         * gst-libs/gst/Makefile.am: Change directory order to handle
26793         GstPlay linking with gstinterfaces
26794         * gst-libs/gst/audio/make_filter: make use of tr portable
26795         * gst-libs/gst/play/Makefile.am: Add intended \
26796         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
26797         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
26798         function prototype instead of void *.
26799         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
26800         macro.
26801         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
26802         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
26803         * gst/videofilter/make_filter: make use of tr portable
26804         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
26805
26806 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
26807
26808         * po/LINGUAS:
26809         * po/uk.po:
26810           Added Ukrainian translation (Maxim V. Dziumanenko)
26811
26812 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26813
26814         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
26815         (gst_gsmdec_link), (gst_gsmdec_chain):
26816           Fix capsnego, simplify chain function slightly.
26817         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
26818           Add GSM.
26819
26820 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26821
26822         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
26823         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
26824         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
26825           Hack to make wavparse work with spider (always -> sometimes pad).
26826           Fixes #135862 && #140411.
26827
26828 2004-04-18  Benjamin Otte  <otte@gnome.org>
26829
26830         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
26831         (gst_osselement_rate_probe_check),
26832         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
26833           get rid of \n in debug output
26834
26835 2004-04-17  Iain <iain@prettypeople.org>
26836
26837         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
26838         not just EOS.
26839
26840 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26841
26842         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
26843         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
26844         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
26845         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
26846         (gst_id3_tag_src_link), (gst_id3_tag_chain),
26847         (gst_id3_tag_change_state), (plugin_init):
26848           deprecate id3tag element and replace with id3demux/id3mux.
26849           great side effect: this ugly file is now even uglier, yay!
26850         * ext/mad/gstmad.h:
26851           remove non-available function
26852           update for new get_type
26853
26854 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26855
26856         * configure.ac:
26857           require mpeg2dec >= 0.4.0
26858
26859 2004-04-17  Benjamin Otte  <otte@gnome.org>
26860
26861         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
26862         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
26863         (gst_xvimagesink_set_xwindow_id):
26864           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
26865           assorted cleanup fixes.
26866
26867 2004-04-16  David Schleef  <ds@schleef.org>
26868
26869         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
26870         * sys/xvimage/xvimagesink.h: same
26871
26872 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
26873
26874         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
26875           Fix GST_ELEMENT_ERROR with (NULL)
26876
26877 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26878
26879         * gst-libs/gst/riff/riff-media.c:
26880         (gst_riff_create_video_caps_with_data):
26881           Add div[3456] as fourccs for DivX 3 (fixes #140137).
26882
26883 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26884
26885         * gst-libs/gst/riff/riff-media.c:
26886         (gst_riff_create_video_caps_with_data),
26887         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
26888         (gst_riff_create_video_template_caps),
26889         (gst_riff_create_audio_template_caps):
26890         * gst-libs/gst/riff/riff-media.h:
26891         * gst-libs/gst/riff/riff-read.c:
26892         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
26893         * gst-libs/gst/riff/riff-read.h:
26894         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26895           Add MS RLE support. I added some functions to read out strf chunks
26896           into strf chunks and the data behind it. This is usually color
26897           palettes (as in RLE, but also in 8-bit RGB). Also use those during
26898           caps creation. Lastly, add ADPCM (similar to wavparse - which
26899           should eventually be rifflib based).
26900         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
26901         (gst_matroska_demux_init), (gst_matroska_demux_reset):
26902         * gst/matroska/matroska-demux.h:
26903           Remove placeholders for some prehistoric tagging system. Didn't add
26904           support for any tag system really anyway.
26905         * gst/qtdemux/qtdemux.c:
26906           Add support for audio/x-m4a (MPEG-4) through spider.
26907         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
26908         (gst_wavparse_loop):
26909           ADPCM support (#135862). Increase max. buffer size because we
26910           cannot split buffers for ADPCM (screws references) and I've seen
26911           files with 2048 byte chunks. 4096 seems safe for now.
26912
26913 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26914
26915         * configure.ac: bump nano to 1
26916
26917 === release 0.8.1 ===
26918
26919 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
26920
26921         * configure.ac: releasing 0.8.1, "Comforting Sounds"
26922
26923 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26924
26925         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
26926           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
26927           Fixes #140058
26928
26929 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26930
26931         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
26932           lower rank of dvddemux so that it's not used for mpeg playback.
26933
26934 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26935
26936         * configure.ac:
26937           save libs correctly when checking mad
26938
26939 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
26940
26941         * ext/mad/gstid3tag.c: (plugin_init):
26942           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
26943
26944 2004-04-13  David Schleef  <ds@schleef.org>
26945
26946         * common/m4/gst-feature.m4: Call -config scripts with
26947         --plugin-libs if it is supported.
26948         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
26949         JPEG images are image/jpeg.
26950         * gst/debug/Makefile.am:
26951         * gst/debug/negotiation.c: (gst_negotiation_class_init),
26952         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
26953         (gst_negotiation_update_caps), (gst_negotiation_get_property),
26954         (gst_negotiation_plugin_init): Add a property that acts like
26955         filter caps.
26956         * testsuite/gst-lint:  Move license checking to be a standard
26957         test.
26958
26959 2004-04-13  David Schleef  <ds@schleef.org>
26960
26961         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
26962         patch from Sebastien Cote (bug #139958)
26963
26964 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26965
26966         * examples/gstplay/Makefile.am:
26967         * examples/gstplay/player.c: (main):
26968           make the commandline player example use gconf settings
26969
26970 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26971
26972         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
26973         (gst_cacasink_sinkconnect), (gst_cacasink_init),
26974         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
26975           init/end library during state transition, not object
26976           creation/disposal.  get rid of custom dispose handler.
26977
26978
26979 2004-04-12  Christian Schaller <Uraeus@gnome.org>
26980
26981         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
26982         be a symlink
26983
26984 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26985
26986         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
26987           Handle JUNK chunks inside data section. Prevents warnings.
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         (gst_riff_create_video_template_caps):
26993           Add MS video v1.
26994         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
26995         (gst_avi_demux_stream_data):
26996           Add support for "rec-list" chunks.
26997
26998 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
26999
27000         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
27001           Fix another codecname mismatch.
27002
27003 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27004
27005         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27006           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
27007           so that MJPEG plays back.
27008
27009 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27010
27011         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
27012         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
27013         * gst/mpeg1videoparse/gstmp1videoparse.h:
27014           Fix for some slight mis-cuts in buffer parsing, and for some
27015           potential overflows or faults-causers. Adds disconts. Also fixes
27016           #139105 while we're at it.
27017
27018 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27019
27020         * configure.ac:
27021         * sys/v4l2/gstv4l2element.h:
27022           Workaround for missing struct v4l2_buffer declaration in Suse 9
27023           and Mandrake 10 linux/videodev2.h header file (#135919).
27024
27025 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27026
27027         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
27028           Bail out if no filename was given.
27029
27030 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27031
27032         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
27033         (gst_v4l2_fourcc_from_structure):
27034           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
27035           Y41B somewhere).
27036
27037 2004-04-09  Benjamin Otte  <otte@gnome.org>
27038
27039         * ext/gnomevfs/gstgnomevfssink.c:
27040         (_gst_boolean_allow_overwrite_accumulator),
27041         (gst_gnomevfssink_class_init):
27042           fix erase signal - if any handler returns false the file will not be
27043           overwritten. If no handler is connected, the file will not be
27044           overwritten either.
27045           renamed signal to "allow-overwrite"
27046         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
27047           free string when adding it to ID3 failed
27048         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
27049           unref event when done
27050         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
27051           free caps
27052         * gst/typefind/gsttypefindfunctions.c:
27053         (mpeg_video_stream_type_find):
27054           fix invalid read
27055
27056 2004-04-08  David Schleef  <ds@schleef.org>
27057
27058         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27059         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
27060
27061 2004-04-08  David Schleef  <ds@schleef.org>
27062
27063         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
27064         we don't support (bug #139532)
27065
27066 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
27067
27068         * ext/mad/gstmad.c: (gst_mad_handle_event),
27069         (gst_mad_check_caps_reset), (gst_mad_chain),
27070         (gst_mad_change_state):
27071           only set explicit caps if they haven't been set before for
27072           this stream.  MPEG-audio sample rate/channels aren't allowed
27073           to change in-stream.
27074           Fixes #139382
27075
27076 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27077
27078         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
27079         (_gst_boolean_did_something_accumulator),
27080         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
27081         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
27082         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
27083         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
27084         (gst_gnomevfssink_change_state):
27085           Fix erase signal. Don't erase by default. Remove handoff signal.
27086           Remove erase property. Don't segfault. General cleanup.
27087
27088 2004-04-07  Benjamin Otte  <otte@gnome.org>
27089
27090         * gst-libs/gst/gconf/test-gconf.c: (main):
27091           add missing gst_init
27092
27093 2004-04-07  Benjamin Otte  <otte@gnome.org>
27094
27095         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
27096           free the mutexes, too
27097
27098 2004-04-07  Benjamin Otte  <otte@gnome.org>
27099
27100         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
27101           actually free the URI string
27102         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
27103           compute offset correctly when passing discont events
27104         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27105           don't leak discont events
27106         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
27107           add some missing breaks so caps aren't copied randomly
27108         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
27109           if we realloc memory, we better use it
27110
27111 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27112
27113         * ext/mad/gstmad.c: (normal_seek):
27114           fix GST_FORMAT_TIME usage
27115
27116 2004-04-05  David Schleef  <ds@schleef.org>
27117
27118         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
27119         a deprecated function (hack!)
27120
27121 2004-04-05  Benjamin Otte  <otte@gnome.org>
27122
27123         * ext/esd/esdmon.c: (gst_esdmon_get):
27124           fix nonterminated vararg and memleak
27125
27126 2004-04-05  Benjamin Otte  <otte@gnome.org>
27127
27128         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
27129         (gst_ladspa_init), (gst_ladspa_force_src_caps),
27130         (gst_ladspa_set_property), (gst_ladspa_get_property),
27131         (gst_ladspa_instantiate), (gst_ladspa_activate),
27132         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
27133           clean up debugging
27134
27135 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
27136
27137         reviewed by Benjamin Otte  <otte@gnome.org>
27138
27139         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
27140           check for broken LADSPA parameters (fixes #138635)
27141
27142 2004-04-05  Benjamin Otte  <otte@gnome.org>
27143
27144         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
27145           advertise buffer-frames correctly on sinkpads
27146
27147 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27148
27149         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
27150         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
27151         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
27152         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
27153         (gst_mad_check_caps_reset), (gst_mad_chain):
27154         add more debugging, only reset caps when we're not in error state
27155
27156 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27157
27158         * ext/mad/gstmad.c: add debugging category, comment + cleanups
27159
27160 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
27161
27162         reviewed by Benjamin Otte  <otte@gnome.org>
27163
27164         * configure.ac:
27165           fix == in test(1) operator
27166
27167 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
27168
27169         reviewed by Benjamin Otte  <otte@gnome.org>
27170
27171         * configure.ac:
27172           fix --export-symblos-regex to a working regex.
27173
27174 2004-04-04  Benjamin Otte  <otte@gnome.org>
27175
27176         * sys/oss/.cvsignore:
27177           add for oss_probe
27178
27179 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
27180
27181         reviewed by Benjamin Otte  <otte@gnome.org>
27182
27183         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27184           add missing 'new_media' argument (fixes #138168)
27185         * gst/matroska/matroska-demux.c:
27186         (gst_matroska_demux_handle_seek_event):
27187           add vararg terminator (fixes #138169)
27188
27189 2004-04-02  David Schleef  <ds@schleef.org>
27190
27191         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
27192         disted (bug #138914)
27193
27194 2004-04-01  Benjamin Otte  <otte@gnome.org>
27195
27196         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
27197         (gst_alsa_close_audio):
27198           handle case better where a soundcard can't pause
27199         * ext/ogg/gstoggdemux.c:
27200           don't crash when we get events but don't have pads yet
27201
27202 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27203
27204         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27205           throw an error if we couldn't probe any caps.
27206
27207 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
27208
27209         * ext/dvdnav/gst-dvd:
27210         Add a really simple sample DVD player
27211
27212 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
27213
27214         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
27215         (gst_a52dec_push), (gst_a52dec_handle_event),
27216         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
27217         (gst_a52dec_change_state):
27218         * ext/a52dec/gsta52dec.h:
27219           Use a debug category, Output timestamps correctly
27220           Emit tag info, Handle events, tell liba52dec about cpu
27221           capabilities so it can use MMX etc.
27222         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
27223           Fix a crasher accessing invalid memory
27224         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
27225         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
27226         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
27227         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
27228         (dvdnavsrc_query):
27229           Some support for byte-format seeking.
27230           Small fixes for still frames and menu button overlays
27231         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
27232         (gst_mpeg2dec_alloc_buffer):
27233           Use a debug category. Adjust the report level of several items to
27234           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
27235           so it doesn't lose the GstBuffer pointer
27236         * gst/debug/Makefile.am:
27237         * gst/debug/gstdebug.c: (plugin_init):
27238         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
27239         (gst_navseek_base_init), (gst_navseek_class_init),
27240         (gst_navseek_init), (gst_navseek_seek),
27241         (gst_navseek_handle_src_event), (gst_navseek_set_property),
27242         (gst_navseek_get_property), (gst_navseek_chain),
27243         (gst_navseek_plugin_init):
27244         * gst/debug/gstnavseek.h:
27245           Add the navseek debug element for seeking back and forth in a
27246           video stream using arrow keys.
27247         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
27248         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
27249         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
27250         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
27251         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
27252         (gst_mpeg2subt_parse_header), (gst_get_nibble),
27253         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
27254         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
27255         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
27256         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
27257         * gst/mpeg2sub/gstmpeg2subt.h:
27258           Pretty much a complete rewrite. Now a loopbased element. May still
27259           require work to properly synchronise subtitle buffers.
27260         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
27261         (gst_dvd_demux_send_subbuffer):
27262         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
27263           Don't attempt to create subbuffers of size 0
27264           Reduce a couple of error outputs to warnings.
27265         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
27266         (gst_y4mencode_chain):
27267         Output the y4m frame header correctly.
27268
27269 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27270
27271         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27272           throw errors instead of allowing SIGFPE
27273
27274 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
27275
27276         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
27277         (gst_gconf_render_bin_from_key):
27278           leak plugging and style fixing
27279
27280 2004-03-31  David Schleef  <ds@schleef.org>
27281
27282         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
27283         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
27284         (bug #138225)
27285         * gst/debug/Makefile.am:
27286         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
27287         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
27288         plugin.
27289         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
27290         (gst_negotiation_base_init), (gst_negotiation_class_init),
27291         (gst_negotiation_init), (gst_negotiation_getcaps),
27292         (gst_negotiation_pad_link), (gst_negotiation_chain),
27293         (gst_negotiation_set_property), (gst_negotiation_get_property),
27294         (gst_negotiation_plugin_init):  New element to talk about random
27295         negotiation things happening in a pipeline.
27296
27297 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
27298
27299         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
27300           fix integer addition with help of Stefan Kost
27301
27302 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
27303
27304         * po/nl.po: updated Dutch translation (Elros Cyriatan)
27305
27306 2004-03-30  David Schleef  <ds@schleef.org>
27307
27308         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
27309         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
27310         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
27311         (bug #137504)
27312         * ext/mpeg2dec/gstmpeg2dec.h:
27313
27314 2004-03-30  David Schleef  <ds@schleef.org>
27315
27316         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
27317
27318 2004-03-30  David Schleef  <ds@schleef.org>
27319
27320         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
27321         Michael Petullo) to handle .mov
27322
27323 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27324
27325         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
27326         (gst_osselement_rate_check_rate):
27327           probe caps correctly for sound cards that only support one format
27328
27329 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27330
27331         * ext/kio/kiosrc.cpp: (process_events):
27332           update handling event processing if inside KDE - untested
27333
27334 2004-03-29  David Schleef  <ds@schleef.org>
27335
27336         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
27337         by 2 to not interfere with other colorspaces.
27338         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
27339         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
27340         one to not interfere with ffmpeg_colorspace.
27341
27342 2004-03-29  David Schleef  <ds@schleef.org>
27343
27344         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
27345         aren't in the caps.
27346         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
27347         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
27348
27349 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27350
27351         * gst-libs/gst/riff/riff-media.c:
27352           fail on error, don't try to set stuff on NULL caps
27353
27354 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27355
27356         * configure.ac:
27357         * ext/Makefile.am:
27358         * ext/kio/Makefile.am:
27359         * ext/kio/kioreceiver.cpp:
27360         * ext/kio/kioreceiver.h:
27361         * ext/kio/kiosrc.cpp:
27362         * ext/kio/kiosrc.h:
27363           add experimental kiosrc plugin
27364         * ext/alsa/gstalsaplugin.c: (plugin_init):
27365           initialize debugging category only when we're sure registering the
27366           plugins worked.
27367
27368 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27369
27370         * examples/gstplay/player.c: (main):
27371         * gst-libs/gst/play/play.c: (gst_play_class_init),
27372         (gst_play_set_location), (gst_play_set_data_src),
27373         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27374         (gst_play_set_visualization), (gst_play_connect_visualization):
27375           check return values of element_set_state and return FALSE where
27376           failed
27377
27378 2004-03-29  Benjamin Otte  <otte@gnome.org>
27379
27380         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
27381           try harder to check if an event is really a discont
27382
27383 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27384
27385         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
27386         * po/az.po:
27387
27388 2004-03-28  Benjamin Otte  <otte@gnome.org>
27389
27390         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27391         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
27392         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
27393           get rid of non-standard "..." ranges in case statements.
27394
27395 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
27396
27397         * gst/mpegstream/gstmpegdemux.c:
27398         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
27399         specific functionality split to the new dvddemux element.
27400         * gst/mpegstream/gstdvddemux.c:
27401         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
27402         streams, derived from mpegdemux.
27403         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
27404         up. SCR based timestamp rewriting can be turned off (will probably
27405         completely disappear soon).
27406         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
27407         hacking. General cleanup. All printf statements replaced by
27408         debugging messages. Almost complete libdvdnav support.
27409         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
27410         by events. New properties for audio and subpicture languages.
27411         (dvdnavsrc_update_highlight): Now uses events.
27412         (dvdnavsrc_user_op): Cleaned up.
27413         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
27414         based). Lots of cleanup, and propper support for most libdvdnav
27415         events.
27416         (dvdnavsrc_make_dvd_event): New function.
27417         (dvdnavsrc_make_dvd_nav_packet_event): New function.
27418         (dvdnavsrc_make_clut_change_event): New function.
27419
27420 2004-03-26  Benjamin Otte  <otte@gnome.org>
27421
27422         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
27423           fix bug where typefinding would claim it's theora whenever less then
27424           7 bytes of data were available
27425
27426 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27427
27428         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
27429         (gst_alawdec_base_init), (gst_alawdec_class_init),
27430         (gst_alawdec_init), (gst_alawdec_chain):
27431         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
27432         (gst_alawenc_base_init), (gst_alawenc_class_init),
27433         (gst_alawenc_init), (gst_alawenc_chain):
27434         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
27435         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
27436         (gst_mulawdec_init), (gst_mulawdec_chain):
27437         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
27438         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
27439         (gst_mulawenc_init), (gst_mulawenc_chain):
27440           Fix capsnego in all four, remove the unused property functions and
27441           simplify the chain functions slightly. I guess we could use macros
27442           or something similar for those, since the code is so similar, but
27443           I'm currently too lazy...
27444
27445 2004-03-24  David Schleef  <ds@schleef.org>
27446
27447         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
27448         (gst_osselement_close_audio), (gst_osselement_probe_caps),
27449         (gst_osselement_get_format_structure),
27450         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
27451         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
27452         (gst_osselement_rate_int_compare): Add code to handle rate probing
27453         (bug #120883)
27454         * sys/oss/gstosselement.h: same
27455         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
27456         Use rate probing provided by osselement.
27457         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
27458
27459 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27460
27461         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
27462         (gst_xvidenc_get_property):
27463           ulong/int mess-up.
27464
27465 2004-03-24  David Schleef  <ds@schleef.org>
27466
27467         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
27468         (gst_speexdec_init):
27469         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
27470         (gst_speexenc_init):  Create the pad template correctly (from
27471         the static pad template, not a NULL pointer.)
27472
27473 2004-03-25  Benjamin Otte  <otte@gnome.org>
27474
27475         * gst/debug/Makefile.am:
27476         * gst/debug/breakmydata.c:
27477           add element that quasi-randomly changes bytes in the stream.
27478           Intended use is robustness checking of demuxers and decoders in
27479           media tests.
27480
27481 2004-03-24  Benjamin Otte  <otte@gnome.org>
27482
27483         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
27484         (gst_alsa_probe_hw_params):
27485         * ext/alsa/gstalsa.h:
27486           debugging output fixes
27487
27488 2004-03-24  Benjamin Otte  <otte@gnome.org>
27489
27490         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
27491           don't g_return_if_fail if element is PLAYING, fail silently as every
27492           other element.
27493         * gst/effectv/gstquark.c: (gst_quarktv_chain):
27494           only fix needed for cast lvalue issues in gst-plugins
27495         * gst/volenv/gstvolenv.c: (gst_volenv_init):
27496           add proxy_getcaps
27497
27498 2004-03-24  Benjamin Otte  <otte@gnome.org>
27499
27500         * gst/level/gstlevel.c: (gst_level_init):
27501           add proxying getcaps function, so level doesn't advertise impossible
27502           caps
27503
27504 2004-03-24  David Schleef  <ds@schleef.org>
27505
27506         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
27507         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
27508         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
27509         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
27510         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
27511         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
27512         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
27513         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
27514         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
27515         messages.  Divide the chunk size by the compression ratio
27516         (needed for MACE audio)
27517
27518 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27519
27520         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27521           Fix buffer overflow read error.
27522
27523 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27524
27525         * ext/alsa/gstalsa.h:
27526           Remove unused entry.
27527         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
27528           Add cinepak.
27529         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
27530         (gst_videodrop_link), (gst_videodrop_chain):
27531           Fix, sort of. Was horribly broken with new capsnego. Bah...
27532
27533 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
27534
27535         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
27536         (plugin_init):
27537         Add a monkeysaudio typefind function
27538
27539 2004-03-23  Johan Dahlin  <johan@gnome.org>
27540
27541         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
27542         (gst_play_video_fixate): Check so the structure has the field
27543         before trying to fixate them, this makes it possible to have
27544         fakesinks for video and audio output without printing errors on
27545         the output console.
27546
27547 2004-03-22  David Schleef  <ds@schleef.org>
27548
27549         * sys/oss/Makefile.am:
27550         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
27551         (check_rate), (add_rate):  Rate probing test app.
27552
27553 2004-03-21  Benjamin Otte  <otte@gnome.org>
27554
27555         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
27556         (_fixate_caps_to_int), (gst_audio_convert_fixate):
27557           add a fixation function that pretty much does the right thing (fixes
27558           #137556)
27559
27560 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
27561
27562         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
27563
27564 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
27565
27566         reviewed by: Benjamin Otte  <otte@gnome.org>
27567
27568         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
27569           terminate gst_event_new_discontinuous correctly (fixes parts of
27570           #137711)
27571
27572 2004-03-19  David Schleef  <ds@schleef.org>
27573
27574         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
27575         since it doesn't depend on X, and it's part of our ABI.
27576
27577 2004-03-19  Iain <iain@prettypeople.org>
27578
27579         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
27580         is_int in the structure, not the local variable.
27581
27582 2004-03-19  David Schleef  <ds@schleef.org>
27583
27584         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
27585         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
27586         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
27587         Improvements in caps negotiation.
27588
27589 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27590
27591         * po/LINGUAS:
27592         * po/af.po:
27593           adding Afrikaans (Petri Jooste)
27594
27595 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27596
27597         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27598         (gst_ffmpegcolorspace_chain):
27599         throw error instead of g_critical (#137588)
27600
27601 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
27602
27603         * Makefile.am:
27604         * configure.ac:
27605           dist common and m4 correctly
27606         * po/sv.po:
27607
27608 2004-03-17  David Schleef  <ds@schleef.org>
27609
27610         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
27611         (bug #137348)
27612
27613 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27614
27615         * po/LINGUAS:
27616         * po/sv.po:
27617           adding Swedish translation (Christian Rose)
27618
27619 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
27620
27621         * Makefile.am: use release.mak
27622
27623 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27624
27625         * common/ChangeLog:
27626         * common/gst-autogen.sh:
27627           add some explanation about the version detection
27628         * configure.ac:
27629           fix X check
27630
27631 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27632
27633         * configure.ac: bump nano to 1
27634
27635 === release 0.8.0 ===
27636
27637 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27638
27639         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
27640
27641 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27642
27643         * configure.ac:
27644           update libtool version
27645         * gst-libs/gst/media-info/Makefile.am:
27646           actually use libtool version
27647
27648 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27649
27650         * configure.ac: fix speex detection to work with 1.0 but not 1.1
27651
27652 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27653
27654         * configure.ac:
27655         * gst-plugins.spec.in:
27656         * pkgconfig/Makefile.am:
27657         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
27658         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
27659         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
27660         * pkgconfig/gstreamer-libs.pc.in:
27661         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27662         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27663         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
27664         * pkgconfig/gstreamer-plugins.pc.in:
27665           remove @VERSION@ from some of the pc files since core and plugins
27666           are decoupled.
27667           created gstreamer-plugins.pc as it's a better name, but keeping
27668           -libs around for now to get fixes upstream done first.
27669
27670 2004-03-15  Julien MOUTTE <julien@moutte.net>
27671
27672         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
27673         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
27674         * gst-libs/gst/play/play.h:
27675
27676 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27677
27678         * *.c, *.cc: don't mix tabs and spaces
27679
27680 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27681
27682         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
27683           use the new ffmpegcolorspace
27684         * gst-plugins.spec.in:
27685           package new colorspace and media-info
27686         * configure.ac:
27687         * pkgconfig/Makefile.am:
27688           fix some more disting issues
27689         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
27690         * pkgconfig/gstreamer-media-info.pc.in:
27691           generate media-info pc files
27692
27693 2004-03-15  Johan Dahlin  <johan@gnome.org>
27694
27695         * *.h: Revert indenting
27696
27697 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27698
27699         * configure.ac:
27700           adding ffmpegcolorspace element
27701         * gst/ffmpegcolorspace/Makefile.am:
27702         * gst/ffmpegcolorspace/avcodec.h:
27703         * gst/ffmpegcolorspace/common.h:
27704         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
27705         * gst/ffmpegcolorspace/dsputil.h:
27706         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
27707         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27708         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
27709         (gst_ffmpeg_caps_to_pix_fmt):
27710         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
27711         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27712         (gst_ffmpegcolorspace_caps_remove_format_info),
27713         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
27714         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
27715         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
27716         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
27717         (gst_ffmpegcolorspace_set_property),
27718         (gst_ffmpegcolorspace_get_property),
27719         (gst_ffmpegcolorspace_register):
27720         * gst/ffmpegcolorspace/imgconvert.c:
27721         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27722         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
27723         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
27724         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
27725         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
27726         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
27727         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
27728         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
27729         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
27730         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
27731         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
27732         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
27733         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
27734         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
27735         (img_get_alpha_info), (deinterlace_line),
27736         (deinterlace_line_inplace), (deinterlace_bottom_field),
27737         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
27738         * gst/ffmpegcolorspace/imgconvert_template.h:
27739         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
27740         * gst/ffmpegcolorspace/mmx.h:
27741         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
27742           adding ffmpegcolorspace element supplied by Ronald after cleaning
27743           up and pulling in the right bits of upstream source.
27744           I'm sure a better C/compiler wizard could do some cleaning up (for
27745           example use GLIB's malloc stuff), but as a first pass this
27746           works very well
27747
27748 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
27749
27750         * ext/alsa/gstalsa.h:
27751           I assume Ronald forgot to commit the change to have cardname
27752           as a struct member.  Expect some public spanking at the next
27753           opportunity.
27754
27755 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27756
27757         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
27758         (gst_alsa_open_audio), (gst_alsa_close_audio):
27759         * ext/alsa/gstalsa.c:
27760           Don't open the device if we're a mixer (= padless).
27761         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
27762         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
27763         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
27764           Open mixer during state change rather than during object
27765           initialization. Also, get a device name. Currently in a somewhat
27766           hackish fashion, but I didn't really find something better.
27767
27768 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
27769
27770         * *.c, *.h: run gst-indent
27771
27772 2004-03-14  Benjamin Otte  <otte@gnome.org>
27773
27774         * gst/modplug/gstmodplug.cc:
27775         * gst/modplug/gstmodplug.h:
27776           set correct timestamps on outgoing buffers
27777
27778 2004-03-14  Benjamin Otte  <otte@gnome.org>
27779
27780         * gst/modplug/gstmodplug.cc:
27781           handle events - don't do crap when a discont arrives that's not
27782           necessary
27783           This allows correct loading and playback of mods in Rhythmbox
27784
27785 2004-03-14  Benjamin Otte  <otte@gnome.org>
27786
27787         * configure.ac:
27788         * gst-libs/gst/gconf/Makefile.am:
27789         * pkgconfig/Makefile.am:
27790           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
27791           they get rebuilt properly
27792         * configure.ac:
27793           when checking for vorbis, try pkgconfig first.
27794         * gst/modplug/gstmodplug.cc:
27795           add fixate function
27796
27797 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27798
27799         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
27800           Fix for obvious mistake, where we first shift the offset and then
27801           read a samplesize element assuming the old offset. Note that this
27802           part still has something weird, i.e. my movies containing those
27803           don't actually play well, but at least there's something that looks
27804           like sound now.
27805
27806 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
27807         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
27808         (plugin_init):
27809         Add a typefind function for speex format
27810
27811 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27812
27813         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
27814         (gst_asf_demux_setup_pad):
27815           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
27816           instead of 0. Reason is simple: some elements have a fps range
27817           of 1-max instead of 0-max. So now ASF video actually works.
27818
27819 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
27820
27821         * po/LINGUAS:
27822         * po/sr.po:
27823           adding serbian as a language
27824
27825 2004-03-13  Benjamin Otte  <otte@gnome.org>
27826
27827         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
27828           return taglist correctly from _get function, don't gst_pad_push it.
27829           (fixes #137042)
27830
27831 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27832         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27833
27834 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27835
27836         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
27837         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
27838         (gst_alsa_mixer_track_new):
27839         * ext/alsa/gstalsamixertrack.h:
27840           Fix ancient leftovers... MixerTrack is a GObject.
27841
27842 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27843
27844         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
27845         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
27846           Don't block during probing...
27847
27848 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27849
27850         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
27851         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
27852         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
27853         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
27854         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
27855         (gst_alsa_open_audio), (gst_alsa_close_audio):
27856         * ext/alsa/gstalsa.h:
27857           Add propertyprobe interface implementation, add some device-name
27858           property, all this so that it looks good in gnome-volume-control.
27859
27860 2004-03-12  David Schleef  <ds@schleef.org>
27861
27862         * configure.ac: the Hermes library controls hermescolorspace, not
27863         colorspace.
27864         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
27865         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
27866         not /* */
27867         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
27868         * ext/sdl/sdlvideosink.h: ditto.
27869         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
27870
27871 2004-03-12  Benjamin Otte  <otte@gnome.org>
27872
27873         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
27874         (gst_x_overlay_got_xwindow_id):
27875         * gst-libs/gst/xoverlay/xoverlay.h:
27876           replace XID with unsigned long to get rid of the xlibs dependency in
27877           XOverlay (fixes #137004)
27878
27879 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
27880         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
27881         (gst_agingtv_setup):
27882         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
27883         (gst_dicetv_base_init), (gst_dicetv_class_init),
27884         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
27885         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
27886         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
27887         (gst_edgetv_setup), (gst_edgetv_rgb32):
27888         * gst/effectv/gsteffectv.c:
27889         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
27890         (gst_quarktv_set_property):
27891         * gst/effectv/gstrev.c: (gst_revtv_get_type),
27892         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
27893         (gst_revtv_setup), (gst_revtv_rgb32):
27894         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
27895         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
27896         (gst_shagadelictv_init), (gst_shagadelictv_setup),
27897         (gst_shagadelictv_rgb32):
27898         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
27899         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
27900         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
27901         * gst/effectv/gstwarp.c:
27902         Port everything that can be ported to videofilter and fix up the caps.
27903         Can someone with a big-endian machine please check these?
27904
27905 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27906
27907         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
27908         (gst_osssink_chain), (gst_osssink_change_state):
27909           Latest fixes for A/V sync, audio playback and such. This is about
27910           all... MPEG playback issues are mostly related to the async build-
27911           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
27912
27913 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27914
27915         patch from: Stephane Loeuillet
27916
27917         * configure.ac:
27918           use pkg-config for some libraries, falling back to the old .m4 way
27919           (fixes #131270)
27920         * m4/libdv.m4:
27921           removed
27922
27923 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
27924
27925         * configure.ac:
27926         * tools/Makefile.am:
27927         * tools/Makefile.in:
27928         * tools/gst-launch-ext-m.m:
27929         * tools/gst-launch-ext.1.in:
27930         * tools/gst-visualise-m.m:
27931         * tools/gst-visualise.1:
27932         * tools/gst-visualise.1.in:
27933           reorganizing generation of script tools
27934
27935 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
27936
27937         * ext/divx/gstdivxdec.c:
27938           Downgrade priority. We prefer ffdec_mpeg4.
27939         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
27940         (gst_faad_chain), (gst_faad_change_state):
27941           Fix capsnego. Doesn't work for some sounds because we don't have
27942           a 5:1 to stereo element.
27943         * ext/xvid/gstxvid.c: (plugin_init):
27944           Add priority.
27945         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
27946         (gst_osssink_change_state):
27947           Add discont handling.
27948
27949 2004-03-09  Colin Walters  <walters@verbum.org>
27950
27951         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
27952         conversion.
27953
27954 2004-03-09  Benjamin Otte  <otte@gnome.org>
27955
27956         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
27957           the signals take 2 arguments
27958
27959 2004-03-09  David Schleef  <ds@schleef.org>
27960
27961         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
27962         (gst_alsa_fixate): Add fixate function.  (bug #136686)
27963         * ext/alsa/gstalsa.h:
27964         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
27965
27966 2004-03-09  Benjamin Otte  <otte@gnome.org>
27967
27968         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
27969         (gst_mikmod_change_state):
27970         * ext/mikmod/gstmikmod.h:
27971           make mikmod's loop function not loop infinitely and call
27972           gst_element_yield anymore
27973         * gst/modplug/gstmodplug.cc:
27974           fix pad negotiation (fixes #136590)
27975
27976 2004-03-09  David Schleef  <ds@schleef.org>
27977
27978         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
27979         doesn't conflict with the internal colorspace plugin.
27980         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
27981         satisfy the crappy-ass shell shipped by a certain vendor.
27982         * gst/videofilter/make_filter: same (bug #135299)
27983
27984 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27985
27986         * configure.ac: bump nano to 1
27987
27988 === release 0.7.6 ===
27989
27990 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27991
27992         * configure.in: releasing 0.7.6, "There"
27993
27994 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27995
27996         * pkgconfig/gstreamer-play-uninstalled.pc.in:
27997         * pkgconfig/gstreamer-play.pc.in:
27998           synchronize the two
27999
28000 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28001
28002         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
28003         (cdparanoia_open), (cdparanoia_event):
28004           fix/add error handling
28005         * po/POTFILES.in:
28006           add cdparanoia source
28007         * tools/Makefile.am:
28008           make scripts executable
28009
28010 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28011
28012         * configure.ac:
28013         * ext/vorbis/Makefile.am:
28014         * sys/Makefile.am:
28015           remove id3types, vorbisfile and xvideosink from the build (#133783)
28016
28017 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28018
28019         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
28020           Fix metadata read crash (#136537).
28021
28022 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28023
28024         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
28025         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
28026           adding mime types, fixing the one-stop function
28027
28028 2004-03-08  Christian Schaller <Uraeus@gnome.org>
28029
28030         * ext/nas/nassink.c and /ext/nas/nassink.h:
28031         More NAS love from Arwed von Merkatz
28032         So lets all sing 'Can you feel the NAS tonight'
28033
28034 2004-03-08  Christian Schaller <Uraeus@gnome.org>
28035
28036         * tools/gst-launch-ext.in:
28037         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
28038
28039 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28040
28041         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
28042         (gst_mpeg2dec_init):
28043         remove the user_data pad for now, because it is being used in
28044         fixating causing MPEG playback to fixate on 1000 Hz for playback.
28045         If someone knows how to fix this properly, please do.
28046
28047 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28048
28049         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28050         (gst_osssink_get_time):
28051         add a warning, IMO this won't get triggered anymore, remove later
28052
28053 2004-03-07  David Schleef  <ds@schleef.org>
28054
28055         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
28056         format (bug #136470)
28057
28058 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
28059
28060         * gst-libs/Makefile.am:
28061         * gst-libs/gst/media-info/Makefile.am:
28062         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
28063         (error_callback), (gst_media_info_error_create),
28064         (gst_media_info_error_element), (gmip_init), (gmip_reset),
28065         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
28066         * gst-libs/gst/media-info/media-info-priv.h:
28067         * gst-libs/gst/media-info/media-info-test.c: (main):
28068         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
28069         (gst_media_info_class_init), (gst_media_info_instance_init),
28070         (gst_media_info_set_source), (gst_media_info_read_with_idler),
28071         (gst_media_info_read_idler), (gst_media_info_read):
28072         * gst-libs/gst/media-info/media-info.h:
28073         fixed, should work now
28074
28075 2004-03-07  Christian Schaller <Uraeus@gnome.org>
28076
28077         * ext/nas/nassink.c:
28078         A bunch of NAS fixes from Arwed von Merkatz
28079
28080 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28081
28082         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
28083         (qtdemux_parse_trak):
28084           Fix crash (j might be greater than n_samples, in which case we're
28085           writing outside the allocated space for the array) and memleak.
28086
28087 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28088
28089         * sys/oss/gstosssink.c: (gst_osssink_chain):
28090           And another caller that couldn't handle delay < 0 (unsigned
28091           integer overflow). Video now continues playing on an audio
28092           buffer underrun, and the clock continues working. Audio still
28093           stalls.
28094
28095 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28096
28097         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28098         (gst_osssink_get_time):
28099           get_delay() may return values lower than 0. In those cases, we
28100           should not actually cast to *unsigned* int64, that will break
28101           stuff horribly. In my case, it screwed up A/V sync in movies
28102           in totem rather badly.
28103
28104 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28105
28106         * ext/faac/gstfaac.c: (gst_faac_chain):
28107         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
28108         * ext/libpng/gstpngenc.c: (user_write_data):
28109         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
28110         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
28111         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
28112         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28113         Fix several misuse of gst_buffer_merge (it doesn't take ownership
28114         of any buffer), should fix some leaks. I hope I didn't unref buffers
28115         that shouldn't be...
28116
28117 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28118
28119         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
28120         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
28121         (error_callback), (gmi_reset), (gmi_seek_to_track),
28122         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
28123         (gmip_find_type_post), (gmip_find_stream_post),
28124         (gmip_find_track_streaminfo_post):
28125         * gst-libs/gst/media-info/media-info-priv.h:
28126         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
28127         (info_print), (main):
28128         * gst-libs/gst/media-info/media-info.c:
28129         (gst_media_info_error_create), (gst_media_info_error_element),
28130         (gst_media_info_instance_init), (gst_media_info_get_property),
28131         (gst_media_info_new), (gst_media_info_set_source),
28132         (gst_media_info_read_idler), (gst_media_info_read):
28133         * gst-libs/gst/media-info/media-info.h:
28134           first pass at making this work again.  This seems to work on
28135           tagged ogg/vorbis and mp3 files.
28136
28137 2004-03-06  Benjamin Otte  <otte@gnome.org>
28138
28139         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28140           fix huge leak: gst_buffer_merge doesn't unref the first argument
28141           itself.
28142
28143 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28144
28145         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
28146           report layer/mode/emphasis
28147
28148 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28149
28150         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
28151
28152 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28153
28154         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
28155           signal serial
28156
28157 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28158
28159         * ext/vorbis/vorbis.c: (plugin_init):
28160         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
28161         (gst_vorbis_dec_init), (vorbis_dec_event):
28162         add debug category
28163         make vorbisdec handle _BYTE and _TIME queries
28164
28165 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28166
28167         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
28168           from the xing header
28169
28170 2004-03-06  Benjamin Otte  <otte@gnome.org>
28171
28172         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
28173         (gst_audio_convert_link), (gst_audio_convert_change_state),
28174         (gst_audio_convert_buffer_from_default_format):
28175           do conversions from/to float correctly, fix some caps nego errors,
28176           export correct supported caps in template and getcaps, use correct
28177           caps in try_set_caps functions
28178
28179 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28180
28181         For some reason, I only committed a ChangeLog entry yesterday and
28182         not the corresponding code...
28183         * ext/mad/gstmad.c: Fix detection of Xing headers
28184         * gst/tags/gstid3tag.c: Changes to support TLEN tags
28185
28186 2004-03-06  Benjamin Otte  <otte@gnome.org>
28187
28188         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
28189         (gst_ogg_demux_src_query):
28190           make sure to handle the case where there's no current chain
28191           gracefully.
28192
28193 2004-03-05  David Schleef  <ds@schleef.org>
28194
28195         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
28196         Add fixate function. (bug #131128)
28197         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28198         (gst_sdlvideosink_fixate):  Add fixate function.
28199         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
28200         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
28201         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
28202         Fix missing break that was causing ulaw to be interpreted as
28203         raw int.
28204
28205 2004-03-05  David Schleef  <ds@schleef.org>
28206
28207         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
28208         Fix code that ignores return value of gst_buffer_merge().
28209         (bug #114560)
28210         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
28211         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
28212         * testsuite/gst-lint:  Check for above.
28213
28214 2004-03-05  David Schleef  <ds@schleef.org>
28215
28216         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
28217         caps and throw an element error.  (bug #136334)
28218
28219 2004-03-05  David Schleef  <ds@schleef.org>
28220
28221         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
28222         (gst_faad_chain): Fix negotiation.
28223         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
28224         key and button events.
28225         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
28226         dung heap of code.
28227         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
28228         depends on gconf
28229         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
28230         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
28231         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
28232         function to encourage better negotiation, particularly between
28233         audioconvert and osssink.
28234         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28235         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
28236         more important.
28237         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
28238         typefinding.
28239         * gst/vbidec/vbiscreen.c:  Add glib header
28240         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
28241
28242 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
28243
28244         * ext/mad/gstmad.c: Fix detection of Xing headers
28245         * gst/tags/gstid3tag.c: Changes to support TLEN tags
28246
28247 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
28248
28249         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
28250         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
28251           debug updates
28252
28253 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
28254
28255         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28256         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
28257         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
28258         files, and report the parsed length as a GST_TAG_DURATION tag.
28259         * gst/tags/gstid3tag.c: support TLEN (duration) tag
28260
28261 2004-03-05  Benjamin Otte  <otte@gnome.org>
28262
28263         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
28264           convert channels correctly. convert correctly to unsigned.
28265
28266 2004-03-05  Julien MOUTTE <julien@moutte.net>
28267
28268         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
28269         we have a window before clearing it.
28270
28271 2004-03-05  Julien MOUTTE <julien@moutte.net>
28272
28273         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
28274         have a window before clearing it.
28275
28276 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28277
28278         * gconf/gstreamer.schemas.in:
28279         * gst-libs/gst/gconf/Makefile.am:
28280           version installation path the same way as for 0.6
28281         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
28282         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
28283         * pkgconfig/gstreamer-play-uninstalled.pc.in:
28284           remove comment that was fixed
28285
28286 2004-03-05  David Schleef  <ds@schleef.org>
28287
28288         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
28289         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
28290         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
28291         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
28292         Add prototype code for handling seeking and querying.
28293
28294 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28295
28296         * examples/gstplay/player.c: (main):
28297           Initialize variables to NULL. Prevents a segfault because the
28298           (uninitialized) variable is not NULL, resulting in a crash on
28299           trying to reach error->message.
28300
28301 2004-03-05  Benjamin Otte  <otte@gnome.org>
28302
28303         * gst/audioconvert/gstaudioconvert.c:
28304         (gst_audio_convert_buffer_to_default_format):
28305         make float=>int conversion work correctly even in cornercases.
28306
28307 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
28308
28309         * debian/README.Debian:
28310         * debian/build-deps:
28311         * debian/changelog:
28312         * debian/control:
28313         * debian/control.in:
28314         * debian/copyright:
28315         * debian/gstreamer-a52dec.files:
28316         * debian/gstreamer-aa.files:
28317         * debian/gstreamer-alsa.files:
28318         * debian/gstreamer-alsa.manpages:
28319         * debian/gstreamer-arts.files:
28320         * debian/gstreamer-artsd.files:
28321         * debian/gstreamer-audiofile.files:
28322         * debian/gstreamer-avifile.files:
28323         * debian/gstreamer-cdparanoia.files:
28324         * debian/gstreamer-colorspace.files:
28325         * debian/gstreamer-doc.files:
28326         * debian/gstreamer-dv.files:
28327         * debian/gstreamer-dvd.files:
28328         * debian/gstreamer-esd.files:
28329         * debian/gstreamer-festival.files:
28330         * debian/gstreamer-flac.files:
28331         * debian/gstreamer-gconf.conffiles:
28332         * debian/gstreamer-gconf.files:
28333         * debian/gstreamer-gconf.postinst:
28334         * debian/gstreamer-gnomevfs.files:
28335         * debian/gstreamer-gsm.files:
28336         * debian/gstreamer-http.files:
28337         * debian/gstreamer-jack.files:
28338         * debian/gstreamer-jpeg.files:
28339         * debian/gstreamer-mad.files:
28340         * debian/gstreamer-mikmod.files:
28341         * debian/gstreamer-misc.files:
28342         * debian/gstreamer-mpeg2dec.files:
28343         * debian/gstreamer-oss.files:
28344         * debian/gstreamer-plugin-apps.files:
28345         * debian/gstreamer-plugin-apps.manpages:
28346         * debian/gstreamer-plugin-libs-dev.files:
28347         * debian/gstreamer-plugin-libs.files:
28348         * debian/gstreamer-plugin-template.postinst:
28349         * debian/gstreamer-plugin-template.postrm:
28350         * debian/gstreamer-sdl.files:
28351         * debian/gstreamer-sid.files:
28352         * debian/gstreamer-vorbis.files:
28353         * debian/gstreamer-x.files:
28354         * debian/mk.control:
28355         * debian/rules:
28356         Debian package info not maintained here.
28357
28358 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
28359
28360         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
28361         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
28362         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
28363         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
28364         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
28365         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
28366         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
28367         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
28368         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
28369         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
28370         * gst-libs/gst/colorbalance/colorbalance.c:
28371         (gst_color_balance_class_init):
28372         * gst-libs/gst/colorbalance/colorbalancechannel.c:
28373         (gst_color_balance_channel_class_init):
28374         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
28375         * gst-libs/gst/play/play.c: (gst_play_class_init):
28376         * gst-libs/gst/propertyprobe/propertyprobe.c:
28377         (gst_property_probe_iface_init):
28378         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
28379         * gst-libs/gst/tuner/tunerchannel.c:
28380         (gst_tuner_channel_class_init):
28381         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
28382         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
28383         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
28384         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
28385         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
28386         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
28387         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
28388         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
28389         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
28390           fix signals to use - instead of _
28391         * ext/libcaca/gstcacasink.h:
28392         * ext/sdl/sdlvideosink.h:
28393           fix header rename
28394
28395 2004-03-04  David Schleef  <ds@schleef.org>
28396
28397         * testsuite/gst-lint:  Add a check for bad signal names.
28398
28399 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
28400
28401         reviewed by David Schleef
28402
28403         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
28404         modified the alpha channel and caused a warning. (bug #136192)
28405
28406 2004-04-03  Christian Schaller <Uraeus@gnome.org>
28407
28408         * gst-plugins.spec.in:
28409         Change names of plugins to actually be correct. Try to keep things
28410         alphabetical to avoid getting beat up by Thomas
28411
28412 2004-03-03  Julien MOUTTE <julien@moutte.net>
28413
28414         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
28415         Using ximagesink as a default if no gconf key found. We should
28416         probably consider using alsasink instead of osssink for the audio
28417         part.
28418
28419 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28420
28421         * configure.ac:
28422           fix --with-plugins, don't think it ever worked before
28423         * gst-plugins.spec.in:
28424           even more updates
28425
28426 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28427
28428         * ext/sdl/sdlvideosink.h:
28429         * sys/ximage/ximagesink.h:
28430         * sys/xvideo/xvideosink.h:
28431         * sys/xvimage/xvimagesink.h:
28432           Fix for move of gstvideosink.h -> videosink.h.
28433
28434 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
28435
28436         * gst-libs/gst/xwindowlistener/Makefile.am:
28437           this is a plugin library, not a library
28438
28439 2004-03-01  David Schleef  <ds@schleef.org>
28440
28441         * AUTHORS:  Added some names.  Add yourself if you're still
28442         missing.
28443
28444 2004-03-01  David Schleef  <ds@schleef.org>
28445
28446         * MAINTAINERS: Add
28447
28448 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28449
28450         * gst-plugins.spec.in: clean up spec file
28451
28452 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28453
28454         * gst-libs/gst/video/Makefile.am:
28455         * gst-libs/gst/video/gstvideosink.c:
28456         * gst-libs/gst/video/gstvideosink.h:
28457           rename gstvideosink.h to videosink.h to match other headers
28458         * gst/mixmatrix/Makefile.am:
28459           fix plugin filename
28460         * gst/tags/Makefile.am: fix plugin filename
28461
28462 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28463
28464         * gst/tags/Makefile.am: fix plugin filename
28465
28466 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
28467
28468         * examples/gstplay/player.c: (got_time_tick), (main):
28469           add error handler
28470           display time_tick more readably
28471         * gst/mixmatrix/Makefile.am:
28472           fix plugin file name
28473
28474 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
28475
28476         * sys/oss/gstosselement.c: (gst_osselement_probe),
28477         (device_combination_append), (gst_osselement_class_probe_devices):
28478         * sys/oss/gstosselement.h:
28479           Reworked enumeration of oss dsps and mixers so that gst-mixer works
28480           on my system using alsa oss emulation, fixes bug #135597
28481
28482 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
28483
28484         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
28485         (gst_videodrop_chain), (gst_videodrop_change_state):
28486         * gst/videodrop/gstvideodrop.h:
28487           Work based on timestamp of input data, not based on the expected
28488           framerate from the input. The consequence is that this element now
28489           not only scales framerates, but also functions as a framerate
28490           corrector or framerate stabilizer/constantizer.
28491
28492 2004-02-27  David Schleef  <ds@schleef.org>
28493
28494         patches from jmmv@menta.net (Julio M. Merino Vidal)
28495
28496         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
28497         GST_ELEMENT_ERROR call (bug #135634)
28498         * gst/interleave/interleave.c: (interleave_buffered_loop),
28499         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
28500         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
28501         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
28502         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
28503         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
28504         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
28505         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
28506         Fix GST_ELEMENT_ERROR call.
28507         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
28508         GST_ELEMENT_ERROR call.
28509
28510 2004-02-27  Benjamin Otte  <otte@gnome.org>
28511
28512         * gst-libs/gst/audio/audio.h:
28513           add macro to make sure header isn't included twice
28514         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28515           don't use gst_buffer_free
28516         * gst/playondemand/filter.func:
28517           don't use gst_data_free. Free data only once.
28518
28519 2004-02-26  David Schleef  <ds@schleef.org>
28520
28521         * gst-libs/gst/colorbalance/Makefile.am:
28522         * gst-libs/gst/mixer/Makefile.am:
28523         * gst-libs/gst/tuner/Makefile.am:
28524         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
28525         should not be disted, -marshal.h files should not be installed,
28526         and -enum.h files _should_ be installed.  Fix to make this the
28527         case.
28528
28529 === release 0.7.5 ===
28530
28531 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
28532
28533         * configure.ac: release 0.7.5, "Under The Sea"
28534
28535 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28536
28537         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
28538         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
28539         * gst/videoscale/gstvideoscale.c:
28540         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
28541           assorted debug/warning fixes
28542
28543 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28544
28545         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
28546         (gst_videoscale_init), (gst_videoscale_chain),
28547         (gst_videoscale_set_property), (plugin_init):
28548         * gst/videoscale/gstvideoscale.h:
28549         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
28550         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
28551         (gst_videoscale_planar400), (gst_videoscale_packed422),
28552         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
28553         (gst_videoscale_24bit), (gst_videoscale_16bit),
28554         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
28555         (gst_videoscale_scale_plane_slow),
28556         (gst_videoscale_scale_point_sample),
28557         (gst_videoscale_scale_nearest),
28558         (gst_videoscale_scale_nearest_str2),
28559         (gst_videoscale_scale_nearest_str4),
28560         (gst_videoscale_scale_nearest_32bit),
28561         (gst_videoscale_scale_nearest_24bit),
28562         (gst_videoscale_scale_nearest_16bit):
28563         add debugging category and use it properly
28564         fix use of GST_PTR_FORMAT
28565
28566 2004-02-25  Andy Wingo  <wingo@pobox.com>
28567
28568         * gst/interleave/interleave.c (interleave_buffered_loop): Always
28569         push only when channel->buffer is NULL. Prevents segfaults doing
28570         the state change after a nonlocal exit, like a scheme exception.
28571
28572         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
28573         Handle the case where the intersected caps is empty.
28574
28575 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28576
28577         * gst/law/mulaw-decode.c: (mulawdec_link):
28578         * gst/law/mulaw.c: (plugin_init):
28579           fix mulawdec so it actually works again
28580
28581 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
28582
28583         reviewed by: David Schleef  <ds@schleef.org>
28584
28585         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
28586         (gst_gamma_init), (gst_gamma_set_property),
28587         (gst_gamma_get_property), (gst_gamma_calculate_tables),
28588         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
28589         for RGB, with separate r g and b correction factors. (#131167)
28590
28591 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
28592
28593         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28594           only signal tags for bitrate if they're > 0 (#134894)
28595
28596 2004-02-24  David Schleef  <ds@schleef.org>
28597
28598         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
28599         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
28600         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
28601         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
28602         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
28603         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
28604         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
28605         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
28606         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
28607         category.  Attempt to fix timestamp calculation.
28608
28609 2004-02-24  Johan Dahlin  <johan@gnome.org>
28610
28611         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
28612
28613 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28614
28615         * configure.ac:
28616         * gconf/Makefile.am:
28617         * gconf/gstreamer.schemas:
28618         * gst-libs/gst/gconf/Makefile.am:
28619         * gst-libs/gst/gconf/gconf.c:
28620           version gconf schemas and install locations
28621
28622 2004-02-23  Benjamin Otte  <otte@gnome.org>
28623
28624         * ext/xine/xineinput.c: (gst_xine_input_dispose):
28625         (gst_xine_input_subclass_init):
28626           call parent dispose.
28627           change pad template for CD reader correctly
28628         * ext/xine/Makefile.am:
28629         * ext/xine/gstxine.h:
28630         * ext/xine/xine.c: (plugin_init):
28631         * ext/xine/xineaudiosink.c:
28632           wrap audio sinks, too
28633         * gst-libs/gst/resample/private.h:
28634         * gst-libs/gst/resample/resample.c: (gst_resample_init),
28635         (gst_resample_reinit), (gst_resample_scale),
28636         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
28637         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
28638         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
28639         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
28640         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
28641         * gst-libs/gst/resample/resample.h:
28642         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
28643         (gst_audioscale_class_init), (gst_audioscale_link),
28644         (gst_audioscale_get_buffer), (gst_audioscale_init),
28645         (gst_audioscale_chain), (gst_audioscale_set_property),
28646         (gst_audioscale_get_property):
28647         * gst/audioscale/gstaudioscale.h:
28648           s/resample_*/gst_resample_*/i to not clobber namespaces
28649
28650 2004-02-23  Julien MOUTTE  <julien@moutte.net>
28651
28652         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
28653         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
28654         (gst_riff_create_video_template_caps),
28655         (gst_riff_create_audio_template_caps),
28656         (gst_riff_create_iavs_template_caps):
28657         * gst-libs/gst/riff/riff-media.h:
28658         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
28659         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
28660         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
28661         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
28662         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
28663         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
28664         (gst_matroska_demux_plugin_init): First batch implementing audio and
28665         video codec tags in demuxers.
28666
28667 2004-02-22  Benjamin Otte  <otte@gnome.org>
28668
28669         * ext/xine/Makefile.am:
28670         * ext/xine/gstxine.h:
28671         * ext/xine/xine.c: (plugin_init):
28672         * ext/xine/xineinput.c:
28673           add input plugin wrapper. Playback from files, http, mms and cdda
28674           works.
28675         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
28676           remove leftover G_GNUC_UNUSED
28677         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
28678         (gst_asf_demux_identify_guid):
28679           improve debugging output
28680
28681 2004-02-22  Benjamin Otte  <otte@gnome.org>
28682
28683         reported by: Padraig O'Briain <padraig.obriain@sun.com>
28684
28685         * autogen.sh:
28686           replace test -e with test -x for mkinstalldirs to be more portable.
28687           (fixes #134816)
28688
28689 2004-02-22  Benjamin Otte  <otte@gnome.org>
28690
28691         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
28692
28693         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
28694           set rank to PRIMARY
28695         * gst/volume/gstvolume.c: (plugin_init):
28696           set rank to NONE
28697         fixes #134960
28698
28699 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
28700
28701         reviewed by Benjamin Otte  <otte@gnome.org>
28702
28703         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
28704           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
28705
28706 2004-02-22  Benjamin Otte  <otte@gnome.org>
28707
28708         * configure.ac:
28709           export [_]*{gst,Gst,GST}.* symbols from plugins
28710
28711 2004-02-22  Christophe Fergeau <teuf@gnome.org>
28712
28713         reviewed by: Benjamin Otte  <otte@gnome.org>
28714
28715         * ext/lame/gstlame.c: (add_one_tag):
28716         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
28717         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
28718         (gst_vorbisenc_metadata_set1):
28719         * gst/tags/gstid3tag.c:
28720         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
28721           apply fixes from bugs #135042 (lame can't write tags) and #133817
28722           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
28723
28724 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
28725
28726         * configure.ac: Export only gst_plugin_desc from plugins.
28727          Note that this change only makes any effect with Linux using libtool
28728          1.5.2 or higher. Otherwise it is silently ignored, but it would build
28729          fine. And don't try to have several versions of libtool in different
28730          directories.
28731
28732 2004-02-20  Andy Wingo  <wingo@pobox.com>
28733
28734         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
28735         interleave respectively.
28736
28737         * gst/interleave/deinterleave.c: New plugin: deinterleave
28738         (replaces on oneton).
28739         * gst/interleave/interleave.c: New plugin: interleave.
28740         * gst/interleave/plugin.h: Support file.
28741         * gst/interleave/plugin.c: Support file.
28742
28743         * configure.ac: Remove intfloat and oneton, add interleave.
28744
28745         * ext/sndfile/gstsf.c: Handle events better.
28746
28747         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
28748         and float2int operation. int2float has scheduling problems as
28749         noted in in2float_chain.
28750
28751 2004-02-20  Benjamin Otte  <otte@gnome.org>
28752
28753         * ext/xine/Makefile.am:
28754         * ext/xine/gstxine.h:
28755         * ext/xine/xine.c:
28756         * ext/xine/xineaudiodec.c:
28757         * ext/xine/xinecaps.c:
28758           add first version of xine plugin wrapper. Currently only wraps the
28759           QDM2 win32 DLL, and even that only in proof-of-concept quality.
28760         * configure.ac:
28761         * ext/Makefile.am:
28762           add xine plugin wrapper, disabled by default. Use --enable-xine to
28763           build. Note that it'll segfault on gst-register if you don't remove
28764           the goom and tvtime post plugins from xine.
28765         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
28766         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
28767           add extradata parsing for QDM2.
28768           change around debugging prints.
28769
28770 2004-02-19  Benjamin Otte  <otte@gnome.org>
28771
28772         * ext/lame/gstlame.c: (gst_lame_chain):
28773         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
28774           use gst_tag_list_insert when you want to insert tags
28775
28776 2004-02-18  David Schleef  <ds@schleef.org>
28777
28778         * configure.ac:  Move massink to gst-rotten
28779         * ext/Makefile.am:
28780         * ext/mas/Makefile.am:
28781         * ext/mas/massink.c:
28782         * ext/mas/massink.h:
28783
28784 2004-02-18  David Schleef  <ds@schleef.org>
28785
28786         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
28787         typefinding, since it seems to be worse than nothing.
28788         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
28789         atom to recognize .mp4 and .m4a files as video/quicktime.
28790
28791 2004-02-18  David Schleef  <ds@schleef.org>
28792
28793         * gst/sine/demo-dparams.c: (quit_live),
28794         (dynparm_log_value_changed), (dynparm_value_changed), (main):
28795         Use double dparams, not float.
28796         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28797         (gst_sinesrc_init): Change sync default to FALSE, since multiple
28798         sync'd elements don't really work correctly.
28799         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
28800         (volume_update_volume), (volume_get_property):  Change dparam
28801         to double.
28802
28803 2004-02-18  Julien MOUTTE  <julien@moutte.net>
28804
28805         * sys/ximage/ximagesink.c:
28806         (gst_ximagesink_xwindow_update_geometry),
28807         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28808         (gst_ximagesink_change_state), (gst_ximagesink_expose),
28809         (gst_ximagesink_init): Rework the way software video scaling works. So
28810         now we check on each chain call if the video frames are feeling the
28811         window. If not we try to renegotiate caps. On failure we memorize that
28812         and we won't try again for that PLAYING sessions.
28813         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
28814         failure.
28815         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
28816         synchronous flag.
28817
28818 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28819
28820         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
28821           break up _link so we can give a better debug message for errors
28822
28823 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
28824
28825         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
28826           set up debug category
28827
28828 2004-02-18  Julien MOUTTE <julien@moutte.net>
28829
28830         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28831         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
28832         the way renegotiation work. The event handling function is not taking
28833         care of external windows and renegotiate method check for pad flags
28834         NEGOTIATING. Should fix : #133209
28835
28836 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28837
28838         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
28839         pad is negotiating before trying renegotiation.
28840
28841 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
28842
28843         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
28844           pass on all possible mime types as typefind hints
28845
28846 2004-02-17  Julien MOUTTE <julien@moutte.net>
28847
28848         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
28849         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
28850         possible SHM leak if we crash. All other apps using XShm are doing
28851         that.
28852
28853 2004-02-17  Julien MOUTTE  <julien@moutte.net>
28854
28855         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
28856         (gst_ximagesink_expose): Renegotiate size on expose.
28857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
28858         size on expose.
28859
28860 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28861
28862         * testsuite/alsa/sinesrc.c:
28863           cosmetic fix to fix compile issue with gcc 2.95.4
28864
28865 2004-02-16  Julien MOUTTE <julien@moutte.net>
28866
28867         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
28868         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
28869         failed opening the audio device.
28870         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
28871         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
28872         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
28873         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
28874         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
28875         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
28876         (gst_ximagesink_change_state), (gst_ximagesink_chain),
28877         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
28878         Removing some useless g_return_if_fail like wingo suggested.
28879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
28880         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
28881         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
28882         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
28883         (gst_xvimagesink_update_colorbalance),
28884         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
28885         (gst_xvimagesink_xcontext_clear),
28886         (gst_xvimagesink_get_fourcc_from_caps),
28887         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
28888         (gst_xvimagesink_set_xwindow_id),
28889         (gst_xvimagesink_colorbalance_list_channels),
28890         (gst_xvimagesink_colorbalance_set_value),
28891         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
28892         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
28893
28894 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
28895
28896         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
28897           throw error when not negotiated instead of asserting
28898
28899 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28900
28901         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
28902         correct data refcounting.
28903
28904 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28905
28906         * gst/switch/gstswitch.c: (gst_switch_change_state),
28907         (gst_switch_class_init): Cleaning the sinkpads correctly on state
28908         change, mostly the EOS flag.
28909
28910 2004-02-15  Julien MOUTTE  <julien@moutte.net>
28911
28912         * examples/gstplay/player.c: (got_eos), (main): Adding some
28913         output for debugging.
28914         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
28915         timeouts if we go to any state different from PLAYING.
28916         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
28917         more EOS bugs in riff lib.
28918
28919 2004-02-14  Julien MOUTTE  <julien@moutte.net>
28920
28921         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
28922         visualization until i find a way to fix switch correctly.
28923         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
28924         EOS arrives.
28925         * gst/switch/gstswitch.c: (gst_switch_release_pad),
28926         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
28927         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
28928         Reworked switch to get a more correct behaviour with events and refing
28929         of data stored in sinkpads.
28930         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
28931         we don't pull from a pad in EOS.
28932
28933 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28934
28935         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
28936           remove v1 tag even if we can't read it (makes sure we don't detect
28937           it again)
28938
28939 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28940
28941         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
28942         (gst_alsa_xrun_recovery):
28943         * ext/alsa/gstalsa.h:
28944           try xrun recovery when wait failed. Make xrun recovery function
28945           return TRUE/FALSE to indicate success. (might fix #134354)
28946
28947 2004-02-13  David Schleef  <ds@schleef.org>
28948
28949         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
28950         (dynparm_value_changed), (main): Convert from float to double.
28951         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
28952
28953 2004-02-13  David Schleef  <ds@schleef.org>
28954
28955         * gst/silence/gstsilence.c: (gst_silence_class_init),
28956         (gst_silence_set_clock), (gst_silence_get),
28957         (gst_silence_set_property), (gst_silence_get_property):
28958         * gst/silence/gstsilence.h: Add sync property.
28959         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
28960         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
28961         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
28962         * gst/sine/gstsinesrc.h: Add sync property.
28963
28964 2004-02-13  David Schleef  <ds@schleef.org>
28965
28966         * gst/intfloat/gstint2float.c: (conv_f32_s16),
28967         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
28968
28969 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28970
28971         * configure.ac:
28972         * ext/Makefile.am:
28973         * gst-libs/ext/Makefile.am:
28974           move ffmpeg plugin to gst-ffmpeg module
28975
28976 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
28977
28978         * configure.ac: use GST_ARCH to detect architecture
28979
28980 2004-02-12  Julien MOUTTE  <julien@moutte.net>
28981
28982         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
28983
28984 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
28985
28986         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
28987           classify LADSPA plugins based on number of src/sink pads
28988           (#133663, Stefan Kost)
28989         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
28990           fix dparams registration
28991           (#133528, Stefan Kost)
28992         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
28993           fix use of isprint and use g_ascii_isprint instead
28994           (#133316, Stefan Kost)
28995
28996 2004-02-11  David Schleef  <ds@schleef.org>
28997
28998         Convert a few inner loops to use liboil.  This is currently
28999         optional, and is only enabled if liboil is present (duh!).
29000         * configure.ac: Check for liboil-0.1
29001         * gst/intfloat/Makefile.am:
29002         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
29003         (gst_int2float_chain_gint16):
29004         * gst/videofilter/Makefile.am:
29005         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
29006         (tablelookup_u8), (gst_videobalance_planar411):
29007         * gst/videotestsrc/Makefile.am:
29008         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
29009         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
29010         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
29011         (paint_hline_RGB565), (paint_hline_xRGB1555):
29012
29013 2004-02-11  David Schleef  <ds@schleef.org>
29014
29015         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
29016         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
29017         (gst_colorspace_getcaps), (gst_colorspace_link),
29018         (gst_colorspace_base_init), (gst_colorspace_init),
29019         (gst_colorspace_chain), (gst_colorspace_change_state),
29020         (plugin_init): Merge Ronald's patch (bug #117897) and update
29021         for new caps and negotiation.  Seems to work, although it
29022         shows off bugs in lcs.
29023
29024 2004-02-11  David Schleef  <ds@schleef.org>
29025
29026         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
29027         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
29028
29029 2004-02-11  David Schleef  <ds@schleef.org>
29030
29031         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
29032         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
29033         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
29034         Add server and port properties
29035
29036 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
29037
29038         * m4/a52.m4:
29039         * m4/aalib.m4:
29040         * m4/as-ffmpeg.m4:
29041         * m4/as-liblame.m4:
29042         * m4/as-slurp-ffmpeg.m4:
29043         * m4/check-libheader.m4:
29044         * m4/esd.m4:
29045         * m4/freetype2.m4:
29046         * m4/gconf-2.m4:
29047         * m4/glib.m4:
29048         * m4/gst-alsa.m4:
29049         * m4/gst-artsc.m4:
29050         * m4/gst-ivorbis.m4:
29051         * m4/gst-matroska.m4:
29052         * m4/gst-sdl.m4:
29053         * m4/gst-shout2.m4:
29054         * m4/gst-sid.m4:
29055         * m4/gtk.m4:
29056         * m4/libdv.m4:
29057         * m4/libfame.m4:
29058         * m4/libmikmod.m4:
29059         * m4/ogg.m4:
29060         * m4/vorbis.m4:
29061           fix underquotedness of macros (#133800)
29062         * m4/as-avifile.m4:
29063         * m4/xmms.m4:
29064           removed because no longer used
29065
29066 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
29067
29068         * configure.ac:
29069           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
29070           by autopoint (fixes #132996)
29071
29072 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29073
29074         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
29075         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
29076         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
29077         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
29078           fix memleaks
29079
29080 2004-02-11  David Schleef  <ds@schleef.org>
29081
29082         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
29083         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
29084         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
29085         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
29086         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
29087         (gst_jpegenc_class_init), (gst_jpegenc_init),
29088         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
29089         (gst_jpegenc_chain), (gst_jpegenc_set_property),
29090         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
29091         * ext/jpeg/gstjpegenc.h: Fix negotiation.
29092
29093 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29094
29095         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
29096         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
29097         * ext/mikmod/gstmikmod.h:
29098           fix caps negotiation in mikmod
29099         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
29100           output debug information
29101
29102 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29103
29104         * gst-libs/gst/colorbalance/Makefile.am:
29105         * gst-libs/gst/navigation/Makefile.am:
29106         * gst-libs/gst/xoverlay/Makefile.am:
29107           remove unused GST_OPT_CFLAGS from Makefiles
29108           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
29109
29110 2004-02-07  David Schleef  <ds@schleef.org>
29111
29112         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
29113         push events to pads that haven't been created (#133508)
29114
29115 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
29116
29117         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
29118         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
29119         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
29120         (gst_dvdec_loop), (gst_dvdec_change_state):
29121         Second attempt at committing a working dvdec element.
29122
29123 2004-02-06  David Schleef  <ds@schleef.org>
29124
29125         Build fixes for OS X: (see #129600)
29126         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
29127         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
29128         (gst_riff_read_strf_iavs):
29129         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
29130         (gst_avi_demux_stream_odml):
29131         * gst/playondemand/Makefile.am:
29132         * gst/rtp/rtp-packet.c:
29133
29134 2004-02-05  David Schleef  <ds@schleef.org>
29135
29136         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
29137         last change, because it Just Doesn't Compile.
29138
29139 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29140
29141         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29142           skip undecodable id3v2 tag instead of keeping it
29143
29144 2004-02-05  David Schleef  <ds@schleef.org>
29145
29146         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
29147         Unref leaked buffer.  (Noticed by Ronald)
29148
29149 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
29150
29151         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29152         Sync requires with other checks.  >= vs =.
29153
29154 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
29155
29156         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29157         (gst_dvdec_video_link), (gst_dvdec_loop):
29158         * ext/dv/gstdvdec.h:
29159           rework the caps negotiation so that dvdec works again instead
29160           of just segfaulting.
29161
29162 === release 0.7.4 ===
29163
29164 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29165
29166         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
29167         * configure.ac: changed for release
29168
29169 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
29170
29171         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
29172         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
29173         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
29174         * pkgconfig/gstreamer-play-uninstalled.pc.in:
29175           reworked patch by David Lehn to fix libdir and includedir for
29176           uninstalled libraries
29177           removed play and gconf from gstreamer-libs since they have their
29178           own pkgconfig files
29179
29180 2004-02-04  David Schleef  <ds@schleef.org>
29181
29182         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
29183         memleak.
29184
29185 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29186
29187         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
29188           use correct GST_TAG_ENCODER tag
29189
29190 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29191
29192         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
29193           be sure to stop the clock when going to paused
29194         * sys/oss/gstosssink.c: (gst_osssink_change_state):
29195           reset number of transmitted when going to ready.
29196         fixes #132935
29197
29198 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
29199
29200         reviewed by Benjamin Otte
29201
29202         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
29203           extract track count (fixes #133410)
29204
29205 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29206
29207         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
29208           that should be !=, not == (fixes #132519)
29209
29210 2004-02-04  David Schleef  <ds@schleef.org>
29211
29212         Make sure set_explicit_caps() is called before adding pad.
29213         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29214         * gst/id3/gstid3types.c: (gst_id3types_loop):
29215         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29216         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29217
29218 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29219
29220         * configure.ac:
29221           bump nano to 2, first prerelease
29222           put back AM_PROG_LIBTOOL
29223
29224 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29225
29226         * testsuite/alsa/Makefile.am:
29227           these are user test apps, not automatic testsuite tests
29228
29229 2004-02-04  David Schleef  <ds@schleef.org>
29230
29231         Convert GST_DEBUG_CAPS() to GST_DEBUG():
29232         * gst/mpeg1videoparse/gstmp1videoparse.c:
29233         (mp1videoparse_parse_seq):
29234         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
29235         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
29236         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
29237         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
29238         (gst_xvideosink_getcaps):
29239         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
29240         * testsuite/gst-lint: more tests
29241
29242 2004-02-04  David Schleef  <ds@schleef.org>
29243
29244         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
29245         with the code that they would expand to.
29246         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
29247         (gst_flacdec_get_src_query_types),
29248         (gst_flacdec_get_src_event_masks):
29249         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
29250         (gst_gnomevfssrc_get_query_types),
29251         (gst_gnomevfssrc_get_event_mask):
29252
29253 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29254
29255         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
29256         (gst_sinesrc_dispose):
29257           fix memleak by properly disposing sinesrc
29258
29259 2004-02-04  Julien MOUTTE  <julien@moutte.net>
29260
29261         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
29262         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
29263         an overlay to redraw the image because it has been exposed.
29264         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
29265         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
29266         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
29267         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
29268         interface
29269         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
29270         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
29271         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
29272         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
29273         interface
29274
29275 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29276
29277         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
29278           more memleak fixage
29279
29280 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29281
29282         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
29283         * gst/typefind/gsttypefindfunctions.c:
29284           fix memleaks shown by gst-typefind
29285
29286 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29287
29288         * common/glib-gen.mak:
29289           add hack rule to touch .Plo files
29290         * gst-libs/gst/colorbalance/Makefile.am:
29291         * gst-libs/gst/mixer/Makefile.am:
29292         * gst-libs/gst/play/Makefile.am:
29293         * gst-libs/gst/tuner/Makefile.am:
29294           remove glib_root variable
29295
29296 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29297
29298         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
29299           set explicit caps before adding the element, so the autopluggers can
29300           plug correctly.
29301         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
29302         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
29303         (mpeg_video_type_find), (mpeg_video_stream_type_find),
29304         (dv_type_find):
29305           fix memleaks in typefind functions. gst_type_find_suggest takes a const
29306           argument.
29307
29308 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
29309
29310         * gst-libs/gst/colorbalance/Makefile.am:
29311         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
29312         * gst-libs/gst/colorbalance/colorbalance.c:
29313         * gst-libs/gst/colorbalance/colorbalance.h:
29314         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
29315         * gst-libs/gst/mixer/Makefile.am:
29316         * gst-libs/gst/mixer/mixer-marshal.list:
29317         * gst-libs/gst/mixer/mixer.c:
29318         * gst-libs/gst/mixer/mixer.h:
29319         * gst-libs/gst/mixer/mixermarshal.list:
29320         * gst-libs/gst/play/Makefile.am:
29321         * gst-libs/gst/play/play.h:
29322         * gst-libs/gst/tuner/Makefile.am:
29323         * gst-libs/gst/tuner/tuner-marshal.list:
29324         * gst-libs/gst/tuner/tuner.c:
29325         * gst-libs/gst/tuner/tuner.h:
29326         * gst-libs/gst/tuner/tunermarshal.list:
29327           use new glib-gen.mak snippet to clean up Makefile.am
29328           fix various bugs in Makefile.am's
29329
29330 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29331
29332         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29333           handle chain parsing correctly in the multichain case
29334         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
29335         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
29336         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
29337         (theora_dec_chain):
29338           handle events and queries correctly
29339
29340 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29341
29342         * .cvsignore:
29343         Ignore generated file _stdint.h.
29344
29345 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29346
29347         * gst-libs/gst/colorbalance/Makefile.am:
29348         * gst-libs/gst/colorbalance/colorbalance.h:
29349         * gst-libs/gst/mixer/Makefile.am:
29350         * gst-libs/gst/mixer/mixer.h:
29351         * gst-libs/gst/play/Makefile.am:
29352         * gst-libs/gst/play/play.h:
29353         * gst-libs/gst/tuner/Makefile.am:
29354         * gst-libs/gst/tuner/tuner.h:
29355         Generate enum type code with glib-mkenums.
29356         * gst-libs/gst/colorbalance/.cvsignore:
29357         * gst-libs/gst/mixer/.cvsignore:
29358         * gst-libs/gst/play/.cvsignore:
29359         * gst-libs/gst/tuner/.cvsignore:
29360         Ignore generated files.
29361
29362 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29363
29364         * gst-libs/gst/audio/.cvsignore:
29365         Ignore generated file.
29366         * gst-libs/gst/audio/Makefile.am:
29367         Do not install example filter.
29368
29369 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
29370
29371         * examples/switch/.cvsignore:
29372         Ignore generated file.
29373
29374 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29375
29376         * common/m4/ax_create_stdint_h.m4:
29377         * configure.ac:
29378           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
29379           _stdint.h.
29380         * Makefile.am:
29381           remove generated _stdint.h in DISTCLEANFILES
29382         * ext/a52dec/gsta52dec.c:
29383           include _stdint.h for a52dec. (should fix #133064)
29384
29385 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29386
29387         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
29388         (gst_tag_to_vorbis_comments):
29389         Add replaygain support to vorbistag
29390
29391 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
29392         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29393         (gst_ffmpeg_caps_to_extradata):
29394           Fix SVQ3 caps flag properties
29395           Use glib macro for bytes swap
29396
29397 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29398
29399         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
29400         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
29401         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
29402         * ext/sndfile/gstsf.c: (plugin_init):
29403         * gst/avi/gstavi.c: (plugin_init):
29404         * sys/dxr3/dxr3init.c: (plugin_init):
29405         * sys/oss/gstossaudio.c: (plugin_init):
29406         * sys/v4l/gstv4l.c: (plugin_init):
29407         * sys/v4l2/gstv4l2.c: (plugin_init):
29408           remove textdomain calls
29409         * po/nl.po:
29410           update Dutch translation
29411
29412 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29413
29414         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
29415         (gst_play_set_audio_sink): Moving volume in the audio thread for
29416         instantaneous volume change. Maybe i will add another volume in front
29417         of visualization later, not sure yet though.
29418
29419 2004-02-02  Julien MOUTTE  <julien@moutte.net>
29420
29421         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
29422         (gst_ximagesink_handle_xevents): Better X events handling, only take
29423         the latest events for configure and motion.
29424         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
29425
29426 2004-02-02  Jon Trowbridge  <trow@gnu.org>
29427
29428         reviewed by: David Schleef  <ds@schleef.org>
29429
29430         Fix memory leaks:
29431         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
29432         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
29433
29434 2004-02-02  David Schleef  <ds@schleef.org>
29435
29436         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
29437         of lines.
29438         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
29439         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29440         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
29441         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
29442         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
29443         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
29444         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
29445         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
29446         (gst_float2_2_int_link):
29447         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
29448         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
29449         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
29450         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
29451         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
29452         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
29453         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
29454         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
29455         * testsuite/gst-lint: Add tests for bzero and ;;
29456
29457 2004-02-02  David Schleef  <ds@schleef.org>
29458
29459         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
29460
29461 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29462
29463         * ext/aalib/gstaasink.c: (gst_aasink_open):
29464         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
29465         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29466         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
29467         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
29468         (gst_afsink_close_file):
29469         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
29470         (gst_afsrc_close_file):
29471         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
29472         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
29473         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
29474         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
29475         * ext/esd/esdmon.c: (gst_esdmon_get):
29476         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
29477         * ext/faac/gstfaac.c: (gst_faac_chain):
29478         * ext/faad/gstfaad.c: (gst_faad_chain):
29479         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
29480         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
29481         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
29482         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
29483         (gst_flacdec_loop):
29484         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
29485         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
29486         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
29487         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
29488         (gst_gnomevfssink_close_file):
29489         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
29490         (gst_gnomevfssrc_open_file):
29491         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
29492         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
29493         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
29494         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
29495         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
29496         * ext/mad/gstmad.c: (gst_mad_chain):
29497         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
29498         * ext/mpeg2dec/gstmpeg2dec.c:
29499         * ext/mpeg2enc/gstmpeg2enc.cc:
29500         * ext/mplex/gstmplex.cc:
29501         * ext/mplex/gstmplexibitstream.cc:
29502         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
29503         (gst_ogg_demux_push):
29504         * ext/raw1394/gstdv1394src.c:
29505         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
29506         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
29507         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
29508         (gst_sf_loop):
29509         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
29510         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
29511         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
29512         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
29513         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
29514         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
29515         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
29516         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
29517         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29518         (gst_riff_read_element_data), (gst_riff_read_seek),
29519         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
29520         * gst/adder/gstadder.c: (gst_adder_loop):
29521         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
29522         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
29523         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
29524         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
29525         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
29526         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
29527         * gst/goom/gstgoom.c: (gst_goom_chain):
29528         * gst/id3/gstid3types.c: (gst_id3types_loop):
29529         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29530         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
29531         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
29532         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29533         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
29534         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
29535         (gst_ebml_read_float), (gst_ebml_read_header):
29536         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
29537         (gst_matroska_demux_parse_blockgroup):
29538         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
29539         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
29540         * gst/oneton/gstoneton.c: (gst_oneton_chain):
29541         * gst/silence/gstsilence.c: (gst_silence_get):
29542         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
29543         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
29544         * gst/speed/gstspeed.c: (speed_loop):
29545         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
29546         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
29547         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
29548         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
29549         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
29550         (gst_wavparse_loop):
29551         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
29552         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
29553         (dxr3audiosink_close):
29554         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
29555         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
29556         (dxr3videosink_close), (dxr3videosink_write_data):
29557         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
29558         * sys/oss/gstosssink.c: (gst_osssink_chain):
29559         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29560         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
29561         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
29562         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
29563         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
29564         (gst_v4l_set_window), (gst_v4l_enable_overlay):
29565         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
29566         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
29567         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
29568         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
29569         (gst_v4l_set_audio):
29570         * sys/v4l/v4l_calls.h:
29571         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
29572         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
29573         (gst_v4lmjpegsink_playback_init),
29574         (gst_v4lmjpegsink_playback_start):
29575         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
29576         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
29577         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
29578         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
29579         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
29580         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
29581         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
29582         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
29583         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
29584         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
29585         (gst_v4l2_get_output), (gst_v4l2_set_output),
29586         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
29587         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
29588         (gst_v4l2_set_attribute):
29589         * sys/v4l2/v4l2_calls.h:
29590         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
29591         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
29592         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
29593         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
29594         (gst_v4l2src_capture_stop):
29595         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
29596         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
29597         (gst_ximagesink_chain):
29598         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
29599         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
29600         (gst_xvideosink_xwindow_new):
29601         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
29602         (gst_xvimagesink_chain):
29603
29604 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29605
29606         * gst/volume/gstvolume.c: (gst_volume_set_volume),
29607         (gst_volume_get_volume), (volume_class_init), (volume_init),
29608         (volume_chain_int16), (volume_update_volume):
29609         * gst/volume/gstvolume.h:
29610           make code more readable by removing magic numbers
29611           make mixer interface export 0-100 range
29612           make it internally map to 0.0-1.0 range so users don't distort
29613           output by putting the sliders at full volume
29614
29615 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29616
29617         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
29618         (gst_play_state_change), (gst_play_seek_to_time):
29619         block the tick callback for 0.5 secs after doing a seek
29620
29621 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
29622
29623         * gst-libs/gst/play/play.c: (gst_play_new):
29624           check for GError
29625
29626 2004-02-01  Julien MOUTTE  <julien@moutte.net>
29627
29628         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
29629         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
29630         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29631         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
29632         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29633         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
29634
29635 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
29636
29637         * configure.ac:
29638         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29639           check for a function added in vorbis 1.1
29640
29641 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29642
29643         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
29644         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
29645           really start/stop clock only on PLAYING <=> PAUSED
29646         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
29647           remove \n from debugging lines
29648         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
29649           make it work when seeking does not
29650         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29651           reset on DISCONT
29652
29653 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29654
29655         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
29656           start clock on PAUSED=>PLAYING, not later
29657         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
29658           extract correct time for different discont formats
29659         (gst_alsa_sink_get_time):
29660           don't segfault when no format is negotiated yet, just return 0
29661         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29662         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
29663         (gst_ogg_pad_push):
29664           handle flush and discont events correctly
29665         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
29666           handle discont events correctly
29667
29668 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
29669
29670         * gst-libs/gst/play/play.c: (gst_play_error_quark),
29671         (gst_play_error_create), (gst_play_error_plugin),
29672         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
29673         * gst-libs/gst/play/play.h:
29674           add error handling during creation
29675         * examples/gstplay/player.c: (main):
29676           use new gst_play_new
29677
29678
29679 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29680
29681         * ext/theora/theoradec.c: (theora_dec_chain):
29682           make comments work
29683         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
29684         (vorbis_dec_src_event), (vorbis_dec_chain):
29685           add encoder tag, fix tag reading to be more error tolerant, change
29686           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
29687           gst_pad_event_default.
29688         * gst/tags/gstvorbistag.c:
29689         (gst_tag_list_from_vorbiscomment_buffer):
29690           undefine function specific define at end of function
29691
29692 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
29693
29694         * ext/flac/gstflac.c: (plugin_init):
29695         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
29696         * ext/flac/gstflacdec.h:
29697         * ext/flac/gstflacenc.h:
29698           Fix typos
29699
29700 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
29701
29702         * examples/gstplay/player.c: s/gstplay.h/play.h/
29703
29704 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29705
29706         * gst-libs/gst/play/Makefile.am:
29707         * gst-libs/gst/play/gstplay.c:
29708         * gst-libs/gst/play/gstplay.h:
29709         * gst-libs/gst/play/play.c:
29710           more surgery, operation complete
29711
29712 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29713
29714         * gst-libs/gst/play/play.old.c:
29715         * gst-libs/gst/play/play.old.h:
29716           after CVS surgery by moving, remove
29717         * gst-libs/gst/play/playpipelines.c:
29718           remove
29719
29720         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
29721           add negotiation error
29722
29723 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29724
29725         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
29726         (gst_ogg_demux_push):
29727           add some seeking debug info
29728           send a flush when seeking
29729
29730 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29731
29732         * configure.ac:
29733           use AC_C_INLINE
29734         * configure.ac:
29735         * ext/Makefile.am:
29736         * ext/theora/Makefile.am:
29737         * ext/theora/theoradec.c:
29738           add theora video decoder. Does just do simple decoding for now and
29739           has been tested against Theora cvs only. It only works when theora
29740           is compiled with --enable-static.
29741         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
29742           always reset packetno on DISCONT
29743
29744 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29745
29746         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
29747           Fix audio.
29748
29749 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29750
29751         * gst/mpegaudioparse/gstmpegaudioparse.c:
29752         (mp3_type_frame_length_from_header):
29753           Fix header parsing - stolen from ffmpeg (thank you! :) ).
29754
29755 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29756
29757         * ext/esd/esdsink.c: (gst_esdsink_init):
29758           Since we have static pad template caps, we don't need to negotiate;
29759           either the core errors out or we know the format.
29760
29761 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29762
29763         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
29764         (gst_riff_read_seek):
29765         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
29766         (gst_ebml_read_seek):
29767           Fix event handling.
29768
29769 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29770
29771         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
29772           removee video/x-theora from vp3 decoder, it doesn't handle raw
29773           theora streams
29774         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
29775           fix bug with finalizing element that never went to PAUSED
29776         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
29777           length and position queries were swapped
29778         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
29779         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
29780         (vorbis_dec_src_event):
29781           implement querying time and bytes
29782
29783 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
29784
29785         * just about every source file:
29786           gst_element_error -> GST_ELEMENT_ERROR
29787
29788 2004-01-29  Julien MOUTTE  <julien@moutte.net>
29789
29790         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
29791         emiting FLUSH and even before DISCONT.
29792         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
29793         get the best instant seeking as possible yay!
29794
29795 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29796
29797         * gst/mpeg1videoparse/gstmp1videoparse.c:
29798         (gst_mp1videoparse_real_chain):
29799           Committed wrong version last week... Grr... Didn't notice until now.
29800
29801 2004-01-29  Julien MOUTTE <julien@moutte.net>
29802
29803         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
29804         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
29805         have_xwindow_id signal in xwindow_create.
29806
29807 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29808
29809         * ext/ogg/gstoggdemux.c:
29810           lots of changes - mainly support for chained bitstreams, seeking,
29811           querying and bugfixes of course
29812         * ext/vorbis/Makefile.am:
29813         * ext/vorbis/vorbisdec.c:
29814         * ext/vorbis/vorbisdec.h:
29815           add vorbisdec raw vorbis decoder
29816         * ext/vorbis/vorbis.c: (plugin_init):
29817           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
29818         * gst/intfloat/Makefile.am:
29819         * gst/intfloat/float22int.c:
29820         * gst/intfloat/float22int.h:
29821         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
29822           add float2intnew plugin. It converts multichannel interleaved float to
29823           multichannel interleaved int. The name should probably be changed.
29824         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
29825         (plugin_init):
29826           add typefinding for raw theora video so oggdemux can detect it.
29827
29828 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29829
29830         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
29831         sink element first.
29832         * gst/videoscale/gstvideoscale.c:
29833         (gst_videoscale_handle_src_event): Fixing src event handler.
29834
29835 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29836
29837         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
29838         (gst_v4lsrc_open), (gst_v4lsrc_close),
29839         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
29840         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
29841         * sys/v4l/gstv4lsrc.h:
29842         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
29843         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
29844           Implement resizing... Hack. But that's why v4l is b0rked...
29845
29846 2004-01-28  Julien MOUTTE <julien@moutte.net>
29847
29848         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
29849         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
29850         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
29851         (gst_ximagesink_xwindow_destroy):
29852         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
29853         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
29854         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
29855         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
29856         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
29857         correctly cleaning the image created to check xshm calls on succes,
29858         added a lot of XSync calls in X11 functions, and fixed a segfault when
29859         no image format was defined before negotiation happened.
29860
29861 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29862
29863         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
29864           use gst_element_get_time to get correct time
29865
29866 2004-01-28  Julien MOUTTE  <julien@moutte.net>
29867
29868         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
29869         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
29870         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
29871         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
29872         (gst_xvimagesink_check_xshm_calls),
29873         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
29874         X plugins are now able to detect that XShm calls will fail even if the
29875         server claims that it has XShm support (remote displays most of the
29876         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
29877         so that we use non XShm functions. This feature is almost useless for
29878         xvimagesink as Xv is not supported on remote displays anyway, but
29879         it might happen than even on the local display XShm calls fail.
29880
29881 2004-01-27  David Schleef  <ds@schleef.org>
29882
29883         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
29884         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
29885         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
29886         changed esdsink to only use 44100,16,2, since esd sucks at rate
29887         conversion and esdsink has had difficulty negotiating.
29888
29889 2004-01-27  Julien MOUTTE <julien@moutte.net>
29890
29891         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
29892         (gst_play_seek_to_time): Fixing the way to get current position.
29893
29894 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29895
29896         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
29897           use gst_element_get_time to get correct time
29898
29899 2004-01-27  Julien MOUTTE <julien@moutte.net>
29900
29901         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
29902         fix ever... Inverting 2 lines of code make spider autoplug correctly
29903         tagged mp3 !
29904
29905 2004-01-27  David Schleef  <ds@schleef.org>
29906
29907         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
29908         Use gst_pad_try_set_caps_nonfixed().
29909
29910 2004-01-27  David Schleef  <ds@schleef.org>
29911
29912         * gst/ac3parse/gstac3parse.c: update to checklist 5
29913         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
29914         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
29915         * gst/audioscale/gstaudioscale.c: same
29916         * gst/auparse/gstauparse.c: same
29917         * gst/avi/gstavidemux.c: same
29918
29919 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29920
29921         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
29922           stop processing after EOS
29923
29924 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29925
29926         * gst/asfdemux/asfheaders.h:
29927         * gst/asfdemux/gstasfdemux.c:
29928         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
29929         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
29930         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
29931           lot's of fixes to make data extraction simpler and get the code
29932           architecture and compiler independant. Add debugging category
29933         * gst/goom/gstgoom.c: (gst_goom_change_state):
29934           reset channel count on PAUSED=>READY, not READY=>PAUSED
29935
29936 2004-01-26  Colin Walters  <walters@verbum.org>
29937
29938         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
29939         code to pull a bigger buffer in iradio mode.  This as a side effect
29940         makes typefinding work.
29941
29942 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29943
29944         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
29945         Fix SVQ3 decoding on PPC
29946
29947 2004-01-26  Julien MOUTTE <julien@moutte.net>
29948
29949         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
29950         that one managed to stay there... Fixed.
29951
29952 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
29953
29954         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
29955         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
29956         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
29957         (qtdemux_video_caps):
29958         * gst/qtdemux/qtdemux.h:
29959         Add SVQ3 specific flags to qtdemux and ffmpeg
29960
29961 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29962
29963         * gst-libs/gst/audio/audio.h:
29964           remove buffer-frames from audio caps
29965         * gst/audioconvert/gstaudioconvert.c:
29966           fix plugin to really work.
29967
29968 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29969
29970         * gst-libs/gst/mixer/mixer.c:
29971         * gst-libs/gst/propertyprobe/propertyprobe.c:
29972         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
29973         (gst_tuner_find_channel_by_name):
29974         * gst-libs/gst/tuner/tuner.h:
29975           Add gtk-doc style comments. Also fix a function name.
29976
29977 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29978
29979         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
29980         (gst_divxdec_negotiate):
29981           Fix for new capsnego - also fixes gst-player with divxdec.
29982
29983 2004-01-25  Julien MOUTTE  <julien@moutte.net>
29984
29985         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
29986         (gst_play_identity_handoff), (gst_play_set_location),
29987         (gst_play_set_visualization), (gst_play_connect_visualization): Another
29988         try in visualization implementation. Still have an issue with switch
29989         blocking when pulling from video_queue and only audio comes out of
29990         spider.
29991         * gst/switch/gstswitch.c: (gst_switch_release_pad),
29992         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
29993         release method. And check if the pad is usable before pulling.
29994
29995 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
29996
29997         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
29998         (gst_videobalance_init),
29999         (gst_videobalance_colorbalance_list_channels),
30000         (gst_videobalance_colorbalance_set_value),
30001         (gst_videobalance_colorbalance_get_value),
30002         (gst_videobalance_update_properties),
30003         (gst_videobalance_update_tables_planar411),
30004         (gst_videobalance_planar411):
30005         * gst/videofilter/gstvideobalance.h:
30006           Implement lookup-tables. +/- 10x faster.
30007
30008 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30009
30010         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
30011         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
30012           The index reading was broken. The rest worked fine, but the whole
30013           goal of my rewrite was to make avidemux readable, and this was
30014           not at all readable. Please use typed variables.
30015
30016 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30017
30018         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30019           Additional pad usability check.
30020         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
30021         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
30022         (gst_mp1videoparse_real_chain):
30023           Fix MPEG video stream parsing. The original plugin had several
30024           issues, including not timestamping streams where the source was
30025           not timestamped (this happens with PTS values in mpeg system
30026           streams, but MPEG video is also a valid stream on its own so
30027           that needs timestamps too). We use the display time code for that
30028           for now. Also, if one incoming buffer contains multiple valid
30029           frames, we push them all on correctly now, including proper EOS
30030           handling. Lastly, several potential segfaults were fixed, and we
30031           properly sync on new sequence/gop headers to include them in next,
30032           not previous frames (since they're header for the next frame, not
30033           the previous). Also see #119206.
30034         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
30035         (bpf_from_header):
30036           Move caps setting so we only do it after finding several valid
30037           MPEG-1 fraes sequentially, not right after the first one (which
30038           might be coincidental).
30039         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
30040         (mpeg_video_type_find), (mpeg_video_stream_type_find),
30041         (plugin_init):
30042           Add unsynced MPEG video stream typefinding, and change some
30043           probability values so we detect streams rightly. The idea is as
30044           follows: I can have an unsynced system stream which contains
30045           video. In the current code, I would randomly get a type for either
30046           system or video stream type found, because the probabilities are
30047           being calculated rather randomly. I now use fixed values, so we
30048           always prefer system stream if that was found (and that is how it
30049           should be). If no system stream was found, we can still identity                the stream as video-only.
30050
30051 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30052
30053         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
30054         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
30055           don't write to buffer. Extract data without the need of
30056           __attribute__ ((packed))
30057
30058 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30059
30060         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
30061         (mpeg1_sys_type_find):
30062           Fix MPEG-1 stream typefinding.
30063
30064 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30065
30066         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
30067           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
30068
30069 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30070
30071         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
30072         * ext/esd/gstesd.c: (plugin_init):
30073           private debugging, better error reporting
30074
30075 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30076
30077         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30078         (gst_riff_read_init), (gst_riff_read_change_state):
30079         * gst-libs/gst/riff/riff-read.h:
30080           Remove stuff fromold metadata system.
30081
30082 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30083
30084         * ext/ogg/gstoggdemux.c:
30085           Fix wrong file comment.
30086         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
30087         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
30088           Add metadata reading properly.
30089
30090 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
30091
30092         * ext/Makefile.am:
30093           Fix nas DIST_SUBDIRS
30094           Uraeus:
30095           Fix bug where make distcheck doesn't get run on adding stuff to
30096           the build.
30097
30098 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30099
30100         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
30101         * ext/divx/gstdivxdec.h:
30102           Fix divx3 ("msmpeg4") playback using divxdec.
30103
30104 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30105
30106         * gst/typefind/gsttypefindfunctions.c:
30107         (mp3_type_frame_length_from_header): fix bug in length computation
30108         (mp3_type_find): improve debugging output
30109
30110 2004-01-23  Julien MOUTTE  <julien@moutte.net>
30111
30112         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30113         (gst_play_set_location), (gst_play_seek_to_time),
30114         (gst_play_set_audio_sink), (gst_play_set_visualization),
30115         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
30116         the pipeline from scratch. Visualization is back and switch went out as
30117         i realized it was not possible to use the way i wanted.
30118         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
30119         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
30120         clearing in state change from READY to NULL. So that one can clean the
30121         X ressources keeping the element.
30122         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30123         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
30124         (gst_xvimagesink_colorbalance_set_value),
30125         (gst_xvimagesink_colorbalance_get_value),
30126         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
30127         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
30128         change from READY to NULL and fixed some stupid bugs in colorbalance
30129         get/set values. Also added the following feature : when nobody tries to
30130         set some values to the colorbalance levels before the xcontext is
30131         grabbed, then when creating channels list from Xv attributes we set the
30132         internal values to the Xv defaults. This way we handle buggy Xv drivers
30133         that set default hue values far from the middle of the range (Thanks
30134         to Jon Trowbridge for pointing that issue).
30135         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
30136         colorbalance levels have been set before xcontext is grabbed.
30137
30138 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30139
30140         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
30141           Fix the ossmixer case where we shouldn't open /dev/dsp* because
30142           it might block operations (which is bad for a mixer).
30143
30144 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
30145
30146         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
30147         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
30148         (gmip_find_type_pre):
30149         * gst-libs/gst/media-info/media-info-priv.h:
30150         * gst-libs/gst/media-info/media-info.c:
30151         (gst_media_info_instance_init), (gst_media_info_read_idler):
30152         add fakesink to get caps on decoder src pad again
30153         fix callback prototype to match new have_type signal signature
30154
30155 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
30156
30157         * gst/adder/gstadder.c: (gst_adder_link):
30158           fix non-compile and cut-n-paste code
30159
30160 2004-01-21  David Schleef  <ds@schleef.org>
30161
30162         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
30163         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
30164         (gst_swfdec_init), (gst_swfdec_change_state):
30165         * ext/swfdec/gstswfdec.h:
30166         Fix negotiation.
30167         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
30168         (gst_adder_request_new_pad): Fix negotiation.
30169         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
30170         Add a fixate function.
30171         * gst/intfloat/gstfloat2int.c:
30172         * gst/intfloat/gstfloat2int.h:
30173         * gst/intfloat/gstint2float.c:
30174         * gst/intfloat/gstint2float.h:
30175         Completely rewrite the negotiation.  Doesn't quite work yet,
30176         due to some buffer-frames problem.
30177
30178 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
30179
30180         * ext/gnomevfs/gstgnomevfssrc.c:
30181         * sys/v4l2/v4l2_calls.h:
30182           fix includes for distcheck
30183
30184 2004-01-21  Christian Schaller <uraeus@gnome.org>
30185
30186         * ext/nas/
30187         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
30188         based on earlier patch from Laurent Vivier
30189
30190 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
30191
30192         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
30193         Fix wma caps property
30194         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
30195         Fix typo (flags1 and flags2)
30196
30197 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30198
30199         * gst-libs/gst/media-info/media-info-priv.c:
30200         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
30201         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
30202         (gmip_find_stream), (gmip_find_track_metadata),
30203         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
30204         (gmip_find_track_format):
30205         * gst-libs/gst/media-info/media-info-priv.h:
30206         * gst-libs/gst/media-info/media-info-test.c: (main):
30207         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
30208         (gst_media_info_read_idler), (gst_media_info_read):
30209         * gst-libs/gst/media-info/media-info.h:
30210           register debugging category and use it for debugging
30211
30212 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30213
30214         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
30215         (gst_vorbisfile_new_link):
30216           signal streaminfo through tags
30217
30218 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30219
30220         * ext/mplex/gstmplex.cc:
30221         * ext/mplex/gstmplexibitstream.cc:
30222           g++ doesn't like NULL in our i18n/error macros, should be
30223           either (NULL) or ("").
30224
30225 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30226
30227         * sys/dxr3/dxr3audiosink.c:
30228         * sys/dxr3/dxr3init.c:
30229         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
30230         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
30231           Fix more error error error errors (missing includes here).
30232
30233 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30234
30235         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30236           fix thomas' error errors.
30237
30238 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30239
30240         * ext/mpeg2enc/gstmpeg2enc.cc:
30241           fix error errors.
30242
30243 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30244
30245         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30246         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30247           Fix for new error system.
30248
30249 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
30250
30251         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
30252           fix for new error reporting
30253
30254 2004-01-20  David Schleef  <ds@schleef.org>
30255
30256         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
30257         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
30258         (gst_ximagesink_set_xwindow_id): Change to using a framerate
30259         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
30260         and neither is 100+, most likely.
30261         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
30262         (gst_xvimagesink_getcaps): same
30263
30264 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30265
30266         * configure.ac:
30267           Up version requirement to 2.0.3 (not yet released) to avoid symbol
30268           clashes with ffmpeg.
30269
30270 2004-01-20  Julien MOUTTE  <julien@moutte.net>
30271
30272         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
30273         (gst_switch_init): Fixed switch element : proxying link and setting
30274         caps from src to sink on request.
30275
30276 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30277
30278         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
30279         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
30280         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
30281         fix element_error
30282
30283 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30284
30285         * sys/v4l/v4l_calls.h:
30286         * sys/v4l2/v4l2_calls.h:
30287           element_error fixes
30288
30289 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30290
30291         * gst-libs/gst/gst-i18n-plugin.h:
30292           add locale.h
30293           remove config.h inclusion
30294
30295 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30296
30297         * autogen.sh:
30298           adding autopoint invocation
30299         * Makefile.am:
30300         * configure.ac:
30301         * gst-libs/gst/gettext.h:
30302           adding gettext bits
30303         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
30304         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
30305         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30306         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30307         (gst_gnomevfssink_close_file):
30308         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
30309         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
30310         * gst-libs/gst/gst-i18n-plugin.h:
30311         * gst/avi/gstavi.c: (plugin_init):
30312         * sys/dxr3/dxr3init.c: (plugin_init):
30313         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
30314         * sys/oss/gstossaudio.c: (plugin_init):
30315         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30316         * sys/v4l/gstv4l.c: (plugin_init):
30317         * sys/v4l/v4l_calls.c: (gst_v4l_open):
30318         * sys/v4l2/gstv4l2.c: (plugin_init):
30319         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30320         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
30321         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
30322         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
30323         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
30324         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
30325           make sure locale and translation domain are set
30326           fix translated strings
30327         * po/.cvsignore:
30328         * po/LINGUAS:
30329         * po/Makevars:
30330         * po/POTFILES.in:
30331         * po/nl.po:
30332           put translation files into place
30333         * sys/xvideo/imagetest.c: (main):
30334         * ext/dv/demo-play.c: (main):
30335           fix unnecessary translations
30336
30337 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
30338
30339         * ext/sndfile/gstsf.c:
30340         * gst/avi/gstavimux.c:
30341         * ext/audiofile/gstafsink.c:
30342         * ext/audiofile/gstafsrc.c:
30343         * ext/gnomevfs/gstgnomevfssink.c:
30344         * ext/gnomevfs/gstgnomevfssrc.c:
30345         * sys/oss/gstosselement.c:
30346         * sys/v4l/v4l_calls.h:
30347           fix i18n include
30348
30349 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30350
30351         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
30352         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
30353         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
30354         (gst_v4l2_get_output), (gst_v4l2_set_output),
30355         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
30356         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
30357         (gst_v4l2_set_attribute):
30358         update to new error handling
30359
30360 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30361
30362         * ext/sidplay/gstsiddec.cc:
30363         * gst/modplug/gstmodplug.cc:
30364           parenthese NULL because C++ seems angry about it
30365
30366 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
30367
30368         * gst-libs/gst/gst-i18n-plugin.h:
30369           add skeleton i18n stuff, but needs to be further implemented
30370
30371 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
30372
30373         * examples/gstplay/player.c: (main):
30374         * ext/aalib/gstaasink.c: (gst_aasink_open):
30375         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
30376         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
30377         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
30378         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
30379         (gst_afsink_close_file):
30380         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
30381         (gst_afsrc_close_file):
30382         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
30383         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
30384         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
30385         * ext/esd/esdmon.c: (gst_esdmon_get):
30386         * ext/esd/esdsink.c: (gst_esdsink_chain):
30387         * ext/faac/gstfaac.c: (gst_faac_chain):
30388         * ext/faad/gstfaad.c: (gst_faad_chain):
30389         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
30390         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
30391         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
30392         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
30393         (gst_flacdec_loop):
30394         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
30395         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
30396         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
30397         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
30398         (gst_gnomevfssink_close_file):
30399         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
30400         (gst_gnomevfssrc_open_file):
30401         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
30402         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
30403         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
30404         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
30405         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
30406         * ext/mad/gstmad.c: (gst_mad_chain):
30407         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
30408         * ext/mpeg2dec/gstmpeg2dec.c:
30409         * ext/mpeg2enc/gstmpeg2enc.cc:
30410         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30411         * ext/mplex/gstmplex.cc:
30412         * ext/mplex/gstmplexibitstream.cc:
30413         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
30414         (gst_ogg_demux_push), (gst_ogg_pad_push):
30415         * ext/raw1394/gstdv1394src.c:
30416         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
30417         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
30418         * ext/sidplay/gstsiddec.cc:
30419         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
30420         (gst_sf_loop):
30421         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
30422         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
30423         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
30424         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
30425         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
30426         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
30427         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
30428         * gst-libs/gst/Makefile.am:
30429         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30430         (gst_riff_read_element_data), (gst_riff_read_seek),
30431         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
30432         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
30433         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
30434         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
30435         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
30436         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
30437         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
30438         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
30439         * gst/goom/gstgoom.c: (gst_goom_chain):
30440         * gst/id3/gstid3types.c: (gst_id3types_loop):
30441         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
30442         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
30443         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
30444         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30445         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
30446         (gst_ebml_read_float), (gst_ebml_read_header):
30447         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
30448         (gst_matroska_demux_parse_blockgroup):
30449         * gst/modplug/gstmodplug.cc:
30450         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
30451         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
30452         * gst/oneton/gstoneton.c: (gst_oneton_chain):
30453         * gst/silence/gstsilence.c: (gst_silence_get):
30454         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30455         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
30456         * gst/speed/gstspeed.c: (speed_loop):
30457         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
30458         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30459         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
30460         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
30461         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
30462         (gst_wavparse_loop):
30463         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
30464         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
30465         (dxr3audiosink_close):
30466         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
30467         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
30468         (dxr3videosink_close), (dxr3videosink_write_data):
30469         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
30470         * sys/oss/gstosselement.h:
30471         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
30472         (gst_osssink_chain):
30473         * sys/oss/gstosssrc.c: (gst_osssrc_get):
30474         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30475         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
30476         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
30477         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
30478         (gst_v4l_enable_overlay):
30479         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
30480         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
30481         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
30482         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
30483         (gst_v4l_set_audio):
30484         * sys/v4l/v4l_calls.h:
30485         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
30486         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
30487         (gst_v4lmjpegsink_playback_init),
30488         (gst_v4lmjpegsink_playback_start):
30489         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
30490         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
30491         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
30492         (gst_v4lmjpegsrc_requeue_frame):
30493         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
30494         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
30495         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
30496         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
30497         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
30498         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
30499         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
30500         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
30501         (gst_v4l2src_capture_stop):
30502         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
30503         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30504         (gst_ximagesink_chain):
30505         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
30506         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
30507         (gst_xvideosink_xwindow_new):
30508         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30509         (gst_xvimagesink_chain):
30510         use new error signal, function and categories
30511
30512 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
30513
30514         * configure.ac:
30515         * ext/Makefile.am:
30516         * ext/musicbrainz/gsttrm.c:
30517         * ext/musicbrainz/gsttrm.h:
30518         * ext/musicbrainz/Makefile.am:
30519         Add a trm plugin
30520
30521 2004-01-18  Julien MOUTTE  <julien@moutte.net>
30522
30523         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
30524         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
30525         synchronous property for debugging.
30526         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
30527         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30528         (gst_xvimagesink_set_property): Moving a pointer declaration to a
30529         smaller block, fixing indent.
30530
30531 2004-01-16  David Schleef  <ds@schleef.org>
30532
30533         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
30534         property affects the video stream.
30535         * sys/xvimage/xvimagesink.c:
30536         * sys/xvimage/xvimagesink.h:
30537         Add synchronous property for debugging.  Should probably be
30538         disabled in non-CVS builds.  Make sure that the Xv attribute
30539         exists before we set it (crash!).  Fix a silly float bug that
30540         caused colorbalance to just not work.
30541
30542 2004-01-17  Christian Schaller <Uraeus@gnome.org>
30543
30544         * tools/gst-launch-ext.in - update for new plugins
30545
30546 2004-01-16  David Schleef  <ds@schleef.org>
30547
30548         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
30549         already-freed caps.
30550
30551 2994-01-16  Christian Schaller <Uraeus@gnome.org>
30552
30553         * Update spec for new colorspace plugin and libcaca plugin
30554         * Fix compilation of libcaca plugin (clock -> id)
30555
30556 2004-01-16  Julien MOUTTE <julien@moutte.net>
30557
30558         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
30559         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
30560         (gst_xvimagesink_set_xwindow_id),
30561         (gst_xvimagesink_colorbalance_set_value),
30562         (gst_xvimagesink_colorbalance_get_value),
30563         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30564         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
30565         correct colorbalance properties. They can now be set when the element
30566         is still in NULL state. The values will be committed to the Xv Port
30567         when xcontext is initialized.
30568         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
30569         brightness int values in the GstXvImagesink structure.
30570
30571 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30572
30573         * gst-libs/gst/Makefile.am:
30574           restructure so having local patches works easier.
30575
30576 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30577
30578         * ext/mpeg2enc/Makefile.am:
30579         * ext/mpeg2enc/gstmpeg2enc.cc:
30580         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
30581           Bugfix with respect to EOS handling.
30582
30583 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30584
30585         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
30586           Link with right caps (else, it segfaults).
30587         * ext/mplex/gstmplexjob.cc:
30588           Fix for slight API change in 1.6.1.93 release of mjpegtools.
30589
30590 2004-01-15  David Schleef  <ds@schleef.org>
30591
30592         * gst-libs/gst/audio/Makefile.am:
30593         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
30594         from the template.
30595         * gst-libs/gst/audio/gstaudiofilter.c:
30596         * gst-libs/gst/audio/gstaudiofilter.h:
30597         Add bytes_per_sample and size and n_samples calculation.
30598         * gst-libs/gst/audio/gstaudiofilterexample.c:
30599         Remove, now autogenerated.
30600         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
30601         Moved from gstaudiofilterexample, object name changed, code added
30602         so that it actually works.
30603         * gst-libs/gst/audio/make_filter:
30604         Script to build an audiofilter subclass from the template.
30605         * gst/colorspace/Makefile.am:
30606         * gst/colorspace/yuv2yuv.c:
30607         Remove file, since it's GPL, and we don't use it.
30608
30609 2004-01-15  Julien MOUTTE  <julien@moutte.net>
30610
30611         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30612         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
30613         them use the buffer free function to test how the buffer was allocated.
30614
30615 2004-01-15  David Schleef  <ds@schleef.org>
30616
30617         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
30618         that handles osssink fallback.
30619         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
30620         (gst_audio_convert_getcaps):
30621         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30622         Add audio/x-qdm2 for QDM2 audio.
30623         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
30624         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
30625         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
30626         Decrease minimum size to 16x16.
30627         * gst/wavparse/gstwavparse.c:
30628         Convert disabled pad template caps to new caps.
30629         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
30630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30631         (gst_xvimagesink_chain): Throw element error when display cannot
30632         be opened.  Increase minimum framerate to 1.0.  Check the data
30633         free function on a buffer to make sure it is the type we expect
30634         before manipulating it.
30635
30636 2004-01-15  Julien MOUTTE <julien@moutte.net>
30637
30638         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30639         (gst_videobalance_colorbalance_set_value): Implement passthru if
30640         settings are in the middle.
30641         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
30642
30643 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30644
30645         * gst/videofilter/Makefile.am:
30646         * gst/volume/Makefile.am:
30647           Since we use videofilter symbols, link to it.
30648
30649 2004-01-15  Julien MOUTTE <julien@moutte.net>
30650
30651         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
30652         mixer interface type to HARDWARE.
30653         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
30654         type to SOFTWARE.
30655         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
30656         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
30657         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
30658         (gst_volume_interface_init), (gst_volume_list_tracks),
30659         (gst_volume_set_volume), (gst_volume_get_volume),
30660         (gst_volume_set_mute), (gst_volume_mixer_init),
30661         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
30662         (volume_init): Implementing mixer interface.
30663         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
30664         * sys/oss/gstosselement.c: (gst_osselement_get_type),
30665         (gst_osselement_change_state): Removing some trailing commas in
30666         structures.
30667         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
30668         interface type to HARDWARE.
30669         * sys/v4l/gstv4lcolorbalance.c:
30670         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
30671         type to HARDWARE.
30672         * sys/v4l2/gstv4l2colorbalance.c:
30673         (gst_v4l2_color_balance_interface_init): Setting colorbalance
30674         interface type to HARDWARE.
30675         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
30676         same code than ximagesink for event handling.
30677
30678 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30679
30680         * ext/snapshot/Makefile.am:
30681         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
30682         (gst_snapshot_chain):
30683         * ext/snapshot/gstsnapshot.h:
30684           This has to be a joke... Snapshot should be connected to a tee,
30685           colorspace element before it and EOS after that, where the other
30686           src of the tee receives normal data.
30687           The current way is *wrong*.
30688
30689 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30690
30691         * ext/hermes/gsthermescolorspace.c:
30692           Fix another compile error. Same as below.
30693
30694 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30695
30696         * gst/colorspace/gstcolorspace.c:
30697         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
30698         (gst_colorspace_i420_to_yv12):
30699           Fix compiling... Didn't test if it actually works.
30700
30701 2004-01-15  David Schleef  <ds@schleef.org>
30702
30703         * configure.ac:
30704         * gst/colorspace/Makefile.am:
30705         * gst/colorspace/gstcolorspace.c:
30706         * gst/colorspace/gstcolorspace.h:
30707         * gst/colorspace/yuv2rgb.c:
30708         * gst/colorspace/yuv2rgb.h:
30709         Duplicate the ext/hermes colorspace plugin, and remove Hermes
30710         code and GPL code.  Fix for new caps negotiation.  Rewrite
30711         much of the format handling code, and some of the conversion
30712         code.  Basically, rewrote almost everything.  This element
30713         handles I420, YV12 to RGB conversions.
30714         * ext/hermes/Makefile.am:
30715         * ext/hermes/gsthermescolorspace.c:
30716         Rename colorspace to hermescolorspace.  Fix negotiation issues.
30717         Remove non-Hermes related code.  This element handles lots of
30718         RGB to RGB conversions, but no YUV.
30719         * ext/hermes/gstcolorspace.c:
30720         * ext/hermes/gstcolorspace.h:
30721         * ext/hermes/rgb2yuv.c:
30722         * ext/hermes/yuv2rgb.c:
30723         * ext/hermes/yuv2rgb.h:
30724         * ext/hermes/yuv2rgb_mmx16.s:
30725         * ext/hermes/yuv2yuv.c:
30726         * ext/hermes/yuv2yuv.h:
30727         Remove old code.
30728
30729 2004-01-14  Colin Walters  <walters@verbum.org>
30730
30731         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
30732         they've already been.
30733
30734 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30735
30736         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
30737           assume tag mode when pad is not connected
30738
30739 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30740
30741         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30742           Don't update the time of the clock
30743         (gst_alsa_sink_loop):
30744           sync to the clock given to alsasink, not the own clock
30745         * sys/oss/gstosssink.c: (gst_osssink_chain):
30746           sync to the clock
30747         (gst_osssink_change_state):
30748           activate the clock
30749         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30750         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30751           remove bogus code that made DISCONT events unhandled
30752         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
30753           explicitly case to double in _set_simple. (fixes 2nd warning in bug
30754           #131502)
30755         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
30756         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
30757         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
30758           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
30759           2nd warning in bug #131502)
30760
30761 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30762
30763         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
30764         (gst_videobalance_colorbalance_set_value),
30765         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
30766         for colorbalance interface implementation.
30767         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30768         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
30769         (gst_ximagesink_dispose), (gst_ximagesink_init),
30770         (gst_ximagesink_class_init): Adding DISPLAY property.
30771         * sys/ximage/ximagesink.h: Adding display_name to store display.
30772         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30773         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
30774         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
30775         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
30776         properties (they still need polishing though for gst-launch use : no
30777         xcontext yet, i ll do that tomorrow).
30778         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
30779
30780 2004-01-14  Julien MOUTTE  <julien@moutte.net>
30781
30782         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
30783         (gst_play_set_location), (gst_play_set_visualization): Preparing
30784         switch integration, adding videobalance in the pipeline.
30785
30786 2004-01-14  Julien MOUTTE <julien@moutte.net>
30787
30788         * gst-libs/gst/colorbalance/colorbalance.c:
30789         (gst_color_balance_class_init): Adding a default type.
30790         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
30791         the type.
30792         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
30793         (gst_videobalance_dispose), (gst_videobalance_class_init),
30794         (gst_videobalance_init), (gst_videobalance_interface_supported),
30795         (gst_videobalance_interface_init),
30796         (gst_videobalance_colorbalance_list_channels),
30797         (gst_videobalance_colorbalance_set_value),
30798         (gst_videobalance_colorbalance_get_value),
30799         (gst_videobalance_colorbalance_init): Implementing colorbalance
30800         interface.
30801         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
30802         list.
30803         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
30804         bug which was triggering a BadAccess X error when setting an overlay
30805         before pad was really negotiated.
30806         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
30807         Using the colorbalance type macro.
30808
30809 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30810
30811         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
30812         (gst_flacenc_chain):
30813           handle tags correctly
30814         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
30815           extract ID3v1 tags correctly
30816
30817 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30818
30819         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
30820         (plugin_init):
30821           Improve matroska typefinding for odd-typed headers...
30822
30823 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30824
30825         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
30826           Fix for using incremental number on padnames.
30827
30828 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
30829
30830         * ext/divx/gstdivxdec.c:
30831         * ext/divx/gstdivxenc.c:
30832           Set category to divx4linux instead of divx (too generic).
30833         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
30834         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
30835         (gst_wavparse_loop), (gst_wavparse_change_state):
30836         * gst/wavparse/gstwavparse.h:
30837           fix parsing of WAV files with non-standard fmt-tag size and fix
30838           skipping of unrecognized chunks... Someone please fix this thing
30839           to use rifflib so all this is automated.
30840         * sys/v4l/Makefile.am:
30841         * sys/v4l2/Makefile.am:
30842           Add X_CFLAGS because we depend on X (for overlay).
30843
30844 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
30845
30846         * ext/mpeg2dec/gstmpeg2dec.c:
30847           Don't issue a timestamp unless we tagged the frame
30848           with a PTS.
30849
30850 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30851
30852         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
30853           Query the audio element to get the time, not the clock. We're
30854           interested in the element's time here.
30855
30856 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30857
30858         * ext/aalib/gstaasink.c: (gst_aasink_chain):
30859         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
30860         * ext/esd/esdsink.c: (gst_esdsink_chain):
30861         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
30862         * ext/mas/massink.c: (gst_massink_chain):
30863         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
30864         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
30865         (gst_matroska_demux_parse_metadata):
30866         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
30867         (gst_mpeg_parse_release_locks):
30868         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
30869         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
30870         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
30871         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
30872         (gst_osssink_change_state):
30873         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
30874         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30875         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
30876         (gst_xvideosink_release_locks):
30877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
30878           use element time.
30879         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
30880         (gst_alsa_clock_stop):
30881         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
30882         (gst_audio_clock_get_internal_time):
30883           simplify for use with new clocking code.
30884         * testsuite/alsa/Makefile.am:
30885         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
30886           fix testsuite for new caps system
30887
30888 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30889
30890         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
30891         * ext/flac/gstflacenc.c: (add_one_tag):
30892           length is already host endian, no need to convert. Fixes playback of
30893           tagged files on PPC. (bug #128384)
30894
30895 2004-01-13  Julien MOUTTE <julien@moutte.net>
30896
30897         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
30898         colorbalance interface stating if it is hardware based or software
30899         based.
30900         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
30901         Removing a trailing comma.
30902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30903         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
30904         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
30905         the documentation seems to be wrong on the -1000 to 1000 interval.
30906
30907 2004-01-12  David Schleef  <ds@schleef.org>
30908
30909         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
30910         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
30911         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
30912         Fix negotiation.  Add a bufferalloc function for the sink pad,
30913         and generally clean up some of the code.
30914
30915 2004-01-12  Julien MOUTTE <julien@moutte.net>
30916
30917         * gst-libs/gst/colorbalance/colorbalancechannel.c:
30918         (gst_color_balance_channel_dispose): Adding safety check in dispose
30919         method.
30920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
30921         (gst_xvimagesink_xcontext_clear),
30922         (gst_xvimagesink_interface_supported),
30923         (gst_xvimagesink_colorbalance_list_channels),
30924         (gst_xvimagesink_colorbalance_set_value),
30925         (gst_xvimagesink_colorbalance_get_value),
30926         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
30927         Adding colorbalance interface support to set XV parameters such as
30928         HUE, BRIGHTNESS, CONTRAST, SATURATION.
30929         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
30930         interface.
30931
30932 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30933
30934         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
30935         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
30936         (gst_audio_convert_init), (gst_audio_convert_set_property),
30937         (gst_audio_convert_get_property), (gst_audio_convert_chain),
30938         (gst_audio_convert_link),
30939         (gst_audio_convert_buffer_to_default_format),
30940         (gst_audio_convert_buffer_from_default_format), (plugin_init):
30941           - implement _getcaps and use it
30942           - improve linking
30943           - remove float caps since no float conversion is actually done
30944           - remove properties and arguments that were to be used for rate
30945             conversion
30946
30947 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30948
30949         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
30950         (gst_audio_structure_set_int):
30951         * gst-libs/gst/audio/audio.h:
30952           add helper functions for _getcaps matching the standard audio
30953           templates
30954
30955 2004-01-12  David Schleef  <ds@schleef.org>
30956
30957         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30958         Test that pad is negotiated before getting its caps.
30959
30960 2004-01-12  Julien MOUTTE <julien@moutte.net>
30961
30962         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
30963         analyzing the pads of an element the bin is mostly in READY state so
30964         no caps were negotiated. This helper function needs to work with
30965         _get_caps directly then. I was not freeing them though, added that to
30966         fix the mem leak.
30967
30968 2004-01-12  Julien MOUTTE <julien@moutte.net>
30969
30970         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
30971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
30972         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
30973         than the free_func.
30974
30975 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
30976
30977         * sys/oss/gstossaudio.c: (plugin_init):
30978         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
30979         * sys/oss/gstosselement.h:
30980           make an oss debugging category
30981           make failure more descriptive
30982
30983 2004-01-11  David Schleef  <ds@schleef.org>
30984
30985         * ext/ffmpeg/gstffmpeg.c:
30986         * ext/ffmpeg/gstffmpegcodecmap.c:
30987         * ext/ffmpeg/gstffmpegdec.c:
30988         * ext/ffmpeg/gstffmpegenc.c:
30989         * ext/ffmpeg/gstffmpegprotocol.c:
30990         * ext/gdk_pixbuf/gstgdkanimation.c:
30991         * ext/jpeg/gstjpeg.c:
30992         * ext/libpng/gstpng.c:
30993         * ext/mpeg2dec/perftest.c:
30994         * ext/speex/gstspeex.c:
30995         * gst-libs/gst/resample/dtos.c:
30996         * gst/intfloat/gstintfloatconvert.c:
30997         * gst/oneton/gstoneton.c:
30998         * gst/rtjpeg/RTjpeg.c:
30999         * gst/rtp/gstrtp.c:
31000         * sys/dxr3/dxr3init.c:
31001         * sys/glsink/gstgl_nvimage.c:
31002         * sys/glsink/gstgl_pdrimage.c:
31003         * sys/glsink/gstglsink.c:
31004         * testsuite/gst-lint:
31005         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
31006
31007 2004-01-11  David Schleef  <ds@schleef.org>
31008
31009         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
31010         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
31011         * ext/gdk_pixbuf/gstgdkanimation.c:
31012         (gst_gdk_animation_iter_create_pixbuf):
31013         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31014         (gst_gdk_pixbuf_chain):
31015         * ext/gdk_pixbuf/gstgdkpixbuf.h:
31016         * ext/jack/gstjack.c: (gst_jack_change_state):
31017         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
31018         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
31019         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
31020         * gst/videofilter/gstvideofilter.c:
31021         (gst_videofilter_set_output_size):
31022         Remove all usage of gst_pad_get_caps(), and replace it with
31023         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
31024
31025 2004-01-11  David Schleef  <ds@schleef.org>
31026
31027         * configure.ac:
31028         * ext/Makefile.am: Fixes to make ext/libcaca compile.
31029         * ext/divx/gstdivxdec.c:
31030         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
31031         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
31032         handle images that span multiple buffers.  Now work with both
31033         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
31034         * ext/gdk_pixbuf/gstgdkpixbuf.h:
31035         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
31036         video/video.h changes
31037         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
31038         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31039         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
31040         of GstData free function.
31041         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
31042         same.
31043
31044 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31045
31046         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
31047         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
31048         (gst_v4l2element_get_property):
31049         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
31050           add norm, channel and frequency properties.
31051         * sys/v4l2/gstv4l2tuner.c:
31052           fixes for tuner interface changes
31053         * sys/v4l2/gstv4l2element.h:
31054         * sys/v4l2/gstv4l2src.c:
31055         * sys/v4l2/gstv4l2src.h:
31056         * sys/v4l2/v4l2src_calls.c:
31057         * sys/v4l2/v4l2src_calls.h:
31058           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
31059
31060 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31061
31062         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
31063         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
31064         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
31065         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
31066         * gst-libs/gst/tuner/tuner.h:
31067           GObjects aren't const.
31068           Add find_by_name functions.
31069           Add checks to _changed functions.
31070         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
31071         (gst_v4l_tuner_get_norm):
31072           Fixes for above.
31073
31074 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31075
31076         * gst-libs/gst/video/video.h:
31077           Fix caps template names to be understandable.
31078           Prefix everything with GST_VIDEO.
31079         * ext/aalib/gstaasink.c:
31080         * ext/divx/gstdivxdec.c:
31081         * ext/divx/gstdivxenc.c:
31082         * ext/gdk_pixbuf/gstgdkpixbuf.c:
31083         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
31084         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
31085         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
31086         * ext/libcaca/gstcacasink.c:
31087         * ext/libpng/gstpngenc.c: (raw_caps_factory):
31088         * ext/snapshot/gstsnapshot.c:
31089         * ext/swfdec/gstswfdec.c:
31090         * ext/xvid/gstxviddec.c:
31091         * ext/xvid/gstxvidenc.c:
31092         * gst/chart/gstchart.c:
31093         * gst/deinterlace/gstdeinterlace.c:
31094         * gst/effectv/gsteffectv.c:
31095         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
31096         * gst/goom/gstgoom.c:
31097         * gst/median/gstmedian.c:
31098         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
31099         (gst_monoscope_srcconnect), (gst_monoscope_chain):
31100         * gst/overlay/gstoverlay.c:
31101         * gst/smooth/gstsmooth.c:
31102         * gst/smpte/gstsmpte.c:
31103         * gst/synaesthesia/gstsynaesthesia.c:
31104         * gst/videocrop/gstvideocrop.c:
31105         * gst/videodrop/gstvideodrop.c:
31106         * gst/y4m/gsty4mencode.c:
31107         * sys/qcam/gstqcamsrc.c:
31108         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
31109           Make them work with new video.h file.
31110         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31111         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
31112         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31113         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
31114           Make it work with new buffer allocation system.
31115
31116 2004-01-11  Julien MOUTTE  <julien@moutte.net>
31117
31118         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
31119         pad_alloc_buffer implementation to use ->srcpad
31120         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
31121         pad_alloc_buffer implementation to use ->srcpad
31122         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
31123         pad_alloc_buffer implementation to use ->srcpad
31124         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31125         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
31126         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31127         a reference to everything we need.
31128         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
31129         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31130         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
31131         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
31132         a reference to everything we need.
31133         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
31134
31135 2004-01-11  David Schleef  <ds@schleef.org>
31136
31137         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
31138         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
31139         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
31140         structure members.
31141         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
31142         value during a resize/renegotiation.
31143         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
31144         gst_pad_alloc_buffer();
31145         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31146         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
31147         structure members.
31148         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
31149         Fix for rename of buffer private structure members.
31150         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31151         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
31152         Fix for rename of buffer private structure members.
31153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31154         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
31155         Fix for rename of buffer private structure members.
31156
31157 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
31158
31159         reviewed by: David Schleef <ds@schleef.org>
31160
31161         * gst/videofilter/Makefile.am:
31162         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
31163         from the patch by ds to fit in with recent make_filter changes.
31164
31165 2004-01-11  Julien MOUTTE  <julien@moutte.net>
31166
31167         * configure.ac: Adding examples/switch/Makefile
31168         * examples/Makefile.am: Adding examples/switch
31169         * examples/switch/Makefile.am: Adding switcher example.
31170         * examples/switch/switcher.c: (got_eos), (idle_iterate),
31171         (switch_timer), (main): Adding an example demonstrating switch usage
31172         with 2 videotestsrc showing different patterns.
31173         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
31174         (gst_switch_init): Fixing switch with the new caps system.
31175
31176 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31177
31178         * gst-libs/gst/video/video.h:
31179           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
31180           They should probably be like
31181           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
31182
31183 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31184
31185         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31186         (qtdemux_parse_trak):
31187           fix audio chunk size/timestamp calculation
31188
31189 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31190
31191         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
31192           fix SVQ3 caps
31193
31194 2004-01-11  Steve Baker  <steve@stevebaker.org>
31195
31196         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
31197         (gst_agingtv_base_init), (gst_agingtv_class_init),
31198         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
31199         (gst_agingtv_set_property), (gst_agingtv_get_property):
31200         Port agingTV to videofilter
31201
31202 2004-01-09  Julien MOUTTE <julien@moutte.net>
31203
31204         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
31205         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31206
31207 2004-01-09  Julien MOUTTE <julien@moutte.net>
31208
31209         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
31210         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31211         * gst-libs/gst/xoverlay/xoverlay.c:
31212         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
31213         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
31214         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31215         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
31216         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
31217         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
31218         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
31219         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
31220         the bufferalloc_function to replace bufferpools, fixing the XOverlay
31221         interface implementation to handle xid being 0 and fix some bugs
31222         triggered by Benjamin's testcase.
31223         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
31224         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
31225         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
31226         the bufferalloc_function to replace bufferpools, fixing the XOverlay
31227         interface implementation to handle xid being 0 and fix some bugs
31228         triggered by Benjamin's testcase.
31229
31230 2004-01-09  David Schleef  <ds@schleef.org>
31231
31232         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
31233         mouse pointer events.  It works.
31234
31235 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31236
31237         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
31238           Use explicit caps - fix capsnego.
31239         * ext/xvid/gstxviddec.c:
31240         * ext/xvid/gstxvidenc.c:
31241           Remove macro-inside-macro which caused compile errors.
31242         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
31243           Error out if it's not a RIFF file. Else we error out without
31244           gst_element_error() which is not good...
31245
31246 2004-01-08  David Schleef  <ds@schleef.org>
31247
31248         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
31249         Fix pad_link function to handle formats that ffmpeg returns
31250         as multiple caps structures.
31251         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
31252         Only complain if source buffer is _smaller_ than expected.
31253         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
31254         (gst_videoscale_handle_src_event): Resize navigation events
31255         when passing them upstream.
31256         * gst/videotestsrc/gstvideotestsrc.c:
31257         * gst/videotestsrc/gstvideotestsrc.h:
31258         * gst/videotestsrc/videotestsrc.c:
31259         * gst/videotestsrc/videotestsrc.h:
31260         Rewrite many of the buffer painting functions to handle odd
31261         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
31262         been verified to work with my video card.
31263         * testsuite/gst-lint:  Add check for elements calling
31264         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
31265
31266 2004-01-08  David Schleef  <ds@schleef.org>
31267
31268         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
31269         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
31270
31271 2004-01-08  Julien MOUTTE  <julien@moutte.net>
31272
31273         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
31274         configure event is not emiting the desired size signal. That fixes
31275         aspect ratio issues with gst-player.
31276
31277 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31278
31279         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
31280           Fix capsnego.
31281
31282 2004-01-08  Julien MOUTTE  <julien@moutte.net>
31283
31284         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
31285         public method to fire size signal.
31286
31287 2004-01-07  Julien MOUTTE  <julien@moutte.net>
31288
31289         * examples/gstplay/Makefile.am: Adding the interface library.
31290         * gst-libs/gst/play/Makefile.am: Adding the interface library.
31291         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
31292         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
31293         GST_IS_X_OVERLAY before signal connect.
31294         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
31295         Removing the have_video_size signal.
31296         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
31297         and associated public method.
31298         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31299         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
31300         signal.
31301         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
31302         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
31303         signal.
31304         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
31305         Using XOverlay public method to fire size signal.
31306
31307 2004-01-07  David Schleef  <ds@schleef.org>
31308
31309         * gst/videofilter/Makefile.am:
31310         * gst/videofilter/gstvideotemplate.c:
31311         * gst/videofilter/make_filter:
31312         Create gstvideoexample.c in a srcdir!=builddir friendly way.
31313         Convert make_filter to /bin/sh script.
31314
31315 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
31316
31317         * gst/modplug/gstmodplug.cc: fix element description
31318
31319 2004-01-07  Julien MOUTTE  <julien@moutte.net>
31320
31321         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
31322         (got_video_size): Adding some new lines in g_print calls.
31323         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31324         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
31325         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
31326         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
31327         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
31328         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
31329         Complete code review, reverting some stuff i disagree with, adding
31330         some fixes : time synchronization on invalid timestamps, renegotiation
31331         of private window.
31332         * sys/ximage/ximagesink.h:
31333         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
31334         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
31335         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
31336         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
31337         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
31338         (gst_xvimagesink_buffer_new),
31339         (gst_xvimagesink_navigation_send_event),
31340         (gst_xvimagesink_set_xwindow_id),
31341         (gst_xvimagesink_get_desired_size),
31342         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
31343         stuff i disagree with, adding some fixes : Renegotiation of private
31344         window, implementing get_desired_size.
31345
31346 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31347
31348         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
31349         (gst_afsink_handle_event):
31350         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
31351         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
31352         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
31353         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
31354         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
31355           Fix for instantiate-test (see core). Also remove dead code from
31356           jpegenc (which still needs fixing, but that's lower on my TODO
31357           list...).
31358         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
31359           Never return NULL as caps.
31360
31361 2004-01-07  David Schleef  <ds@schleef.org>
31362
31363         * configure.ac:
31364         * ext/Makefile.am:
31365         * ext/librfb/Makefile.am:
31366         * ext/librfb/gstrfbsrc.c:
31367         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
31368         is the protocol used by VNC.
31369
31370 2004-01-07  David Schleef  <ds@schleef.org>
31371
31372         * gst/videofilter/gstvideotemplate.c:
31373         * gst/videofilter/gstvideotemplate.h:
31374         * gst/videofilter/make_filter:
31375         Merge videotemplate header into source file.
31376         * gst/effectv/Makefile.am:
31377         * gst/effectv/gsteffectv.c: (plugin_init):
31378         * gst/effectv/gstwarp.c:
31379         Make warpTV a subclass of videofilter.
31380
31381 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31382
31383         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
31384           Add guard against invalid utf-8 conversions in mad. Just in case.
31385
31386 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31387
31388         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31389           Fix for bug shown by poisoning
31390
31391 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31392
31393         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
31394         (gst_v4lmjpegsrc_buffer_free):
31395         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
31396         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
31397         (gst_v4lsrc_buffer_free):
31398           Fix for removed bufferpools.
31399
31400 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31401
31402         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
31403         Fix caps negotiation.
31404
31405         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
31406         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
31407         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
31408         (dvdnavsrc_event):
31409         * ext/mpeg2dec/gstmpeg2dec.c:
31410         * gst-libs/gst/navigation/navigation.c:
31411         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
31412         * gst-libs/gst/navigation/navigation.h:
31413         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
31414         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
31415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
31416         Super-simple first version of mouse and keyboard events. Clicking
31417         on a DVD menu now works, although it may not take you where you
31418         expected.
31419
31420         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31421         * gst/videotestsrc/gstvideotestsrc.c:
31422         (gst_videotestsrc_src_fixate):
31423         These fixate functions were broken - they never actually
31424         fixated :)
31425
31426 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31427
31428         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
31429         (gst_icecastsend_init):
31430           fix for new caps system.
31431         * gst-libs/gst/mixer/mixertrack.h:
31432         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
31433           Add 'master track' flag (for tools like ACME that only want to
31434           change the main volume).
31435
31436 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
31437
31438         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
31439         (gst_xvid_csp_to_caps):
31440         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
31441         * ext/xvid/gstxvidenc.c:
31442         ifdef out ARGB type when it isn't available
31443         in xvidcore 1.0.0beta2
31444
31445 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31446
31447         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
31448           When we have received a new SCR right in the first buffer after
31449           a seek (so in the same cycle that handles the discont), we should
31450           handle the buffer instead of unreffing it, else we lose data.
31451
31452 2004-01-06  Iain <iain@prettypeople.org>
31453
31454         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
31455           buffer-frames caps too.
31456
31457         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
31458           caps that we need, don't destroy them all and rebuild them. And when
31459           creating src pads, use the src pad template rather than the sink...
31460
31461 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31462
31463         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
31464           Add pad to element *after* setting functions such as event handler.
31465           Without this, the scheduler (opt) will link pads, set the event
31466           handler from the default event function (dispatcher in gstpad.c)
31467           and *after* that, we will set our own event function, which will
31468           thus never be used (and thus mpegdemux doesn't handle events).
31469
31470 2004-01-04  David Schleef  <ds@schleef.org>
31471
31472         Fix the fixate functions to handle new prototype:
31473         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
31474         * gst/videotestsrc/gstvideotestsrc.c:
31475         (gst_videotestsrc_src_fixate):
31476         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
31477         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
31478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
31479
31480 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31481
31482         * sys/ximage/ximagesink.h:
31483         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
31484         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
31485         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
31486         (gst_ximagesink_xoverlay_init):
31487           assorted fixes to make (re)embedding work
31488         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
31489         (gst_ximagesink_get_desired_size):
31490           implement desired size additions to XOverlay
31491
31492 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31493
31494         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
31495         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
31496         (gst_x_overlay_got_desired_size):
31497         * gst-libs/gst/xoverlay/xoverlay.h:
31498           Add optional "desired size" signal and querying.
31499
31500 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31501
31502         * gst/matroska/matroska-demux.c:
31503         (gst_matroska_demux_parse_blockgroup):
31504           Fix EBML-laced block parsing. Diffs are relative to previous
31505           lace, not the first lace. Thanks to Mosu from the Matroska
31506           team for detecting this.
31507         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31508         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
31509         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
31510         (gst_wavparse_change_state):
31511         * gst/wavparse/gstwavparse.h:
31512           Quickfix for capsnego.
31513
31514 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31515
31516         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
31517           Fix indenting, fix pad creation.
31518
31519 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31520
31521         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
31522         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
31523         (gst_xviddec_sink_link):
31524           Implement src_getcaps() so proper size caps is negotiated.
31525
31526 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31527
31528         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
31529           Finish flac decoder on EOS. See #116178.
31530
31531 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31532
31533         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
31534         (gst_matroska_demux_add_stream):
31535         * gst/matroska/matroska-ids.h:
31536           Add getcaps() function to fix capsnego...
31537
31538 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31539
31540         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31541         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
31542         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
31543           Fix more integer overflows. Again, see #126967.
31544
31545 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31546
31547         * ext/mpeg2dec/gstmpeg2dec.c:
31548           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
31549           #130416.
31550
31551 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31552
31553         * configure.ac:
31554         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
31555         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
31556         * ext/xvid/gstxvid.h:
31557         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
31558         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
31559         (gst_xviddec_src_link), (gst_xviddec_sink_link),
31560         (gst_xviddec_change_state):
31561         * ext/xvid/gstxviddec.h:
31562         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
31563         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
31564         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
31565         (gst_xvidenc_link), (gst_xvidenc_set_property),
31566         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
31567         * ext/xvid/gstxvidenc.h:
31568           Update xvid plugin to latest xvid (1.0.0-beta3) API.
31569
31570 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31571
31572         * gst/rtp/rtp-packet.c:
31573           Add sys/types.h include, since OS X doesn't define in_addr_t
31574           in netinet/in.h, like it does on Linux (see #129600).
31575
31576 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
31577
31578         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
31579
31580         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
31581           Correct logic of dispose function (see #129306).
31582
31583 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31584
31585         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
31586         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
31587         (gst_mpeg_parse_init):
31588         * gst/mpegstream/gstmpegparse.h:
31589           Remove clock (which was never provided, i.e. dead code), and
31590           also fix integer overflows at high PTS values (see #126967).
31591
31592 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31593
31594         * ext/flac/gstflacdec.c:
31595         * ext/libpng/gstpngenc.h:
31596         * ext/mikmod/gstmikmod.h:
31597           OS X fixes (see #126628).
31598
31599 2004-01-02  David Schleef  <ds@schleef.org>
31600
31601         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
31602         (gst_alsa_src_base_init): Remove bogus "src" request pad.
31603         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
31604         (gst_mpeg_parse_class_init): Move pad template registration
31605         to class_init, since the derived class (mpegdemux) doesn't
31606         want them.
31607
31608 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31609
31610         * sys/ximage/Makefile.am:
31611         * sys/xvideo/Makefile.am:
31612         * sys/xvimage/Makefile.am:
31613           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
31614           after installation (see #127664).
31615
31616 2004-01-02  David Schleef  <ds@schleef.org>
31617
31618         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
31619         (gst_ffmpegenc_connect):  Negotiation fixes.
31620         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
31621         Remove inappropriate gst_caps_free().
31622         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31623         Reenable Ronald's internal resize code, since the core handles
31624         it correctly now.
31625
31626 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31627
31628         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
31629         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
31630         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
31631           Fix pad template stuff.
31632
31633 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31634
31635         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
31636         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
31637           fix signed integer reading/writing.
31638
31639 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31640
31641         * ext/alsa/README:
31642           Remove outdated document
31643
31644 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
31645
31646         * gst/cutter/gstcutter.c: (gst_cutter_init):
31647           src pad was being created twice - oops.
31648
31649 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31650
31651         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31652           Comment out internal resize. It doesn't handle the resulting
31653           XEvent internally, does another try_set_caps() which leads to
31654           a really nice loop.
31655           Real fix will come when Julien and Dave are awake. ;).
31656
31657 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31658
31659         * ext/mpeg2enc/gstmpeg2enc.cc:
31660           fix const/nonconst compile issue.
31661
31662 2004-01-02  David Schleef  <ds@schleef.org>
31663
31664         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
31665         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
31666         Add fixate function and a check for bad formats.
31667
31668 2004-01-01  David Schleef  <ds@schleef.org>
31669
31670         Negotiation fixes:
31671         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
31672         (gst_audiofilter_init):
31673         * gst/debug/efence.c: (gst_efence_init):
31674         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
31675         (gst_deinterlace_init):
31676         * gst/volume/gstvolume.c: (volume_connect):
31677
31678 2004-01-01  David Schleef  <ds@schleef.org>
31679
31680         Convert elements to use gst_pad_use_explicit_caps() where
31681         appropriate:
31682         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
31683         * ext/audiofile/gstafparse.c: (gst_afparse_init),
31684         (gst_afparse_open_file):
31685         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
31686         (gst_afsrc_open_file):
31687         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
31688         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
31689         (gst_ffmpegdec_chain):
31690         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
31691         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
31692         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
31693         (gst_gdk_pixbuf_chain):
31694         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
31695         (gst_jpegdec_chain):
31696         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
31697         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
31698         (gst_mikmod_negotiate):
31699         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
31700         (gst_mpeg2dec_negotiate_format):
31701         * ext/mpeg2enc/gstmpeg2enc.cc:
31702         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
31703         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
31704         (gst_speexdec_sinkconnect):
31705         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
31706         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
31707         (gst_vorbisfile_new_link):
31708         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
31709         (gst_ac3parse_chain):
31710         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
31711         (gst_asf_demux_setup_pad):
31712         * gst/auparse/gstauparse.c: (gst_auparse_init),
31713         (gst_auparse_chain):
31714         * gst/id3/gstid3types.c: (gst_id3types_loop):
31715         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
31716         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
31717         (mp1videoparse_parse_seq):
31718         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
31719         (bpf_from_header):
31720         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
31721         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
31722         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
31723         (gst_mpeg_parse_send_data):
31724         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
31725         (gst_qtdemux_add_stream):
31726         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
31727         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
31728         (gst_wavparse_parse_fmt):
31729
31730 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31731
31732         * configure.ac:
31733           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
31734           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
31735           it therefore uses the wrong include paths. Too bad... Note
31736           that 1.6.1.93 is not release yet. ;).
31737           Also add a check for mplex, which is now using the lib'ified
31738           mplex from mjpegtools, too.
31739         * ext/ffmpeg/gstffmpegcodecmap.c:
31740           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
31741           issues. I don't think ffmpeg handles 3ivx correctly, so this
31742           probably won't work. But it won't hurt either.
31743         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
31744         (gst_ffmpegdec_chain):
31745         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
31746         (gst_ffmpegenc_chain_audio):
31747           Fix memleak in audio encoding. Close codec if open fails, this
31748           calls the cleanup routines so we can re-use the context.
31749         * ext/mpeg2enc/gstmpeg2enc.cc:
31750           Fix pad template names/types, fix memory issue with getcaps().
31751         * ext/mpeg2enc/gstmpeg2encoder.cc:
31752         * ext/mpeg2enc/gstmpeg2encoder.hh:
31753           Fix compile issue with new caps system (const thingy).
31754         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31755         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
31756           We read a first frame right on initing, so that we have a caps
31757           when we init the output. This caps is cached in padprivate and
31758           read as first frame.
31759         * ext/mplex/Makefile.am:
31760         * ext/mplex/gstmplex.cc:
31761         * ext/mplex/gstmplex.h:
31762         * ext/mplex/gstmplex.hh:
31763         * ext/mplex/gstmplexibitstream.cc:
31764         * ext/mplex/gstmplexibitstream.hh:
31765         * ext/mplex/gstmplexjob.cc:
31766         * ext/mplex/gstmplexjob.hh:
31767         * ext/mplex/gstmplexoutputstream.cc:
31768         * ext/mplex/gstmplexoutputstream.hh:
31769           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
31770           had issues, didn't do capsnego, supported only a subset of the
31771           mplex features and required a mplex fork in our local CVS. Plus
31772           that it worked agaist a very old mplex version. Rewriting was
31773           faster than updating it.
31774         * gst-libs/ext/Makefile.am:
31775         * gst-libs/ext/mplex/INSTRUCT:
31776         * gst-libs/ext/mplex/Makefile.am:
31777         * gst-libs/ext/mplex/README:
31778         * gst-libs/ext/mplex/TODO:
31779         * gst-libs/ext/mplex/ac3strm_in.cc:
31780         * gst-libs/ext/mplex/audiostrm.hh:
31781         * gst-libs/ext/mplex/audiostrm_out.cc:
31782         * gst-libs/ext/mplex/aunit.hh:
31783         * gst-libs/ext/mplex/bits.cc:
31784         * gst-libs/ext/mplex/bits.hh:
31785         * gst-libs/ext/mplex/buffer.cc:
31786         * gst-libs/ext/mplex/buffer.hh:
31787         * gst-libs/ext/mplex/fastintfns.h:
31788         * gst-libs/ext/mplex/format_codes.h:
31789         * gst-libs/ext/mplex/inputstrm.cc:
31790         * gst-libs/ext/mplex/inputstrm.hh:
31791         * gst-libs/ext/mplex/lpcmstrm_in.cc:
31792         * gst-libs/ext/mplex/mjpeg_logging.cc:
31793         * gst-libs/ext/mplex/mjpeg_logging.h:
31794         * gst-libs/ext/mplex/mjpeg_types.h:
31795         * gst-libs/ext/mplex/mpastrm_in.cc:
31796         * gst-libs/ext/mplex/mpegconsts.cc:
31797         * gst-libs/ext/mplex/mpegconsts.h:
31798         * gst-libs/ext/mplex/mplexconsts.hh:
31799         * gst-libs/ext/mplex/multplex.cc:
31800         * gst-libs/ext/mplex/outputstream.hh:
31801         * gst-libs/ext/mplex/padstrm.cc:
31802         * gst-libs/ext/mplex/padstrm.hh:
31803         * gst-libs/ext/mplex/stillsstream.cc:
31804         * gst-libs/ext/mplex/stillsstream.hh:
31805         * gst-libs/ext/mplex/systems.cc:
31806         * gst-libs/ext/mplex/systems.hh:
31807         * gst-libs/ext/mplex/vector.cc:
31808         * gst-libs/ext/mplex/vector.hh:
31809         * gst-libs/ext/mplex/videostrm.hh:
31810         * gst-libs/ext/mplex/videostrm_in.cc:
31811         * gst-libs/ext/mplex/videostrm_out.cc:
31812         * gst-libs/ext/mplex/yuv4mpeg.cc:
31813         * gst-libs/ext/mplex/yuv4mpeg.h:
31814         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
31815         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
31816           We don't fork mjpegtools' mplex in our CVS anymore.
31817         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
31818         (gst_avi_demux_add_stream):
31819         * gst/avi/gstavidemux.h:
31820           Add getcaps() function for proper caps nego. This makes some
31821           parts of AVI playback/reading work.
31822         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
31823           Resize window on new capsnego. This is probably wrong, but
31824           I'm still committing it because with current capsnego, the
31825           first successfull capsnego is auto-fixated, therefore rounded
31826           down to the lowest values in the caps. this results in a 16x16
31827           XWindow that is not reized when real capsnego finishes.
31828           Dave, I see more cases of this, do you know a proper solution?
31829         * tools/gst-launch-ext.in:
31830           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
31831
31832 2003-12-31  David Schleef  <ds@schleef.org>
31833
31834         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
31835         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
31836           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
31837
31838 2003-12-30  David Schleef  <ds@schleef.org>
31839
31840         * ext/ffmpeg/gstffmpegcolorspace.c:
31841         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
31842         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
31843         (gst_ffmpegcsp_chain): Negotiation fixes
31844         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
31845         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
31846         (gst_audio_convert_link), (gst_audio_convert_channels):
31847         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
31848         (gst_audioscale_link), (gst_audioscale_get_buffer),
31849         (gst_audioscale_chain): Negotiation fixes
31850         * gst/audioscale/gstaudioscale.h:
31851         * gst/videofilter/gstvideofilter.c:
31852         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
31853         (gst_videofilter_link), (gst_videofilter_init),
31854         (gst_videofilter_set_output_size), (gst_videofilter_setup),
31855         (gst_videofilter_find_format_by_structure):
31856         * gst/videofilter/gstvideofilter.h: Negotiation fixes
31857         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
31858         (gst_videoscale_link):
31859         * gst/videoscale/videoscale.c: (videoscale_get_structure),
31860         (videoscale_find_by_structure), (gst_videoscale_setup):
31861         * gst/videoscale/videoscale.h: Negotiation fixes
31862         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
31863         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
31864         function, restrict resizing to a multiple of 4 (hack until
31865         everyone supports odd sizes correctly).
31866
31867 2003-12-29  Colin Walters  <walters@verbum.org>
31868
31869         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
31870         signed.
31871
31872 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
31873
31874         * ext/sndfile/gstsf.c: (gst_sf_loop):
31875           Fix warning about discarding const qualifier
31876
31877 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
31878
31879         * gst/cutter/gstcutter.c:
31880         * gst/videoscale/gstvideoscale.c:
31881         * gst/volenv/gstvolenv.c:
31882         * gst-libs/gst/audio/audio.c:
31883         * gst-libs/gst/video/video.c:
31884           Fix warnings
31885
31886 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31887
31888         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
31889           Don't send ALSA debugging to stderr.
31890         * ext/alsa/gstalsa.h:
31891           Use GST_WARNING instead of g_warning when ALSA functions fail.
31892
31893 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31894
31895         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
31896           Free XVAdapterInfo correctly.
31897
31898 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31899
31900         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
31901         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
31902           Make id3tag use correct caps nego.
31903
31904 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
31905
31906         * ext/ivorbis/vorbis.c:
31907         * ext/ivorbis/vorbisenc.h:
31908         * ext/ivorbis/vorbisfile.c:
31909           Modify so that it uses the new caps things
31910
31911 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31912
31913         * testsuite/spider/spider1.c: (main):
31914         * testsuite/spider/spider2.c: (main):
31915         * testsuite/spider/spider3.c: (main):
31916           Make tests compile again. They probably don't work.
31917
31918 2003-12-24  Colin Walters  <walters@verbum.org>
31919
31920         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
31921         we can't fixate the caps anymore.
31922
31923 2003-12-23  David Schleef  <ds@schleef.org>
31924
31925         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
31926         * sys/oss/gstosssink.c: (gst_osssink_init),
31927         (gst_osssink_sink_fixate): Add fixate function.
31928
31929 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31930
31931         * ext/ffmpeg/gstffmpegcodecmap.c:
31932         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
31933         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
31934         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
31935         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
31936         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
31937         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
31938         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
31939           fix typo in RGB masks, and move back to "old" colorspace
31940           capsnego code until whoever wrote this new crap has actually
31941           tested it so that it works.
31942           And yes, this works, keep it that way please.
31943
31944 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31945
31946         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
31947         (gst_divxdec_init), (gst_divxdec_negotiate):
31948         * ext/divx/gstdivxdec.h:
31949         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
31950         (gst_divxenc_init):
31951         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
31952         (gst_faac_sinkconnect), (gst_faac_srcconnect):
31953         * ext/mpeg2enc/gstmpeg2enc.cc:
31954         * ext/mpeg2enc/gstmpeg2encoder.cc:
31955         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
31956         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
31957         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
31958         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
31959         (dxr3spusink_init):
31960         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
31961         (dxr3videosink_init):
31962           Fix caps breakage after Dave's caps branch merge.
31963
31964 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
31965
31966         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31967           Fix for 24bpp display.
31968
31969 2003-12-23  Colin Walters  <walters@verbum.org>
31970
31971         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
31972         a GnomeVFSHandle directly.
31973
31974 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31975
31976         * gst/volume/Makefile.am:
31977         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
31978         (volume_base_init), (volume_init):
31979           Reenable volume element and fix to work with new caps stuff.
31980           Rhythmbox needs this.
31981
31982 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31983
31984         * gst/qtdemux/qtdemux.c: (plugin_init):
31985           qtdemux requires bytestream
31986
31987 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31988
31989         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
31990           Fix remaining caps handling errors due to CAPS merge.
31991
31992 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31993
31994         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
31995         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
31996         (gst_faad_srcconnect):
31997           Port to new caps system.
31998
31999 2003-12-21  Julien MOUTTE  <julien@moutte.net>
32000
32001         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
32002         (got_video_size), (main): using g_print instead of g_message.
32003         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
32004         signal which was not emitted because of "switch" element added to the
32005         bin but not connected. (Removing from the bin temporarily)
32006
32007 2003-12-21  Julien MOUTTE  <julien@moutte.net>
32008
32009         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
32010         find X development files. I don't understand the previous tests and
32011         they fail on my debian/ppc unstable. This one works.
32012         * examples/gstplay/player.c: (main): Set the pipeline to READY before
32013         exiting.
32014         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
32015         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32016         (gst_play_set_visualization): Add some safety checks in set_ methods
32017         and state_change. This was throwing some ugly CRITICAL messages when
32018         pipeline was getting disposed and casts were failing.
32019
32020 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32021
32022         * configure.ac:
32023           Improve mpeg2enc detection. This is for distributions that do
32024           ship mjpegtools, but without mpeg2enc. Also does object check
32025           for might there ever be ABI incompatibility.
32026         * ext/mpeg2enc/gstmpeg2enc.cc:
32027           Add Andrew as second maintainer (he's helping me), and also add
32028           an error if no caps was set. This happens if I pull before capsnego
32029           and that's something I should solve sometime else.
32030         * gst/matroska/matroska-demux.c:
32031         (gst_matroska_demux_parse_blockgroup):
32032           Fix time parsing.
32033         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
32034         (gst_matroska_mux_track_header):
32035           Add caps to templates.
32036         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
32037           Add mpegversion=1 to prevent confusion with MPEG/AAC.
32038         * gst/mpegstream/gstmpegdemux.c:
32039           Remove layer since it causes warnings about unfixed caps.
32040         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
32041           Fix obvious typo (we error out if caps were set, we should of
32042           course error out if *no* caps were set).
32043         * sys/oss/gstosselement.c: (gst_osselement_convert):
32044           Fix format conversion, we confused bits/bytes.
32045         * sys/oss/gstosselement.h:
32046           Improve documentation for 'bps'.
32047         * sys/v4l/TODO:
32048           Remove stuff about plugins that need removing - this was done
32049           ages ago.
32050         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
32051         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
32052         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
32053         (gst_v4lsrc_src_query):
32054         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
32055         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
32056           Add get_query_types(), get_formats() and query() functions.
32057
32058 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32059
32060         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
32061           * moved CVS to freedesktop.org