win32/common/libgstaudio.def: Add new symbols.
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         * win32/common/libgstaudio.def:
4         Add new symbols.
5
6 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
7
8         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
9         Attempt to make obfuscated code clearer.
10
11 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
12
13         * docs/libs/gst-plugins-base-libs-sections.txt:
14         * gst-libs/gst/floatcast/floatcast.h:
15         Move float endianness conversion macros to core. Second part of
16         bug ##555196.
17
18 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
19
20         * sys/ximage/ximagesink.h:
21         * sys/xvimage/xvimagesink.h:
22           Don't mark as gtk-doc docs as they aren't public.
23
24 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
25
26         * sys/xvimage/xvimagesink.c:
27         * sys/xvimage/xvimagesink.h:
28         * tests/icles/Makefile.am:
29         * tests/icles/test-colorkey.c:
30           Allow setting colorkey if possible. Implement property probe interface
31           for optional X features (autopaint-colorkey, double-buffer and
32           colorkey). Fixes #554533
33
34 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
35
36         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
37         Remove useless buffer size assignment. It already has this value.
38
39 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
40
41         * gst-libs/gst/audio/gstaudiosink.c:
42         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
43         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
44         (gst_audioringbuffer_stop):
45         Implement a separate activate functions to start monitoring the segments
46         or, in pull mode, pulling in data.
47
48         * gst-libs/gst/audio/gstbaseaudiosink.c:
49         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
50         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
51         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
52         (gst_base_audio_sink_activate_pull),
53         (gst_base_audio_sink_async_play),
54         (gst_base_audio_sink_change_state):
55         Implement pad and element convert query function.
56         Activate the ringbuffer.
57         Use the segment last_stop value as the offset to pull.
58         Use new basesink _do_preroll() method to preroll in the pulling thread.
59         Take appropriate locking in the pulling thread.
60
61         * gst-libs/gst/audio/gstringbuffer.h:
62         Update some docs.
63
64 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
65
66         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
67         Improve MXF typefinding a bit by searching for a header partition
68         pack instead of just a general partition pack and checking more
69         bytes for valid values.
70
71 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
72
73         * tests/icles/.cvsignore:
74         update ignore file.
75
76         * tests/icles/Makefile.am:
77         * tests/icles/test-box.c: (make_pipeline), (main):
78         Add another interactive command line experimentation suite for
79         dynamically boxing/cropping/saling an input video.
80
81 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
82
83         * docs/libs/gst-plugins-base-libs-sections.txt:
84         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
85         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
86         * gst-libs/gst/audio/gstringbuffer.h:
87         Add methods to more accuratly control the pulling thread of a
88         ringbuffer.
89         Add format conversion helper code to the ringbuffer.
90         API: GstRingBuffer:gst_ring_buffer_activate()
91         API: GstRingBuffer:gst_ring_buffer_is_active()
92         API: GstRingBuffer:gst_ring_buffer_convert()
93
94 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
95
96         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
97         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
98         (gst_audioringbuffer_stop):
99         Signal thread startup earlier so that we can immediatly go into pull
100         mode when we have to and block on preroll.
101
102 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
103
104         * gst-libs/gst/audio/gstringbuffer.c:
105         (gst_ring_buffer_prepare_read):
106         In pull mode we want the callback to prepull a buffer we can preroll on
107         even when we are not yet playing.
108
109 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
110
111         * ext/alsa/Makefile.am:
112         * ext/cdparanoia/Makefile.am:
113         * ext/gio/Makefile.am:
114         * ext/gnomevfs/Makefile.am:
115         * ext/libvisual/Makefile.am:
116         * ext/ogg/Makefile.am:
117         * ext/pango/Makefile.am:
118         * ext/theora/Makefile.am:
119         * ext/vorbis/Makefile.am:
120         * gst/adder/Makefile.am:
121         * gst/audioconvert/Makefile.am:
122         * gst/audiorate/Makefile.am:
123         * gst/audioresample/Makefile.am:
124         * gst/audiotestsrc/Makefile.am:
125         * gst/ffmpegcolorspace/Makefile.am:
126         * gst/gdp/Makefile.am:
127         * gst/playback/Makefile.am:
128         * gst/subparse/Makefile.am:
129         * gst/tcp/Makefile.am:
130         * gst/typefind/Makefile.am:
131         * gst/videorate/Makefile.am:
132         * gst/videoscale/Makefile.am:
133         * gst/videotestsrc/Makefile.am:
134         * gst/volume/Makefile.am:
135         * sys/v4l/Makefile.am:
136         * sys/ximage/Makefile.am:
137         * sys/xvimage/Makefile.am:
138           Don't install static libs for plugins. Fixes #550851 for base.
139
140 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
141
142         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
143         Set the default blocksize to -1 because we will then use the configured
144         samplesperbuffer to create our output buffer.
145
146 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
147
148         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
149         (gst_riff_create_video_template_caps):
150         Add mappping for the KMVC (Karl Morton's Video) Codec.
151
152 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
153
154         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
155         Don't forget to advance the offset of what we're matching against, else
156         we end up in a forever loop.
157
158 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
159
160         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
161         Improve typefinding a bit. If we don't have a Unicode charset
162         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
163
164 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
165
166         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
167         Fix build on macosx.
168
169 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
170
171         Based on patch by: Robin Stocker <robin at nibor dot org>
172
173         * ext/theora/gsttheoradec.h:
174         * ext/theora/theoradec.c: (gst_theora_dec_init),
175         (theora_dec_setcaps), (theora_handle_type_packet),
176         (theora_dec_decode_buffer), (theora_dec_change_state):
177         Parse input caps and make the PAR override the encoded PAR when
178         specified by a container. Fixes #555699.
179
180 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
181
182         * gst-libs/gst/rtp/gstbasertpdepayload.c:
183         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
184         (gst_base_rtp_depayload_set_gst_timestamp),
185         (gst_base_rtp_depayload_change_state):
186         * gst-libs/gst/rtp/gstbasertpdepayload.h:
187         Add some more G_LIKELY
188         Fail when the setcaps function was not called.
189
190         * gst-libs/gst/rtp/gstbasertppayload.c:
191         (gst_basertppayload_set_outcaps):
192         Propagate return value of setcaps.
193
194 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
195
196         * gst/subparse/Makefile.am:
197         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
198         (gst_sub_parse_class_init), (gst_sub_parse_init),
199         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
200         (get_next_line), (gst_sub_parse_data_format_autodetect),
201         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
202         (gst_subparse_type_find):
203         * gst/subparse/gstsubparse.h:
204         Add support for UTF16/UTF32 subtitles as long as the first bytes of
205         the first buffer contain the BOM. This also adds support for other
206         encodings that allow NUL bytes via the encoding property.
207         Fixes bugs #552237 and #456788.
208
209 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
210
211         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
212         Don't drop the last byte of image tags if they're not an URI list.
213         Fixes bug #556066.
214
215 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
216
217         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
218         For looking at the 4th byte we have to get 4 bytes of course
219         and not 3.
220
221 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
222
223         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
224         Improve FLAC-without-headers typefinding by looking at most of the
225         frame header and checking if invalid values are used. Should prevent
226         quite some false positives compared to the old version which only
227         check if the first 14 bits are set.
228
229 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
230
231         * sys/xvimage/xvimagesink.c:
232           Don't assert on caps==NULL.
233
234 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
235
236         * gst/subparse/gstsubparse.c:
237         (gst_sub_parse_data_format_autodetect), (handle_buffer),
238         (gst_sub_parse_change_state):
239         * gst/subparse/gstsubparse.h:
240         * tests/check/elements/subparse.c: (GST_START_TEST):
241         Add support for subtitle files with UTF-8 BOM at the beginning
242         by simple stripping it from the first line before passing it
243         to any parsing code. Fixes bug #555257 and playback of files
244         created by Gnome Subtitles.
245
246 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
247
248         * gst/audiotestsrc/gstaudiotestsrc.c:
249         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
250         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
251         (gst_audio_test_src_start), (gst_audio_test_src_stop),
252         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
253         (gst_audio_test_src_create):
254         * gst/audiotestsrc/gstaudiotestsrc.h:
255         Define the default property values in the usual place.
256         Implement start/stop to reset values correctly.
257         Calculate the sample size only once when we negotiate.
258         Rename some values to make more sense.
259         Keep track of our byte range.
260         Add support for pull based scheduling. Disabled for now until we have
261         the whole stack working.
262         Set the BUFFER_OFFSET correctly.
263
264 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
265
266         Based on a patch by: xavierb at gmail dot com
267
268         * gst/subparse/gstsubparse.c:
269         (gst_sub_parse_data_format_autodetect):
270         * tests/check/elements/subparse.c: (GST_START_TEST):
271         Make the detection of the used subtitle a bit less strict
272         for srt subtitles. Fixes bug #555607.
273
274 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
275
276         * ext/vorbis/vorbisenc.c:
277         (gst_vorbis_enc_buffer_check_discontinuous):
278         Fix discontinuity detection which was broken by last commit.
279
280 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
281
282         * configure.ac::
283           Require core CVS for ghostpad API additions used by decodebin2.
284
285 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
286
287         * gst-libs/gst/audio/gstbaseaudiosrc.c:
288         (gst_base_audio_src_create):
289         Fix debug statements (space between '%' and actual format).
290
291 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
292
293         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
294         Remove bogus assert, the decodepad could have been created inside an
295         already existing group.
296
297 2008-10-08  Andy Wingo  <wingo@pobox.com>
298
299         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
300         target instead of setting it.
301         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
302         API for a decode pad. The bugfix is that we set the group in
303         activate(), not when the pad was created because it might be NULL
304         then.
305         (gst_decode_group_control_source_pad, gst_decode_group_expose):
306         Update to use the API.
307
308 2008-10-08  Andy Wingo  <wingo@pobox.com>
309
310         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
311         be a subclass of GstGhostPad.
312         (analyze_new_pad): So, when emitting the signals that determine
313         how we do autoplugging, already create the ghost pad and use it as
314         the pad in the signal arguments. This allows applications to make
315         a connection between the pad passed in e.g. autoplug-continue, and
316         the pad passed in new-decoded-pad.
317         (connect_pad, expose_pad): Update to receive the ghosted decode
318         pad in the args, retargetting it as necessary if we have to plug
319         the target pad through a multiqueue.
320         (gst_decode_group_control_source_pad): Adapt to receive an
321         already-ghosted pad that just needs activation, blocking, and
322         drain notification.
323         (sort_end_pads): Adapt for decode pads actually being pads.
324         (gst_decode_group_expose): Adapt for decode pads actually being
325         pads. Rewrite the decode pad names so they appear in order. Adds a
326         new error case if we couldn't set the name.
327         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
328         logic.
329         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
330         New API for the decode pad, needed because we shouldn't do these
331         things inside gst_decode_pad_new(), but after.
332         (gst_decode_pad_new): Change to actually make the real pad, and
333         delay the blocking/drainage bits.
334
335 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
336
337         Patch by: Daniel Drake <dsd at laptop dot org>
338
339         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
340         Unref all buffers when clearing collectpads. Fixes bug #546955.
341
342 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
343
344         Based on a patch by: Klaas <klaas at rivercrew dot net>
345
346         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
347         (gst_vorbis_enc_buffer_check_discontinuous),
348         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
349         * ext/vorbis/vorbisenc.h:
350         Keep track of the upstream segments and use the running time on that
351         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
352
353 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
354
355         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
356         Prevent overflows with big buffer when calculating the size of
357         the intermediate buffer by using gst_util_uint64_scale() instead of
358         plain arithmetics. Fixes bug #552801.
359
360 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
361
362         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
363
364         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
365         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
366         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
367         (gst_clock_overlay_get_property):
368         * ext/pango/gstclockoverlay.h:
369         API: Add ability to specify format for date/time display by
370         adding a "time-format" property.
371         Fixes bug #554879.
372
373 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
374
375         Patch by: Jan Gerber <j at oil21 dot org>
376
377         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
378         (gst_riff_create_video_template_caps):
379         Add FFV1 fourcc to support playback of FFMPEG lossless video
380         in AVI. Fixes bug #555319.
381
382 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
383
384         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
385
386         * gst-libs/gst/audio/gstbaseaudiosrc.c:
387         (gst_base_audio_src_create):
388         Implement skew clock slaving. Fixes #552559.
389
390 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
391
392         * gst-libs/gst/audio/multichannel.c:
393         * gst-libs/gst/audio/testchannels.c:
394         Fix include of config.h
395
396 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
397
398         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
399
400         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
401         (print_media), (gst_sdp_message_dump):
402         Fix parsing of the c= field containing multicast addresses.
403         Fixes #552199.
404         Add the connection info to the session or streams.
405         Fix parsing of the bandwidth.
406         Add debugging for the connections and bandwidths for a media.
407         Add debugging for the bandwidth of the session. 
408
409 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
410
411         * gst-libs/gst/rtp/gstbasertppayload.c:
412         (gst_basertppayload_change_state):
413         Configure the next seqnum and timestamp in the state change so that they
414         can be queried soon after.
415
416 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
417
418         * gst-libs/gst/rtp/gstbasertpdepayload.c:
419         (gst_base_rtp_depayload_chain):
420         Improve debugging of the rtptime.
421
422 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
423
424         * configure.ac:
425         Back to development -> 0.10.21.1
426
427 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
428
429         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
430         (plugin_init):
431         Add typefinding for FLAC without headers in the beginning.
432         This is already handled by flacdec and friends.
433
434 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
435
436         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
437         (plugin_init):
438         Add typefinder for MXF.
439
440 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
441
442         * tests/icles/Makefile.am:
443         Only build test-colorkey if GTK+ is available.
444
445 === release 0.10.21 ===
446
447 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
448
449         * configure.ac:
450           releasing 0.10.21, "We Could Be Wrong"
451
452 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
453
454         * configure.ac:
455         0.10.20.4 pre-release
456
457 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
458
459         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
460
461         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
462         Set the BOS flag on the BOS packet. Fixes #553244.
463
464 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
465
466         * gst-libs/gst/rtsp/gstrtspmessage.c:
467         (gst_rtsp_message_parse_request),
468         (gst_rtsp_message_parse_response):
469         Fix the g_return_val_if_fail() statements.
470
471 2008-09-22  Michael Smith <msmith@songbirdnest.com>
472
473         * gst-libs/gst/tag/gsttagdemux.c:
474           Fail to activate if there's insufficient data in the file to be usable,
475           preventing an assertion fail later. Fixes #552960
476
477 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
478
479         * gst-libs/gst/pbutils/descriptions.c:
480         * gst/typefind/gsttypefindfunctions.c:
481           Recognise Kate subtitle streams (#550582).
482
483 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
484
485         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
486           Remove trailing comma from enum list, which causes problems
487           with -pendantic (#550729).
488
489 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
490
491         * configure.ac:
492         0.10.20.2 pre-release
493
494         * po/LINGUAS:
495         * po/id.po:
496         * po/pt_BR.po:
497
498         New translations.
499
500 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
501
502         * gst-libs/gst/interfaces/propertyprobe.c:
503           (gst_property_probe_get_properties),
504           (gst_property_probe_get_property),
505           (gst_property_probe_probe_property),
506           (gst_property_probe_probe_property_name),
507           (gst_property_probe_needs_probe),
508           (gst_property_probe_needs_probe_name),
509           (gst_property_probe_get_values),
510           (gst_property_probe_get_values_name),
511           (gst_property_probe_probe_and_get_values),
512           (gst_property_probe_probe_and_get_values_name):
513           More sanity checks for our second-favourite interface.
514
515 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
516
517         * gst-libs/gst/interfaces/propertyprobe.c:
518           Check for NULL pointer, in the hope that this fixes #532864.
519
520 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
521
522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
523           No really, the next release is 0.10.21 (fix Since: tags in docs).
524
525 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
526
527         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
528         Disable a code path that is now called but causes a deadlock for some
529         reason and is unneeded.
530
531 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
532
533         * sys/xvimage/xvimagesink.c:
534         * sys/xvimage/xvimagesink.h:
535           Add a "draw-border" property that can be set to false to disable
536           drawing borders.
537           
538         * tests/icles/test-colorkey.c:
539         * tests/icles/Makefile.am:
540           Add new test application for the colorkey handling.
541
542 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
543
544         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
545         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
546         This will also be fixed for upcoming gst-ffmpeg release so that once
547         this release of -base is out, it will work with the latest gst-ffmpeg
548         release.
549
550 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
551
552         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
553         (gst_riff_create_audio_template_caps):
554         Add Truespeech mapping for RIFF formats (AVI/WAV).
555         Fixes #550656
556
557 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
558
559         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
560         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
561         Fixes #550638.
562
563 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
564
565         * configure.ac:
566         * gst/subparse/Makefile.am:
567         * gst/subparse/gstsubparse.c:
568         * gst/subparse/samiparse.c:
569         * tests/check/elements/subparse.c:
570           Rework last change, so that we build subparse, but just disable the
571           sami parse functionality, if we're configured to not use xml. In the
572           tests only the sami test is disabled now.
573
574 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
575
576         * configure.ac:
577           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
578           test runs.
579
580 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
581
582         * po/POTFILES.in:
583           Add some more files with strings for translation.
584
585 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
586
587         * gst-libs/gst/tag/gstvorbistag.c:
588         * tests/check/libs/tag.c:
589           Use new geo location tags from core. Fixes #481169
590
591 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
592
593         * tests/check/elements/audioresample.c: (setup_audioresample),
594         (fail_unless_perfect_stream), (test_perfect_stream_instance),
595         (test_discont_stream_instance):
596         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
597         Add debugging for coherence.
598
599 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
600
601         Patch by: Jonathan Matthew  <notverysmart gmail com>
602
603         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
604           Add typefinder for PDF documents (which is nice to have, since it's a
605           common format, but also helps prevent false positives). Fixes #549814.
606
607 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
608
609         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
610         (no_more_pads_cb):
611         Fix nasty race where multiple decodebins could start pushing data before
612         we manage to configure the sinks, resulting in not-linked errors in
613         typical RTSP streaming cases.
614
615 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
616
617         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
618         Since we now call stop, we trigger this code path that causes a deadlock
619         is apparently not needed.
620
621 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
622
623         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
624         (gst_ring_buffer_stop):
625         Also allow the case where the ringbuffer was paused when we try to stop
626         it so that the basesrc stop function is still called.
627
628 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
629
630         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
631
632         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
633         Reprobe devices again instead of taking a cached list as new
634         devices could've been plugged in. Fixes bug #549062.
635
636 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
637
638         Patch by: Alessandro Dessina <alessandro nnva org>
639
640         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
641         (gst_ogg_demux_activate_chain):
642         Don't add pads and activate them for skeleton streams. These are already
643         handled inside oggdemux. Fixes bug #537599.
644
645 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
646
647         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
648         Reset variable so that query and convert fail after going back to
649         READY. Fixes #548898.
650
651 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
652
653         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
654         If a buffer arrives with a timestamp before the timestamp+duration
655         of the previous buffer clip it instead of dropping it completely.
656         Slight improvement for the unfixable bug #548913.
657
658 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
659
660         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
661         Take the current timestamp instead of timestamp+duration for the offset.
662         This offset will later be used for calculating the timestamp and
663         otherwise vorbisdec will interpolate timestamps wrong if upstream
664         only sends timestamps and no granulepos.
665
666 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
667
668         * tests/examples/seek/seek.c:
669           Don't crash when having no visualisations.
670
671 2008-08-16  David Schleef  <ds@schleef.org>
672
673         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
674           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
675           Fixes #548065.
676
677 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
678
679         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
680         When cleaning up the caps fields also remove "depth" for the same
681         reason we remove "width".
682
683 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
684
685         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
686           Add Lead H.264 here as well.
687
688 2008-08-14  Julien Moutte  <julien@fluendo.com>
689
690         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
691         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
692
693 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
694
695         * gst-libs/gst/audio/gstbaseaudiosrc.c:
696         (gst_base_audio_src_create):
697         When not slaved to another clock also subtract the base_time from our
698         internal clock time to get the running time.
699
700 2008-08-12  David Schleef  <ds@schleef.org>
701
702         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
703           since it has no basis in libtheora.
704
705 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
706
707         * gst-libs/gst/interfaces/propertyprobe.h:
708           Remove double "interface" from doc-string.
709
710         * gst-libs/gst/interfaces/xoverlay.h:
711           Document interface.
712
713         * gst-libs/gst/riff/riff.c:
714           Add basic doc blobs.
715
716 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
717
718         * gst-libs/gst/audio/Makefile.am:
719           Don't try to build that example anymore.
720
721 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
722
723         * gst-libs/gst/audio/.cvsignore:
724         * gst-libs/gst/audio/Makefile.am:
725         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
726         * gst-libs/gst/audio/make_filter:
727           Move audiofiltertemplate to gst-template.
728
729 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
730
731         * docs/libs/gst-plugins-base-libs-sections.txt:
732         * gst-libs/gst/audio/gstaudiosrc.h:
733           More docs and shuffling. What can we do with the hundreds of #defines.
734
735 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
736
737         * gst-libs/gst/audio/audio.h:
738         * gst-libs/gst/audio/gstaudiofilter.h:
739         * gst-libs/gst/audio/gstringbuffer.h:
740         * gst-libs/gst/interfaces/propertyprobe.h:
741         * gst-libs/gst/tag/gsttagdemux.h:
742           Reducing number of dundocumented symbols.
743
744 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
745
746         * gst-libs/gst/audio/audio.c:
747           Fix doc comment syntax.
748
749         * gst-libs/gst/interfaces/propertyprobe.c:
750           Add more doc-comments and a FIXME: for the signal.    
751
752 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
753
754         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
755         (gst_ogg_mux_request_new_pad):
756         * ext/ogg/gstoggmux.h:
757         Don't pretend to support NEWSEGMENT events, instead override the
758         GstCollectPads event function to return FALSE on NEWSEGMENT events
759         and do the normal work for other events.
760
761         This prevents elements like flacenc to seek to the start and rewrite
762         some data which then results in a broken Ogg packet.
763
764 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
765
766         Patch by: Frederic Crozat <fcrozat@mandriva.org>
767
768         * ext/alsa/gstalsaplugin.c: (plugin_init):
769         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
770         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
771         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
772         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
773         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
774         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
775         * gst/playback/gstdecodebin.c: (plugin_init):
776         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
777         * gst/playback/gstplayback.c: (plugin_init):
778         * gst/playback/gstqueue2.c: (plugin_init):
779         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
780         * sys/v4l/gstv4l.c: (plugin_init):
781         Make sure gettext returns translations in UTF-8 encoding rather
782         than in the current locale encoding (#546822).
783
784 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
785
786         * gst-libs/gst/pbutils/descriptions.c:
787           Add audio/x-qdm for qtdemux.
788
789 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
790
791         * ext/vorbis/vorbisdec.c:
792           Do not leak old taglist.
793
794 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
795
796         * tests/icles/test-scale.c:
797           Include <stdlib.h> for atoi().
798
799 2008-08-04  Andy Wingo  <wingo@pobox.com>
800
801         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
802         documentation fix.
803
804 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
805
806         * gst/adder/gstadder.c:
807           Cleanup lots of empty lines that came from gst-indent going havoc
808           before I added the INDENT_ON/OFF marker some time agao.
809
810 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
811
812         * configure.ac:
813         * gst-libs/gst/riff/riff-read.c:
814           Bump requirement to latest core and use new tag for riff formats.
815           Needed for #520694.
816
817 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
818
819         * tests/examples/dynamic/Makefile.am:
820         * tests/examples/dynamic/codec-select.c: (make_encoder),
821         (make_pipeline), (do_switch), (my_bus_callback), (main):
822         Add example app that dynamically switches between 3 'encoders'.
823
824 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
825
826         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
827         Add some more comments.
828
829 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
830
831         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
832         (gst_video_test_src_create):
833         Discard buffers of the wrong size after renegotiation, this is perfectly
834         possible with things like capsfilter that could suggest caps changes
835         upstream without knowing the size of the buffer.
836
837 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
838
839         * tests/icles/.cvsignore:
840         * tests/icles/Makefile.am:
841         * tests/icles/test-scale.c: (make_pipeline), (main):
842         Add dynamic rescaling tests for the new basetransform.
843
844 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
845
846         * gst/audioconvert/Makefile.am:
847           Dist recently-added gstfastrandom.h.
848
849 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
850
851         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
852         Fix a "may be used uninitialized in this function" which weirdly only
853         appears on macosx (?).
854
855 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
856
857         * gst-libs/gst/riff/riff-ids.h:
858           Adding acid chunk for tempo and loop information.
859
860 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
861
862         * sys/xvimage/Makefile.am:
863           floor() needs linking to $(LIBM).
864
865 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
866
867         * ext/gnomevfs/gstgnomevfssrc.c:
868           Aggregate short reads and add some comments and debug logging.
869           Fixes #537380
870
871 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
872
873         * gst/playback/gstplaybasebin.c:
874           Fix property doc markup (its not a signal).
875
876         * sys/xvimage/xvimagesink.c:
877           Add since tag for new proeprties (also add sice tags fro the last two
878           other additions).
879
880 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
881
882         * sys/xvimage/xvimagesink.c:
883         * sys/xvimage/xvimagesink.h:
884           Add autofill/colorkey properties. Fixes #538656.
885
886 2008-07-28  David Schleef  <ds@schleef.org>
887
888         * sys/xvimage/xvimagesink.c:
889           Fix rounding errors when converting colorbalance values
890           between hardware and object property ranges.  Partial
891           fix for #537889, however, there still seems to be a small
892           drift problem that could be totem's fault.
893
894 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
895
896         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
897         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
898         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
899         This fixes a critical warning.
900
901 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
902
903         * ext/ogg/gstoggmux.c:
904         Allow muxing of CELT into Ogg streams.
905
906 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
907
908         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
909         (plugin_init):
910         Add simple typefinder for the CELT codec (www.celt-codec.org).
911
912 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
913
914         Patch by: Jan Gerber <j at oil21 dot org>
915
916         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
917         Fix calculation of the start time from skeleton streams.
918         Fixes bug #530068.
919
920 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
921
922         * tests/examples/seek/seek.c:
923           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
924
925 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
926
927         * gst/audioconvert/audioconvert.h:
928         * gst/audioconvert/gstaudioquantize.c:
929         (gst_audio_quantize_setup_dither),
930         (gst_audio_quantize_free_dither):
931         * gst/audioconvert/gstfastrandom.h:
932         Implement a linear congruential generator as pseudo random number
933         generator for the dither noise. This is about 2 times faster than
934         using GLib's mersenne twister. Also this uses only integer math for
935         generating integers while GLib internally uses floating point math.
936
937 2008-07-23  Michael Smith <msmith@songbirdnest.com>
938
939         * configure.ac:
940           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
941
942 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
943
944         Patch by: Damien Lespiau  <damien.lespiau gmail com>
945
946         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
947           Use GST_STR_NULL to avoid crashes with libcs that don't
948           like NULL strings in printf args (such as the win32 one).
949           Fixes #544306.
950
951 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
952
953         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
954         Oops - set the size of the image used for probing back to 1x1, for
955         consistency with ximagesink
956
957 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
958
959         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
960         (gst_ximagesink_ximage_new):
961         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
962         (gst_xvimagesink_xvimage_new):
963
964         Apparently on Solaris and OS/X (at least), it's not legal to ask the
965         X server to attach to a shared memory segment after we've deleted it,
966         with the result that MIT-SHM is disabled. Instead, remove it only after 
967         X succeeds in attaching too.
968
969 2008-07-16  David Schleef  <ds@schleef.org>
970
971         * gst/audiotestsrc/gstaudiotestsrc.c:
972         * gst/audiotestsrc/gstaudiotestsrc.h:
973           Add 'ticks', a 1/30 second sine wave pulse every second.
974
975 2008-07-15  David Schleef  <ds@schleef.org>
976
977         * gst-libs/gst/video/video.c: Revert ABI change.
978
979 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
980
981         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
982         Make it impossible to have NULL caps at the point where we set
983         framerate and other things. Also don't return immediately for "3ivd"
984         video and let framerate, etc be set. Might fix bug #542508.
985
986 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
987
988         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
989         Video format can also be conveniently determined from (many)
990         non-fixed caps.
991
992 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
993
994         * gst/playback/gstplaybasebin.c:
995         * gst/playback/gstplaybasebin.h:
996         * gst/playback/gstplaybin.c:
997         * gst/playback/gststreamselector.c:
998         First stab at integrating DVD subpicture overlay into
999         playbin. Successfully plugs and plays, but the queues need
1000         shrinking - 3 seconds of video is too much buffering.
1001
1002 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1003
1004         * gst/audioconvert/gstaudioconvert.c:
1005           Remove now obsolete note in the docs.
1006
1007 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1008
1009         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1010         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1011         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1012         * docs/plugins/gst-plugins-base-plugins.args:
1013         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1014         * docs/plugins/gst-plugins-base-plugins.interfaces:
1015         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1016         * docs/plugins/gst-plugins-base-plugins.signals:
1017         * docs/plugins/inspect/plugin-adder.xml:
1018         * docs/plugins/inspect/plugin-alsa.xml:
1019         * docs/plugins/inspect/plugin-audioconvert.xml:
1020         * docs/plugins/inspect/plugin-audiorate.xml:
1021         * docs/plugins/inspect/plugin-audioresample.xml:
1022         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1023         * docs/plugins/inspect/plugin-cdparanoia.xml:
1024         * docs/plugins/inspect/plugin-decodebin.xml:
1025         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1026         * docs/plugins/inspect/plugin-gdp.xml:
1027         * docs/plugins/inspect/plugin-gnomevfs.xml:
1028         * docs/plugins/inspect/plugin-libvisual.xml:
1029         * docs/plugins/inspect/plugin-ogg.xml:
1030         * docs/plugins/inspect/plugin-pango.xml:
1031         * docs/plugins/inspect/plugin-playback.xml:
1032         * docs/plugins/inspect/plugin-queue2.xml:
1033         * docs/plugins/inspect/plugin-subparse.xml:
1034         * docs/plugins/inspect/plugin-tcp.xml:
1035         * docs/plugins/inspect/plugin-theora.xml:
1036         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1037         * docs/plugins/inspect/plugin-uridecodebin.xml:
1038         * docs/plugins/inspect/plugin-video4linux.xml:
1039         * docs/plugins/inspect/plugin-videorate.xml:
1040         * docs/plugins/inspect/plugin-videoscale.xml:
1041         * docs/plugins/inspect/plugin-videotestsrc.xml:
1042         * docs/plugins/inspect/plugin-volume.xml:
1043         * docs/plugins/inspect/plugin-vorbis.xml:
1044         * docs/plugins/inspect/plugin-ximagesink.xml:
1045         * docs/plugins/inspect/plugin-xvimagesink.xml:
1046         * ext/alsa/gstalsamixer.c:
1047         * ext/alsa/gstalsasink.c:
1048         * ext/alsa/gstalsasrc.c:
1049         * ext/gio/gstgiosink.c:
1050         * ext/gio/gstgiosrc.c:
1051         * ext/gio/gstgiostreamsink.c:
1052         * ext/gio/gstgiostreamsrc.c:
1053         * ext/gnomevfs/gstgnomevfssink.c:
1054         * ext/gnomevfs/gstgnomevfssrc.c:
1055         * ext/ogg/gstoggdemux.c:
1056         * ext/ogg/gstoggmux.c:
1057         * ext/pango/gstclockoverlay.c:
1058         * ext/pango/gsttextoverlay.c:
1059         * ext/pango/gsttextrender.c:
1060         * ext/pango/gsttimeoverlay.c:
1061         * ext/theora/theoradec.c:
1062         * ext/theora/theoraenc.c:
1063         * ext/theora/theoraparse.c:
1064         * ext/vorbis/vorbisdec.c:
1065         * ext/vorbis/vorbisenc.c:
1066         * ext/vorbis/vorbisparse.c:
1067         * ext/vorbis/vorbistag.c:
1068         * gst/adder/gstadder.c:
1069         * gst/audioconvert/gstaudioconvert.c:
1070         * gst/audioresample/gstaudioresample.c:
1071         * gst/audiotestsrc/gstaudiotestsrc.c:
1072         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1073         * gst/gdp/gstgdpdepay.c:
1074         * gst/gdp/gstgdppay.c:
1075         * gst/playback/gstdecodebin2.c:
1076         * gst/playback/gstplaybin.c:
1077         * gst/playback/gstplaybin2.c:
1078         * gst/playback/gstqueue2.c:
1079         * gst/playback/gsturidecodebin.c:
1080         * gst/tcp/gstmultifdsink.c:
1081         * gst/tcp/gsttcpserversink.c:
1082         * gst/videorate/gstvideorate.c:
1083         * gst/videoscale/gstvideoscale.c:
1084         * gst/videotestsrc/gstvideotestsrc.c:
1085         * gst/volume/gstvolume.c:
1086         * sys/ximage/ximagesink.c:
1087         * sys/xvimage/xvimagesink.c:
1088           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1089           titles. Drop mentining that all our example pipelines are "simple"
1090           pipelines.
1091
1092 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1093
1094         * tests/examples/seek/Makefile.am:
1095         Fix out of tree build by adding all required CFLAGS.
1096
1097 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1098
1099         * gst/playback/gstdecodebin.c: (add_raw_queue):
1100         And ref the pad before returning it again when linking to the queue
1101         failed. Otherwise we will unref the pad twice later and things break.
1102
1103 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1104
1105         * gst/playback/gstdecodebin.c: (add_raw_queue):
1106         If linking the raw pad with a queue fails, try it without a queue
1107         instead of failing completely. This should never happen.
1108
1109 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1110
1111         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1112
1113         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1114         Add a queue after a demuxer if the demuxer outputs raw data. This was
1115         done before only for non-raw data but is required in this case too.
1116         Fixes bug #540215.
1117
1118         decodebin2 doesn't have this issue because all streams of a group
1119         go through multiqueue.
1120
1121 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1122
1123         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1124
1125         * gst-libs/gst/sdp/gstsdpmessage.c:
1126         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1127         that getaddrinfo() can be used. Fixes #541358.
1128
1129 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1130
1131         * gst/videotestsrc/gstvideotestsrc.c:
1132         (gst_video_test_src_class_init), (gst_video_test_src_init),
1133         (gst_video_test_src_set_property),
1134         (gst_video_test_src_get_property), (gst_video_test_src_create):
1135         * gst/videotestsrc/gstvideotestsrc.h:
1136         Cleanups, use default property values as defines.
1137         Add property to enable/disable peer buffer allocation.
1138
1139 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1140
1141         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1142         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1143         Enable unit tests on PPC again as the bugs are now fixed.
1144
1145 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1146
1147         * gst-libs/gst/riff/riff-ids.h:
1148         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1149         (gst_riff_create_audio_template_caps):
1150         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1151         Fixes bug #540351.
1152
1153 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1154
1155         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1156         (gst_ffmpeg_pixfmt_to_caps):
1157         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1158         (gst_ffmpegcsp_get_unit_size):
1159         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1160         it on other formats. Also adjust the unit size only for that format
1161         to not include the palette. Fixes bug #540497.
1162
1163 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1164
1165         * gst/adder/gstadder.c:
1166           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1167
1168 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1169
1170         * ChangeLog:
1171           ChangeLog surgery.
1172   
1173         * tests/examples/seek/seek.c:
1174           Move variable into ifdef too.
1175         
1176
1177 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1178
1179         * tests/examples/seek/seek.c:
1180           Include config.h and check if we have X. Remove XInitThread(), don't
1181           think its needed. Fixes: #540334.
1182
1183 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1184
1185         Patch by: Sam Morris <sam at robots dot org to uk>
1186
1187         * gst-libs/gst/interfaces/mixertrack.c:
1188         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1189         (gst_mixer_track_set_property):
1190         API: Add "index" property to GstMixerTrack to differantiate between
1191         multiple mixer tracks with the same label.
1192
1193         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1194         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1195         Set the "index" property of GstMixerTrack to the index given by ALSA.
1196         Fixes bug #528299.
1197
1198 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1199
1200         * tests/examples/seek/Makefile.am:
1201         * tests/examples/seek/seek.c:
1202           Remove libgstvideo usage. Use gtk_get_option_group instead of
1203           gtk_init().
1204
1205 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1206
1207         * tests/check/Makefile.am:
1208           Name the test registry format neutral.
1209
1210 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1211
1212         * gst/playback/gstqueue2.c:
1213           Do not double notify. Remove the unsued return value.
1214
1215 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1216
1217         * ext/alsa/gstalsamixer.c:
1218           Also consider "speaker" as a name for master volume. If that doesn't
1219           help look for the first non-mono volume control that also has a
1220           playback switch.
1221
1222 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1223
1224         * ChangeLog:
1225           Forgot to save the ChangeLog :/
1226
1227 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1228
1229         * tests/examples/seek/Makefile.am:
1230         * tests/examples/seek/seek.c:
1231           Embedd the xwindow. Allow to play multiple files.
1232
1233 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1234
1235         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1236         (gst_ximagesink_setcaps):
1237         * sys/ximage/ximagesink.h:
1238         When the caps change, make sure to re-draw borders in
1239         force-aspect-ratio=true mode.
1240         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1241         Don't clear the border_draw flag until we actually draw the border.
1242         * tests/check/Makefile.am:
1243         Ignore alsasink/src during the states test too, so it doesn't fail
1244         when running without access to the sound device.
1245
1246 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1247
1248         * tests/examples/seek/seek.c:
1249           Fix crasher when playing a parse-launch line the 2nd time.
1250
1251 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1252
1253         * tests/check/pipelines/oggmux.c:
1254           Properly ifdef tests to fix compilation.
1255
1256 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1257
1258         * gst/playback/gstplay-marshal.list:
1259         * gst/playback/gstplaybin2.c:
1260           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1261           playbin2. This allows the user to get to the selector's sinkpads, and
1262           thus inspect a range of things - caps, tags, etc. 
1263
1264 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1265
1266         * gst/playback/gstplaybin2.c:
1267           Use a different constant for the convert-frame signal id.
1268           Fixes #537009.
1269
1270 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1271
1272         * gst/playback/gstplaybin2.c:
1273         * gst/playback/gstplaysink.c:
1274           Fix a whole bunch of typos in comments and log statements. 
1275
1276 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1277
1278         * sys/xvimage/xvimagesink.c:
1279           Don't set colour balance values on the Xv port if the user hasn't
1280           changed them (via properties or the interface). Avoids accumulating
1281           rounding errors for the common case.
1282           Partial fix for bug #537889.
1283
1284 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1285
1286         * gst/playback/gstdecodebin2.c:
1287           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1288           pads are drained.
1289
1290 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1291
1292         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1293         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1294         Report the encoder latency. Fixes #538232.
1295
1296 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1297
1298         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1299         (notify_source), (activate_group):
1300         Implement the source property, emit notify when it changes in the
1301         underlying uridecodebin.
1302
1303 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1304
1305         * tests/examples/seek/seek.c: (stop_cb):
1306         Free and clear the seek element list so that we don't use invalid
1307         references when seeking after recreating a gst-launch line.
1308
1309 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1310
1311         * gst-libs/gst/audio/gstbaseaudiosink.c:
1312         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1313         (gst_base_audio_sink_render):
1314         Report latency even if we are not live instead of hiding it.
1315         Take ts-offset and render-delay of the basesink into account when
1316         scheduling samples.
1317         Rework the clipping code so that we can take the various offsets into
1318         account and still do correct clipping.
1319
1320 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1321
1322         * configure.ac:
1323         Bump verion back to devel -> 0.10.20.1
1324
1325 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1326
1327         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1328         Don't increase the size of non-string image buffers by one as this
1329         might in theory confuse decoders. Still increase it by one for string
1330         image buffers to append '\0'.
1331
1332 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1333
1334         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1335         
1336         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1337         Fix a buffer memleak and remove a confusing and wrong debug output.
1338         Fixes bug #538663.
1339
1340 === release 0.10.20 ===
1341
1342 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1343
1344         * configure.ac:
1345           releasing 0.10.20, "Here I Go Again"
1346
1347 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1348
1349         * configure.ac:
1350         0.10.19.3 pre-release
1351
1352 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1353
1354         * gst-libs/gst/rtsp/gstrtspconnection.c:
1355         Fix build on win32.
1356         Patch By: David Schleef <ds@schleef.org>
1357         Fixes: #536874
1358
1359 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1360
1361         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1362         (gst_gio_base_src_create):
1363         * ext/gio/gstgiobasesrc.h:
1364         Try to read the requested number of bytes, even if the first
1365         read returns less than requested, until nothing is read anymore
1366         or we have the requested amount of bytes. This fixes playback of
1367         files via Samba as Samba only allows to read 64k at once.
1368
1369         Implement a caching algorithm that makes sure that we read at
1370         least 4k of data every time. Some elements will try to read a few
1371         bytes, then seek, read again a few bytes and so on and this is
1372         painfully slow as every operation has to go over DBus if GVfs is
1373         used as backend.
1374
1375         Fixes bug #536849 and #536848.
1376
1377         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1378         (gst_gio_src_check_get_range):
1379         Override check_get_range() to blacklist http/https URIs
1380         and whitelist file URIs. More to be added on demand.
1381
1382 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1383
1384         * configure.ac:
1385         0.10.19.2 pre-release
1386
1387 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1388
1389         * win32/common/libgstrtsp.def:
1390         * win32/common/libgsttag.def:
1391         Add new API functions to the dll exports
1392
1393 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1394
1395         * gst/playback/gstplaybasebin.c:
1396           Disconnect signals from decodebins we created before we remove it
1397           from playbin, to avoid crashes if the decodebin is eventually
1398           disposed after the playbin itself (possible if the app takes a
1399           reference on the decodebin).
1400           Fixes #536521.
1401
1402 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1403
1404         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1405           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1406           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1407           (h264_video_type_find), (mpeg_video_stream_type_find),
1408           (dv_type_find), (mmsh_type_find):
1409           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1410           copy caps for no good reason (this may be desirable to make it easier
1411           to detect leaks, but then it should probably be done for all caps
1412           in the typefinder somewhere).
1413
1414 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1415
1416         * tests/check/Makefile.am:
1417         Do not try to run the check tests for subparse unless it has been
1418         built.
1419
1420 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1421
1422         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1423         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1424         Do not try to run a test which requires vorbisenc unless we have
1425         actually built it.
1426
1427 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1428
1429         * gst-libs/gst/rtsp/gstrtspconnection.c:
1430         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1431         (gst_rtsp_connection_clear_auth_params),
1432         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1433         * gst-libs/gst/rtsp/gstrtspconnection.h:
1434         Add a couple of missing argument guards.
1435         Add a way of setting the DSCP for an RTSP connection.
1436         Add an accessor method for the ip member of GstRTSPConnection as all
1437         members are supposed to be private.
1438
1439 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1440
1441         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1442         Fixed accidental use of IPv4 options for all IPv6 addresses.
1443
1444 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1445
1446         * gst-libs/gst/interfaces/mixertrack.h:
1447           Document mixer track flags.
1448
1449 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1450
1451         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1452
1453         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1454         Don't set caps on the buffers that contain a copy of the buffer
1455         including the caps of them resulting in an always increasing refcount
1456         of the caps and insanely large caps. Instead include a buffer without
1457         caps in the new caps. Fixes bug #536475.
1458
1459 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1460
1461         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1462         Transform a given PAR to a range on the struct with the generic
1463         height/width instead of the struct with the possibly restricted
1464         height/width.
1465
1466 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1467
1468         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1469         Prefer the given format if it contains something stricter than [1,MAX]
1470         for height or width and only put a structure that requires rescaling
1471         as second. This makes it possible to use videoscale in pipelines where
1472         the source can actually produce the wanted height/width but usually
1473         selects a different one from the requested.
1474
1475 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1476
1477         Based on patch by: John Millikin <jmillikin gmail com>
1478
1479         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1480           (gst_vorbis_tag_add_coverart):
1481           Retrieve COVERART tags from vorbis comments (#512333)
1482
1483 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1484
1485         * gst-libs/gst/tag/tag.h:
1486         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1487           Don't forget to add new enum value here too (should probably use
1488           glib-mkenums here...).
1489
1490 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1491
1492         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1493         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1494         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1495           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1496           (gst_tag_image_data_to_image_buffer):
1497           Add two utility functions to avoid code duplication (#512333):
1498           API: add gst_tag_image_data_to_image_buffer()
1499           API: add gst_tag_list_add_id3_image()
1500           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1501
1502 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1503
1504         * win32/common/libgstaudio.def:
1505         Add gst_audio_check_channel_positions() to the exported symbols.
1506
1507 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1508
1509         * docs/libs/gst-plugins-base-libs-sections.txt:
1510         * gst-libs/gst/audio/multichannel.c:
1511         (gst_audio_check_channel_positions):
1512         * gst-libs/gst/audio/multichannel.h:
1513         API: Make gst_audio_check_channel_positions() public.
1514
1515         * tests/check/libs/audio.c: (GST_START_TEST):
1516         Add some simple checks for gst_audio_check_channel_positions().
1517
1518 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1519
1520         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1521           minrange and maxrange are scaled according to the frequency
1522           multiplier.
1523
1524 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1525
1526         * ext/pango/Makefile.am:
1527         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1528           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1529           Use gstvideo functions to calculate strides and plane offsets. Fixes
1530           rendering issue ('ghost' images of the text on the chroma planes)
1531           with widths or heights that are not multiples of 8 (#506659 and
1532           probably also #485729).
1533
1534         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1535           (main):
1536           Test with odd height/width too.
1537
1538 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1539
1540         * gst/adder/gstadder.c: (gst_adder_query_duration),
1541         (gst_adder_query_latency):
1542         When using gst_element_iterate_pads() one has to unref every pad
1543         after usage.
1544
1545 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1546
1547         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1548         (gst_base_audio_src_class_init):
1549         Add a gtk-doc chunk for the new properties to have a Since: indication.
1550
1551 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1552
1553         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1554         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1555         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1556         (gst_base_audio_src_change_state):
1557         Provide readable actual-buffer-time and actual-latency-time properties
1558         that reflect the configured ringbuffer values. Fixes #524724.
1559         API: GstBaseAudioSrc:actual-buffer-time
1560         API: GstBaseAudioSrc:actual-latency-time
1561
1562 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1563
1564         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1565         (gst_basertppayload_change_state):
1566         Simply converting the running time into an RTP timestamp by scaling it
1567         based on the clock-rate is good enough for making an RTP timestamp. This
1568         has the added benefit that we can later on expose a property with the
1569         RTP timestamp of running time 0, as is needed for RTSP servers to
1570         generate the response of the PLAY request.
1571
1572 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1573
1574         * gst/audioconvert/gstaudioconvert.c:
1575         (structure_has_fixed_channel_positions),
1576         (gst_audio_convert_transform_caps):
1577         Allow up to 11 positioned channels now that audioconvert can handle
1578         this but add no default positions for > 8 channels.
1579         
1580         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1581         Add some unit tests for the above change: Test conversion of
1582         11 positioned channels to stereo and the other way around, test
1583         conversion of 15 unpositioned channels in different ways.
1584
1585 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1586
1587         * win32/common/libgstaudio.def:
1588         Add gst_audio_clock_reset to the list of exported symbols.
1589
1590 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1591
1592         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1593         Remove wrong_channels_identification_header unit test as we now
1594         support 7 (and more channels).
1595
1596 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1597
1598         * gst/audioconvert/gstchannelmix.c:
1599         (gst_channel_mix_fill_one_other):
1600         If mixing left or right to center (or the other way around) only take
1601         the complete value if we don't already have the original position in
1602         the source.
1603
1604 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1605
1606         * gst-libs/gst/audio/multichannel.c:
1607         (gst_audio_check_channel_positions),
1608         (gst_audio_set_structure_channel_positions_list),
1609         (gst_audio_fixate_channel_positions):
1610         Allow rear center together with rear left/right and other previously
1611         conflicting channel positions. The reason why they weren't allowed
1612         was the channel mixing implementation in audioconvert.
1613         Also take this into account when fixing channel layouts.
1614
1615         Allow setting channel positions for 1/2 channels when using
1616         gst_audio_set_structure_channel_position().
1617
1618         * gst/audioconvert/gstchannelmix.c:
1619         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1620         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1621         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1622         Major rewrite of the channel mixing.
1623
1624         We now allow previously conflicting channel positions to appear
1625         together (rear center and rear left/right for example).
1626         Fixes bug #533817.
1627
1628         Rework the way channels are mixed together to take more possible
1629         channel positions into account, properly mix from/to side channels
1630         and don't assume that either center, left&right or nothing of a
1631         specific position is available anymore.
1632
1633         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1634         Adjust unit tests with non-standard 1/2 channel layouts to the more
1635         correct new behaviour.
1636
1637         Add a unit test for 5.1->Stereo downmixing.
1638
1639 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1640
1641         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1642         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1643         Add sane defaults for the 7 and 8 channel layouts as those are
1644         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1645         more than 8 channels instead of erroring out. Fixes bug #535356.
1646
1647 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1648
1649         * docs/plugins/Makefile.am:
1650         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1651         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1652         * ext/theora/theoraparse.c:
1653         Add theoraparse to the docs and fix some docs.
1654
1655 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1656
1657         * gst-libs/gst/cdda/gstcddabasesrc.c:
1658         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1659         Fix EOS condition and track addition check, the track.end sector is
1660         included in the track. Fixes #533265.
1661
1662 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1663
1664         Patch by: Mark Nauwelaerts <manauw at skynet be>
1665
1666         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1667         (gst_video_rate_flush_prev), (gst_video_rate_event),
1668         (gst_video_rate_chain):
1669         * gst/videorate/gstvideorate.h:
1670         React (more) to NEWSEGMENT
1671         Small adjustment in timestamp calculation to prevent mismatches
1672         Fixes #435633.
1673
1674 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1675
1676         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1677           Initialise error to NULL as we should.
1678
1679 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1680
1681         * gst/adder/gstadder.c: (gst_adder_query_duration),
1682         (gst_adder_query_latency), (gst_adder_query):
1683         Implement latency query.
1684
1685 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1686
1687         * gst/adder/gstadder.c: (gst_adder_query_duration):
1688         Correctly resync the iterator if gst_iterator_next() returns
1689         GST_ITERATOR_RESYNC.
1690
1691 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1692
1693         * win32/vs6/libgstpbutils.dsp:
1694           Add pbutils-enumtypes.c to sources (#518037).
1695
1696 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1697
1698         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1699         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1700         * gst-libs/gst/audio/gstaudioclock.h:
1701         Add method to inform the clock that the time starts from 0 again. We use
1702         this info to calculate a clock offset so that the time we report in
1703         internal_time is monotonically increasing, as required by the clock base
1704         class. Fixes #521761.
1705         API: GstAudioClock::gst_audio_clock_reset()
1706
1707         * gst-libs/gst/audio/gstbaseaudiosink.c:
1708         (gst_base_audio_sink_skew_slaving),
1709         (gst_base_audio_sink_change_state):
1710         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1711         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1712         Reset reported time when we (re)create the ringbuffer.
1713
1714 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1715
1716         * ext/alsa/gstalsamixertrack.c:
1717           (gst_alsa_mixer_track_update_alsa_capabilities):
1718           Make sure playback volumes aren't accidentally overwritten by
1719           capture volumes if an alsa mixer track has both playback and
1720           capture capabilities: we create two GstMixerTracks in that
1721           case, so make sure we query only the alsa capabilities that
1722           refer to the type of GstMixerTrack we created from the dual
1723           capability alsa element. Should fix issues with Audigy2 sound
1724           cards (#518082).
1725
1726 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1727
1728         * tests/check/pipelines/oggmux.c: (test_pipeline):
1729           Don't use deprecated function.
1730
1731 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1732
1733         * gst/playback/gstdecodebin2.c:
1734         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1735         Check for NULL cases and log them, creating ghostpads can, for example,
1736         fail when the pad returns wrong caps.
1737
1738         * gst/playback/gstplaybin2.c: (perform_eos):
1739         When pushing out the EOS event, collect the return value and warn when
1740         something failed.
1741
1742 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1743
1744         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1745         (gst_riff_create_video_template_caps):
1746         Add support for DVCPRO.
1747
1748 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1749
1750         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1751           Change default scaling method from nearest-neighbour to bilinear.
1752
1753 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1754
1755         * tests/check/libs/video.c:
1756           More checks.
1757
1758 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
1759
1760         * gst/subparse/gstsubparse.c: (parser_state_init),
1761           (gst_sub_parse_format_autodetect), (handle_buffer):
1762         * gst/subparse/gstsubparse.h:
1763         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
1764           Limit duration to a maximum of five seconds for tmplayer format where
1765           we can guess the duration only from the timestamp of the next line of
1766           text. We don't want to show a text for eternities just because nothing
1767           else is being said for a while.
1768
1769 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1770
1771         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1772         (gst_base_rtp_depayload_chain),
1773         (gst_base_rtp_depayload_handle_sink_event),
1774         (gst_base_rtp_depayload_push_full),
1775         (gst_base_rtp_depayload_change_state):
1776         Check sequence numbers, mark input buffers with a discont flag for the
1777         subclass when we detected a gap, drop duplicate buffers. We do this
1778         because one can use the element without a jitterbuffer in front and we
1779         don't want to feed the subclasses invalid or reordered data.
1780         Do an error when the subclass did not provide a process function instead
1781         of crashing.
1782         Some other small cleanups.
1783
1784 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
1785
1786         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1787           May just as well use the precalculated uvstride here.
1788
1789 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
1790
1791         * docs/plugins/Makefile.am:
1792         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1793         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1794         * docs/plugins/gst-plugins-base-plugins.args:
1795         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1796         * docs/plugins/gst-plugins-base-plugins.interfaces:
1797         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1798         * docs/plugins/inspect/plugin-adder.xml:
1799         * docs/plugins/inspect/plugin-alsa.xml:
1800         * docs/plugins/inspect/plugin-audioconvert.xml:
1801         * docs/plugins/inspect/plugin-audiorate.xml:
1802         * docs/plugins/inspect/plugin-audioresample.xml:
1803         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1804         * docs/plugins/inspect/plugin-cdparanoia.xml:
1805         * docs/plugins/inspect/plugin-decodebin.xml:
1806         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1807         * docs/plugins/inspect/plugin-gdp.xml:
1808         * docs/plugins/inspect/plugin-gio.xml:
1809         * docs/plugins/inspect/plugin-gnomevfs.xml:
1810         * docs/plugins/inspect/plugin-libvisual.xml:
1811         * docs/plugins/inspect/plugin-ogg.xml:
1812         * docs/plugins/inspect/plugin-pango.xml:
1813         * docs/plugins/inspect/plugin-playback.xml:
1814         * docs/plugins/inspect/plugin-queue2.xml:
1815         * docs/plugins/inspect/plugin-subparse.xml:
1816         * docs/plugins/inspect/plugin-tcp.xml:
1817         * docs/plugins/inspect/plugin-theora.xml:
1818         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1819         * docs/plugins/inspect/plugin-uridecodebin.xml:
1820         * docs/plugins/inspect/plugin-video4linux.xml:
1821         * docs/plugins/inspect/plugin-videorate.xml:
1822         * docs/plugins/inspect/plugin-videoscale.xml:
1823         * docs/plugins/inspect/plugin-videotestsrc.xml:
1824         * docs/plugins/inspect/plugin-volume.xml:
1825         * docs/plugins/inspect/plugin-vorbis.xml:
1826         * docs/plugins/inspect/plugin-ximagesink.xml:
1827         * docs/plugins/inspect/plugin-xvimagesink.xml:
1828         * ext/cdparanoia/gstcdparanoiasrc.c:
1829         * ext/ogg/gstoggdemux.c:
1830         * ext/ogg/gstoggdemux.h:
1831         * ext/ogg/gstoggmux.c:
1832         * ext/ogg/gstoggmux.h:
1833         * gst/audioconvert/audioconvert.c:
1834         * gst/audioconvert/audioconvert.h:
1835         * gst/audioconvert/gstaudioconvert.h:
1836         * gst/gdp/gstgdpdepay.h:
1837         * gst/gdp/gstgdppay.h:
1838         * gst/playback/gstdecodebin.c:
1839         * gst/playback/gstdecodebin2.c:
1840         * gst/playback/gstplaybin.c:
1841         * gst/playback/gstplaybin2.c:
1842         * gst/playback/gsturidecodebin.c:
1843         * gst/tcp/gstmultifdsink.c:
1844         * gst/tcp/gstmultifdsink.h:
1845         * gst/tcp/gsttcp.h:
1846
1847         Add some documentation comments, and some new headers to be scanned.
1848         Rename some internal enum declarations (audioconvert's DitherType and
1849         NoiseShapingType, GstUnitType from the TCP elements) to match the
1850         documented GObject type names so that the docs pick them up.
1851         Name the playbin2 docs markups properly so they get picked up. They'll
1852         need renaming back when/if playbin2 becomes playbin.
1853
1854         100% symbol coverage for the plugin docs, booya.
1855
1856 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
1857
1858         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
1859
1860         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1861         Fix generation of NV12/NV21 frames. Fixes bug #532454.
1862
1863 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1864
1865         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1866
1867         * gst/playback/gstdecodebin.c: (remove_fakesink):
1868         Lock the fakesink before setting the state to NULL and removing it from
1869         the bin so that a concurrent state change cannot interfere. 
1870         Fixes #534331.
1871
1872 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1873
1874         * docs/Makefile.am:
1875         Fix installing plugin documentation when gtk-doc is disabled.
1876
1877 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1878
1879         * gst-libs/gst/rtsp/Makefile.am:
1880         Distribute, don't install md5.h
1881
1882 2008-05-21  Julien Moutte  <julien@fluendo.com>
1883
1884         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
1885         instead of SOL_IP, works on more platforms.
1886         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
1887         arguments.
1888
1889 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1890
1891         * ext/vorbis/vorbisdec.c:
1892         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
1893         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
1894         Some debug and comment fixes.
1895
1896         * tests/examples/dynamic/addstream.c: (main):
1897         Fix , to ;
1898
1899 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1900
1901         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1902         * gst/playback/decodetest.c: (new_decoded_pad_cb):
1903         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1904         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
1905         (cleanup_decodebin):
1906         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
1907         (connect_element), (gst_decode_group_control_demuxer_pad):
1908         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
1909         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
1910         (mute_group_type):
1911         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
1912         (gst_play_bin_set_property), (handoff), (gen_video_element),
1913         (gen_text_element), (gen_audio_element), (gen_vis_element),
1914         (remove_sinks), (add_sink), (setup_sinks):
1915         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
1916         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
1917         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
1918         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
1919         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
1920         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
1921         (gen_vis_chain), (gst_play_sink_reconfigure),
1922         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
1923         (gst_play_sink_request_pad):
1924         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
1925         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
1926         (cb_newpad):
1927         * gst/playback/test6.c: (new_decoded_pad_cb):
1928         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1929         * tests/check/elements/audiorate.c: (test_injector_chain),
1930         (do_perfect_stream_test):
1931         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1932         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
1933         * tests/check/elements/gnomevfssink.c:
1934         * tests/check/elements/textoverlay.c:
1935         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
1936         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
1937         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
1938         * tests/check/pipelines/oggmux.c: (test_pipeline):
1939         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
1940         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1941         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
1942         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
1943         * tests/examples/seek/seek.c: (make_mod_pipeline),
1944         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
1945         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
1946         (make_theora_pipeline), (make_vorbis_theora_pipeline),
1947         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
1948         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
1949         (update_fill), (msg_buffering):
1950         Don't use bad gst_element_get_pad().
1951
1952 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
1953
1954         * gst-libs/gst/riff/riff-media.c:
1955           Fix wrong method name in docs. Fix calculation of strf fields for
1956           broken mulaw/alaw.
1957   
1958         * gst-libs/gst/riff/riff-read.c:
1959           Whitespace fix and removing double ';'.
1960
1961 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1962
1963         * docs/design/part-playbin2.txt:
1964         Add some leftover doc.
1965
1966 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1967
1968         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
1969         Fix copy & paste error in last commit.
1970
1971 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1972
1973         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
1974         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
1975         other channel positions when source has SIDE channels and dest doesn't
1976         or the other way around.
1977
1978 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1979
1980         Patch by: Henrik Eriksson <henriken at axis dot com>
1981
1982         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
1983         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
1984         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
1985         (gst_multi_fd_sink_get_property):
1986         * gst/tcp/gstmultifdsink.h:
1987         Add support for DSCP QOS. Fixes #469933.
1988
1989 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1990
1991         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1992         Add another test that checks if conversion between standard 1 and 2
1993         channel layouts with and without positions set is working.
1994
1995 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1996
1997         * gst-libs/gst/audio/multichannel.c:
1998         (gst_audio_check_channel_positions):
1999         Allow non-standard 2 channel layouts.
2000         
2001         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2002         Add some tests for converting and remapping non-standard 1 and 2
2003         channel layouts.
2004
2005 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2006
2007         * gst/audioconvert/gstchannelmix.c:
2008         (gst_channel_mix_fill_normalize):
2009         Prevent division by zero if the channel mix matrix contains only
2010         zeroes.
2011
2012 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2013
2014         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2015
2016         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2017         Close a buffer memory leak. Fixes bug #534071.
2018
2019 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2020
2021         * gst-libs/gst/rtsp/gstrtsptransport.h:
2022         Make the GstRTSPTransport struct members public as there are no
2023         setters/getters and it's supposed to be changed directly.
2024         Fixes bug #533087.
2025
2026 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2027
2028         * gst/adder/gstadder.c:
2029         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2030         claim this on the pad template caps.
2031
2032 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2033
2034         * gst-libs/gst/audio/gstbaseaudiosink.c:
2035         (gst_base_audio_sink_sync_latency):
2036         We can only use our optimal calibration if we prerolled before the
2037         latency expired.
2038
2039 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2040
2041         * configure.ac:
2042           Require core CVS for GstBaseSrc buffer caps setting magic.
2043
2044 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2045
2046         * gst/audioconvert/gstaudioconvert.c:
2047         (gst_audio_convert_fixate_channels):
2048         Fix logic in last commit.
2049
2050 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2051
2052         * gst/audioconvert/gstaudioconvert.c:
2053         (gst_audio_convert_fixate_channels):
2054         Passthrough the channel positions if the number of output channels is
2055         the same as the number of input channels, the input had a channel
2056         layout and downstream requests no special one. We did this already for
2057         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2058
2059 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2060
2061         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2062         (gst_gnome_vfs_src_finalize),
2063         (gst_gnome_vfs_src_received_headers_callback),
2064         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2065         * ext/gnomevfs/gstgnomevfssrc.h:
2066         Set the ICY caps on the srcpad from where they get picked up by the base
2067         class now and set on the outgoing buffers.
2068
2069         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2070         (gst_base_audio_src_create):
2071         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2072         BaseSrc now sets the caps on outgoing buffers automatically.
2073
2074 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2075
2076         * gst-libs/gst/audio/gstbaseaudiosink.c:
2077         (gst_base_audio_sink_resample_slaving),
2078         (gst_base_audio_sink_skew_slaving),
2079         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2080         (gst_base_audio_sink_async_play),
2081         (gst_base_audio_sink_change_state):
2082         Change the way in which the ringbuffer is started when dealing with a
2083         slaved clock and latency. We now sync to the clock until we reach
2084         upstream latency before starting the ringbuffer. This has the effect
2085         that we can accurately align the master and slave clocks and let the
2086         rate correction code take care of the initial drift or rounding errors
2087         instead of leaving them uncorrected with the old approach.
2088
2089 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2090
2091         * gst/audioconvert/gstaudioconvert.c:
2092         (gst_audio_convert_fixate_channels):
2093         Correctly set the default channel positions when converting to 8
2094         channels.
2095
2096 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2097
2098         * configure.ac:
2099           Error out if we don't have the required version of core.
2100
2101 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2102
2103         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2104           Use data scan helper in aac typefinder and stop scanning
2105           for headers when we've found a type. Also fix potential invalid
2106           memory access when calculating the frame length.
2107
2108 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2109
2110         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2111           (mpeg_sys_is_valid_pack):
2112           Don't modify scan context when we return FALSE in ensure_data, so
2113           it's possible to continue scanning, and we don't end up with a NULL
2114           data pointer and a positive size, which might bite us the next time
2115           we're called. Small constification.
2116
2117 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2118
2119         * gst/adder/gstadder.c:
2120         Adder doesn't support 24 bit samples so don't claim it supports them
2121         in the pad template caps.
2122
2123 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2124
2125         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2126         (gst_base_rtp_depayload_chain):
2127         Validate the RTP packet before further processing it. It's just too
2128         dangerous to accept random packets and people are not forced to use a
2129         jitterbuffer or session manager to filter out the bad packets.
2130
2131         * gst-libs/gst/rtp/gstrtpbuffer.c:
2132         (gst_rtp_buffer_set_extension_data),
2133         (gst_rtp_buffer_get_payload_subbuffer):
2134         Small cleanups.
2135         When setting extension data in a buffer that is too small, we fail and
2136         we should not set the extension bit.
2137         Change GST_WARNINGS into g_warning because they really are
2138         programming errors.
2139
2140         * tests/check/libs/rtp.c: (GST_START_TEST):
2141         Catch the g_warnings now in the unit tests and that fact that failing to
2142         set extension data left the extension bit untouched.
2143
2144 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2145
2146         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2147           Revert previous change which made basetransform handle buffer_alloc
2148           and which breaks things badly in the non-passthrough case since it
2149           returned buffers with a different (ie. sometimes smaller) size than
2150           the size requested.
2151
2152 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2153
2154         Patch by: Bernard B <b-gnome at largestprime dot net>
2155
2156         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2157         Fix seqnum compare function for bordercase values and fix the docs
2158         again. Fixes #533075.
2159
2160         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2161         Add a testcase for seqnum compare function.
2162
2163 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2164
2165         * gst/adder/gstadder.c: (gst_adder_setcaps),
2166         (gst_adder_class_init):
2167         Correctly declare the supported endianness on the pad templates
2168         and check for correct endianness in the set caps function. Adder
2169         only supports native endianness.
2170         Also use gst_element_class_set_details_simple().
2171
2172 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2173
2174         * sys/xvimage/xvimagesink.c:
2175           Better debug logging in port value handling. Merging separate port
2176           value loops into one.
2177
2178 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2179
2180         Patch by: Hannes Bistry <hannesb at gmx dot de>
2181
2182         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2183         * gst/tcp/gsttcpserversink.c:
2184         (gst_tcp_server_sink_handle_server_read),
2185         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2186         Fix regression in clientsrc because we did not add the fd to the poll
2187         set anymore. Fixes #532364.
2188         Do some cleanups here and there.
2189
2190 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2191
2192         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2193         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2194         * gst/playback/gstplay-marshal.list:
2195         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2196         Use correct marshallers. GstCaps are a boxed type and no GObject
2197         subclass.
2198
2199 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2200
2201         * win32/common/libgstrtsp.def:
2202         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2203         symbols.
2204
2205 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2206
2207         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2208
2209         * tests/check/elements/audioresample.c:
2210         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2211         (live_switch_push), (GST_START_TEST):
2212         Add unit test for the latest basetransform negotiation changes.
2213         See bug #526768.
2214
2215 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2216
2217         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2218         Fix nv12<->nv21 conversion if stride is larger than width.
2219
2220 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2221
2222         Patch by: Jan Gerber <j at oil21 dot org>
2223
2224         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2225         (gst_ogg_pad_parse_skeleton_fisbone):
2226         * ext/ogg/gstoggdemux.h:
2227         Parse presentation time from skeleton streams and use it as offset
2228         for the timestamps. Fixes bug #530068.
2229
2230 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2231
2232         * gst-libs/gst/audio/gstbaseaudiosink.c:
2233         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2234         Revert previous patch that attempted to more accurately calculate the
2235         initial offset between master and slave clock. The best thing we can do
2236         in general is take the time of both clocks as the diff since we don't
2237         know when the actual preroll happened.
2238
2239 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2240
2241         * gst-libs/gst/pbutils/install-plugins.c:
2242           Fix docs: type and missing word.
2243
2244 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2245
2246         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2247           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2248           for this instead; don't check if we've found enough markers after
2249           each and every step, it's enough to do that only if we've actually
2250           found a new marker.
2251           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2252
2253 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2254
2255         * gst/typefind/gsttypefindfunctions.c:
2256           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2257           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2258           (mpeg_video_stream_type_find):
2259           Move scan helper thingy to the beginning of the file so we can use
2260           it in other typefind functions. Rename it to something more
2261           generic. Also improve handling of things towards the end of the
2262           typefind data: peek as much as we can if we know the size of the
2263           data, rather than just min_size.
2264
2265 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2266
2267         * docs/libs/gst-plugins-base-libs-sections.txt:
2268         * gst-libs/gst/interfaces/colorbalance.c:
2269         * gst-libs/gst/interfaces/colorbalance.h:
2270         * gst-libs/gst/interfaces/colorbalancechannel.c:
2271         * gst-libs/gst/interfaces/colorbalancechannel.h:
2272         * gst-libs/gst/interfaces/tuner.c:
2273         * gst-libs/gst/interfaces/tunerchannel.c:
2274         * gst-libs/gst/interfaces/tunerchannel.h:
2275         * gst-libs/gst/interfaces/tunernorm.c:
2276         * gst-libs/gst/interfaces/tunernorm.h:
2277         * gst-libs/gst/video/video.c:
2278         * gst-libs/gst/video/video.h:
2279         Document the GstTuner and GstColorBalance interfaces, and some
2280         other random API functions that needed it. 70% symbol coverage, woo.
2281
2282 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2283
2284         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2285         Choose to allocate one less segment but require one additional segment
2286         as latency. 
2287
2288         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2289         No need to increment the number of segments in the source.
2290
2291         * gst-libs/gst/audio/gstbaseaudiosink.c:
2292         (gst_base_audio_sink_get_time), (clock_convert_external),
2293         (gst_base_audio_sink_resample_slaving),
2294         (gst_base_audio_sink_skew_slaving),
2295         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2296         (gst_base_audio_sink_async_play):
2297         Remove adding latency when returning the internal time while subtracting
2298         it again when we use the value a little later.
2299         When calculating the end timestamp, we are making a rounding error
2300         with the current algorithm. Ensure that we don't accumulate these
2301         rounding errors when aligning samples by not resampling at all if we
2302         don't need to. Fixes #419351.
2303         Make the initial calibration of the clock slaving a little more
2304         predictable and accurate. Also handle the case where we don't do
2305         clock slaving.
2306
2307 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2308
2309         Based on a patch by:
2310           Björn Benderius <bjoern dot benderius at axis dot com>
2311
2312         * gst/ffmpegcolorspace/avcodec.h:
2313         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2314         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2315         (gst_ffmpegcsp_avpicture_fill):
2316         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2317         * gst/ffmpegcolorspace/imgconvert_template.h:
2318         Add conversions from/to NV12 and NV21 and conversions between those
2319         two formats. Fixes bug #532166.
2320
2321 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2322
2323         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2324         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2325         which happens for example with files smaller than 128kb.
2326
2327 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2328
2329         Patch by: Wouter Cloetens <zombie at e2big dot org>
2330
2331         * gst-libs/gst/rtsp/Makefile.am:
2332         * gst-libs/gst/rtsp/gstrtspconnection.c:
2333         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2334         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2335         (add_auth_header), (gst_rtsp_connection_free),
2336         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2337         (gst_rtsp_connection_set_auth_param),
2338         (gst_rtsp_connection_clear_auth_params):
2339         * gst-libs/gst/rtsp/gstrtspconnection.h:
2340         Add Digest authorization support for RTSP connections. See #532065.
2341
2342         * gst-libs/gst/rtsp/md5.c:
2343         * gst-libs/gst/rtsp/md5.h:
2344         Yeap, another md5 implementation until we can depend on a glib that has
2345         support for it.
2346
2347 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2348
2349         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2350
2351         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2352         Let audioresample use the buffer allocation of basetransform instead
2353         of it's own stuff.
2354
2355         * tests/check/elements/audioresample.c: (alloc_only_48000),
2356         (GST_START_TEST), (audioresample_suite):
2357         Add unit test for the recent basetransform bugfix, where upstream
2358         changes caps to something that can't be passed through anymore.
2359
2360 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2361
2362         * win32/common/config.h.in:
2363           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2364           use the real thing than having "???" unconditionally.
2365
2366 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2367
2368         * gst-libs/gst/audio/gstbaseaudiosink.c:
2369         (gst_base_audio_sink_query):
2370         Report the latency with the new seglatency parameter.
2371
2372         * gst-libs/gst/audio/gstringbuffer.c:
2373         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2374         (gst_ring_buffer_acquire):
2375         * gst-libs/gst/audio/gstringbuffer.h:
2376         Add new field to the ringbufferspec to specify the expected latency
2377         between the underlying device read/write pointer, this is needed
2378         when writing sinks that sit a little closer to the hardware.
2379         Add some more docs for other fields.
2380
2381 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2382
2383         * gst/volume/gstvolume.c: (volume_transform_ip):
2384         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2385         reason instead of crashing later. Might fix bug #509125.
2386
2387 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2388
2389         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2390
2391         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2392         * gst/audioconvert/audioconvert.h:
2393         * gst/audioconvert/gstaudioconvert.c:
2394         (gst_audio_convert_parse_caps),
2395         (structure_has_fixed_channel_positions),
2396         (gst_audio_convert_transform_caps):
2397         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2398         Add support for more than 8 channels and NONE channel layouts. For
2399         more than 8 channels no channel conversion is supported yet, only
2400         format conversions are supported. Fixes bug #398033.
2401
2402         * tests/check/elements/audioconvert.c: (verify_convert),
2403         (GST_START_TEST), (audioconvert_suite):
2404         Add some unit tests by Tim for checking the NONE channel layouts
2405         and more than 8 channels and add some more unit tests for channel
2406         conversions.
2407
2408 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2409
2410         * gst/playback/gstdecodebin2.c: (connect_pad):
2411         When autoplugging fails, set the element back to NULL before
2412         unreffing it.
2413
2414 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2415
2416         * win32/common/libgstaudio.def:
2417         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2418         symbols.
2419
2420 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2421
2422         * gst/subparse/samiparse.c: (handle_start_sync),
2423         (end_sami_element), (characters_sami):
2424         Remove trailing, leading and double whitespaces.
2425         Correctly timestamp buffers and output the last buffer too.
2426
2427         * tests/check/elements/subparse.c: (GST_START_TEST),
2428         (subparse_suite):
2429         Add a simple unit test for SAMI parsing.
2430
2431 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2432
2433         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2434
2435         * gst/subparse/samiparse.c: (handle_start_sync),
2436         (start_sami_element), (end_sami_element), (characters_sami),
2437         (sami_context_reset):
2438         Only output characters inside the "sync" elements. There could be
2439         other elements like "style" that have some content but should
2440         not be printed. Fixes bug #467911.
2441
2442 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2443
2444         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2445         (set_active_source):
2446         * gst/playback/gstplaybasebin.h:
2447         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2448         (playbin_set_audio_mute):
2449         Allow setting -1 as current-audio to mute the current audio stream,
2450         similar to what is done for subtitles. Fixes bug #342294.
2451
2452 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2453
2454         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2455         It's SorensOn and not SorensEn.
2456
2457 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2458
2459         * gst-libs/gst/pbutils/descriptions.c: (formats):
2460           Fix description of video/x-flash-video.
2461
2462 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2463
2464         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2465         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2466         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2467         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2468         Remove some unused code.
2469
2470         * gst/audioconvert/gstaudioquantize.c:
2471         (gst_audio_quantize_free_noise_shaping):
2472         Don't return before freeing the noise shaping history.
2473
2474 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2475
2476         * tests/check/elements/subparse.c: (do_test),
2477           (test_tmplayer_style3b), (subparse_suite):
2478           Add unit test for the tmplayer variant from bug #530962.
2479
2480 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2481
2482         * gst/subparse/gstsubparse.c: (handle_buffer),
2483           (gst_sub_parse_sink_event):
2484         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2485           (tmplayer_parse_line):
2486           Fix parsing of tmplayer subtitle variant where every single line contains
2487           text and there isn't an empty line after each line to determine the
2488           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2489           making sure that we push out the last line of text without a duration if
2490           there's still text left in the buffer at the end.
2491
2492 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2493
2494         * gst/subparse/gstsubparse.c: (feed_textbuf):
2495           Fix detection of discontinuities based on the buffer offset (doesn't work
2496           so well if no buffer offset is set) and also check for the DISCONT buffer
2497           flag. This keeps the parser state from being reset after each buffer in
2498           the unit test.
2499
2500 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2501
2502         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2503           Further fine-tuning: don't absolutely require sequence or GOP headers
2504           (as introduced in the previous commit), but adjust the typefind
2505           probabilities returned accordingly if we don't see them. Also make sure
2506           picture header and first slice are somewhat close to each other (which
2507           is not perfect but still better than requiring a fixed offset or having
2508           no limit at all).
2509
2510 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2511
2512         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2513         (gst_basertppayload_sink_setcaps),
2514         (gst_basertppayload_sink_getcaps):
2515         Rename the setcaps/getcaps function internally to make it clear that
2516         they are called for the sink pad.
2517
2518 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2519
2520         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2521         (gst_base_rtp_depayload_class_init),
2522         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2523         (gst_base_rtp_depayload_packet_lost),
2524         (gst_base_rtp_depayload_set_gst_timestamp):
2525         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2526         Catch packet-lost events from the jitterbuffer and convert them into a
2527         vmethod call (lost-packet) so that depayloaders can do something smart.
2528         Also add a default packet-lost function that sends out a segment update
2529         to the decoders.
2530
2531 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2532
2533         * gst/playback/test4.c:
2534         * gst/playback/test5.c:
2535         * gst/playback/test6.c:
2536         * gst/playback/test7.c:
2537           Also include config.h when relying on defines from it. Fixes the
2538           build. Its been a please to serve :)
2539
2540 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2541
2542         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2543         (paint_setup_NV21), (paint_hline_NV12_NV21):
2544         Add support for NV12 and NV21 in videotestsrc
2545
2546 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2547
2548         * gst/videoscale/gstvideoscale.c:
2549         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2550         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2551         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2552         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2553         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2554         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2555         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2556         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2557         (vs_image_scale_linear_RGB555):
2558         Support 1x1 images as input and output as for example the BBC HQ new
2559         streams have 1x1 GIFs in the playlists for some reason.
2560
2561 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2562
2563         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2564           (try_to_link_1):
2565           If we can't activate one of the decoders we plugged in (such as,
2566           say, musepackdec) for some reason (it might not support push mode,
2567           for example), remove any pad probes that close_pad_link() might
2568           have set up. This makes sure we later don't try to remove a probe
2569           for a pad that doesn't exist any longer, and avoids nast warnings
2570           and probably other things too.
2571
2572 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2573
2574         * gst/typefind/gsttypefindfunctions.c:
2575           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2576           (plugin_init):
2577           Rework mpeg video stream typefinding a bit more: make sure sequence,
2578           GOP, picture and slice headers appear in the order they should and
2579           that we've in fact at least had one of each; fix picture header
2580           detection; decouple picture and slice header check - don't assume
2581           they're at a fixed offset, there may be extra data in between. Also,
2582           announce varying degrees of probability depending on what we found
2583           exactly (multiple pictures, at least one picture, just sequence and
2584           GOP headers). Finally, in _ensure_data(), take into account that we
2585           might be typefinding smaller amounts of data, such as the first
2586           buffer of a stream, so fall back to the minimum size needed as long
2587           as that's available, instead of erroring out if there's less than
2588           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2589           fuzzed file from #399342 as valid.
2590
2591 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2592
2593         * ext/theora/theoradec.c:
2594           Cool kids don't divide by zero.
2595           Treat PAR of x:0 as 1:1.
2596           Fixes #530719.
2597
2598 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2599
2600         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2601           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2602           (mpeg_video_stream_type_find):
2603           Refactor a bit: use context structure to track parsing offset and
2604           size of available data and make the code a bit clearer. Fixes bad
2605           memory access in #356937.
2606
2607 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2608
2609         * gst/playback/test4.c:
2610         * gst/playback/test5.c:
2611         * gst/playback/test6.c:
2612         * gst/tcp/gstmultifdsink.c:
2613           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2614           is defined.
2615
2616 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2617
2618         * gst-libs/gst/audio/gstbaseaudiosink.h:
2619         Clarify some docs.
2620
2621         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2622         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2623         (gst_base_audio_src_set_slave_method),
2624         (gst_base_audio_src_get_slave_method),
2625         (gst_base_audio_src_set_property),
2626         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2627         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2628         Add property and methods for selecting the clock slave method in the
2629         source, like in the sink.
2630         We only implement "none" and "re-timestamp" for now.
2631         API: gst_base_audio_src_set_slave_method()
2632         API: gst_base_audio_src_get_slave_method()
2633
2634 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2635
2636         * gst-libs/gst/rtp/gstrtpbuffer.c:
2637         Fix the docs about the seqnum compare function, it returns a difference.
2638
2639 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2640
2641         * ext/alsa/gstalsadeviceprobe.c:
2642         (gst_alsa_get_device_list): Don't return before freeing up
2643         the allocated structures.
2644
2645 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2646
2647         * gst/playback/gstplaybin.c:
2648           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2649
2650 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2651
2652         * ext/ogg/gstoggdemux.c:
2653           Revert the event part, that should not go in.
2654
2655 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2656
2657         * ext/ogg/gstoggdemux.c:
2658           Don't leak GstPluginFeatures when filtering.
2659
2660 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2661
2662         * sys/xvimage/xvimagesink.c:
2663           Add some logging for cases when grabbing the xv failed.
2664
2665 2008-04-21  David Schleef  <ds@schleef.org>
2666
2667         * ext/ogg/gstoggmux.c:
2668           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2669           packet.  Should conform to what we currently think is the
2670           final Ogg/Dirac muxing spec.
2671
2672 2008-04-21  David Schleef  <ds@schleef.org>
2673
2674         * sys/xvimage/xvimagesink.c:
2675           Fix typo that causes the overlay keying color to bright green
2676           on a 16-bit display.  Dark grey good.  Bright green bad.
2677
2678 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2679
2680         * ext/gnomevfs/gstgnomevfsuri.c:
2681           Add  FIXME comment about using uri-list for source and sink.
2682
2683 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2684
2685         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2686         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2687         vaargs functions to gint. Otherwise the fractions will get 0 set
2688         instead of the correct value on big endian systems. Fixes bug #529018.
2689
2690 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2691
2692         * ext/gnomevfs/gstgnomevfssink.c:
2693         (gst_gnome_vfs_sink_uri_get_protocols):
2694         * ext/gnomevfs/gstgnomevfssrc.c:
2695         (gst_gnome_vfs_src_uri_get_protocols):
2696         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2697         (gst_gnomevfs_get_supported_uris):
2698         Get the list of supported URI schemes in a threadsafe way and use the
2699         same list for the source and sink.
2700
2701 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2702
2703         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2704         (gst_gio_get_supported_protocols):
2705         Don't generate a new supported protocols list on each call but cache
2706         it. It's supposed to be static anyway, this way we only leak it once
2707         per process.
2708
2709         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2710         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2711         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2712         (gst_gio_sink_start):
2713         * ext/gio/gstgiosink.h:
2714         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2715         (gst_gio_src_class_init), (gst_gio_src_finalize),
2716         (gst_gio_src_set_property), (gst_gio_src_get_property),
2717         (gst_gio_src_start):
2718         * ext/gio/gstgiosrc.h:
2719         API: Add "file" properties where one can set a GFile as
2720         source/destination.
2721
2722         Add locking to the properties and use
2723         gst_element_class_set_details_simple() instead of a static
2724         GstElementDetails struct.
2725
2726 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2727
2728         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2729         (plugin_init):
2730         Add "mpp" and "mp+" as possible extensions for MusePack files.
2731
2732         Add typefinding for MusePack StreamVersion 8 files and include the
2733         stream version in the caps.
2734
2735 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2736
2737         * gst-libs/gst/rtp/gstrtppayloads.c:
2738         (gst_rtp_payload_info_for_name):
2739         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2740
2741 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2742
2743         * configure.ac:
2744           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2745           (NB: this only affects compilation of some of the examples).
2746           Remove some configure.ac cruft that's not needed any longer.
2747
2748 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
2749
2750         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2751         Don't validate the payload if there isn't any.
2752         Fixes #525915
2753
2754 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2755
2756         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
2757         Use g_atomic_int_set() instead of gst_atomic_int_set().
2758
2759 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2760
2761         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2762         Return NULL instead of a gchar * array with one NULL element if we
2763         don't get any supported URI schemes from GIO.
2764
2765 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2766
2767         * gst/audiotestsrc/gstaudiotestsrc.c:
2768           Remove cpp style commented old code.
2769
2770 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2771
2772         * gst/playback/gstdecodebin2.c:
2773           Fix signal docs.
2774
2775 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
2776
2777         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2778           (gst_text_overlay_init):
2779           Fix textoverlay unit test again by making the supposed default
2780           value for the wait-text property the actual default value.
2781           Also fix Since: tag for new property.
2782
2783 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
2784
2785         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
2786           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
2787           (gst_video_format_get_pixel_stride),
2788           (gst_video_format_get_component_width),
2789           (gst_video_format_get_component_height),
2790           (gst_video_format_get_component_offset), (gst_video_format_get_size),
2791           (gst_video_format_convert):
2792           Add guards to these functions to ensure sane input values.
2793
2794         * tests/check/libs/video.c:
2795           Fix unit test not to create caps with width=0 and height=0.
2796
2797 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2798
2799         * docs/design/draft-keyframe-force.txt:
2800         Fix typo.
2801
2802         * gst/playback/gstqueue2.c: (update_buffering),
2803         (gst_queue_handle_src_query):
2804         Set buffering mode in the messages.
2805         Set buffering percent in the query.
2806
2807         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
2808         (do_stream_buffering), (do_download_buffering), (msg_buffering):
2809         Do some more fancy things based on the buffering method in use.
2810
2811 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2812
2813         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
2814         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
2815         (msg_buffering), (main):
2816         Add basic download reports to seek using the new buffering API.
2817
2818 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2819
2820         * gst/playback/gstqueue2.c: (update_buffering),
2821         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
2822         (gst_queue_src_checkgetrange_function):
2823         Include extra buffering stats in the buffering message.
2824         Implement BUFFERING query.
2825
2826         * gst/playback/gsturidecodebin.c: (do_async_start),
2827         (do_async_done), (type_found), (setup_streaming), (setup_source),
2828         (gst_uri_decode_bin_change_state):
2829         Only add decodebin2 when the type is found in streaming mode.
2830         Make uridecodebin async to PAUSED even when we don't have decodebin2
2831         added yet.
2832
2833 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
2834
2835         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2836         Filter cdda from the supported URI schemes. We can't support
2837         musicbrainz tags and everything else one expects from a cdda source
2838         with GIO. Fixes bug #526794.
2839
2840 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
2841
2842         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
2843         (gst_xvimagesink_buffer_alloc):
2844         Fix calculation of 'expected size' for YV12 buffers.
2845         Be a little more verbose in the debug output for buffer-alloc'ed
2846         buffers which turn out to have the wrong size.
2847
2848 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
2849
2850         * NEWS:
2851         * RELEASE:
2852         * gst-plugins-base.doap:
2853           Merge other changes from 0.10.19 release branch.
2854
2855 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2856
2857         * gst-libs/gst/audio/gstbaseaudiosink.c:
2858           (gst_base_audio_sink_class_init):
2859         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2860           (gst_base_audio_src_class_init):
2861         * gst/playback/gstplayback.c: (plugin_init):
2862         * gst/volume/gstvolume.c: (plugin_init):
2863           Work around missing bits of thread-safety on older GLibs some
2864           more to avoid assertions when starting up multiple playbin
2865           objects concurrently (see #512382).
2866
2867 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2868
2869         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
2870           Remove some more fields.
2871
2872 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
2873
2874         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2875
2876         * configure.ac:
2877         Actually build dlls when cross-compiling with mingw32.
2878         Fixes bug #526247.
2879
2880 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2881
2882         * configure.ac:
2883           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
2884
2885 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2886
2887         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
2888         (msg_buffering), (connect_bus_signals), (main):
2889         Add statusbar.
2890         Add buffering support with feedback in the statusbar.
2891
2892 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2893
2894         * ext/ogg/gstoggmux.c:
2895           Fix sample pipeline description.
2896
2897 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
2898
2899         * docs/plugins/Makefile.am:
2900         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2901         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2902         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2903           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
2904
2905         * docs/plugins/gst-plugins-base-plugins.args:
2906         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2907         * docs/plugins/gst-plugins-base-plugins.interfaces:
2908         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2909         * docs/plugins/inspect/plugin-adder.xml:
2910         * docs/plugins/inspect/plugin-alsa.xml:
2911         * docs/plugins/inspect/plugin-audioconvert.xml:
2912         * docs/plugins/inspect/plugin-audiorate.xml:
2913         * docs/plugins/inspect/plugin-audioresample.xml:
2914         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2915         * docs/plugins/inspect/plugin-cdparanoia.xml:
2916         * docs/plugins/inspect/plugin-decodebin.xml:
2917         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2918         * docs/plugins/inspect/plugin-gdp.xml:
2919         * docs/plugins/inspect/plugin-gnomevfs.xml:
2920         * docs/plugins/inspect/plugin-libvisual.xml:
2921         * docs/plugins/inspect/plugin-ogg.xml:
2922         * docs/plugins/inspect/plugin-pango.xml:
2923         * docs/plugins/inspect/plugin-playback.xml:
2924         * docs/plugins/inspect/plugin-queue2.xml:
2925         * docs/plugins/inspect/plugin-subparse.xml:
2926         * docs/plugins/inspect/plugin-tcp.xml:
2927         * docs/plugins/inspect/plugin-theora.xml:
2928         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2929         * docs/plugins/inspect/plugin-uridecodebin.xml:
2930         * docs/plugins/inspect/plugin-video4linux.xml:
2931         * docs/plugins/inspect/plugin-videorate.xml:
2932         * docs/plugins/inspect/plugin-videoscale.xml:
2933         * docs/plugins/inspect/plugin-videotestsrc.xml:
2934         * docs/plugins/inspect/plugin-volume.xml:
2935         * docs/plugins/inspect/plugin-vorbis.xml:
2936         * docs/plugins/inspect/plugin-ximagesink.xml:
2937         * docs/plugins/inspect/plugin-xvimagesink.xml:
2938           Update introspection data.
2939
2940         * ext/ogg/gstoggmux.c:
2941           Document oggmux.
2942
2943         * gst/playback/gstdecodebin2.c:
2944           Don't use gtk-doc style comment start for private stuff, but make it
2945           formatted like this for consistency.
2946
2947 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2948
2949         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
2950         (gst_decode_bin_init), (gst_decode_bin_dispose),
2951         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
2952         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
2953         (analyze_new_pad), (connect_pad), (expose_pad),
2954         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
2955         (gst_decode_group_expose), (gst_decode_group_free),
2956         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
2957         Remove fakesink hack, we can now implement this more elegantly.
2958         Added property to bypass typefinding.
2959         Removed underrun callback and demuxer pad probe, we now use the srcpad
2960         probe to expose groups.
2961         API::sink-caps property
2962
2963         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
2964         Guard against multiple emissions of the no_more_pads signal, which
2965         happens when we are dealing with chained oggs.
2966
2967         * gst/playback/gsturidecodebin.c: (remove_decoders),
2968         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
2969         (setup_source):
2970         For streams, use our own typefind element and plug our queue after it.
2971         We will need this to determine the type of buffering to use for the
2972         queue soon.
2973
2974 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2975
2976         * gst-libs/gst/audio/gstbaseaudiosink.c:
2977         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
2978         Guard against over and underflows because of clock slaving.
2979         When we are using our own clock, still compensate for any calibrations
2980         that we might have done to our clock.
2981
2982 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2983
2984         * ext/theora/theoradec.c: (theora_handle_type_packet),
2985         (theora_dec_chain):
2986         Don't try to do anything fancy with the return code from pushing an
2987         event, it does not have enough information to turn it into a
2988         GST_FLOW_ERROR.
2989
2990 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2991
2992         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
2993         (gst_ogg_demux_chain_elem_pad):
2994         Add small debug line.
2995         Pass return code from the internal decoder instead of the too generic
2996         GST_FLOW_ERROR.
2997
2998 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
2999
3000         * gst-libs/gst/cdda/Makefile.am:
3001         * gst-libs/gst/cdda/base64.c:
3002         * gst-libs/gst/cdda/base64.h:
3003         * gst-libs/gst/cdda/gstcddabasesrc.c:
3004         (gst_cddabasesrc_calculate_musicbrainz_discid):
3005         Use GLib's base64 implementation instead of our own.
3006
3007 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3008
3009         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3010         (gst_ogg_demux_read_chain):
3011         Refix oggdemux, we only have a problem if we failed to find a chain and
3012         we are not EOF.
3013
3014 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3015
3016         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3017
3018         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3019         (gst_ogg_demux_read_chain):
3020         When we fail to find a BOS page and we and up with no chain, error out
3021         properly instead of segfaulting. Fixes #525665.
3022
3023 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3024
3025         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3026         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3027         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3028         no-more-pads...
3029
3030 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3031
3032         * gst/playback/gstqueue2.c: (update_out_rates),
3033         (gst_queue_open_temp_location_file),
3034         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3035         (gst_queue_handle_src_query), (gst_queue_set_property):
3036         Update the estimated input data when we push out a buffer.
3037         Add some debug info about the temp file.
3038         Only forward src events when we are not using a temp file.
3039         Don't block the duration query, we need to find something better.
3040         Don't leak the temp filename.
3041
3042 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3043
3044         * configure.ac:
3045         Require GLib 2.12 and liboil 0.3.14.
3046
3047         * gst/volume/gstvolume.c: (volume_process_double):
3048         Unconditionally use liboil 0.3.14 function.
3049
3050 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3051
3052         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3053         ms-gsm can have arbitrarty sample rates. See #481354.
3054
3055 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3056
3057         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3058         MP4S is generic MPEG-4, not a microsoft variant.
3059
3060 2008-03-27  Michael Smith <msmith@fluendo.com>
3061
3062         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3063           Check the body CRC (if set) when depayloading.
3064           Fixes #522401.
3065
3066 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3067
3068         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3069           Fix Since: version for new property.
3070
3071 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3072
3073         * gst-libs/gst/rtsp/gstrtspconnection.c:
3074         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3075         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3076         Don't error when poll_wait returns EAGAIN.
3077
3078 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3079
3080         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3081         The queue is never filled when there are no buffers in the queue at all.
3082         Fixes #523993.
3083
3084 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3085
3086         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3087         (init_group), (free_group), (gst_play_bin_init),
3088         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3089         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3090         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3091         (gst_play_bin_set_current_video_stream),
3092         (gst_play_bin_set_current_audio_stream),
3093         (gst_play_bin_set_current_text_stream),
3094         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3095         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3096         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3097         (activate_group), (deactivate_group), (setup_next_source),
3098         (save_current_group), (gst_play_bin_change_state):
3099         Update some docs.
3100         Add new locks and conds to protect pipeline creation and group
3101         switching.
3102         Implement the sub-uri property.
3103         Keep track of pending uridecodebin creation and configure the output
3104         pipeline after all streams are configured.
3105         Propagate subtitle encoding to the uridecodebins.
3106         Implement getting the video/audio/visualisation elements.
3107         Use input-selector for stream switching.
3108         If we are asked to do visualisation, prefer to autoplug raw sinks
3109         instead of sinks that accept encoded data.
3110
3111 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3112
3113         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3114         (gst_play_sink_init), (gst_play_sink_dispose),
3115         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3116         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3117         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3118         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3119         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3120         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3121         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3122         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3123         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3124         * gst/playback/gstplaysink.h:
3125         Add methods to get audio/video/vis elements.
3126         Add methods to set the font description for the overlay.
3127         Remove properties, we're using this element with its methods only.
3128         Add support for subtitles.
3129         Rearrange the locking a bit to not use the object lock for protecting
3130         the pipeline construction.
3131         Try to use the volume and mute property on the sink when its available.
3132         Implement the mute option with volume when the sink does not have a mute
3133         property.
3134         Only add volume element when the sink has no volume property.
3135         Only do visualisations with raw audio pads.
3136
3137 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3138
3139         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3140         (gst_text_overlay_init), (gst_text_overlay_set_property),
3141         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3142         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3143         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3144         (gst_text_overlay_change_state):
3145         * ext/pango/gsttextoverlay.h:
3146         Add property to configure waiting for text on the textpad or not, with
3147         the default behaviour being the old one (always wait for text before
3148         rendering the video). This default behaviour is usually not the best one
3149         because the text stream can very sparse and could require queueing a lot
3150         of video.
3151         Fix the flushing and EOS handing so that we don't mix up their meaning.
3152
3153 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3154
3155         * gst/playback/gsturidecodebin.c:
3156         (gst_uri_decode_bin_autoplug_factories),
3157         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3158         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3159         (gst_uri_decode_bin_set_property),
3160         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3161         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3162         (proxy_autoplug_factories_signal), (make_decoder),
3163         (source_new_pad), (setup_source):
3164         Add a readonly source property and notify.
3165         Add new lock for protecting the construction of the pipeline.
3166         Keep track of the decodebins we plugged.
3167         Correctly proxy the autoplug signal so that it actually continues.
3168         Proxy subtitle-encoding to the decodebins.
3169
3170 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3171
3172         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3173         (text_toggle_cb), (update_streams), (main):
3174         Rearrange some buttons in playbin2 and make some other boxes insensitive
3175         when needed.
3176         Add language codes to subtitle selection boxes when we gind the right
3177         tags for the streams.
3178
3179 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3180
3181         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3182         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3183         (gst_decode_bin_set_subs_encoding),
3184         (gst_decode_bin_get_subs_encoding),
3185         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3186         (deactivate_free_recursive):
3187         Protect caps property with the object lock.
3188         Protect encoding property with the object lock.
3189         Keep list of elements we added that have the subtitle-encoding property.
3190         Distribute the subtitle-encoding to all of the elements when it
3191         changes.
3192
3193 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3194
3195         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3196         Small debug improvement.
3197
3198         * gst-libs/gst/audio/gstbaseaudiosink.c:
3199         (gst_base_audio_sink_render):
3200         Fix bug in determining the sample start/stop position, we want to base
3201         this decision on the fact that we are going forwards or backwards, not
3202         slower or faster. This fixes some ugly resync warnings when playing at
3203         very slow speeds.
3204
3205 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3206
3207         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3208         Correctly set the supported URI schemes and don't leave
3209         some schemes in the middle or at the start at NULL.
3210
3211 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3212
3213         * tests/check/elements/gdpdepay.c:
3214           Make test compile without unused function/variable warnings on PPC.
3215  
3216 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3217
3218         * configure.ac:
3219         * ext/alsa/gstalsamixerelement.c:
3220         (gst_alsa_mixer_element_class_init):
3221         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3222         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3223         * ext/cdparanoia/gstcdparanoiasrc.c:
3224         (gst_cd_paranoia_src_class_init):
3225         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3226         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3227         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3228         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3229         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3230         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3231         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3232         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3233         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3234         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3235         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3236         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3237         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3238         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3239         (gst_audio_filter_template_class_init):
3240         * gst-libs/gst/audio/gstbaseaudiosink.c:
3241         (gst_base_audio_sink_class_init):
3242         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3243         (gst_base_audio_src_class_init):
3244         * gst-libs/gst/cdda/gstcddabasesrc.c:
3245         (gst_cdda_base_src_class_init):
3246         * gst-libs/gst/interfaces/mixertrack.c:
3247         (gst_mixer_track_class_init):
3248         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3249         (gst_base_rtp_depayload_class_init):
3250         * gst-libs/gst/rtp/gstbasertppayload.c:
3251         (gst_basertppayload_class_init):
3252         * gst/audioconvert/gstaudioconvert.c:
3253         (gst_audio_convert_class_init):
3254         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3255         * gst/audioresample/gstaudioresample.c:
3256         (gst_audioresample_class_init):
3257         * gst/audiotestsrc/gstaudiotestsrc.c:
3258         (gst_audio_test_src_class_init):
3259         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3260         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3261         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3262         (preroll_unlinked):
3263         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3264         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3265         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3266         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3267         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3268         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3269         (gst_stream_selector_class_init):
3270         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3271         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3272         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3273         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3274         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3275         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3276         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3277         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3278         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3279         * gst/videotestsrc/gstvideotestsrc.c:
3280         (gst_video_test_src_class_init):
3281         * gst/volume/gstvolume.c: (gst_volume_class_init):
3282         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3283         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3284         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3285         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3286         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3287         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3288         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3289         static strings (i.e. all). This gives us less memory usage,
3290         fewer allocations and thus less memory defragmentation. Depend
3291         on core CVS for this. Fixes bug #523806.
3292
3293 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3294
3295         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3296         Filter http and https protocols. GIO/GVfs handles them but it's
3297         impossible to implement iradio/icecast with it. Better use
3298         souphttpsrc or something else for this.
3299
3300         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3301         If getting the file informations by a query fails try it with the
3302         seek-to-end trick too.
3303
3304 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3305
3306         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3307         (gst_volume_base_init), (gst_volume_class_init),
3308         (volume_process_double), (volume_process_float),
3309         (volume_transform_ip), (plugin_init):
3310         memset buffers to zero if we get a GAP buffer. We usually see a
3311         buffer as one unit so let's handle it as one and don't care about
3312         volume changes while processing one buffer.
3313         Also clean up some stuff a bit.
3314
3315 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3316
3317         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3318         (gst_audio_convert_create_silence_buffer),
3319         (gst_audio_convert_transform):
3320         Make audioconvert GAP-aware by outputting silence buffers when the
3321         input has the GAP flag set. This is up to 8x faster.
3322         Based on a patch by Stefan Kost. Fixes bug #517813.
3323
3324 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3325
3326         * gst/volume/gstvolume.c: (volume_process_double):
3327         Use oil_scalarmultiply_f64_ns() for double processing when it's
3328         available at compile time.
3329
3330 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3331
3332         * configure.ac:
3333         Fix lrint/lrintf checks to actually work. These functions are
3334         in libm on Linux at least so try to link to it.
3335
3336 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3337
3338         * configure.ac:
3339         Back to development - 0.10.18.1
3340
3341 === release 0.10.18 ===
3342
3343 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3344
3345         * configure.ac:
3346           releasing 0.10.18, "I will follow"
3347
3348 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3349
3350         * configure.ac:
3351         * win32/common/config.h:
3352         0.10.17.4 pre-release
3353
3354 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3355
3356         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3357         Use GST_STR_NULL when trying to print strings that could be NULL because
3358         this might crash on some platforms. See #520808.
3359
3360 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3361
3362         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3363
3364         * gst-libs/gst/rtsp/gstrtspconnection.c:
3365         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3366         (read_line), (gst_rtsp_connection_read_internal):
3367         Generic Windows fixes that makes libgstrtsp work on Windows when
3368         coupled with the new GstPoll API. See #520808.
3369
3370 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3371
3372         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3373
3374         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3375           If seeking to a new position succeeds don't simply return from
3376           create() without creating a buffer. Do this only in the case
3377           seeking to the new position fails. Fixes bug #523054.
3378
3379 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3380
3381         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3382           (gst_video_format_from_rgba32_masks):
3383           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3384           (#522635).
3385
3386         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3387           Add unit test for the RGB caps parsing and creation, checking for
3388           internal consistency of the new API and consistency of the API with
3389           the old GST_VIDEO_CAPS_* defines.
3390
3391 2008-03-14  David Schleef  <ds@schleef.org>
3392
3393         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3394           because -base is in freeze.
3395
3396 2008-03-14  David Schleef  <ds@schleef.org>
3397
3398         Patch by: William M. Brack
3399
3400         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3401
3402 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3403
3404         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3405         (gst_selector_pad_chain):
3406         * gst/playback/gststreamselector.h:
3407         Revert change that caused regression until a real fix is found.
3408         Fixes #522203.
3409
3410 2008-03-12  Michael Smith <msmith@fluendo.com>
3411
3412         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3413         * gst-libs/gst/audio/gstringbuffer.h:
3414           Rename recently added buffer types to make more sense.
3415         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3416         (gst_alsasink_write):
3417           Adapt for above API changes.
3418           Fixes bug #520523.
3419
3420 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3421
3422         * win32/common/libgstnetbuffer.def:
3423         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3424
3425 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3426
3427         * configure.ac:
3428         * win32/common/config.h:
3429         0.10.17.3 pre-release
3430
3431 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3432
3433         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3434         (gst_base_audio_src_create):
3435         Fix duration when no clock was provided. Fixes #520300.
3436
3437 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3438
3439         Patch by: Olivier Crete  <tester at tester ca>
3440
3441         * docs/libs/gst-plugins-base-libs-sections.txt:
3442         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3443         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3444         Add trivial function to compare GstNetAddress. See #520626.
3445         API: GstNetBuffer::gst_netaddress_equal
3446
3447 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3448
3449         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3450         Update mode property docs, it's deprecated now.
3451
3452 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3453
3454         * gst-libs/gst/rtsp/gstrtspconnection.c:
3455         (gst_rtsp_connection_create):
3456         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3457         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3458         * gst/tcp/gstmultifdsink.h:
3459         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3460         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3461         Remove GstPollMode from gstpoll constructor.
3462
3463 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3464
3465         * configure.ac:
3466         * win32/common/config.h:
3467         0.10.17.2 pre-release
3468
3469 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3470
3471         * gst/Makefile.am:
3472         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3473         them twice
3474
3475         * win32/common/libgstinterfaces.def:
3476         * win32/common/libgstrtp.def:
3477         Add new API to the defs
3478
3479 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3480
3481         Patch by: Mersad Jelacic  <mersad at axis dot com>
3482
3483         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3484         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3485         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3486         possible to specify the sample size in bits. (#509637)
3487
3488 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3489
3490         * tests/check/libs/mixer.c:
3491           Add a few simple checks for the new message types.
3492
3493 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3494
3495         * docs/libs/gst-plugins-base-libs-sections.txt:
3496         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3497           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3498           (gst_mixer_message_get_type),
3499           (gst_mixer_message_parse_option_changed),
3500           (gst_mixer_message_parse_options_list_changed):
3501         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3502           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3503           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3504           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3505           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3506           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3507
3508 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3509
3510         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3511           (gst_mixer_options_get_values):
3512         * gst-libs/gst/interfaces/mixeroptions.h:
3513           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3514           (_GstMixerOptions), (_GstMixerOptionsClass):
3515           API: add GstMixerOptions::get_values vfunc (#519906)
3516
3517 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3518
3519         * configure.ac:
3520         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3521         plug-ins are included/excluded. (#498222)
3522
3523 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3524
3525         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3526         Add typefinder for IMelody files, using audio/x-imelody.
3527         See bug #519516.
3528
3529 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3530
3531         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3532         * ext/alsa/gstalsasink.c: (set_hwparams):
3533         * ext/alsa/gstalsasrc.c: (set_hwparams):
3534         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3535         * ext/ogg/gstoggmux.h:
3536         * ext/ogg/gstogmparse.c:
3537         * gst-libs/gst/audio/audio.c:
3538         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3539         * gst-libs/gst/pbutils/missing-plugins.c:
3540         (gst_missing_uri_sink_message_new),
3541         (gst_missing_element_message_new),
3542         (gst_missing_decoder_message_new),
3543         (gst_missing_encoder_message_new):
3544         * gst-libs/gst/rtp/gstbasertppayload.c:
3545         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3546         (gst_rtcp_packet_bye_get_reason):
3547         * gst/audioconvert/gstaudioconvert.c:
3548         * gst/audioresample/gstaudioresample.c:
3549         * gst/ffmpegcolorspace/imgconvert.c:
3550         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3551         * gst/typefind/gsttypefindfunctions.c:
3552         * gst/videoscale/vs_4tap.c:
3553         * gst/videoscale/vs_4tap.h:
3554         * sys/v4l/gstv4lelement.c:
3555         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3556         * sys/v4l/v4l_calls.c:
3557         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3558         (gst_v4lsrc_try_capture):
3559         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3560         (gst_ximagesink_ximage_new):
3561         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3562         (gst_xvimagesink_xvimage_new):
3563         * tests/check/elements/audioconvert.c:
3564         * tests/check/elements/audioresample.c:
3565         (fail_unless_perfect_stream):
3566         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3567         * tests/check/elements/decodebin.c:
3568         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3569         (setup_gdpdepay_streamheader):
3570         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3571         (setup_gdppay_streamheader):
3572         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3573         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3574         * tests/check/elements/textoverlay.c:
3575         * tests/check/elements/videorate.c: (setup_videorate):
3576         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3577         * tests/check/elements/volume.c: (setup_volume):
3578         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3579         * tests/check/elements/vorbistag.c:
3580         * tests/check/generic/clock-selection.c:
3581         * tests/check/generic/states.c: (setup), (teardown):
3582         * tests/check/libs/cddabasesrc.c:
3583         * tests/check/libs/video.c:
3584         * tests/check/pipelines/gio.c:
3585         * tests/check/pipelines/oggmux.c:
3586         * tests/check/pipelines/simple-launch-lines.c:
3587         (simple_launch_lines_suite):
3588         * tests/check/pipelines/streamheader.c:
3589         * tests/check/pipelines/theoraenc.c:
3590         * tests/check/pipelines/vorbisdec.c:
3591         * tests/check/pipelines/vorbisenc.c:
3592         * tests/examples/seek/scrubby.c:
3593         * tests/examples/seek/seek.c: (query_positions_elems),
3594         (query_positions_pads):
3595         * tests/icles/stress-xoverlay.c: (myclock):
3596         Correct all relevant warnings found by the sparse semantic code
3597         analyzer. This include marking several symbols static, using
3598         NULL instead of 0 for pointers and using "foo (void)" instead
3599         of "foo ()" for declarations.
3600
3601         * win32/common/libgstrtp.def:
3602         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3603
3604 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3605
3606         Patch by: José Alburquerque <jaalburqu svn gnome org>
3607
3608         * gst/playback/gstplaybin2.c:
3609           Make the function signature of the _get_*_tags() functions match
3610           the signature of the vfuncs they implement, ie. return a
3611           GstTagList rather than a GstStructure, which is more correct,
3612           even if one is typedef'ed to the other (#518940).
3613
3614 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3615
3616         * gst-libs/gst/rtsp/gstrtspconnection.c:
3617           Don't include unix headers unconditionally (fixes #518037).
3618
3619 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3620
3621         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3622           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3623           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3624           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3625           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3626           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3627           (gst_video_format_is_packed), (video_format_is_packed):
3628           Add unit test that makes sure that the strides, offsets and
3629           sizes returned for the various YUV formats by the new video API
3630           match the old reference implementation in videotestsrc.
3631
3632 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3633
3634         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3635           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3636           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3637           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3638           (gst_video_format_get_pixel_stride),
3639           (gst_video_format_get_component_width),
3640           (gst_video_format_get_component_height),
3641           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3642         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3643           (GST_VIDEO_FORMAT_Y42B):
3644           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3645
3646 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3647
3648         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3649           YV12 is I420 with swapped components 1 and 2, so the offset of
3650           component 1 for I420 should be the offset for component 2 for YV12
3651           and vice versa.
3652
3653 2008-02-29  Rene Stadler  <mail@renestadler.de>
3654
3655         * sys/v4l/gstv4lelement.c:
3656         Add missing semicolon to fix indentation.
3657
3658 2008-02-29  Julien Moutte  <julien@fluendo.com>
3659
3660         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3661         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3662         if we can do SPDIF output.
3663         * ext/alsa/gstalsa.h:
3664         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3665         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3666         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3667         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3668         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3669         to support AC3, EC3 and IEC958 buffers.
3670
3671 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3672
3673         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3674           (gst_mixer_message_parse_mute_toggled),
3675           (gst_mixer_message_parse_record_toggled),
3676           (gst_mixer_message_parse_volume_changed),
3677           (gst_mixer_message_parse_option_changed):
3678           De-cruft and fix message type assertions (NULL is not a really
3679           valid mixer message type string).
3680
3681 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3682
3683         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3684         When negotiating, actually start from a format that we can support
3685         instead of from the too generic template.
3686
3687 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3688
3689         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3690         Enable vis setting.
3691
3692         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3693         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3694         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3695         (gen_vis_chain):
3696         Implement vis switching while playing.
3697
3698 2008-02-28  David Schleef  <ds@schleef.org>
3699
3700         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3701
3702 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3703
3704         Patch by: Peter Kjellerstedt  <pkj at axis com>
3705
3706         * gst/tcp/Makefile.am:
3707         * gst/tcp/fdsetstress.c:
3708         * gst/tcp/gstfdset.c:
3709         * gst/tcp/gstfdset.h:
3710         Removed fdset and stress test, they are now known as GstPoll in
3711         core. 
3712
3713         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3714         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3715         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3716         (gst_multi_fd_sink_handle_client_write),
3717         (gst_multi_fd_sink_queue_buffer),
3718         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3719         (gst_multi_fd_sink_stop):
3720         * gst/tcp/gstmultifdsink.h:
3721         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3722         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3723         (gst_tcp_gdp_read_caps):
3724         * gst/tcp/gsttcp.h:
3725         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3726         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3727         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3728         * gst/tcp/gsttcpclientsink.h:
3729         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3730         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3731         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3732         * gst/tcp/gsttcpclientsrc.h:
3733         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3734         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3735         * gst/tcp/gsttcpserversink.h:
3736         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3737         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3738         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3739         * gst/tcp/gsttcpserversrc.h:
3740         Port to GstPoll. See #505417.
3741
3742 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3743
3744         Patch by: Peter Kjellerstedt  <pkj at axis com>
3745
3746         * gst-libs/gst/rtsp/gstrtspconnection.c:
3747         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3748         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3749         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3750         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3751         (gst_rtsp_connection_flush):
3752         * gst-libs/gst/rtsp/gstrtspconnection.h:
3753         Use GstPoll for the rtsp connection. See #505417.
3754
3755 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3756
3757         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
3758         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
3759         Add combo box for visualisations, populate it with a factory list
3760         of all visualisation plugins, configure vis plugin instance in
3761         playbin2. 
3762
3763 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3764
3765         * tests/check/libs/rtp.c: (GST_START_TEST):
3766         Add check for RTP buffer defaults, padding and marker bit API.
3767
3768 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
3769
3770         * gst-libs/gst/cdda/sha1.c: (sha_transform):
3771         Use memcpy() instead of upcasting a byte array to long *. This
3772         fixes an unaligned memory access, resulting in SIGBUS on IA64.
3773         This should be ported to GCheckSum once we can use GLib 2.16.
3774         Partially fixes bug #500833.
3775
3776 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
3777
3778         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
3779           Push tag event after the newsegment event. Log the pointer of
3780           the buffer we're actually going to push rather than the buffer
3781           we're feeding to _make_metadata_writable().
3782
3783 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3784
3785         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3786         Comment smoke typefinder for now. The smokedec plugin needs one
3787         frame per buffer but we have no parser yet, thus it simply crashes
3788         in most situations.
3789
3790 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3791
3792         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3793         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
3794
3795 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3796
3797         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
3798         (plugin_init):
3799         Add midi typefinder, copied from the timidity plugin.
3800
3801 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3802
3803         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
3804
3805         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3806         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
3807           (subparse_suite):
3808           Forward slashes at the beginning and end of a line also signify
3809           italics (Fixes: #518162).
3810
3811 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3812
3813         * tests/check/gst-plugins-base.supp:
3814         Add a suppression for a cached value in GIO that wasn't moved
3815         while moving gio from -bad to -base.
3816
3817 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3818
3819         Patch by: Brian Cameron <brian dot cameron at sun dot com>
3820
3821         * configure.ac:
3822         Don't hardcode -Wall and -Werror for configure checks, this fails
3823         with non-GCC compilers. Fixes bug #517991.
3824
3825 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3826
3827         * gst/audioconvert/gstaudioconvert.c:
3828         * gst/audioconvert/gstaudioquantize.c:
3829         * gst/audioconvert/gstaudioquantize.h:
3830           Make audioconvert gap aware. If noiseshaping is used, wait for
3831           noiseshaping to converge before marking as GAP. Fixes #517813.
3832
3833 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3834
3835         * gst/audiotestsrc/gstaudiotestsrc.c:
3836           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
3837
3838 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
3839
3840         * ext/gnomevfs/gstgnomevfssink.c:
3841         (gst_gnome_vfs_sink_handle_event):
3842         Return FALSE when seeking for a new segment fails instead
3843         of silently ignoring the failure and appending every buffer
3844         that comes for the new segment.
3845
3846 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3847
3848         * gst/playback/gstplaysink.c: (find_property),
3849         (gst_play_sink_find_property), (gen_video_chain),
3850         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
3851         Recursively search the sink element for a last-frame property so that we
3852         can also find the property in autovideosink and friends that don't
3853         always proxy the internal sink properties.
3854
3855 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3856
3857         * gst-libs/gst/audio/multichannel.c:
3858           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
3859           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
3860           (gst_audio_set_structure_channel_positions_list),
3861           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
3862           (gst_audio_fixate_channel_positions):
3863           Fix confusing terminology in docs and code: structure fields are
3864           'fields' and not 'properties'.
3865
3866 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3867
3868         * gst-libs/gst/audio/multichannel.c:
3869           (gst_audio_check_channel_positions), (add_list_to_struct):
3870           Give more useful warning messages if one of the channel
3871           layout enums passed to us is invalid and if the "channels"
3872           field in the caps has a GType we don't expect.
3873
3874 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3875
3876         * gst-libs/gst/audio/multichannel.c:
3877           Fix typo in docs blurb.
3878
3879 2008-02-19  Julien Moutte  <julien@fluendo.com>
3880
3881         Patch by: Josep Torra Valles <josep@fluendo.com>
3882
3883         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
3884         typefind lookup to fix typefinding on HD clips.
3885
3886 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3887
3888         * gst/playback/gstscreenshot.c:
3889         * gst/playback/gstscreenshot.h:
3890           Fix up copyright (I rewrote the GStreamer-0.10 code for
3891           this from scratch back in the days).
3892
3893 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3894
3895         * gst/playback/Makefile.am:
3896         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
3897         (create_element), (gst_play_frame_conv_convert):
3898         * gst/playback/gstscreenshot.h:
3899         Add screenshot conversion code from totem.
3900
3901         * gst/playback/gstplay-marshal.list:
3902         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
3903         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
3904         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
3905         Implement frame property to get a color-unconverted snapshot.
3906         Implement convert-frame action signal to get a converted snapshot image.
3907         Configure connection speed in uridecodebin.
3908         Document some more properties.
3909
3910         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3911         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
3912         (gst_play_sink_get_last_frame):
3913         * gst/playback/gstplaysink.h:
3914         Use last-buffer property of the video sink to get a video snapshot.
3915
3916         * tests/examples/seek/seek.c: (shot_cb), (main):
3917         Add snapshot button for playbin2 and use the frame property to save the
3918         frame as a png in the current directory.
3919
3920 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
3921
3922         Patch by: Josep Torra Valles <josep at fluendo dot com>
3923
3924         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
3925         (plugin_init):
3926         Add typefinding support for h264 elementary streams.
3927         Fixes bug #517420.
3928
3929 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
3930
3931         * configure.ac:
3932           Require CVS of core for new API in collectpads.
3933
3934         * gst/adder/gstadder.c:
3935           Use new API to make adder sparse stream aware.
3936
3937 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3938
3939         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
3940         (no_more_pads_cb):
3941         Get the object data correct so that we can remove our channels
3942         correctly.
3943
3944         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
3945         (gen_vis_chain), (gst_play_sink_reconfigure),
3946         (gst_play_sink_request_pad):
3947         Add option to disable async behaviour in the sinks when possible. This
3948         makes it possible to avoid an audio queue when dealing with
3949         visualisations.
3950         Add option to add a queue for the audio path.
3951
3952         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
3953         (main):
3954         Disable the vis checkbox to match the defaults of playbin2.
3955         Only get the stream info when we need to.
3956
3957 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
3958
3959         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
3960         (gst_gio_base_sink_set_stream):
3961         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
3962         (gst_gio_base_src_set_stream):
3963         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
3964         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
3965         Don't use async operations as they require a running main loop.
3966         This makes us block again when closing streams and unable
3967         to mount the enclosing volume of an URI if it isn't yet.
3968
3969 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
3970
3971         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
3972         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
3973         (gen_vis_chain), (gst_play_sink_reconfigure),
3974         (gst_play_sink_request_pad):
3975         Move tee in front of the audio and vis pipelines.
3976         Add queue for audio for now.
3977         Add visualisation support.
3978
3979         * tests/examples/seek/seek.c: (main):
3980         Visualisation is by default disabled.
3981
3982 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
3983
3984         * ext/gio/gstgiobasesink.c: (close_stream_cb):
3985         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
3986         Improve debugging a bit.
3987
3988         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
3989         * ext/gio/gstgiosink.h:
3990         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
3991         * ext/gio/gstgiosrc.h:
3992         Try to mount the enclosing volume of a GFile if it isn't mounted
3993         yet. This requires us to wait for an async operation to finish, done
3994         with an nested GMainLoop. Authentication is not supported yet, will
3995         come later.
3996
3997 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3998
3999         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4000         (gst_play_bin_set_property), (gst_play_bin_get_property),
4001         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4002         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4003         (gst_play_sink_get_mute), (gen_audio_chain):
4004         * gst/playback/gstplaysink.h:
4005         Add mute property.
4006
4007         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4008         (gst_selector_pad_chain):
4009         * gst/playback/gststreamselector.h:
4010         Make sure we forward the event only once.
4011
4012         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4013         Add and implement the mute button for playbin2.
4014
4015 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4016
4017         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4018
4019         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4020         Add some more debug info.
4021         Make sure we never return a negative delay. Fixes #516246.
4022
4023 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4024
4025         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4026           Revert patch that makes the sink hold the object lock when
4027           calling snd_pcm_delay(), since it breaks playback for me.
4028
4029 2008-02-12  Julien Moutte  <julien@fluendo.com>
4030
4031         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4032         some seek flags when changing rate.
4033
4034 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4035
4036         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4037         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4038         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4039         Fix potential leaks.
4040
4041         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4042         Fix leak when there is no function configured.
4043
4044 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4045
4046         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4047         (gst_v4lsrc_buffer_finalize):
4048         Correctly chain up the finalize method.
4049
4050 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4051
4052         * ext/gio/gstgiostreamsink.c:
4053         * ext/gio/gstgiostreamsrc.c:
4054         Add documentation and example code for giostreamsink/giostreamsrc.
4055
4056         * tests/check/pipelines/gio.c: (GST_START_TEST):
4057         Ask the GMemoryOutputStream for the data instead of assuming that
4058         the pointer to the data stayed the same. It could've been realloc'ed.
4059
4060 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4061
4062         * ext/gio/gstgiosink.c:
4063         * ext/gio/gstgiosrc.c:
4064         Make the documentation of giosink/giosrc complete, large parts
4065         are based on the gnomevfssink/gnomevfssrc docs.
4066
4067 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4068
4069         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4070         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4071         * docs/plugins/gst-plugins-base-plugins.args:
4072         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4073         * docs/plugins/gst-plugins-base-plugins.interfaces:
4074         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4075         * docs/plugins/gst-plugins-base-plugins.signals:
4076         * docs/plugins/inspect/plugin-adder.xml:
4077         * docs/plugins/inspect/plugin-audioconvert.xml:
4078         * docs/plugins/inspect/plugin-audiorate.xml:
4079         * docs/plugins/inspect/plugin-audioresample.xml:
4080         * docs/plugins/inspect/plugin-decodebin.xml:
4081         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4082         * docs/plugins/inspect/plugin-gdp.xml:
4083         * docs/plugins/inspect/plugin-gio.xml:
4084         * docs/plugins/inspect/plugin-gnomevfs.xml:
4085         * docs/plugins/inspect/plugin-libvisual.xml:
4086         * docs/plugins/inspect/plugin-ogg.xml:
4087         * docs/plugins/inspect/plugin-pango.xml:
4088         * docs/plugins/inspect/plugin-playback.xml:
4089         * docs/plugins/inspect/plugin-queue2.xml:
4090         * docs/plugins/inspect/plugin-subparse.xml:
4091         * docs/plugins/inspect/plugin-theora.xml:
4092         * docs/plugins/inspect/plugin-uridecodebin.xml:
4093         * docs/plugins/inspect/plugin-videorate.xml:
4094         * docs/plugins/inspect/plugin-videoscale.xml:
4095         * docs/plugins/inspect/plugin-volume.xml:
4096         * docs/plugins/inspect/plugin-vorbis.xml:
4097         Add the GIO documentation again and while at that run make update.
4098
4099 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4100
4101         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4102         * ext/alsa/gstalsasink.c: (set_swparams):
4103         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4104           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4105           against libasound >= 1.0.16, since it's been deprecated in
4106           0.10.16, and alignment is always 1 then, apparently. (#512899)
4107
4108 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4109
4110         * gst/playback/gstplaybin.c: (gen_audio_element):
4111         * gst/playback/gstplaysink.c: (gen_audio_chain):
4112           Handle case where we can't create the volume element a bit
4113           better (#514307).
4114
4115 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4116
4117         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4118         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4119           Add support for https protocol. Fixes #510229.
4120
4121 2008-02-11  Julien Moutte  <julien@fluendo.com>
4122         
4123         Patch by: Alan Peevers <peeves@pacbell.net>
4124
4125         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4126         lock when calling alsa methods.
4127
4128 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4129
4130         * gst/typefind/gsttypefindfunctions.c:
4131           Bump rank of jpeg and png typefinders, which will return maximum
4132           probability in the most common cases (thus short-circuiting more
4133           expensive typefinders like the mp3 one for these two quite common
4134           image types).
4135
4136 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4137
4138         * ext/theora/theoraparse.c:
4139         Fix long description of the theora parser to be more verbose than just
4140         the type name.
4141
4142 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4143
4144         Patch by: Branko Čibej <brane at xbc dot nu>
4145
4146         * sys/xvimage/xvimagesink.c:
4147         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4148         Fixes bug #515654.
4149
4150 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4151
4152         * gst/playback/gstplaybasebin.c:
4153         Set is_dynamic as True if there are elements with both request
4154         and sometimes src pad templates instead of breaking out when it
4155         finds the first pad template that is a src.
4156
4157 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4158
4159         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4160         (update_streams), (video_combo_cb), (audio_combo_cb),
4161         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4162         Add some stream switching and volume gui for playbin2.
4163
4164 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4165
4166         * gst/playback/gstplay-marshal.list:
4167         Added marshal for streamselector Tags.
4168
4169         * gst/playback/gstplaybasebin.c: (set_active_source):
4170         Streamselector now selects pads based on the pad object instead of its
4171         name.
4172
4173         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4174         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4175         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4176         (gst_play_bin_get_text_tags),
4177         (gst_play_bin_set_current_video_stream),
4178         (gst_play_bin_set_current_audio_stream),
4179         (gst_play_bin_set_current_text_stream),
4180         (gst_play_bin_set_property), (gst_play_bin_get_property),
4181         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4182         Remove option to mute streams with the current-a/v/t property, we have
4183         this functionality in the flags.
4184         Add signals to notify when the number of A/V/T channels changed.
4185         Add action signals to get tags for the A/V/T streams.
4186         Implement setting the current A/V/T stream.
4187         Rearrange some things to simplify stream selection.
4188         Implement volume.
4189
4190         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4191         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4192         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4193         (activate_vis), (gst_play_sink_reconfigure):
4194         * gst/playback/gstplaysink.h:
4195         Add and implement volume setting methods.
4196
4197         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4198         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4199         (gst_selector_pad_event), (gst_stream_selector_class_init),
4200         (gst_stream_selector_init), (gst_stream_selector_finalize),
4201         (gst_stream_selector_set_property),
4202         (gst_stream_selector_get_property),
4203         (gst_stream_selector_get_linked_pad),
4204         (gst_stream_selector_request_new_pad):
4205         * gst/playback/gststreamselector.h:
4206         Add pad properties for tags and status of pads.
4207         Keep tags on pads.
4208         Make active pad selection based on pad object instead of name.
4209
4210 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4211
4212         * configure.ac:
4213           Revert last change as we now check in gtk-doc.m4 for sed.
4214
4215 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4216
4217         * configure.ac:
4218         Find and subst SED when building the docs.
4219
4220 2008-02-08  Julien Moutte  <julien@fluendo.com>
4221
4222         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4223         (main): Make sure bus signals are reconnected when pressing STOP
4224         and then PLAY again for a parse launch pipeline. Fix a ref leak
4225         on the bus.
4226         * win32/common/config.h: Updated.
4227
4228 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4229
4230         * configure.ac:
4231         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4232         pre-releases or releases.
4233
4234 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4235
4236         * configure.ac:
4237         * ext/gio/Makefile.am:
4238         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4239         reporting
4240
4241 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4242
4243         * docs/plugins/Makefile.am:
4244         Add the headers which need scanning for the GIO plugin. The rest of
4245         the docs still need migrating.
4246
4247 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4248
4249         * ext/Makefile.am:
4250         * tests/check/Makefile.am:
4251         * tests/check/pipelines/.cvsignore:
4252         Add gio in a few more places.
4253
4254 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4255
4256         * configure.ac:
4257         * ext/Makefile.am:
4258         * tests/check/Makefile.am:
4259         Move gio plugin from -bad and mark as experimental.
4260
4261 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4262
4263         * gst-libs/gst/interfaces/mixeroptions.c:
4264         * gst-libs/gst/interfaces/mixertrack.c:
4265         Comment out a couple of other things which break the build when
4266         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4267
4268 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4269
4270         * docs/libs/gst-plugins-base-libs-sections.txt:
4271           Fix pbutils header.
4272
4273 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4274
4275         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4276         Fix compiler warning.
4277
4278 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4279
4280         Patch by: Peter Kjellerstedt  <pkj at axis com>
4281
4282         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4283         Clear the addrinfo struct using memset. Fixes #514937.
4284
4285 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4286
4287         * gst/tcp/gstfdset.h:
4288         Remove unused field to same some memory.
4289
4290         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4291         Mark action signals as such.
4292
4293 2008-02-06  Michael Smith <msmith@fluendo.com>
4294
4295         * ext/theora/theoradec.c: (_theora_granule_frame),
4296         (_inc_granulepos):
4297           Increment granulepos for new-bitstream versions appropriately.
4298           Fixes #514623.
4299
4300 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4301
4302         * tests/examples/seek/seek.c: (do_seek),
4303         (rate_spinbutton_changed_cb), (update_streams), (main):
4304         Remove obsolete stream_time reset after flushing seek, core does that
4305         automatically now.
4306         Improve accuracy of speed spinbutton.
4307         Only do playbin2 stuff when we actually use it.
4308
4309 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4310
4311         * tests/check/Makefile.am:
4312           Revert previous change of the test environment's GST_PLUGIN_PATH.
4313           The problem is not with the plugins, but with element factories
4314           and only occurs if elements are split out from existing plugins
4315           or if plugins change name (see #512740).
4316
4317 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4318
4319         * tests/check/Makefile.am:
4320           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4321           with the core's plugins first and our local build directories last,
4322           since we might be building against an installed core, and that
4323           core's plugin directory may contain older or other versions of
4324           our own -base plugins, but we really do want to test our local
4325           ones (if there are multiple plugins or element factories with the
4326           same name, those inspected last will trump those read in earlier).
4327           Fixes #512740 for the most part.
4328
4329 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4330
4331         * configure.ac:
4332         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4333         Use gmtime_r if available as gmtime is not MT-safe.
4334         Fixes bug #511810.
4335
4336 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4337
4338         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4339         Cast glong to time_t as time_t might have a different type on
4340         other platforms, like FreeBSD, and we get a compiler warning
4341         otherwise. Fixes bug #511825.
4342
4343 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4344
4345         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4346         (get_group), (get_n_pads), (gst_play_bin_get_property),
4347         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4348         (autoplug_select_cb), (deactivate_group):
4349         Remove stream-info, we going for something easier.
4350         Refactor getting the current group.
4351         Implement getting the number of audio/video/text streams.
4352
4353         * gst/playback/gststreamselector.c:
4354         (gst_stream_selector_class_init), (gst_stream_selector_init),
4355         (gst_stream_selector_get_property),
4356         (gst_stream_selector_request_new_pad),
4357         (gst_stream_selector_release_pad):
4358         * gst/playback/gststreamselector.h:
4359         Add property for number of pads.
4360
4361         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4362         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4363         (text_toggle_cb), (update_streams), (msg_async_done),
4364         (msg_state_changed), (main):
4365         Block slider callback when updating the slider position.
4366         Add gui elements for controlling playbin2.
4367         Add callback for async_done that updates position/duration.
4368
4369 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4370
4371         * docs/plugins/Makefile.am:
4372         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4373         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4374         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4375         * docs/plugins/gst-plugins-base-plugins.interfaces:
4376         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4377           First round of plugin docs cleansups.
4378
4379         * docs/plugins/inspect/plugin-adder.xml:
4380         * docs/plugins/inspect/plugin-alsa.xml:
4381         * docs/plugins/inspect/plugin-audioconvert.xml:
4382         * docs/plugins/inspect/plugin-audiorate.xml:
4383         * docs/plugins/inspect/plugin-audioresample.xml:
4384         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4385         * docs/plugins/inspect/plugin-cdparanoia.xml:
4386         * docs/plugins/inspect/plugin-decodebin.xml:
4387         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4388         * docs/plugins/inspect/plugin-gdp.xml:
4389         * docs/plugins/inspect/plugin-gnomevfs.xml:
4390         * docs/plugins/inspect/plugin-libvisual.xml:
4391         * docs/plugins/inspect/plugin-ogg.xml:
4392         * docs/plugins/inspect/plugin-pango.xml:
4393         * docs/plugins/inspect/plugin-subparse.xml:
4394         * docs/plugins/inspect/plugin-tcp.xml:
4395         * docs/plugins/inspect/plugin-theora.xml:
4396         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4397         * docs/plugins/inspect/plugin-video4linux.xml:
4398         * docs/plugins/inspect/plugin-videorate.xml:
4399         * docs/plugins/inspect/plugin-videoscale.xml:
4400         * docs/plugins/inspect/plugin-videotestsrc.xml:
4401         * docs/plugins/inspect/plugin-volume.xml:
4402         * docs/plugins/inspect/plugin-vorbis.xml:
4403         * docs/plugins/inspect/plugin-ximagesink.xml:
4404         * docs/plugins/inspect/plugin-xvimagesink.xml:
4405           Regenerate.
4406
4407         * ext/ogg/Makefile.am:
4408         * ext/ogg/gstoggmux.c:
4409         * ext/ogg/gstoggmux.h:
4410           Add header for oggmux. the c-file needs a doc blob still.
4411
4412 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4413
4414         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4415
4416         * gst-libs/gst/rtp/gstrtpbuffer.c:
4417         (gst_rtp_buffer_set_extension_data):
4418         * gst-libs/gst/rtp/gstrtpbuffer.h:
4419         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4420         Add gst_rtp_buffer_set_extension_data() 
4421         Add a unit test for this addition. Fixes #511478.
4422         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4423
4424 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4425
4426         * configure.ac:
4427         Back to CVS
4428
4429 === release 0.10.17 ===
4430
4431 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4432
4433         * configure.ac:
4434           releasing 0.10.17, "Peanut Butter and Jelly"
4435
4436 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4437
4438         * gst-libs/gst/interfaces/mixeroptions.c:
4439         * gst-libs/gst/interfaces/mixertrack.c:
4440         Also remove the conditional registration of the signals
4441         that disappeared with the ABI change in 0.10.14
4442
4443 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4444
4445         * gst-libs/gst/rtsp/gstrtspconnection.c:
4446         Revert patch to gstrtspconnection.c for brown paper bag
4447         release of -base. Re-opens: #511825
4448
4449 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4450
4451         * gst-libs/gst/interfaces/mixeroptions.h:
4452         * gst-libs/gst/interfaces/mixertrack.h:
4453         Change the way these deprecated function pointers are removed
4454         so that the compiled ABI is unconditionally smaller. This 
4455         sets in stone an ABI break that actually occurred when the
4456         things were deprecated in 0.10.14, which seems to be the best
4457         fix as the only known users are oss-mixer and sunaudio-mixer in 
4458         gst-plugins-good.
4459         Fixes: #513018
4460
4461 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4462
4463         * win32/common/libgstpbutils.def:
4464           Export the two new _get_type() functions which are needed
4465           by the python bindings.
4466
4467 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4468
4469         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4470         Cast glong to time_t as time_t might have a different type on
4471         other platforms, like FreeBSD, and we get a compiler warning
4472         otherwise. Fixes bug #511825.
4473
4474 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4475
4476         * gst-libs/gst/audio/gstaudiofilter.c:
4477         (gst_audio_filter_class_init):
4478         Initialize the GstRingerBuffer class to get it's debug category
4479         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4480         category and otherwise we get some g_critical(). Fixes bug #512334.
4481
4482 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4483
4484         * configure.ac:
4485         Back to CVS
4486
4487 === release 0.10.16 ===
4488
4489 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4490
4491         * configure.ac:
4492           releasing 0.10.16, "Scheduled Interruption"
4493
4494 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4495
4496         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4497
4498         * gst-libs/gst/rtp/gstrtpbuffer.c:
4499         (gst_rtp_buffer_get_extension_data):
4500         Fix typos and wrong extension check. Fixes #511274.
4501
4502 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4503
4504         * po/sk.po:
4505         Oops - add new sk.po mentioned in the LINGUAS I just committed
4506
4507 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4508
4509         * po/LINGUAS:
4510         Add ca translation to the disted list.
4511
4512         * win32/vs6/libgstsdp.dsp:
4513         Convert line endings to CRLF
4514
4515 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4516
4517         * win32/MANIFEST:
4518         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4519
4520 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4521
4522         * win32/common/libgstsdp.def:
4523         * win32/common/libgstvideo.def:
4524         Add new API declarations
4525
4526 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4527
4528         * ext/theora/gsttheoradec.h:
4529         * ext/theora/gsttheoraparse.h:
4530         * ext/theora/theoradec.c:
4531         * ext/theora/theoraparse.c:
4532         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4533         and parser by inspecting the bitstream version of the incoming data.
4534
4535 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4536
4537         * configure.ac:
4538         * pkgconfig/Makefile.am:
4539         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4540         * pkgconfig/gstreamer-audio.pc.in:
4541         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4542         * pkgconfig/gstreamer-cdda.pc.in:
4543         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4544         * pkgconfig/gstreamer-fft.pc.in:
4545         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4546         * pkgconfig/gstreamer-floatcast.pc.in:
4547         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4548         * pkgconfig/gstreamer-interfaces.pc.in:
4549         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4550         * pkgconfig/gstreamer-netbuffer.pc.in:
4551         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4552         * pkgconfig/gstreamer-pbutils.pc.in:
4553         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4554         * pkgconfig/gstreamer-riff.pc.in:
4555         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4556         * pkgconfig/gstreamer-rtp.pc.in:
4557         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4558         * pkgconfig/gstreamer-rtsp.pc.in:
4559         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4560         * pkgconfig/gstreamer-sdp.pc.in:
4561         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4562         * pkgconfig/gstreamer-tag.pc.in:
4563         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4564         * pkgconfig/gstreamer-video.pc.in:
4565         Provide one pkg-config file for every gst-plugins-base library.
4566         This makes linking to those libraries much more intuitive and
4567         provides standard pkg-config behaviour for them. Fixes bug #499697.
4568
4569 2008-01-13  David Schleef  <ds@schleef.org>
4570
4571         * gst/videoscale/vs_4tap.c:
4572           Fix valgrind error on 4tap scaling method.
4573
4574 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4575
4576         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4577         Include Winsock2.h for VS6 and use a different way initialize
4578         hints structure so it can build with VS6.
4579         * win32/MANIFEST:
4580         * win32/vs6/libgstsdp.dsp:
4581         * win32/common/libgstsdp.def:
4582         Add new files for libgstsdp.
4583         * win32/vs6/grammar.dsp:
4584         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4585         * win32/vs6/gst_plugins_base.dsw:
4586         * win32/vs6/libgstdecodebin.dsp:
4587         * win32/vs6/libgstdecodebin2.dsp:
4588         * win32/vs6/libgstplaybin.dsp:
4589         * win32/vs6/libgstvolume.dsp:
4590         Add new dependencies to the link list.
4591
4592 2008-01-13  Julien Moutte  <julien@fluendo.com>
4593
4594         * win32/common/config.h:
4595         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4596         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4597         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4598         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4599         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4600         * win32/common/interfaces-enumtypes.c:
4601         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4602         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4603         (gst_mixer_track_flags_get_type),
4604         (gst_tuner_channel_flags_get_type):
4605         * win32/common/multichannel-enumtypes.c:
4606         (gst_audio_channel_position_get_type):
4607         * win32/common/pbutils-enumtypes.c:
4608         (gst_install_plugins_return_get_type):
4609         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4610         in the win32 build directory.
4611
4612 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4613
4614         * tests/check/Makefile.am:
4615         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4616
4617         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4618         * tests/check/elements/playbin.c:
4619         * tests/check/libs/mixer.c: (test_element_interface_supported),
4620         (gst_implements_interface_init):
4621         * tests/check/libs/rtp.c: (GST_START_TEST):
4622         Fix various assignment type mismatches.
4623
4624 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4625
4626         * configure.ac:
4627         * gst-libs/gst/rtsp/Makefile.am:
4628         Add test to see if hstrerror is available or if we need libresolv
4629         (Solaris) for it, then use it in libgstrtsp.
4630
4631 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4632
4633         * gst-libs/gst/tag/Makefile.am:
4634         Fix include path order
4635
4636 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4637
4638         * gst-libs/gst/pbutils/install-plugins.c:
4639         (gst_install_plugins_context_copy),
4640         (gst_install_plugins_context_get_type):
4641         * gst-libs/gst/pbutils/install-plugins.h:
4642         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4643         for bindings.
4644
4645 2008-01-11  Michael Smith <msmith@fluendo.com>
4646
4647         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4648         (_theora_granule_frame), (_theora_granule_start_time),
4649         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4650           Adapt for post-alpha meaning of granulepos, when we
4651           have a newer version of libtheora.
4652         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4653         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4654         (theora_enc_is_discontinuous), (theora_enc_chain):
4655           Likewise.
4656         * tests/check/Makefile.am:
4657           Link libtheora into theoraenc test so we can check which version of
4658           libtheora we're testing against.
4659         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4660         (check_buffer_granulepos),
4661         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4662         (theoraenc_suite):
4663           Adapt tests to check the values that are now defined for theora; make
4664           the tests backwards-adapt the passed values if we're running against an
4665           old libtheora.
4666           Fixes #497964
4667
4668 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4669
4670         * gst-libs/gst/audio/gstbaseaudiosink.c:
4671           (gst_base_audio_sink_class_init):
4672         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4673           (gst_base_audio_src_class_init):
4674           Ref audio clock class from a thread-safe context to make sure
4675           we're not bit by GObjects lack of thread-safety here (#349410),
4676            however unlikely that may be in practice.
4677
4678 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4679
4680         * autogen.sh:
4681           Add -Wno-portability to the automake parameters to stop warnings
4682           about GNU make extensions being used. We require GNU make in almost
4683           every Makefile anyway.
4684           
4685         * configure.ac:
4686           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4687           at the same time is required for per target flags.
4688
4689 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4690
4691         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4692           Post an error message if we can't pull as many bytes as we need
4693           for the tag. This makes sure the user gets to see a proper error
4694           message if a file with a partial ID3 tag is fed to decodebin, and
4695           not a 'no ID3 tag demuxer' error, which would be confusing
4696           (see #508138).
4697
4698 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4699
4700         * gst-libs/gst/pbutils/descriptions.c: (formats):
4701           Add description strings for ID3, APE, and ICY tags.
4702
4703 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4704
4705         * gst/playback/gstdecodebin.c: (try_to_link_1):
4706           Make sure we error out correctly if we can't activate one of
4707           the elements we've added.  Fixes #508138.
4708           
4709 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4710
4711         Patch by: Bastien Nocera <hadess at hadess net>
4712
4713         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4714           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4715           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4716           the volume is the same for all channels. This works around
4717           some problem in alsa that leaves us with inconsistent state
4718           for some reason (#486840).
4719
4720 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4721
4722         Patch by: Jerone Young <jerone at gmail com>
4723
4724         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4725           If there's no mixer track by the name of 'Master' or 'Front',
4726           check if there's one called 'PCM' before trying the generic
4727           fallback logic (fixes #506928, where we pick 'Mic' as master
4728           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4729
4730 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4731
4732         * gst/playback/gstplay-enum.c:
4733         (register_gst_autoplug_select_result),
4734         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4735         (gst_play_flags_get_type):
4736         * gst/playback/gstplay-enum.h:
4737         Add enums for configuration flags.
4738
4739         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4740         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4741         (gst_play_bin_get_property), (no_more_pads_cb),
4742         (autoplug_select_cb), (gst_play_bin_change_state):
4743         Merge mode with flags.
4744         Add more property getters/setters, defaults and docs.
4745         Add properties to get number of audio/video/text streams.
4746         Create sink object in _init so that we can always rely on it being
4747         there.
4748
4749         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4750         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4751         (activate_vis), (gst_play_sink_reconfigure),
4752         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
4753         (gst_play_sink_change_state):
4754         * gst/playback/gstplaysink.h:
4755         Use flags to configure the sink pipelines.
4756         Add tee before audio pipeline so that we can use it for visualisations.
4757         Start working on integrating visualisations.
4758         Remove mode, we can do everything with the flags now.
4759         Add method to configue the sink pipeline.
4760
4761 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
4762
4763         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4764           (check_buffer_timestamp), (check_buffer_duration):
4765           Turn these functions into macros so we can see right away
4766           where the failure occured.
4767
4768 2008-01-05  Julien Moutte  <julien@fluendo.com>
4769
4770         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
4771         debugging information to understand how X calculates the stride
4772         for XvImages.
4773
4774 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4775
4776         * gst/volume/Makefile.am:
4777         * gst/volume/gstvolume.c: (volume_choose_func),
4778         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
4779         (volume_setup):
4780         * gst/volume/gstvolume.h:
4781         Use GstAudioFilter as base class for the volume element instead of
4782         plain GstBaseTransform.
4783
4784 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4785
4786         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
4787         Don't set element details for the abstract GstAudioFilter class.
4788
4789 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
4790
4791         * gst-libs/gst/audio/gstaudiofilter.c:
4792         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
4793         Implement get_unit_size() vmethod of GstBaseTransform.
4794
4795 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
4796
4797         * gst-libs/gst/pbutils/Makefile.am:
4798         * gst-libs/gst/pbutils/pbutils.h:
4799         Use glib-enum generator to have a proper enum GType for
4800         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
4801
4802 2007-12-31  David Schleef  <ds@schleef.org>
4803
4804         * tests/check/Makefile.am:
4805         * tests/check/pipelines/theoraenc.c:
4806           Reenable theoraenc test, which fails on the buildbot but
4807           not locally.
4808
4809 2007-12-31  David Schleef  <ds@schleef.org>
4810
4811         * docs/libs/.cvsignore:
4812         * docs/plugins/.cvsignore:
4813           Add *-undeclared.txt to fix buildbot.
4814
4815 2007-12-31  David Schleef  <ds@schleef.org>
4816
4817         * tests/check/Makefile.am:
4818           Second attempt at disabling theoraenc test long enough to
4819           get buildbot to compile -base.
4820
4821 2007-12-31  David Schleef  <ds@schleef.org>
4822
4823         * tests/check/pipelines/theoraenc.c:
4824           Disable theoraenc test long enough to get the buildbot to
4825           compile a recent -base.
4826
4827 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4828
4829         * tests/examples/seek/seek.c: (stop_cb):
4830         Make sure we reset the slider value to 0.0 without racing against a
4831         possible g_idle that sets it to something else.
4832
4833 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
4834
4835         * sys/ximage/ximagesink.c:
4836         fix typo
4837
4838 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4839
4840         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
4841         * gst-libs/gst/rtsp/gstrtspdefs.h:
4842         Add Location header so that we can start implementing redirects.
4843         See #506025.
4844
4845 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4846
4847         * gst/subparse/gstssaparse.c:
4848         combine if's
4849
4850 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4851
4852         * gst/subparse/gstssaparse.c:
4853         remove duplicate log message
4854
4855 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
4856
4857         * ext/libvisual/visual.c: (gst_visual_chain):
4858         Fix 'xyz may be used uninitialized' compiler warnings caused
4859         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
4860         abort() in any case but properly report the error.
4861
4862 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4863
4864         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4865         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4866         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
4867         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
4868         (autoplug_select_cb), (activate_group), (deactivate_group),
4869         (setup_next_source), (save_current_group),
4870         (gst_play_bin_change_state):
4871         Code cleanups.
4872         Remove next-uri, we can use the uri property just fine.
4873         Fix some crasher.
4874         Unref uridecodebin when switching.
4875         Fix going to READY.
4876
4877         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4878         (gst_play_sink_init), (gst_play_sink_dispose),
4879         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
4880         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
4881         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
4882         (gst_play_sink_set_property), (gst_play_sink_get_property),
4883         (gen_video_chain), (gen_text_element), (gen_audio_chain),
4884         (gen_vis_element), (gst_play_sink_get_mode),
4885         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
4886         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
4887         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
4888         (gst_play_sink_change_state):
4889         * gst/playback/gstplaysink.h:
4890         Add some locking to make things threadsafe.
4891
4892         * gst/playback/test7.c: (about_to_finish_cb):
4893         Fix test.
4894
4895 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
4896
4897         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
4898           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
4899           (gst_video_scale_transform):
4900           Don't claim to be able to handle/transform caps that can't really
4901           be handled by the currently selected scaling method (here: RGB or
4902           packed YUV with 4-tap method). Also add locking to method property.
4903
4904         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
4905           (test_basetransform_based):
4906           Some test pipelines for the above (not entirely valgrind clean yet
4907           apparently).
4908
4909 2007-12-21  David Schleef  <ds@schleef.org>
4910
4911         * gst-libs/gst/video/video.c:
4912         * gst-libs/gst/video/video.h:
4913           Add additional RGBA and RGB-24 video formats.
4914
4915 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4916
4917         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
4918           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
4919           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
4920         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
4921           (cddabasesrc_suite):
4922           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
4923           deprecated in the future (see #498924).
4924
4925 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4926
4927         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
4928           Don't leak event.
4929
4930 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
4931
4932         * gst-libs/gst/riff/riff-read.c:
4933         Use GST_ROUND_UP_2 macro
4934
4935 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4936
4937         * gst/playback/.cvsignore:
4938           Ignore more.
4939
4940 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4941
4942         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4943         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
4944           (set_active_source):
4945         * gst/playback/gstplaybasebin.h:
4946         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4947           (setup_sinks), (playbin_set_subtitles_visible):
4948           Make switching off of subtitles work. To avoid all kind of
4949           problems with unlinking of the subtitle input, we just keep
4950           the subtitle inputs linked as they are and tell textoverlay
4951           not to render them. Fixes #373011.
4952           Other subtitle switching issues (esp. when there are both
4953           external and in-stream subtitles) remain. They'll be solved
4954           in playbin2.
4955
4956 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4957
4958         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
4959         Init the pad segment too.
4960
4961 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4962
4963         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4964         (gst_audioringbuffer_open_device),
4965         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
4966         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4967         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
4968         (gst_audio_sink_create_ringbuffer):
4969         Improve debug output.
4970
4971         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
4972         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
4973         Prevent some functions from doing things and failing when the
4974         ringbuffer is not yet acquired.
4975
4976 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
4977
4978         * gst-libs/gst/interfaces/interfaces.h:
4979           Also remove interfaces.h from CVS as it is not needed anymore.
4980
4981 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
4982
4983         * gst-libs/gst/interfaces/Makefile.am:
4984           interfaces.h is not used anymore so remove it from the build
4985           process.
4986
4987 2007-12-17  David Schleef  <ds@schleef.org>
4988
4989         * gst/videotestsrc/gstvideotestsrc.c:
4990         * gst/videotestsrc/gstvideotestsrc.h:
4991           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
4992           for testing vertical refresh synchronization.
4993
4994 2007-12-17  David Schleef  <ds@schleef.org>
4995
4996         * docs/libs/gst-plugins-base-libs-sections.txt:
4997         * gst-libs/gst/video/video.c:
4998         * gst-libs/gst/video/video.h:
4999           Add new GstVideFormat enum and write a bunch of helper functions
5000           based around it.
5001
5002 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5003
5004         * Makefile.am:
5005           Use new common/win32.mak.
5006
5007 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5008
5009         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5010         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5011         Add debug info.
5012         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5013         the parent state change function, just like the audiosink, because the
5014         parent waits for the element to finish its processing before completing
5015         the state change. This makes going to PAUSED a lot snappier.
5016         When going from READY to PAUSED, don't allow the ringbuffer to start
5017         yet.
5018
5019 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5020
5021         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5022         Yet another fix for broken software that produce files with an empty
5023         blockalign field. Instead of completely failing, make a second attempt
5024         at guessing the width/depth by looking at strf->size.
5025
5026 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5027
5028         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5029           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5030         * gst-libs/gst/pbutils/install-plugins.c:
5031           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5032         * gst-libs/gst/pbutils/missing-plugins.c:
5033           (gst_missing_plugin_message_get_installer_detail),
5034           (gst_missing_encoder_installer_detail_new):
5035         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5036         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5037           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5038           avoid compiler warnings (#503930).
5039
5040 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5041
5042         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5043         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5044         for jpeg video streams.
5045         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5046         for the above modification.
5047
5048 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5049
5050         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5051           (gst_x_overlay_handle_events):
5052           More guards (we don't want klass to end up being NULL).
5053
5054 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5055
5056         * configure.ac:
5057         * gst/volume/gstvolume.c: (gst_volume_init):
5058           Use new gst_base_transform_set_gap_aware() function as volume
5059           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5060           for this.
5061
5062 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5063
5064         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5065         Don't go to READY on EOS as this avoids testing of seeking and
5066         restarting after EOS, use the stop button when you want to READY.
5067         Don't try to do a flushing seek in segment-done, it does not make
5068         sense to use this for gapless playback and is not needed.
5069
5070 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5071
5072         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5073         (reset_rate_timer), (update_in_rates), (update_out_rates),
5074         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5075         (gst_queue_chain), (gst_queue_loop):
5076         Use separate timers for input and output rates.
5077         Pause measuring the output rate when we block for more data.
5078         See #503262.
5079
5080 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5081
5082         * gst/playback/gstqueue2.c: (gst_queue_chain):
5083         Pause the timer to measure the input rate when we block because the
5084         queue is filled. See #503262.
5085
5086 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5087
5088         Patch by: Peter Kjellerstedt  <pkj at axis com>
5089
5090         * gst-libs/gst/rtsp/gstrtspconnection.c:
5091         (gst_rtsp_connection_free):
5092         Close control sockets. Fixes #503440.
5093
5094 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5095
5096         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5097         Expose the right pad in the right place with the right element.
5098
5099 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5100
5101         * gst-libs/gst/pbutils/descriptions.c: (formats):
5102           Add description for 'private' dts caps (who come up with that name?).
5103
5104 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5105
5106         * Makefile.am:
5107           Add check-exports target and run it with 'make check'.
5108
5109         * configure.ac:
5110           Be stricter about what we export in our libraries: change regexp so that
5111           we only export _gst_foo(), but not __gst_foo().
5112
5113         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5114         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5115           Change internal functions to __gst_foo so they dont' get exported.
5116
5117         * win32/common/libgstaudio.def:
5118           Add missing symbols.
5119
5120 2007-12-11  David Schleef  <ds@schleef.org>
5121
5122         * ChangeLog: remove conflict markers
5123
5124 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5125
5126         * ext/gnomevfs/Makefile.am:
5127         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5128           Use gst_tag_freeform_string_to_utf8() here, which also takes
5129           into account any character sets specified by the user via
5130           environment variables.
5131
5132 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5133
5134         * gst/audioconvert/Makefile.am:
5135         Also link to libm.
5136
5137 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5138
5139         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5140         No need for floating point operations here. avoids having to link
5141         against the math library too.
5142
5143 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5144
5145         * gst-libs/gst/pbutils/descriptions.c: (formats),
5146           (format_info_get_desc):
5147         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5148           (GST_START_TEST):
5149           Add one or two missing formats.  Generate ADPCM description
5150           dynamically depending on layout/format.
5151
5152 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5153
5154         * configure.ac:
5155           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5156
5157 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5158
5159         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5160
5161         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5162           Some .srt files start with chunk number 0 and not chunk number 1,
5163           recognise and accept those as well (fixes #502497).
5164
5165         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5166           (test_src):
5167           Add unit test for the above.
5168
5169 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5170
5171         * gst/playback/gstplay-enum.c:
5172         (register_gst_autoplug_select_result),
5173         (gst_autoplug_select_result_get_type):
5174         * gst/playback/gstplay-enum.h:
5175         Add missing files.
5176
5177 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5178
5179         * gst/playback/Makefile.am:
5180         Group decodebin2 and uridecodebin into the same plugin so that they
5181         can share the GEnumType.
5182
5183         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5184         (_gst_select_accumulator), (gst_decode_bin_class_init),
5185         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5186         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5187         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5188         Add signal to sort factories instead of the more awkward autoplug-select
5189         signal.
5190         Modify autoplug_select so that we can try, skip or expose the
5191         autopluggin of an element on a pad.
5192
5193         * gst/playback/gstfactorylists.c: (compare_ranks),
5194         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5195         (element_filter), (gst_factory_list_get_elements),
5196         (gst_factory_list_debug), (gst_factory_list_filter):
5197         * gst/playback/gstfactorylists.h:
5198         Simplify the API, allow getting elements based on mask.
5199
5200         * gst/playback/gstplay-marshal.list:
5201         Add some more marshallers.
5202
5203         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5204         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5205         (autoplug_select_cb), (activate_group):
5206         Add support for managing non-raw sinks by providing a custom element and
5207         sink list to decodebin2.
5208         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5209         decodebin2.
5210
5211         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5212         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5213         * gst/playback/gstplaysink.h:
5214         Add support for raw and non-raw sinks. 
5215         Add support to force sinks selected by playbin2.
5216         Don't plug raw converters for non-raw sinks.
5217
5218         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5219         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5220         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5221         (plugin_init):
5222         Use right accumulators.
5223         Proxy new signal.
5224
5225 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5226
5227         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5228         Use runnning time as the base time instead of the timestamp.
5229         Spotted by Saur on IRC.
5230
5231 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5232
5233         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5234         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5235
5236 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5237
5238         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5239         (gst_ogg_demux_read_chain):
5240         If we find a new serial number but it does not contain a BOS page, make
5241         sure we initialize the chain to NULL because else we will try to scan it
5242         and crash. Fixes #500763
5243
5244 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5245
5246         * gst/playback/Makefile.am:
5247         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5248         (get_feature_array), (decoders_filter), (sinks_filter),
5249         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5250         (gst_factory_list_filter):
5251         * gst/playback/gstfactorylists.h:
5252         Refactor some common code to filter factories and check caps compat.
5253
5254         * gst/playback/gstdecodebin.c:
5255         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5256         (gst_decode_bin_init), (gst_decode_bin_dispose),
5257         (gst_decode_bin_autoplug_continue),
5258         (gst_decode_bin_autoplug_factories),
5259         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5260         (find_compatibles):
5261         * gst/playback/gstplaybin.c:
5262         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5263         (gst_play_bin_init), (gst_play_bin_finalize),
5264         (autoplug_factories_cb), (activate_group):
5265         * gst/playback/gstqueue2.c:
5266         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5267         (proxy_autoplug_continue_signal),
5268         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5269         (proxy_drained_signal):
5270         Add some more debug info and use factor filtering code.
5271
5272 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5273
5274         * gst/audiotestsrc/gstaudiotestsrc.c:
5275         * gst/volume/gstvolume.c:
5276         * gst/volume/gstvolume.h:
5277           Add GAP-flag support.
5278
5279 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5280
5281         * tests/examples/seek/seek.c: (main): Increase the range of the
5282         rate selector as I would like to test QOS behavior at higher
5283         forward and reverse playback speed like say 64x.
5284
5285 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5286
5287         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5288         (audioresample_query), (audioresample_query_type),
5289         (gst_audioresample_set_property):
5290         Implement latency query.
5291
5292 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5293
5294         * gst-libs/gst/audio/gstbaseaudiosink.c:
5295         (gst_base_audio_sink_drain):
5296         Our EOS time contains the base_time, _wait_eos() expects a running_time
5297         so we have to subtract the base_time again before calling the function.
5298         This fixes an EOS regression where the base_time was added twice and EOS
5299         took longer and longer in certain situations.
5300         Fixes #498767.
5301
5302 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5303
5304         * docs/libs/gst-plugins-base-libs-sections.txt:
5305         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5306         (gst_base_audio_sink_set_provide_clock),
5307         (gst_base_audio_sink_get_provide_clock),
5308         (gst_base_audio_sink_set_slave_method),
5309         (gst_base_audio_sink_get_slave_method),
5310         (gst_base_audio_sink_set_property),
5311         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5312         (gst_base_audio_sink_none_slaving),
5313         (gst_base_audio_sink_handle_slaving):
5314         * gst-libs/gst/audio/gstbaseaudiosink.h:
5315         Expose methods for some object properties so that subclasses can more
5316         easily configure them.
5317         Added slave method none, that completely disables slaving to the
5318         internal clock.
5319         API: gst_base_audio_sink_set_provide_clock()
5320         API: gst_base_audio_sink_get_provide_clock()
5321         API: gst_base_audio_sink_set_slave_method()
5322         API: gst_base_audio_sink_get_slave_method()
5323
5324         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5325         (gst_base_audio_src_set_provide_clock),
5326         (gst_base_audio_src_get_provide_clock),
5327         (gst_base_audio_src_set_property),
5328         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5329         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5330         Expose methods for some object properties so that subclasses can more
5331         easily configure them.
5332         API: gst_base_audio_src_set_provide_clock()
5333         API: gst_base_audio_src_get_provide_clock()
5334
5335 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5336
5337         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5338
5339         * gst-libs/gst/sdp/gstsdpmessage.c:
5340         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5341
5342 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5343
5344         * tests/check/libs/fft.c: (GST_START_TEST):
5345         Fix scaling to really have dB instead of something else.
5346
5347 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5348
5349         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5350         GTK version, use it.
5351
5352 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5353
5354         * tests/examples/seek/seek.c: (main): Try to support stable version
5355         of GTK.
5356
5357 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5358
5359         * gst/playback/README:
5360         * gst/playback/test7.c:
5361           Fix the build + little README update.
5362
5363 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5364
5365         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5366         Add playbin2 seek pipeline.
5367
5368 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5369
5370         * gst/playback/Makefile.am:
5371         * gst/playback/gstplayback.c: (plugin_init):
5372         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5373         (eos_cb), (about_to_finish_cb), (main):
5374         Add playbin2.
5375         Added gapless playback example.
5376
5377         * gst/playback/gstplaybasebin.c:
5378         * gst/playback/gstplaybasebin.h:
5379         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5380         * gst/playback/gstqueue2.c:
5381         * gst/playback/test.c:
5382         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5383         (pad_removed_cb):
5384         * gst/playback/gststreaminfo.h:
5385         Change email.
5386
5387         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5388         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5389         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5390         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5391         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5392         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5393         (drained_cb), (unlink_group), (activate_group),
5394         (setup_next_source), (gst_play_bin_change_state),
5395         (gst_play_bin2_plugin_init):
5396         Added raw first version of playbin2. Does chained oggs and gapless
5397         playback fine. No support for raw sinks yet. No visualisations or
5398         subtitles yet.
5399
5400         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5401         (gst_play_sink_class_init), (gst_play_sink_init),
5402         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5403         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5404         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5405         (gst_play_sink_set_property), (gst_play_sink_get_property),
5406         (post_missing_element_message), (free_chain), (add_chain),
5407         (activate_chain), (gen_video_chain), (gen_text_element),
5408         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5409         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5410         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5411         (gst_play_sink_send_event), (gst_play_sink_change_state):
5412         * gst/playback/gstplaysink.h:
5413         Added Element that abstracts the sinks and their pipelines for playbin2.
5414
5415 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5416
5417         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5418         (gst_selector_pad_class_init), (gst_selector_pad_init),
5419         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5420         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5421         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5422         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5423         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5424         (gst_stream_selector_init), (gst_stream_selector_set_property),
5425         (gst_stream_selector_get_linked_pad),
5426         (gst_stream_selector_getcaps),
5427         (gst_stream_selector_is_active_sinkpad),
5428         (gst_stream_selector_activate_sinkpad),
5429         (gst_stream_selector_get_linked_pads),
5430         (gst_stream_selector_request_new_pad),
5431         (gst_stream_selector_release_pad):
5432         * gst/playback/gststreamselector.h:
5433         Improve streamselector, make it select and unselect the current pad more
5434         intelligently. 
5435         Subclass GstPad for the sinkpads of the selector.
5436         Handle segments more correctly.
5437         Fix caps negotiation.
5438         Implement release_pad.
5439
5440 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5441
5442         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5443         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5444         (remove_fakesink):
5445         Add drained signal fired when decodebin finishes decoding the data.
5446         Remove deprecated STATE_DIRTY message.
5447
5448         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5449         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5450         (analyse_source), (proxy_drained_signal), (make_decoder),
5451         (source_new_pad), (value_list_append_structure_list),
5452         (handle_redirect_message), (handle_message):
5453         Proxy the new drained signal.
5454         Handle pad removed from decodebin.
5455         Handle redirect messages by sorting multiple redirections based on the
5456         connection speed.
5457
5458 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5459
5460         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5461
5462         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5463         Fix leaking headers. Fixes #496761.
5464
5465 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5466
5467         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5468
5469         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5470         (gst_ximagesink_change_state):
5471         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5472         Don't leak the PAR on errors. Fixes #496731.
5473
5474 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5475
5476         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5477           (gst_tag_from_id3_user_tag):
5478           Add mapping for audio cd discid tags, so we can extract
5479           them from tags as well (see #347848). Also compare identifiers
5480           in ID3v2 TXXX frames in a case-insensitive way to increase
5481           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5482
5483 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5484
5485         * gst-plugins-base.doap:
5486         Oops, fix the release name.
5487
5488 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5489
5490         * gst-plugins-base.doap:
5491         Add 0.10.15 release
5492
5493 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5494
5495         * configure.ac:
5496         Back to CVS
5497
5498 === release 0.10.15 ===
5499
5500 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5501
5502         * configure.ac:
5503           releasing 0.10.15, "No need to argue"
5504
5505 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5506
5507         * win32/vs6/libgstfft.dsp:
5508         Convert line endings to DOS.
5509
5510 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5511
5512         * win32/vs6/gst_plugins_base.dsw:
5513         * win32/vs6/libgstfft.dsp:
5514         * win32/MANIFEST:
5515         Add a project file for fft plugin and remove socket
5516         based plugin which don't build from the workspace.
5517         * win32/vs6/libgstaudio.dsp:
5518         * win32/vs6/libgstrtp.dsp:
5519         * win32/vs6/libgsttag.dsp:
5520         Convert line endings back to DOS.
5521         Fixes #496724
5522
5523 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5524
5525         * win32/vs6/libgstinterfaces.dsp:
5526         * win32/vs6/libgstrtsp.dsp:
5527         Convert line endings back to DOS
5528
5529 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5530
5531         * gst-libs/gst/fft/kiss_fft_f32.h:
5532         * gst-libs/gst/fft/kiss_fft_f64.h:
5533         * gst-libs/gst/fft/kiss_fft_s16.h:
5534         * gst-libs/gst/fft/kiss_fft_s32.h:
5535         Don't include malloc.h which doesn't exist on Mac OSX.
5536         Instead, pull in glib.h and use g_malloc/g_free for 
5537         consistency. Fixes: #496548
5538
5539 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5540
5541         * gst/playback/gstdecodebin2.c:
5542           Dont leak ghostpad. Fixes #475451.
5543
5544 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5545
5546         * docs/design/design-decodebin.txt:
5547         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5548         Update some more docs and comments.
5549
5550 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5551
5552         Patch by: Sebastien Moutte  <sebastien moutte net>
5553
5554         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5555           (gst_rtcp_unix_to_ntp):
5556         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5557           Fix some C99-isms and and a missing function that some versions of
5558           MSVC don't like too much (#494346).
5559
5560         * win32/vs6/gst_plugins_base.dsw:
5561         * win32/vs6/libgstaudio.dsp:
5562         * win32/vs6/libgstrtp.dsp:
5563         * win32/vs6/libgsttag.dsp:
5564           Update vs6 projects files (#494346).
5565
5566 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5567
5568         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5569
5570         * win32/common/libgstaudio.def:
5571         * win32/common/libgstcdda.def:
5572         * win32/common/libgstinterfaces.def:
5573         * win32/common/libgstnetbuffer.def:
5574         * win32/common/libgstpbutils.def:
5575         * win32/common/libgstrtp.def:
5576         * win32/common/libgstrtsp.def:
5577         * win32/common/libgsttag.def:
5578         * win32/common/libgstvideo.def:
5579           More missing symbols to export (fixes #493986).
5580
5581 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5582
5583         * docs/libs/gst-plugins-base-libs-sections.txt:
5584         * gst-libs/gst/fft/gstfftf32.c:
5585         * gst-libs/gst/fft/gstfftf32.h:
5586         * gst-libs/gst/fft/gstfftf64.c:
5587         * gst-libs/gst/fft/gstfftf64.h:
5588         * gst-libs/gst/fft/gstffts16.c:
5589         * gst-libs/gst/fft/gstffts16.h:
5590         * gst-libs/gst/fft/gstffts32.c:
5591         * gst-libs/gst/fft/gstffts32.h:
5592         * tests/check/libs/fft.c: (GST_START_TEST):
5593         Remove the magnitude and phase calculation functions as these have
5594         very special use cases and can't even be used for the spectrum
5595         element. Also adjust the docs to mention some properties of the used
5596         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5597
5598 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5599
5600         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5601           (finish_source):
5602           Avoid crash when there are external subtitles (fixes #491722).
5603
5604 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5605
5606         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5607         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5608           'Could not open resource for writing' is not an acceptable
5609           error message when we can't open the audio device (see #492334),
5610           even less so when we're trying to open it to record something.
5611
5612 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5613
5614         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5615
5616         * win32/common/libgstrtp.def:
5617           Add some more missing symbols (#492813).
5618
5619 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5620
5621         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5622
5623         * tests/check/elements/audioconvert.c: (verify_convert):
5624           Add check to make sure that the out caps have a channel layout
5625           set on them where they should have one.
5626
5627 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5628
5629         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5630
5631         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5632         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5633           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5634           (#492306).
5635
5636         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5637           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5638           (it disappeared in GLib 2.14.0) (#492306).
5639
5640         * gst-libs/gst/sdp/Makefile.am:
5641         * gst-libs/gst/sdp/gstsdpmessage.c:
5642           Fix includes and LIBS for win32/Mingw (#492306).
5643
5644         * tests/examples/dynamic/addstream.c (pause_play_stream):
5645           Use more portable g_usleep() instead of sleep() (#492306).
5646
5647 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5648
5649         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5650
5651         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5652           (gst_ring_buffer_parse_caps):
5653           Return NULL instead of an enum that happens to be 0, fixes warning
5654           on MSVC (#492114).
5655
5656         * gst-libs/gst/audio/gstringbuffer.h:
5657           No trailing commas in enum list (for gcc-2.9x).
5658
5659         * gst/videotestsrc/videotestsrc.c: (random_char):
5660           Make information loss explicit instead of implicitly truncating to
5661           eight bits via the return value.  Fixes runtime error on MSVC when
5662           using the debug CRT (#492114).
5663
5664         * win32/common/config.h.in:
5665           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5666
5667         * win32/common/libgstinterfaces.def:
5668         * win32/common/libgstrtp.def:
5669           Export a few more symbols (#492114).
5670
5671 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5672
5673         * gst-libs/gst/audio/audio.c:
5674         * gst-libs/gst/audio/audio.h:
5675           Readd the deprecation guards, but preserve compilability.
5676
5677 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5678
5679         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5680           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5681           Preserve channel layout when fixating the number of channels in the
5682           output caps, or make sure there's a suitable channel position layout
5683           set on the caps if required. Fixes #430677.
5684
5685 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5686
5687         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5688           Make sure the pipeline really operates in push mode as it should
5689           in this case.
5690
5691 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5692
5693         * gst-libs/gst/audio/audio.h:
5694           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5695           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5696           (ie. normal cvs builds) will fail.
5697
5698 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5699
5700         * docs/libs/Makefile.am:
5701         * gst-libs/gst/audio/audio.c:
5702         * gst-libs/gst/audio/audio.h:
5703         * gst-libs/gst/interfaces/mixer.c:
5704           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5705
5706 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5707
5708         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5709           (test_channel_layout_value_intersect), (audio_suite):
5710           Add simple unit test to make sure GstValue intersection
5711           of channel layouts works the way I think it does.
5712
5713 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5714
5715         * docs/libs/gst-plugins-base-libs-sections.txt:
5716         * gst-libs/gst/audio/gstaudiofilter.h:
5717         * gst-libs/gst/interfaces/mixer.h:
5718         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5719         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5720         * gst-libs/gst/sdp/gstsdpmessage.c:
5721           Fix the docs according to what gtk-doc complained about.
5722
5723 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5724
5725         * tests/icles/stress-playbin.c:
5726           Fix the build.
5727
5728 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5729
5730         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5731         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5732           Post nice/more useful error message if we don't have a decoder for
5733           the primary type.
5734
5735 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5736
5737         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5738         Be a bit more useful, unblock the pads after we fired the no-more-pads
5739         signal so that we can use the signal to inspect and connect all pads
5740         without having to keep extra state outside of decodebin.
5741
5742 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5743
5744         * gst/playback/gsturidecodebin.c:
5745         (gst_uri_decode_bin_autoplug_continue),
5746         (gst_uri_decode_bin_class_init), (no_more_pads_full):
5747         Implement default signal handler so that we return TRUE when nothing is
5748         connected.
5749
5750 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
5751
5752         * gst-libs/gst/riff/riff-media.c:
5753         (gst_riff_wavext_add_channel_layout),
5754         (gst_riff_wave_add_default_channel_layout),
5755         (gst_riff_wavext_get_default_channel_mask),
5756         (gst_riff_create_audio_caps):
5757         Use the ALSA channel layout as default for wav files without channel
5758         layout information. This fixes playback of chan-id.wav on 5.1 systems
5759         for example. Also refactor the channel layout setting a bit and add
5760         more default channel orders. Fixes #489010.
5761
5762 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5763
5764         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
5765           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
5766           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
5767           instead.
5768
5769 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
5770
5771         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5772         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
5773         (gst_decode_bin_set_subs_encoding),
5774         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
5775         (gst_decode_bin_get_property), (analyze_new_pad):
5776         Move subtitle encoding property to decodebin2 so that it can set the
5777         property value on all elements that it autoplugs and that require it.
5778         Make caps refcounting more consistent in get/set.
5779
5780         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
5781         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
5782         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
5783         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
5784         (proxy_autoplug_continue_signal),
5785         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5786         (make_decoder):
5787         Proxy properties and relevant signals from the internal decodebin.
5788         Make properties MT safe.
5789
5790 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
5791
5792         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
5793         * gst-libs/gst/tag/tags.c:
5794           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
5795           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
5796
5797         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
5798           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
5799
5800         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
5801           (gst_tag_to_vorbis_comments):
5802           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
5803           just mapping everything I found in the wild) (#414539).
5804
5805 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
5806
5807         Inspired by patch of: René Stadler <mail at renestadler dot de>
5808
5809         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5810         (gst_decode_bin_autoplug_continue),
5811         (gst_decode_bin_autoplug_factories),
5812         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
5813         (find_compatibles):
5814         * gst/playback/gstplay-marshal.list:
5815         Remove the autoplug-sort signal and replace it with a binding friendly
5816         autoplug-select signal.
5817         Add an autoplug-factories signal that can be used to generate a list of
5818         factories to try to autoplug.
5819         Add the GstPad to the autoplugging signal args as it might be needed to
5820         make a good factory selection.
5821         Fix up the marshallers for this. Fixes #407282.
5822
5823 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5824
5825         * gst-libs/gst/tag/gsttagdemux.c:
5826           Don't abort with an assertion if we receive a seek event with
5827           a start type of NONE (see launchpad bug #155878).
5828
5829 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5830
5831         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5832         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5833         (gst_ximagesink_change_state), (gst_ximagesink_reset):
5834         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
5835         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
5836         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
5837         Make sure that before we clean up the X resources, we shutdown and join
5838         the event thread.
5839         Also make sure the event thread does not shut down immediatly after
5840         startup because the running variable is not yet correctly set.
5841         Fixes #378770. 
5842
5843 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5844
5845         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
5846         Make the window for a race in typefind and shutting down smaller until
5847         we figure out the right locking here. Avoids #485753 usually.
5848
5849         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
5850         Remove unneeded lock causing a race in typefind and shutting down.
5851         Fixes #485753.
5852
5853         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5854         Also remove sinks when going to NULL because we might not complete the
5855         state change to PAUSED, causing the PAUSED->READY state change not to
5856         happen.
5857
5858 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5859
5860         * gst-libs/gst/audio/gstbaseaudiosink.c:
5861         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
5862         Also explicitly release the ringbuffer when going to NULL because it
5863         is required in the setcaps function, before the state change to PAUSED
5864         completes.
5865
5866 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
5867
5868         * tests/icles/.cvsignore:
5869         * tests/icles/Makefile.am:
5870         * tests/icles/stress-playbin.c:
5871           Does what it says on the tin.
5872
5873 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
5874
5875         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
5876         Fix queue negotiation. See #486758.
5877
5878 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5879
5880         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
5881         (gst_xvimagesink_xwindow_new),
5882         (gst_xvimagesink_update_colorbalance),
5883         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
5884
5885         Fix handling of some of the X atoms. If the last parameter is True,
5886         XInternAtom won't create the atom if it doesn't exist, and therefore
5887         might return None. This causes X errors on Xv implementations that
5888         don't provide the colour balance attributes.
5889
5890 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5891
5892         * gst-libs/gst/tag/gstvorbistag.c:
5893         * tests/check/libs/tag.c:
5894           Extract vorbis comment LICENSE tags correctly.
5895
5896 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5897
5898         Patch by: Jason Kivlighn  <jkivlighn gmail com>
5899
5900         * gst-libs/gst/tag/gstid3tag.c:
5901         * tests/check/libs/tag.c:
5902           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
5903
5904 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5905
5906         * gst-libs/gst/tag/gsttagdemux.c:
5907           Don't error out when a buggy downstream element doesn't
5908           handle the newsegment event we send properly (especially
5909           not without posting a meaningful error message on the
5910           bus). See bug #471370 and launchpad bug #136264.
5911
5912 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
5913
5914         * gst-libs/gst/audio/gstbaseaudiosink.c:
5915         (gst_base_audio_sink_drain):
5916         Use new basesink method to make our EOS drain interruptable.
5917
5918 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
5919
5920         * gst-libs/gst/rtp/gstrtppayloads.c:
5921         Fix silly search-replace oversight.
5922
5923 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
5924
5925         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5926
5927         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
5928         (gst_basertppayload_set_outcaps):
5929         Fix caps memleak. Fixes #484989.
5930
5931
5932 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5933
5934         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5935         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
5936         Fix debug output.
5937
5938 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5939
5940         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5941         (gst_base_audio_src_create):
5942         Also handle the case where there is no clock set on the audio source,
5943         like in the unit tests.
5944
5945 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5946
5947         * gst-libs/gst/rtp/gstrtppayloads.c:
5948         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
5949         to avoid compiler warnings
5950
5951 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5952
5953         * gst/playback/gstdecodebin.c: (type_found),
5954         (gst_decode_bin_change_state):
5955         * gst/playback/gstdecodebin2.c: (type_found),
5956         (gst_decode_bin_change_state):
5957         Don't disconnect the have_type signal because we never reconnect it
5958         later on. Instead keep a variable to see if we already detected a type.
5959
5960 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5961
5962         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
5963         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
5964         (type_found):
5965         Unlink the signal handler when we found the type, we're not going to do
5966         anything sensible with more type_found signals anyway.
5967
5968 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
5969
5970         * gst-libs/gst/tag/gsttagdemux.c:
5971           Don't leak caps.
5972
5973 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
5974
5975         * gst-libs/gst/tag/Makefile.am:
5976         * gst-libs/gst/tag/gsttagdemux.c:
5977         * gst-libs/gst/tag/gsttagdemux.h:
5978           API: add GstTagDemux base class for simple tag demuxers.
5979
5980         * docs/libs/gst-plugins-base-libs-docs.sgml:
5981         * docs/libs/gst-plugins-base-libs-sections.txt:
5982           Add GstTagDemux to docs.
5983
5984 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
5985
5986         * gst-libs/gst/rtp/gstrtpbuffer.c:
5987         (gst_rtp_buffer_get_payload_subbuffer):
5988         Fix bug introduced with last commit which inverted the logic and
5989         caused all buffers to be dropped. Fixes #483620.
5990         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
5991
5992 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
5993
5994         * gst-libs/gst/rtp/gstrtpbuffer.c:
5995           Replace g_return_if_val (as it could be disabled), with regular return
5996           and warning.
5997
5998 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
5999
6000         * tests/check/pipelines/simple-launch-lines.c:
6001           Print message name and not just number.
6002
6003 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6004
6005         * gst-libs/gst/audio/gstbaseaudiosink.c:
6006         (gst_base_audio_sink_async_play):
6007         When slaved to the clock, don't try to align a sample with the previous
6008         one when going to PLAYING again.
6009
6010 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6011
6012         * tests/examples/snapshot/snapshot.c:
6013           Fix the build.
6014
6015 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6016
6017         * gst-libs/gst/sdp/gstsdpmessage.h:
6018         Add RFC 3556 bandwidth modifiers.
6019
6020 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6021
6022         * docs/libs/gst-plugins-base-libs-docs.sgml:
6023         * docs/libs/gst-plugins-base-libs-sections.txt:
6024         * gst-libs/gst/rtp/gstrtppayloads.c:
6025         Update documentation.
6026
6027 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6028
6029         * gst-libs/gst/rtp/Makefile.am:
6030         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6031         (gst_rtp_payload_info_for_name):
6032         * gst-libs/gst/rtp/gstrtppayloads.h:
6033         Added new file and header to deal with payload info.
6034
6035         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6036         (gst_rtp_buffer_default_clock_rate):
6037         * gst-libs/gst/rtp/gstrtpbuffer.h:
6038         Payload specific stuff is move to new headers.
6039         Implement _default_clock rate using the new payload function.
6040
6041         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6042         (gst_sdp_parse_line):
6043         * gst-libs/gst/sdp/gstsdpmessage.h:
6044         Add some more comments.
6045
6046 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6047
6048         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6049         (sdp_check_header), (sdp_type_find), (plugin_init):
6050         Add typefind function for application/sdp.
6051         Remove some old dirac typefind code that was ifdeffed out.
6052
6053 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6054
6055         * win32/common/libgstaudio.def:
6056         Add new exported functions.
6057         * win32/vs6/grammar.dsp:
6058         Add autogeneration and copy of some autegenerated files from win32/common
6059         for rtsp library.
6060         * win32/vs6/libgstaudioconvert.dsp:
6061         Add gstaudioquantize.c to the build.
6062         * win32/vs6/libgstinterfaces.dsp:
6063         Add videoorientation.c to the build.
6064         * win32/vs6/libgstriff.dsp:
6065         Add libgsttag to the link libraries list.
6066         * win32/vs6/libgstvolume.dsp:
6067         Add liboil to the link.
6068         * win32/vs6/gst_plugins_base.dsw:
6069         * win32/vs6/libgstrtsp.dsp:
6070         * win32/common/libgstrtsp.def:
6071         Add files to build libgstrtsp library.
6072         
6073 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6074
6075         * tests/examples/snapshot/snapshot.c: (main):
6076         Print error when pipeline failed to construct.
6077
6078 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6079
6080         * configure.ac:
6081         * gst-libs/gst/tag/gstid3tag.c:
6082         * gst-libs/gst/tag/gstvorbistag.c:
6083           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6084           and ID3v2 tags.
6085
6086 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6087
6088         * gst-libs/gst/floatcast/floatcast.h:
6089           Don't include config.h in an installed public header, this
6090           might break compilation of applications that don't have such
6091           a header and doesn't necessarily do what it's supposed to do
6092           anyway (ie. check for the lrint/lrintf defines) (#442065).
6093           Add docs for the various macros and document how this header
6094           has to be used (link against libm, etc.); add a few FIXMEs;
6095           include math.h for non-c99 code path.  Based on patch by
6096           Jan Schmidt.
6097           
6098 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6099
6100         * configure.ac:
6101         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6102         of duplicating these macros in configure.ac.
6103
6104 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6105
6106         * po/hu.po:
6107         * po/sv.po:
6108         * po/uk.po:
6109           Updated translations to 0.10.14
6110
6111 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6112
6113         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6114
6115         * po/pl.po:
6116           Added Polish translation.
6117
6118 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6119
6120         translated by: Ilkka Tuohela <hile@iki.fi>
6121
6122         * po/fi.po:
6123           Added Finnish translation.
6124
6125 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6126
6127         translated by: Jorge González González <aloriel@gmail.com>
6128
6129         * po/es.po:
6130           Added Spanish translation.
6131
6132 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6133
6134         translated by: Mogens Jaeger <mogens@jaeger.tf>
6135
6136         * po/da.po:
6137           Added Danish translation.
6138
6139 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6140
6141         translated by: Funda Wang <fundawang@linux.net.cn>
6142
6143         * po/zh_CN.po:
6144           Added Chinese (simplified) translation.
6145
6146 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6147
6148         translated by: Alexander Shopov <ash@contact.bg>
6149
6150         * po/bg.po:
6151           Added Bulgarian translation.
6152
6153 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6154
6155         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6156         Fix compilation wrt printf arguments.
6157
6158 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6159
6160         * configure.ac:
6161         * tests/examples/Makefile.am:
6162         * tests/examples/snapshot/.cvsignore:
6163         * tests/examples/snapshot/Makefile.am:
6164         * tests/examples/snapshot/snapshot.c: (main):
6165         Add simple snapshot example program using appsink.
6166
6167 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6168
6169         * tests/check/generic/states.c:
6170           Improved state change unit test.
6171
6172 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6173
6174         * docs/plugins/.cvsignore:
6175         * tests/check/.cvsignore:
6176           Ignore registries in any format.
6177
6178 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6179
6180         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6181         (gst_base_rtp_depayload_chain),
6182         (gst_base_rtp_depayload_set_gst_timestamp):
6183         Only copy timestamp on outgoing packets if the depayloader did not set
6184         one.
6185         Also copy duration on outgoing packets.
6186
6187 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6188
6189         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6190         (gst_basertppayload_set_outcaps):
6191         Fix compilation because of missing %d in printf.
6192         When fixating caps, fixate what we can and throw away all remaining
6193         unfixed caps, subclasses should do something smart if they need to.
6194
6195 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6196
6197         * ext/gnomevfs/gstgnomevfssrc.c:
6198           Improve debug logs a bit and be more verbose if things go wrong.
6199
6200 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6201
6202         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6203         (gst_text_overlay_set_property):
6204         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6205         * gst-libs/gst/audio/gstbaseaudiosink.c:
6206         (gst_base_audio_sink_render):
6207         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6208         (gst_rtcp_unix_to_ntp):
6209         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6210         * gst/playback/gstqueue2.c:
6211         * tests/examples/seek/seek.c: (set_scale):
6212         Fix a bunch of compile warnings shown with Forte.
6213
6214         * gst/audiorate/gstaudiorate.c:
6215         Always pull in config.h before including any system headers.
6216
6217 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6218
6219         * gst/playback/gstqueue2.c: (update_buffering),
6220         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6221         (gst_queue_handle_sink_event), (gst_queue_chain),
6222         (gst_queue_push_one), (gst_queue_sink_activate_push),
6223         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6224         Also fix #476514 for queue2.
6225
6226 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6227
6228         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6229         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6230         (gst_base_rtp_depayload_chain),
6231         (gst_base_rtp_depayload_handle_sink_event),
6232         (gst_base_rtp_depayload_push_full),
6233         (gst_base_rtp_depayload_set_gst_timestamp),
6234         (gst_base_rtp_depayload_change_state):
6235         Remove code to deal with RTP to GST time conversion, we now just copy
6236         the GST timestamp we receive to the outgoing buffers.
6237         Handle segment and flushes correctly.
6238
6239         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6240         When we have no valid input timestamp, use the previous rtp timestamp on
6241         the outgoing RTP packet instead of the RTP base time.
6242
6243 2007-09-15  David Schleef  <ds@schleef.org>
6244
6245         * ext/alsa/gstalsa.c:
6246         * ext/alsa/gstalsadeviceprobe.c:
6247         * ext/alsa/gstalsamixer.c:
6248         * ext/alsa/gstalsasink.c:
6249         * ext/alsa/gstalsasrc.c:
6250           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6251
6252 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6253
6254         * gst-libs/gst/rtp/gstbasertppayload.c:
6255         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6256         Add some debug info when negotiating caps.
6257
6258 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6259
6260         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6261         A buffer with an empty payload is also a valid buffer.
6262
6263 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6264
6265         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6266         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6267         (gst_basertppayload_change_state):
6268         Make sure we start our RTP timestamp from the random base RTP
6269         timestamp even if the buffer timestamp starts from some random value.
6270
6271 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6272
6273         * configure.ac:
6274         * tests/examples/Makefile.am:
6275         * tests/examples/dynamic/.cvsignore:
6276         * tests/examples/dynamic/Makefile.am:
6277         * tests/examples/dynamic/addstream.c: (create_stream),
6278         (pause_play_stream), (message_received), (eos_message_received),
6279         (perform_step), (main):
6280         Add simple exmple app to demonstrate starting and pausing live and
6281         non-live bins in a PLAYING pipeline.
6282
6283 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6284
6285         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6286         typefind for QCP files (RFC #3625)
6287
6288 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6289
6290         * gst-libs/gst/audio/gstbaseaudiosink.c:
6291         (gst_base_audio_sink_init):
6292         Disable pull mode scheduling, we're not ready for it yet and it subtly
6293         breaks a lot of things.
6294
6295 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6296
6297         * tests/check/elements/libvisual.c:
6298           Test all libvisual plugins, not just the first one; this reproduces
6299           bug #450336 quite easily.  Looks like a problem with the 'jess'
6300           visualisation.
6301
6302 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6303
6304         * tests/check/Makefile.am:
6305         * tests/check/elements/.cvsignore:
6306         * tests/check/elements/libvisual.c:
6307           Add basic libvisual test case in an attempt to reproduce bug #450336.
6308           Doesn't reproduce that bug, but some other crasher instead (invalid
6309           free), at least with make elements/libvisual.forever and the bumscope
6310           plugin on x86-64/gutsy. Leaving test disabled for now.
6311
6312 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6313
6314         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6315
6316         * gst-libs/gst/rtsp/gstrtspconnection.c:
6317         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6318         (read_body), (gst_rtsp_connection_receive):
6319         Make sure we can not cancel in the middle of receiving a message.
6320         Fixes #475731.
6321
6322 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6323
6324         Patch by: Josep Torra Valles <josep@fluendo.com>
6325
6326         * gst/playback/gstplaybasebin.c:
6327           Increase upper limit for audio queue a bit; fixes preroll problem
6328           with playbin and decodebin2 when playing a quicktime trailer with
6329           multichannel audio via http (#464666).
6330
6331 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6332
6333         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6334         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6335         (gst_base_audio_src_provide_clock),
6336         (gst_base_audio_src_set_property),
6337         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6338         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6339         Allow othe clocks than the internal clock to be used for the pipeline.
6340         Add property to disable clock provide.
6341         API: GstBaseAudioSrc::provide-clock
6342
6343 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6344
6345         * gst/playback/gstdecodebin2.c:
6346           Don't leak request pads. Fixes #475395.
6347
6348 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6349
6350         Patch by: René Stadler <mail at renestadler dot de>
6351
6352         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6353         (gst_ximage_buffer_class_init):
6354         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6355         (gst_xvimage_buffer_class_init):
6356         Correctly chain up finalize with the parent class to prevent
6357         memory leaks. Fixes #474880.
6358
6359 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6360
6361         * gst/volume/gstvolume.c: (volume_choose_func):
6362         * tests/check/elements/volume.c: (GST_START_TEST):
6363         Revert the latest change: floating point samples are allowed to
6364         have any value, not only values in the range [-1,1]. Thanks to Andy
6365         Wingo for noticing.
6366         Also fix processing of int32 samples with volumes > 4 by making the
6367         unity value smaller which prevents overflows.
6368
6369 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6370
6371         * gst-libs/gst/rtp/gstrtpbuffer.c:
6372         * tests/check/libs/rtp.c:
6373           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6374
6375 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6376
6377         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6378
6379         * gst-libs/gst/rtp/gstrtpbuffer.c:
6380           Fix up GstRTPHeader helper struct so that compilers will not under
6381           any circumstances add padding in between our fields, as currently
6382           happens with MSVC on win32, because that would lead to us sending
6383           out RTP payloads with broken RTP headers (#471194).
6384           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6385           
6386         * tests/check/Makefile.am:
6387         * tests/check/libs/.cvsignore:
6388         * tests/check/libs/rtp.c:
6389           Add some simple unit tests for GstRTPBuffer. Some are disabled
6390           because the code tested still needs fixing (set_csrc() does not work).
6391
6392 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6393
6394         * win32/MANIFEST:
6395         * win32/common/gstrtsp-enumtypes.c:
6396         * win32/common/gstrtsp-enumtypes.h:
6397         * win32/common/interfaces-enumtypes.c:
6398         * win32/common/interfaces-enumtypes.h:
6399         * win32/common/multichannel-enumtypes.c:
6400           Add rtsp enumtypes (#474384) and update others.
6401
6402 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6403
6404         * configure.ac:
6405           Fix configure check for HAVE_LIBXML_HTML.
6406
6407 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6408
6409         * tests/check/libs/.cvsignore:
6410           Ignore more, in case the build bots work again one day.
6411
6412 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6413
6414         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6415
6416         * configure.ac:
6417         * gst-libs/gst/Makefile.am:
6418         * gst-libs/gst/fft/Makefile.am:
6419         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6420         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6421         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6422         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6423         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6424         * gst-libs/gst/fft/gstfft.h:
6425         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6426         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6427         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6428         * gst-libs/gst/fft/gstfftf32.h:
6429         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6430         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6431         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6432         * gst-libs/gst/fft/gstfftf64.h:
6433         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6434         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6435         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6436         * gst-libs/gst/fft/gstffts16.h:
6437         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6438         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6439         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6440         * gst-libs/gst/fft/gstffts32.h:
6441         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6442         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6443         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6444         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6445         * gst-libs/gst/fft/kiss_fft_f32.h:
6446         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6447         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6448         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6449         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6450         * gst-libs/gst/fft/kiss_fft_f64.h:
6451         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6452         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6453         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6454         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6455         * gst-libs/gst/fft/kiss_fft_s16.h:
6456         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6457         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6458         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6459         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6460         * gst-libs/gst/fft/kiss_fft_s32.h:
6461         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6462         (kiss_fftr_f32), (kiss_fftri_f32):
6463         * gst-libs/gst/fft/kiss_fftr_f32.h:
6464         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6465         (kiss_fftr_f64), (kiss_fftri_f64):
6466         * gst-libs/gst/fft/kiss_fftr_f64.h:
6467         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6468         (kiss_fftr_s16), (kiss_fftri_s16):
6469         * gst-libs/gst/fft/kiss_fftr_s16.h:
6470         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6471         (kiss_fftr_s32), (kiss_fftri_s32):
6472         * gst-libs/gst/fft/kiss_fftr_s32.h:
6473         * gst-libs/gst/fft/kiss_version:
6474         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6475         * pkgconfig/gstreamer-plugins-base.pc.in:
6476         Add libgstfft, a FFT library based on Kiss FFT which is
6477         BSD licensed. Supported sample formats are int16, int32,
6478         float and double. For those formats a real FFT and IFFT
6479         can be done, different windowing functions can be applied
6480         and functions for extracting the magnitude and phase exist.
6481         Fixes #468619.
6482
6483         * docs/libs/Makefile.am:
6484         * docs/libs/gst-plugins-base-libs-docs.sgml:
6485         * docs/libs/gst-plugins-base-libs-sections.txt:
6486         Integrate libgstfft into the docs.
6487
6488         * tests/check/Makefile.am:
6489         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6490         Add unit tests for libgstfft, currently only testing the FFT.
6491         Unit tests for IFFT will follow soon.
6492
6493 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6494
6495         Patch by: Peter Kjellerstedt  <pkj at axis com>
6496
6497         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6498         (gst_sdp_message_init), (gst_sdp_message_uninit),
6499         (is_multicast_address), (gst_sdp_message_as_text),
6500         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6501         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6502         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6503         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6504         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6505         (gst_sdp_media_init), (gst_sdp_media_uninit),
6506         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6507         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6508         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6509         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6510         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6511         * gst-libs/gst/sdp/gstsdpmessage.h:
6512         Separate INIT_ARRAY() and related macros into two versions, one for
6513         structures and one for pointers (e.g., INIT_ARRAY() and
6514         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6515         lists of emails and phone numbers.
6516         Add missing const as appropriate.
6517         Change all gint to guint since they all actually represent unsigned
6518         values.
6519         Do not use time as a variable name as it shadows the global time().
6520         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6521         Actually implement gst_sdp_message_add_time().
6522         Make gst_sdp_message_add_time() take repeat times as an argument.
6523         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6524         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6525         misspelled as badwidth).
6526         gst-indented and a little clean up. Fixes #471067.
6527
6528 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6529
6530         * gst/volume/gstvolume.c: (volume_choose_func),
6531         (volume_process_double), (volume_process_double_clamp),
6532         (volume_process_float_clamp):
6533         Correctly clamp float/double samples in the [-1.0,1.0] range to
6534         prevent weird effects.
6535         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6536         Add unit tests for all samples types that had none before.
6537
6538 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6539
6540         * gst-libs/gst/rtp/gstrtpbuffer.c:
6541           Need to include stdlib.h for abs() here too.
6542
6543 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6544
6545         * gst/playback/gststreaminfo.c:
6546           Fix build.
6547
6548 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6549
6550         * gst/playback/gststreaminfo.c:
6551           Clean up some half-disabled code and comment.
6552
6553 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6554
6555         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6556
6557         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6558         (gst_base_rtp_payload_audio_handle_event):
6559         Return FALSE from the event handler to let the parent class handle the
6560         event. Fixes #446766.
6561
6562         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6563         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6564         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6565
6566         * gst-libs/gst/rtp/gstbasertppayload.c:
6567         Bump the MTU to 1400.
6568
6569 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6570
6571         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6572         Add an audio/x-nsf typefind function for the nsfdec element.
6573
6574 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6575         * gst/playback/gstplaybasebin.c:
6576         Included "myth://" on stream_uris list for enable buffering to mythtv files
6577
6578 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6579
6580         * docs/libs/gst-plugins-base-libs-sections.txt:
6581         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6582         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6583         (gst_rtcp_unix_to_ntp):
6584         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6585         Fix parsing of RB blocks.
6586         Fix docs.
6587         Added helper functions to convert to/from UNIX and NTP time.
6588         API: gst_rtcp_ntp_to_unix()
6589         API: gst_rtcp_unix_to_ntp()
6590
6591         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6592         (gst_rtp_buffer_get_header_len),
6593         (gst_rtp_buffer_get_extension_data),
6594         (gst_rtp_buffer_get_payload_subbuffer),
6595         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6596         (gst_rtp_buffer_ext_timestamp):
6597         * gst-libs/gst/rtp/gstrtpbuffer.h:
6598         Fix some more docs.
6599         Implement handling of packets with extensions.
6600         Fix padding check in _validate().
6601         Added function to get extension data.
6602         API: gst_rtp_buffer_get_header_len()
6603         API: gst_rtp_buffer_get_extension_data()
6604
6605 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6606
6607         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6608         (gst_base_rtp_depayload_class_init),
6609         (gst_base_rtp_depayload_set_gst_timestamp):
6610         Add some more docs for the queue-delay property and fix a typo in a
6611         comment.
6612
6613         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6614         Fix typo.
6615
6616 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6617
6618         * gst-libs/gst/audio/gstbaseaudiosink.c:
6619         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6620         (gst_base_audio_sink_change_state):
6621         When skew slaving, try to hover around the middle of a segment so that
6622         we at most drift by half a segment.
6623         If we are aligning in the oposite direction of the clock skew, we don't
6624         have to resync.
6625
6626 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6627
6628         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6629         (gst_base_rtp_depayload_setcaps),
6630         (gst_base_rtp_depayload_set_gst_timestamp):
6631         Be less silly with the segment start, just apply the clock-base to the
6632         timestamp.
6633
6634 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6635
6636         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6637         (gst_base_rtp_depayload_class_init),
6638         (gst_base_rtp_depayload_finalize),
6639         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6640         (gst_base_rtp_depayload_handle_sink_event),
6641         (gst_base_rtp_depayload_set_gst_timestamp),
6642         (gst_base_rtp_depayload_change_state):
6643         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6644         Deprecate the queue handling thread thing and remove the code.
6645         Use new method to calculate the extended timestamp.
6646
6647 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6648
6649         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6650         (gst_rtcp_packet_sdes_copy_entry):
6651         Use g_strndup which does exactly what we want.
6652
6653         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6654         (gst_rtp_buffer_ext_timestamp):
6655         * gst-libs/gst/rtp/gstrtpbuffer.h:
6656         Add helper function to compare seqnums.
6657         Add helper function to calculate extended timestamps.
6658         API: gst_rtp_buffer_compare_seqnum()
6659         API: gst_rtp_buffer_ext_timestamp()
6660
6661 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6662
6663         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6664         (gst_rtcp_packet_sdes_get_entry),
6665         (gst_rtcp_packet_sdes_copy_entry):
6666         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6667         Fix and document SDES item data function.
6668         Add new function that makes a proper copy of SDES item data.
6669         API: gst_rtcp_packet_sdes_copy_entry()
6670
6671 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6672
6673         * configure.ac:
6674         * gst/Makefile.am:
6675           The tcp and subparse plugins are under gst, but not totaly free of
6676           dependencies. Handle selection inconfigure.ac, so that they show up
6677           on the final list of what is build and what is not. Maybe they should
6678           better be moved to ext.
6679
6680 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6681
6682         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6683
6684         * configure.ac:
6685         * gst/Makefile.am:
6686           Check if libxml provides HTML parser which subparse needs.
6687           Fixes #451970.
6688
6689 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6690
6691         * ext/alsa/gstalsa.c:
6692           Fix typo and compilation on big endian systems.
6693
6694 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6695
6696         * gst/subparse/gstssaparse.c:
6697           Convert SSA newline codes into actual newline characters (#470766).
6698
6699 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6700
6701         * docs/libs/gst-plugins-base-libs-sections.txt:
6702         * gst-libs/gst/pbutils/install-plugins.c:
6703         * gst-libs/gst/pbutils/install-plugins.h:
6704         * tests/check/libs/pbutils.c:
6705           API: also add gst_install_plugins_supported() while we're at it
6706           (see #470456).
6707
6708 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6709
6710         * docs/libs/gst-plugins-base-libs-sections.txt:
6711         * gst-libs/gst/pbutils/missing-plugins.c:
6712         * gst-libs/gst/pbutils/missing-plugins.h:
6713         * tests/check/libs/pbutils.c:
6714           API: add gst_missing_*_installer_detail_new() convenience API so
6715           that applications that know exactly what they're missing can request
6716           installer detail strings for those items directly instead of having
6717           to first create a dummy missing-plugin message and then get the
6718           installer detail string from that.  Fixes #470456.
6719
6720 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6721
6722         * gst/playback/gstdecodebin.c: (close_pad_link):
6723         We need to set up delayed-linking whenever the caps are non-fixed,
6724         not just when there are multiple types - use gst_pad_is_fixed()
6725         to test.
6726
6727 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
6728
6729         * gst-libs/gst/pbutils/missing-plugins.c:
6730           (gst_missing_plugin_message_get_installer_detail):
6731           Add missing separator in PID fallback case.
6732
6733 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6734
6735         * ext/alsa/Makefile.am:
6736         There is no GST_PLUGINS_BASE_LIBS defined.
6737         
6738         * ext/alsa/gstalsa.c:
6739         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6740         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6741         Add support for ALSA 24-bit formats.
6742         snd_pcm_delay can return an error code, especially
6743         during XRUNS. In that case, the best we can do is assume
6744         delay = 0.
6745
6746         * gst/audioconvert/Makefile.am:
6747         Add flags from -base before any more-remote dependencies.
6748
6749 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
6750
6751         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6752
6753         * gst/volume/gstvolume.c: (volume_choose_func),
6754         (volume_update_real_volume), (gst_volume_set_volume),
6755         (gst_volume_init), (volume_process_int32),
6756         (volume_process_int32_clamp), (volume_process_int24),
6757         (volume_process_int24_clamp), (volume_process_int16),
6758         (volume_process_int16_clamp), (volume_process_int8),
6759         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
6760         * gst/volume/gstvolume.h:
6761         Add support for int32, int24 and int8 to the volume element.
6762         Fixes #445529.
6763
6764 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6765
6766         * tests/examples/Makefile.am:
6767           Fix even more.
6768
6769 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6770
6771         * configure.ac:
6772         * docs/libs/Makefile.am:
6773         * docs/libs/gst-plugins-base-libs-docs.sgml:
6774         * docs/libs/gst-plugins-base-libs-sections.txt:
6775         * ext/gnomevfs/gstgnomevfssrc.c:
6776         * ext/gnomevfs/gstgnomevfssrc.h:
6777         * gst-libs/gst/Makefile.am:
6778         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6779         * pkgconfig/gstreamer-plugins-base.pc.in:
6780         * sys/v4l/v4lsrc_calls.c:
6781         * tests/examples/Makefile.am:
6782         * win32/common/config.h:
6783           Revert unwanted commit. many thanks to moap. I want a fix for 
6784           https://thomas.apestaart.org/moap/trac/ticket/239
6785
6786 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6787
6788         * gst/volume/gstvolume.c:
6789           Move passthrough below gst_object_sync_values(). Fixes #442654.
6790
6791 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6792
6793         * gst-libs/gst/audio/audio.c:
6794         Clarify the docs a little.
6795
6796 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6797
6798         * gst/volume/gstvolume.c:
6799           Enable liboil for float and add more details about problems with
6800           int16.
6801
6802 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6803
6804         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
6805         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
6806
6807 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6808
6809         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
6810         When calculating the first timestamp of the buffers, don't go below 0
6811         and clip the samples because the offset was on the eos page.
6812         Fixes #466717.
6813
6814 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6815
6816         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
6817         (gst_ogg_demux_collect_chain_info):
6818         Also submit the eos page when trying to find the first timestamp.
6819         See #466717.
6820
6821 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6822
6823         * gst-libs/gst/audio/audio.h:
6824         Use gst_util_uint64_scale() instead of doing the math
6825         with double for GST_FRAMES_TO_CLOCK_TIME() and
6826         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
6827         prevents rounding errors. Fixes #467667.
6828
6829 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6830
6831         * gst-libs/gst/rtsp/gstrtspconnection.c:
6832         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
6833         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
6834         * gst-libs/gst/rtsp/gstrtspconnection.h:
6835         Small cleanups.
6836         On shutdown, don't read the control socket yet.
6837         Set timeout value correctly in all cases.
6838         Add function to check if the server accepts reads or writes.
6839         API: gst_rtsp_connection_poll()
6840
6841         * gst-libs/gst/rtsp/gstrtspdefs.h:
6842         Fix compilation with -pedantic.
6843         Add enum for _poll.
6844
6845 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6846
6847         Patch by: Olivier Crete  <tester at tester ca>
6848
6849         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6850         (gst_basertppayload_getcaps):
6851         * gst-libs/gst/rtp/gstbasertppayload.h:
6852         Add getcaps vfunc to basertppayload. See #465146.
6853
6854 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6855
6856         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
6857         Only post buffering messages when we are a stream.
6858
6859 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6860
6861         * gst-libs/gst/pbutils/install-plugins.c:
6862         * gst-libs/gst/pbutils/missing-plugins.c:
6863           Small docs fix and addition.
6864
6865 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6866
6867         * tests/icles/.cvsignore:
6868         * tests/icles/Makefile.am:
6869         * tests/icles/test-textoverlay.c:
6870           Add a dumb little test for textoverlay alignments.
6871
6872 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6873
6874         Patch by: Dan Williams  <dcbw redhat com>
6875
6876         * ext/pango/gsttextoverlay.c:
6877         * ext/pango/gsttextoverlay.h:
6878           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
6879           "silent" property so there's a Since tag in the API reference.
6880
6881 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
6882
6883         * gst-libs/gst/rtp/gstbasertppayload.c:
6884         (gst_basertppayload_set_outcaps):
6885         * gst-libs/gst/rtp/gstbasertppayload.h:
6886         Improve caps negotiation so that downstream elements can confiure
6887         certain RTP properties by fixing them on the caps. See #465146.
6888         Add docs.
6889
6890 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
6891
6892         * docs/libs/gst-plugins-base-libs-sections.txt:
6893         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6894         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6895           Mark as deprecated some macros which were presumably meant to be
6896           private API and accidentally exposed in the public header file.
6897           Also actually _init() lock (only works at the moment because the
6898           struct is zeroed out when created and the initial values in the
6899           mutex struct are zeroes too). (#459585)
6900
6901 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
6902
6903         * docs/libs/Makefile.am:
6904           Remove cruft and do some cleanups.
6905
6906         * docs/libs/gst-plugins-base-libs-docs.sgml:
6907           Prepare for comming gtkdoc features (rebase against online docs).
6908
6909 2007-08-10  Michael Smith <msmith@fluendo.com>
6910
6911         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6912           Debug output fixes.
6913         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
6914         (GST_START_TEST):
6915           Change the number of buffers used; 500 is too many and leads to
6916           timeouts.
6917
6918 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6919
6920         * gst/playback/gstqueue2.c:
6921         * gst/videorate/gstvideorate.c:
6922           Printf format fixes (#465028).
6923
6924 2007-08-09  Michael Smith <msmith@fluendo.com>
6925
6926         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6927           If we have a large (> 1 second) discontinuity, push a series of
6928           smaller buffers rather than a single very large buffer. Avoids
6929           unreasonably large single buffer allocations when encountering a
6930           large gap.
6931         * tests/check/elements/audiorate.c: (GST_START_TEST),
6932         (audiorate_suite):
6933           Add a test for this.
6934
6935 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
6936
6937         * gst/playback/gstplaybasebin.c: (group_commit),
6938         (queue_remove_probe), (queue_threshold_reached):
6939
6940         Patch by: Josep Torra Valles <josep@fluendo.com>
6941         Fixes: #465015
6942         Make sure we remove the check_queues buffer probe from the 
6943         correct queue to avoid racily going back to "buffering 99%" when
6944         buffering is actually complete.
6945
6946         Also, fix the spelling of Josep's surname in the ChangeLog.
6947
6948 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
6949
6950         * ext/ogg/gstoggmux.c:
6951           Do not leak oggmux instance.
6952         
6953         * ext/vorbis/vorbisenc.c:
6954           Also log values.
6955
6956 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6957
6958         * po/hu.po:
6959         * po/it.po:
6960         * po/nl.po:
6961         * po/uk.po:
6962         * po/vi.po:
6963           Updated translations.
6964
6965 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
6966
6967         patch by: Yang Hong <hongyang@redflag-linux.com>
6968
6969         * ext/pango/gsttextoverlay.c:
6970         * ext/pango/gsttextoverlay.h:
6971           Add 'silent' property to GstTimeOverlay. Fixes #462979
6972
6973 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
6974
6975         Patch by: Josep Torra Valles <josep@fluendo.com>
6976
6977         * docs/plugins/gst-plugins-base-plugins.args:
6978         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
6979         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
6980         (gst_uri_decode_bin_get_property), (gen_source_element):
6981         Add connection-speed property. Fixes #464690.
6982
6983 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
6984
6985         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
6986
6987         * configure.ac:
6988         * gst-libs/gst/rtsp/Makefile.am:
6989         * gst-libs/gst/rtsp/gstrtspconnection.c:
6990         (gst_rtsp_connection_connect):
6991         Fix compilation on windows. Fixes #464320.
6992
6993 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
6994
6995         Patch by: Josep Torra Valles <josep@fluendo.com>
6996
6997         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
6998         (gst_play_base_bin_init), (queue_threshold_reached),
6999         (gen_source_element), (setup_substreams),
7000         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7001         (gst_play_base_bin_get_streaminfo_value_array):
7002         * gst/playback/gstplaybasebin.h:
7003         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7004         (gst_play_bin_set_property), (gst_play_bin_get_property),
7005         (gst_play_bin_handle_redirect_message):
7006         Move connection-speed property from playbin to playbasebin so that we
7007         can also configure it in source elements that have the connection-speed
7008         property. Fixes #464028.
7009         Add some debug info here and there.
7010
7011 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7012
7013         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7014         Properly respond to conversion queries. Fixes #464079.
7015
7016 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7017
7018         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7019         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7020         (gst_audio_test_src_init_sine_table),
7021         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7022         * gst/audiotestsrc/gstaudiotestsrc.h:
7023         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7024         Also set the default volume to the default value specified in the
7025         GParamSpec.
7026
7027 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7028
7029         Patch by: Jens Granseuer <jensgr at gmx dot net>
7030
7031         * gst/audioconvert/gstaudioquantize.c:
7032         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7033
7034 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7035
7036         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7037         Add rdt manager for rdt transport.
7038         Fix parsing of RDT transport.
7039
7040 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7041
7042         * configure.ac:
7043         Back to CVS
7044
7045 === release 0.10.14 ===
7046
7047 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7048
7049         * configure.ac:
7050           releasing 0.10.14, "Light Years Ahead"
7051
7052 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7053
7054         * tests/check/libs/audio.c: (GST_START_TEST):
7055         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7056
7057 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7058
7059         * gst-libs/gst/audio/audio.c:
7060         When clipping a buffer with no timestamp, assume it is
7061         within the segment without warnings.
7062
7063         Fixes: #460978
7064
7065 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7066
7067         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7068         Fire the signal on the object, not the interface.
7069
7070 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7071
7072         * gst-libs/gst/rtsp/.cvsignore:
7073         Ber. Don't include the full path, idiot.
7074
7075 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7076
7077         * gst-libs/gst/rtsp/.cvsignore:
7078         Ignore generated files.
7079
7080 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7081
7082         * gst-libs/gst/interfaces/Makefile.am:
7083         * gst-libs/gst/interfaces/interfaces-marshal.list:
7084         * gst-libs/gst/interfaces/rtspextension.c:
7085         * gst-libs/gst/interfaces/rtspextension.h:
7086         * gst-libs/gst/rtsp/Makefile.am:
7087         * gst-libs/gst/rtsp/gstrtsp.h:
7088         * gst-libs/gst/rtsp/gstrtspextension.c:
7089         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7090         (gst_rtsp_extension_detect_server),
7091         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7092         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7093         (gst_rtsp_extension_configure_stream),
7094         (gst_rtsp_extension_get_transports),
7095         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7096         * gst-libs/gst/rtsp/gstrtspextension.h:
7097         * gst-libs/gst/rtsp/rtsp-marshal.list:
7098         Move the rtspextension.h interface into gstrtspextension.h
7099         as part of libgstrtsp instead of libgstinterfaces, because it's
7100         only for use within plugins, not applications. 
7101         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7102         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7103         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7104         is abstract.
7105
7106 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7107
7108         * gst-libs/gst/interfaces/Makefile.am:
7109         * gst-libs/gst/interfaces/interfaces-marshal.list:
7110         * gst-libs/gst/interfaces/rtspextension.c:
7111         (gst_rtsp_extension_iface_init),
7112         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7113         * gst-libs/gst/interfaces/rtspextension.h:
7114         Fix marshaller for the send signal.
7115         Add URL to stream selection interface method.
7116
7117 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7118
7119         * gst-libs/gst/riff/Makefile.am:
7120         Pull in our dependencies from -base before those from outside.
7121
7122 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7123
7124         * docs/libs/gst-plugins-base-libs-sections.txt:
7125         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7126         * gst-libs/gst/rtsp/gstrtspbase64.h:
7127         API: gst_rtsp_base64_decode_ip()
7128         Added function to decode Base64 in-place.
7129
7130 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7131
7132         * tests/check/libs/.cvsignore:
7133         Ignore the mixer test binary.
7134
7135 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7136
7137         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7138         Gratuitous comment change to trigger a rebuild on the buildbots.
7139
7140 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7141
7142         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7143         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7144         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7145         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7146         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7147         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7148         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7149         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7150         (gst_sdp_media_get_attribute_val):
7151         * gst-libs/gst/sdp/gstsdpmessage.h:
7152         Constify args where we can.
7153
7154 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7155
7156         * gst-libs/gst/interfaces/Makefile.am:
7157         * gst-libs/gst/interfaces/rtspextension.c:
7158         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7159         (gst_rtsp_extension_detect_server),
7160         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7161         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7162         (gst_rtsp_extension_configure_stream),
7163         (gst_rtsp_extension_get_transports),
7164         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7165         * gst-libs/gst/interfaces/rtspextension.h:
7166         Move interface for RTSP extensions from -good to here.
7167         Added helper methods to invoke interface methods.
7168
7169 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7170
7171         * docs/libs/gst-plugins-base-libs-sections.txt:
7172         * gst-libs/gst/rtsp/gstrtspdefs.h:
7173         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7174         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7175         (gst_rtsp_message_init_response),
7176         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7177         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7178         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7179         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7180         (gst_rtsp_message_get_body), (dump_key_value):
7181         * gst-libs/gst/rtsp/gstrtspmessage.h:
7182         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7183         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7184         (gst_rtsp_range_parse):
7185         * gst-libs/gst/rtsp/gstrtsprange.h:
7186         * gst-libs/gst/rtsp/gstrtsptransport.c:
7187         * gst-libs/gst/rtsp/gstrtspurl.c:
7188         Fix some more RTSP docs.
7189         Add some missing methods for dealing with messages.
7190
7191 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7192
7193         * docs/libs/gst-plugins-base-libs-docs.sgml:
7194         * docs/libs/gst-plugins-base-libs-sections.txt:
7195         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7196         * gst-libs/gst/rtsp/gstrtspbase64.h:
7197         * gst-libs/gst/rtsp/gstrtspconnection.c:
7198         (gst_rtsp_connection_connect), (add_auth_header),
7199         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7200         (read_body), (gst_rtsp_connection_receive),
7201         (gst_rtsp_connection_next_timeout),
7202         (gst_rtsp_connection_reset_timeout),
7203         (gst_rtsp_connection_set_auth):
7204         * gst-libs/gst/rtsp/gstrtspconnection.h:
7205         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7206         * gst-libs/gst/rtsp/gstrtspdefs.h:
7207         * gst-libs/gst/rtsp/gstrtspmessage.h:
7208         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7209         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7210         (gst_rtsp_range_parse):
7211         * gst-libs/gst/rtsp/gstrtspurl.h:
7212         Added beginnings of RTSP documentation.
7213
7214 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7215
7216         * docs/libs/Makefile.am:
7217         * docs/libs/gst-plugins-base-libs-docs.sgml:
7218         * docs/libs/gst-plugins-base-libs-sections.txt:
7219         * gst-libs/gst/sdp/gstsdp.h:
7220         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7221         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7222         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7223         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7224         (gst_sdp_message_get_attribute_val),
7225         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7226         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7227         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7228         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7229         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7230         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7231         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7232         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7233         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7234         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7235         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7236         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7237         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7238         (gst_sdp_media_get_attribute_val_n),
7239         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7240         (print_media), (gst_sdp_message_dump):
7241         * gst-libs/gst/sdp/gstsdpmessage.h:
7242         Document the SDP library.
7243         Add some of the missing SDPMedia methods.
7244
7245 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7246
7247         * configure.ac:
7248         * gst-libs/gst/Makefile.am:
7249         * gst-libs/gst/rtsp/Makefile.am:
7250         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7251         * gst-libs/gst/rtsp/gstrtspbase64.h:
7252         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7253         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7254         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7255         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7256         (parse_response_status), (parse_request_line), (parse_line),
7257         (gst_rtsp_connection_read), (read_body),
7258         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7259         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7260         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7261         (gst_rtsp_connection_set_auth):
7262         * gst-libs/gst/rtsp/gstrtspconnection.h:
7263         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7264         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7265         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7266         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7267         (gst_rtsp_find_method):
7268         * gst-libs/gst/rtsp/gstrtspdefs.h:
7269         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7270         (gst_rtsp_message_new), (gst_rtsp_message_init),
7271         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7272         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7273         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7274         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7275         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7276         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7277         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7278         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7279         (gst_rtsp_message_dump):
7280         * gst-libs/gst/rtsp/gstrtspmessage.h:
7281         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7282         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7283         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7284         * gst-libs/gst/rtsp/gstrtsprange.h:
7285         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7286         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7287         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7288         (range_as_text), (rtsp_transport_mode_as_text),
7289         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7290         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7291         (gst_rtsp_transport_free):
7292         * gst-libs/gst/rtsp/gstrtsptransport.h:
7293         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7294         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7295         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7296         * gst-libs/gst/rtsp/gstrtspurl.h:
7297         * gst-libs/gst/sdp/Makefile.am:
7298         * gst-libs/gst/sdp/gstsdp.h:
7299         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7300         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7301         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7302         (gst_sdp_attribute_init), (gst_sdp_message_new),
7303         (gst_sdp_message_init), (gst_sdp_message_uninit),
7304         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7305         (gst_sdp_media_uninit), (gst_sdp_media_free),
7306         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7307         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7308         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7309         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7310         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7311         (gst_sdp_message_get_attribute_val),
7312         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7313         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7314         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7315         (gst_sdp_media_get_attribute_val_n),
7316         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7317         (read_string), (read_string_del), (gst_sdp_parse_line),
7318         (gst_sdp_message_parse_buffer), (print_media),
7319         (gst_sdp_message_dump):
7320         * gst-libs/gst/sdp/gstsdpmessage.h:
7321         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7322         Move SDP and RTSP from helper objects in -good to a reusable library.
7323         Use a proper gst_ namespace.
7324
7325 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7326
7327         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7328         (vorbis_dec_flush_decode):
7329         Use the new buffer clipping function from gstaudio here.
7330
7331 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7332
7333         * docs/libs/gst-plugins-base-libs-sections.txt:
7334         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7335         * gst-libs/gst/audio/audio.h:
7336         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7337         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7338         Also add deprecation guards for gst_audio_structure_set_int() to the
7339         header.
7340
7341 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7342
7343         * docs/libs/gst-plugins-base-libs-sections.txt:
7344           Cleanup the docs.
7345
7346 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7347
7348         Patch by: Dan Williams <dcbw at redhat dot com>
7349
7350         * gst/playback/gstplaybasebin.c:
7351         (gst_play_base_bin_get_streaminfo_value_array):
7352         Don't return NULL when querying the stream info value array but instead
7353         return an empty array. Fixes #459204.
7354
7355 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7356
7357         * gst/playback/gsturidecodebin.c:
7358           Init debug category before using it.
7359
7360 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7361
7362         * gst-libs/gst/interfaces/mixer.h:
7363         Add padding vars in place of the signal pointers
7364         when building with DISABLE_DEPRECATED so that the
7365         interface structure doesn't change size.
7366
7367 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7368
7369         * docs/libs/gst-plugins-base-libs-sections.txt:
7370         * ext/alsa/gstalsamixer.c:
7371         * ext/alsa/gstalsamixer.h:
7372         * ext/alsa/gstalsamixerelement.c:
7373         * ext/alsa/gstalsamixertrack.c:
7374         * gst-libs/gst/interfaces/mixer.c:
7375         * gst-libs/gst/interfaces/mixer.h:
7376         * gst-libs/gst/interfaces/mixeroptions.c:
7377         * gst-libs/gst/interfaces/mixeroptions.h:
7378         * gst-libs/gst/interfaces/mixertrack.c:
7379         * gst-libs/gst/interfaces/mixertrack.h:
7380         * tests/check/Makefile.am:
7381         * tests/check/libs/mixer.c:
7382
7383         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7384         Fixes: #152864 
7385
7386         Add support for notifying mixer changes on the message bus, and
7387         implement it in alsamixer.
7388
7389         API: gst_mixer_get_mixer_flags
7390         API: gst_mixer_message_parse_mute_toggled
7391         API: gst_mixer_message_parse_record_toggled
7392         API: gst_mixer_message_parse_volume_changed
7393         API: gst_mixer_message_parse_option_changed
7394         API: GstMixerMessageType
7395         API: GstMixerFlags
7396
7397 2007-07-20  Michael Smith <msmith@fluendo.com>
7398
7399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7400         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7401           xcontext->im_format is only for testing XShm support (as the header
7402           file comments document). Use xvimage->im_format for everything else.
7403           Avoids spurious warnings on buffer allocation before setcaps.
7404
7405 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7406
7407         * tests/examples/volume/Makefile.am:
7408         * tests/icles/Makefile.am:
7409           We should use $(LIBM).
7410
7411 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7412
7413         * tests/icles/Makefile.am:
7414           This needs -lm.
7415
7416 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7417
7418         * gst-libs/gst/rtp/gstbasertppayload.c:
7419         (gst_basertppayload_class_init), (gst_basertppayload_init),
7420         (gst_basertppayload_set_property),
7421         (gst_basertppayload_get_property):
7422         Don't break ABI, restore previous ranges. Keep the default random
7423         selection of timestamp and seqnum offset but as soon as the app sets a
7424         specific value, use that one.
7425
7426 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7427
7428         Patch by: Bastien Nocera <hadess at hadess dot net>
7429
7430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7431         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7432         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7433         * sys/xvimage/xvimagesink.h:
7434         Add option to turn off double-buffering for debugging purposes.
7435         Fixes #437169.
7436
7437 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7438
7439         Patch by: Jorn Baayen <jorn at openedhand dot com>
7440
7441         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7442         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7443         (gst_ximagesink_init), (gst_ximagesink_class_init):
7444         * sys/ximage/ximagesink.h:
7445         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7446         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7447         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7448         * sys/xvimage/xvimagesink.h:
7449         add 'handle-expose' property. Useful for video widgets which may want to
7450         be in control of Expose behaviour. Fixes #380625
7451
7452 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7453
7454         * gst-libs/gst/rtp/gstbasertppayload.c:
7455         (gst_basertppayload_class_init), (gst_basertppayload_init),
7456         (gst_basertppayload_event), (gst_basertppayload_push),
7457         (gst_basertppayload_set_property),
7458         (gst_basertppayload_get_property),
7459         (gst_basertppayload_change_state):
7460         * gst-libs/gst/rtp/gstbasertppayload.h:
7461         Fix ranges of rtp payloader properties so that the full range can be
7462         used in addition to -1 (random).
7463         Fix wrong seqnum reporting in caps.
7464         Fixes #420326.
7465
7466 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7467
7468         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7469         (gst_video_rate_query):
7470         Use boilerplate.
7471         Add latency query, might not be perfect yet but already works a lot
7472         better. Fixes #442557.
7473
7474 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7475
7476         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7477         (gst_xvimagesink_setcaps):
7478         * sys/xvimage/xvimagesink.h:
7479         After a caps change, redraw our borders to avoid garbage left there
7480         when the image format changes to a smaller size, like 16:9 -> 4:3
7481         Also, hold the flow_lock a bit longer in the set_caps while we're
7482         fiddling with the xcontext.
7483
7484 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7485
7486         * Makefile.am:
7487         * configure.ac:
7488         * tests/Makefile.am:
7489         Remove bogus check for libcheck, since we check for
7490         gstreamer-check and it pulls in the required info from there, and we
7491         weren't actually _using_ the information for libcheck ourselves
7492         anyway.
7493
7494 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7495
7496         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7497         (gst_ffmpeg_caps_to_pixfmt):
7498         Fix the r_mask test for RGBA32 on little-endian.
7499         Fix a stupid typo that would have obviously broken 
7500         compilation on big-endian, if anyone was testing.
7501
7502 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7503
7504         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7505         (paint_hline_str4):
7506         * gst/videotestsrc/videotestsrc.h:
7507         Add alpha to the color struct.
7508         Use a default alpha value of 255 instead of 128.
7509
7510 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7511
7512         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7513         (setup_source):
7514         Clear the dynamic pads counter when starting a new uri. This makes
7515         reusing playbin work again.
7516         Fixes #454264.
7517
7518 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7519
7520         * configure.ac:
7521           Use pkg-config to locate check.
7522
7523 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7524
7525         * configure.ac:
7526         * tests/check/elements/volume.c: (GST_START_TEST):
7527           Fix 'make check' build against core CVS.
7528
7529 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7530
7531         * gst-libs/gst/interfaces/propertyprobe.c:
7532         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7533         * gst-libs/gst/tag/gstvorbistag.c:
7534           Make gtk-doc happy.
7535
7536 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7537
7538         * gst-libs/gst/audio/gstbaseaudiosink.c:
7539         (gst_base_audio_sink_callback):
7540           Quick hack to make audiosinks stop at EOS when operating in
7541           pull-mode; needs to be fixed properly some day.
7542
7543 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7544
7545         * docs/libs/gst-plugins-base-libs-sections.txt:
7546           Fix location of includes in the docs.
7547
7548 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7549
7550         * gst/ffmpegcolorspace/avcodec.h:
7551         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7552         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7553         (gst_ffmpegcsp_avpicture_fill):
7554         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7555         (img_get_alpha_info):
7556         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7557         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7558         end of the word. Partially fixes #451908
7559
7560 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7561
7562         * docs/libs/Makefile.am:
7563         * docs/plugins/Makefile.am:
7564           Simplify --extra-dir as gtkdoc scans recursively.
7565
7566 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7567
7568         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7569         (gst_adder_request_new_pad):
7570         Make getcaps more robust by not using the proxycaps function. This makes
7571         sure that we don't end up recursively calling getcaps upstream.
7572         See #316248.
7573
7574 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7575
7576         * gst/audioconvert/audioconvert.c:
7577         Include math.h to fix compilation.
7578
7579 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7580
7581         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7582         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7583         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7584         format, as produced by some dc1394 cameras like the iSight.
7585         See http://www.fourcc.org/yuv.php#IYU1
7586
7587 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7588
7589         * gst/audioconvert/Makefile.am:
7590         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7591         (check_default), (audio_convert_prepare_context),
7592         (audio_convert_clean_context), (audio_convert_convert):
7593         * gst/audioconvert/audioconvert.h:
7594         * gst/audioconvert/gstaudioconvert.c:
7595         (gst_audio_convert_dithering_get_type),
7596         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7597         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7598         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7599         * gst/audioconvert/gstaudioconvert.h:
7600         * gst/audioconvert/gstaudioquantize.c:
7601         (gst_audio_quantize_setup_noise_shaping),
7602         (gst_audio_quantize_free_noise_shaping),
7603         (gst_audio_quantize_setup_dither),
7604         (gst_audio_quantize_free_dither),
7605         (gst_audio_quantize_setup_quantize_func),
7606         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7607         * gst/audioconvert/gstaudioquantize.h:
7608         Implement dithering and noise shaping in audioconvert. By default now
7609         TPDF dithering (and no noise shaping) will be used when converting
7610         from a higher bit depth to 20 bit depth or smaller, otherwise
7611         everything will be as it is now.
7612         For the last audioconvert in a pipeline it would make sense to
7613         use some kind of noise shaping, enabling it by default for all
7614         conversions would give undesired results though. Fixes #360246.
7615         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7616         (GST_START_TEST):
7617         Adjust unit test for the new audioconvert.
7618
7619 2007-06-28  Wim Taymans  <wim@fluendo.com>
7620
7621         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7622         Use other metrics as well when estimating the buffer level.
7623
7624 2007-06-28  Wim Taymans  <wim@fluendo.com>
7625
7626         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7627         Small debug improvement.
7628
7629         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7630         (plugin_init):
7631         Tweak the rate estimation period.
7632         When calculating the buffer filledness in rate estimation mode, don't
7633         mix it with other metrics.
7634
7635 2007-06-28  Wim Taymans  <wim@fluendo.com>
7636
7637         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7638         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7639         When creating the groups, allow for a 5 second, unlimited buffers
7640         preroll phase after which we expose the group.
7641         When the group is exposed, use a small number of buffers up to a 2
7642         second limit. Also disconnect the overrun signal from multiqueue when we
7643         exposed the group because it is not needed anymore.
7644
7645 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7646
7647         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7648           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7649           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7650           (#451707); also, output some debugging info when dealing with
7651           freeform strings.
7652
7653         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7654           Add unit test for the above.
7655
7656 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7657
7658         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7659           Add description for Windows Media RTP caps.
7660
7661         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7662           Remove RTP fields that don't define the format from caps.
7663
7664 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7665
7666         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7667           Skip empty buffers, but not empty header buffers. That way the original
7668           vorbisdec unit test still passes (#451145); also, take into account
7669           that those empty packets might carry a granulepos.
7670
7671         * tests/check/Makefile.am:
7672         * tests/check/elements/vorbisdec.c:
7673         (_create_codebook_header_buffer), (_create_audio_buffer),
7674         (GST_START_TEST), (vorbisdec_suite):
7675           Add unit test that sends an empty packet.
7676
7677 2007-06-27  Wim Taymans  <wim@fluendo.com>
7678
7679         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7680         Don't error out on 0-sized packets, just emit a warning because this is
7681         not a fatal error. Fixes #451145.
7682
7683 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7684
7685         * docs/plugins/gst-plugins-base-plugins.args:
7686         * docs/plugins/gst-plugins-base-plugins.signals:
7687         * docs/plugins/inspect/plugin-adder.xml:
7688         * docs/plugins/inspect/plugin-alsa.xml:
7689         * docs/plugins/inspect/plugin-audioconvert.xml:
7690         * docs/plugins/inspect/plugin-audiorate.xml:
7691         * docs/plugins/inspect/plugin-audioresample.xml:
7692         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7693         * docs/plugins/inspect/plugin-cdparanoia.xml:
7694         * docs/plugins/inspect/plugin-decodebin.xml:
7695         * docs/plugins/inspect/plugin-decodebin2.xml:
7696         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7697         * docs/plugins/inspect/plugin-gdp.xml:
7698         * docs/plugins/inspect/plugin-gnomevfs.xml:
7699         * docs/plugins/inspect/plugin-libvisual.xml:
7700         * docs/plugins/inspect/plugin-ogg.xml:
7701         * docs/plugins/inspect/plugin-pango.xml:
7702         * docs/plugins/inspect/plugin-playbin.xml:
7703         * docs/plugins/inspect/plugin-subparse.xml:
7704         * docs/plugins/inspect/plugin-tcp.xml:
7705         * docs/plugins/inspect/plugin-theora.xml:
7706         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7707         * docs/plugins/inspect/plugin-video4linux.xml:
7708         * docs/plugins/inspect/plugin-videorate.xml:
7709         * docs/plugins/inspect/plugin-videoscale.xml:
7710         * docs/plugins/inspect/plugin-videotestsrc.xml:
7711         * docs/plugins/inspect/plugin-volume.xml:
7712         * docs/plugins/inspect/plugin-vorbis.xml:
7713         * docs/plugins/inspect/plugin-ximagesink.xml:
7714         * docs/plugins/inspect/plugin-xvimagesink.xml:
7715           Update docs with caps info.
7716
7717 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7718
7719         * po/POTFILES.in:
7720           Add more files with translatable strings (#450875).
7721
7722 2007-06-23  Edward Hervey  <edward@fluendo.com>
7723
7724         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7725         The chain should be freed if we error out here, else it will leak.
7726         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7727         (cleanup_decodebin):
7728         Don't forget to *properly* remove the signals, else it will leak.
7729
7730 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7731
7732         * MAINTAINERS:
7733         Updating all the maintainers files
7734
7735 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7736
7737         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7738         (main):
7739           Destroy and recreate parse-launch based pipeline after stop to be able
7740           to play again. Reorder some code and add more comments.
7741
7742 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7743
7744         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7745         When handling a delayed-caps notification case, mark
7746         the group as dynamic so that the nbdynamic count is
7747         incremented and decremented correctly. Fixes: #449156
7748         Patch by: Wim Taymans <wim@fluendo.com>
7749
7750 2007-06-19  Andy Wingo  <wingo@pobox.com>
7751
7752         * gst-libs/gst/audio/gstbaseaudiosink.c
7753         (gst_base_audio_sink_init): Enable pull-mode operation.
7754
7755 2007-06-19  Michael Smith <msmith@fluendo.com>
7756
7757         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7758           Change minimum rate back to 1000 to allow low-sample-rate wav files
7759           to play back.
7760
7761 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7762
7763         * po/vi.po:
7764           Update translations.
7765
7766 2007-06-15  David Schleef  <ds@schleef.org>
7767
7768         * gst/playback/gstqueue2.c:
7769           Fix compile error from ignored return value.
7770
7771 2007-06-15  Michael Smith <msmith@fluendo.com>
7772
7773         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
7774           Update tmpbuf for all neccesary rows, not just one, as is required
7775           when downscaling.
7776           Fixes #402076.
7777
7778 2007-06-15  Michael Smith <msmith@fluendo.com>
7779
7780         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
7781         (eos_buffer_probe):
7782           Add a test that ensures we set DELTA_UNIT on all non-header,
7783           non-video buffers, if we have a video stream.
7784         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7785         (gst_ogg_mux_process_best_pad):
7786           Move setting delta_pad to earlier, where we inspect all pads, so
7787           that leading audio pages don't get DELTA_UNIT unset if they come
7788           before the first DELTA_UNIT from video pages. Fixes the newly-added
7789           test. Fixes #385527.
7790
7791 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7792
7793         * tests/check/pipelines/streamheader.c: (streamheader_suite):
7794           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
7795           fails on the p5-ppc64 build bot and the failure looks like it is due
7796           to the same issue as #348114, ie. a compiler bug.
7797
7798 2007-06-13  Edward Hervey  <edward@fluendo.com>
7799
7800         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7801         Fix build on MacOSX.
7802
7803 2007-06-13  Wim Taymans  <wim@fluendo.com>
7804
7805         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7806         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
7807         Fix compilation on mingw. Fixes #446972.
7808
7809 2007-06-12  Wim Taymans  <wim@fluendo.com>
7810
7811         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7812
7813         * gst/playback/gstqueue2.c: (update_buffering),
7814         (gst_queue_locked_enqueue):
7815         Fix a division by zero when the max percent is <= 0. Fixes #446572.
7816         also update the buffering status when receiving events. Fixes #446551.
7817
7818 2007-06-11  Wim Taymans  <wim@fluendo.com>
7819
7820         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7821
7822         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
7823         (gst_queue_handle_src_query):
7824         Wait for preroll before attempting to forward a duration query upstream.
7825         Fixes #445505.
7826
7827 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
7828
7829         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
7830         (gst_base_rtp_depayload_set_gst_timestamp):
7831         Use G_GINT64_CONSTANT macro for int64 constant.
7832         * win32/common/libgstinterfaces.def:
7833         * win32/common/libgsttag.def:
7834         Add new exported functions.
7835
7836 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
7837
7838         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
7839           The BOS page of the first Dirac video stream needs to come before
7840           the BOS page of any Vorbis streams or other audio streams, just like
7841           it is with Theora.
7842
7843 2007-06-07  Wim Taymans  <wim@fluendo.com>
7844
7845         * gst/playback/gstqueue2.c: (gst_queue_get_range):
7846         Fix compilation.
7847
7848 2007-06-06  Wim Taymans  <wim@fluendo.com>
7849
7850         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7851
7852         * gst/playback/gstqueue2.c: (gst_queue_init),
7853         (gst_queue_handle_sink_event), (gst_queue_chain),
7854         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
7855         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
7856         (gst_queue_src_activate_pull):
7857         Add pull based scheduling and fix some deadlocks. Fixes #444523.
7858         Does not yet completely work because duration queries upstream won't
7859         block yet.
7860
7861 2007-06-06  Wim Taymans  <wim@fluendo.com>
7862
7863         * configure.ac:
7864         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7865         Some more fseeko checks.
7866
7867 2007-06-06  Wim Taymans  <wim@fluendo.com>
7868
7869         * configure.ac:
7870         check for large file support.
7871
7872 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
7873
7874         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
7875
7876         * gst/subparse/gstsubparse.c: (parse_subrip),
7877         (subviewer_unescape_newlines), (parse_subviewer),
7878         (gst_sub_parse_data_format_autodetect),
7879         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
7880         * gst/subparse/gstsubparse.h:
7881         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
7882         * tests/check/elements/subparse.c: (GST_START_TEST),
7883         (subparse_suite):
7884         Add a unit test for both SubViewer formats.
7885
7886 2007-06-01  Michael Smith <msmith@fluendo.com>
7887
7888         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
7889           Don't overflow intermediate values when seeking to large time values
7890           in audiotestsrc.
7891
7892 2007-06-05  Wim Taymans  <wim@fluendo.com>
7893
7894         * gst/playback/gstqueue2.c: (gst_queue_have_data),
7895         (gst_queue_create_read), (gst_queue_read_item_from_file),
7896         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
7897         Include stdio to define fseeko.
7898
7899 2007-06-05  Wim Taymans  <wim@fluendo.com>
7900
7901         Patch by: Edward Hervey  <edward@fluendo.com>
7902
7903         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
7904         (gst_v4lsrc_query):
7905         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
7906
7907 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
7908
7909         * gst-libs/gst/riff/Makefile.am:
7910         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
7911           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
7912           our own implementation.
7913
7914 2007-06-05  Wim Taymans  <wim@fluendo.com>
7915
7916         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7917         (gst_base_rtp_depayload_setcaps),
7918         (gst_base_rtp_depayload_set_gst_timestamp),
7919         (gst_base_rtp_depayload_change_state):
7920         Handle timestamp wraparound.
7921
7922 2007-06-05  Wim Taymans  <wim@fluendo.com>
7923
7924         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
7925         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
7926         (gst_uri_decode_bin_change_state):
7927         Make sure we name srcpads uniquely even when using different internal
7928         decodebins.
7929         Signal no-more-pads when no more dynamic elements exist.
7930         Remove pads on cleanup.
7931
7932 2007-06-05  Wim Taymans  <wim@fluendo.com>
7933
7934         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7935
7936         * gst/playback/gstqueue2.c: (gst_queue_class_init),
7937         (gst_queue_init), (gst_queue_finalize),
7938         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
7939         (gst_queue_create_read), (gst_queue_read_item_from_file),
7940         (gst_queue_open_temp_location_file),
7941         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
7942         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
7943         (gst_queue_is_empty), (gst_queue_is_filled),
7944         (gst_queue_change_state), (gst_queue_set_temp_location),
7945         (gst_queue_set_property):
7946         Add support for filebased buffering. Fixes #441264.
7947
7948 2007-06-05  Wim Taymans  <wim@fluendo.com>
7949
7950         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
7951         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
7952         (caps_notify_group_cb), (gst_decode_group_new),
7953         (gst_decode_group_free):
7954         Add support for delayed caps fixation when autoplugging.
7955         Optimize cases where a multiqueue is not needed/wanted, like right after
7956         anything that is not a demuxer.
7957
7958 2007-06-05  Wim Taymans  <wim@fluendo.com>
7959
7960         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
7961         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
7962         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
7963         consideratly speedup ogg chain detection by not trying to find a base
7964         timestamp for skeleton streams. 
7965
7966 2007-06-05  Wim Taymans  <wim@fluendo.com>
7967
7968         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
7969         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
7970         (gst_multi_fd_sink_remove_flush),
7971         (gst_multi_fd_sink_remove_client_link),
7972         (gst_multi_fd_sink_handle_client_write),
7973         (gst_multi_fd_sink_handle_clients):
7974         * gst/tcp/gstmultifdsink.h:
7975         Add support for remove_flush.
7976
7977 2007-06-05  Wim Taymans  <wim@fluendo.com>
7978
7979         * docs/design/draft-keyframe-force.txt:
7980         * ext/theora/theoraenc.c: (theora_enc_sink_event),
7981         (theora_enc_chain):
7982         Add draft design for forcing keyframes in encoders and implement in
7983         theoraenc.
7984
7985 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
7986
7987         * configure.ac:
7988           Back to CVS
7989
7990 === release 0.10.13 ===
7991
7992 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
7993
7994         * configure.ac:
7995           releasing 0.10.13, "What's Going on?"
7996
7997 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
7998
7999         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8000         In riff, the depth is stored in the size field but it just means that
8001         the least significant bits are cleared. We can therefore just play
8002         the sample as if it had a depth == width. Fixes: #440997
8003
8004         Patch by: Wim Taymans <wim@fluendo.com> 
8005         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8006
8007 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8008
8009         * gst-libs/gst/floatcast/floatcast.h:
8010         Define inline when needed on win32 builds. Fixes: #441295
8011         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8012
8013 2007-05-29  Wim Taymans  <wim@fluendo.com>
8014
8015         * gst/playback/gstplaybasebin.c: (queue_overrun),
8016         (no_more_pads_full):
8017         Stop buffering when the group is commited because the queues filled up.
8018         Fixes #442024.
8019
8020 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8021
8022         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8023         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8024         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8025         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8026         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8027         * ext/alsa/gstalsamixer.h:
8028         * ext/alsa/gstalsamixerelement.c:
8029         (gst_alsa_mixer_element_interface_supported),
8030         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8031         (gst_alsa_mixer_element_set_property),
8032         (gst_alsa_mixer_element_get_property),
8033         (gst_alsa_mixer_element_change_state):
8034         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8035         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8036         (gst_mixer_option_changed):
8037         * gst-libs/gst/interfaces/mixer.h:
8038         Revert commits towards #152864 made so far. We'll pick it up again
8039         after the 0.10.13 release.
8040
8041 2007-05-24  Wim Taymans  <wim@fluendo.com>
8042
8043         * gst-libs/gst/audio/gstbaseaudiosink.c:
8044         (gst_base_audio_sink_render):
8045         After an interrupt (PAUSED/flush) assume that the next sample should not
8046         be aligned to the previous sample. Fixes #417992.
8047
8048 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8049
8050         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8051           Don't add channels and rate fields to the template caps for
8052           audio/x-dts, as wavparse might not always be able to set them,
8053           which would then lead to 'caps are not a real subset of the
8054           template caps' warnings.
8055
8056 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8057
8058         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8059         Handle unknown or invalid pads without crashing, as might occur if
8060         a media file like an mp3 is specified as a subtitle file.
8061         Fixes: #410039
8062
8063 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8064
8065         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8066         (setup_sinks):
8067         Block the subtitle bin output queue before ghosting it and linking,
8068         then unblock after. This avoids spurious not-linked errors caused 
8069         by the queue starting up (because it gets linked when it is ghosted). 
8070         Fixes: #350299
8071
8072 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8073
8074         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8075         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8076         file. Avoids flukes where the input gets typefound to some valid but
8077         useless type.
8078
8079 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8080
8081         * tests/check/Makefile.am:
8082         * tests/check/elements/.cvsignore:
8083         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8084         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8085           Add unit test for gnomevfssink seeking and position reporting for
8086           file:// URIs.
8087
8088 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8089
8090         Patch by: Mark Nauwelaerts <manauw at skynet be>
8091
8092         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8093         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8094         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8095         * ext/gnomevfs/gstgnomevfssink.h:
8096           Fix position reporting, especially after a seek (from upstream),
8097           see #412648.
8098
8099 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8100
8101         * ext/cdparanoia/gstcdparanoiasrc.c:
8102           Repair umlaut.
8103
8104 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8105
8106         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8107         Specify the full valid range for MP3 samplerates. Fixes a regression
8108         caused by extra header checks since the last release.
8109
8110 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8111
8112         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8113         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8114         Fix a locking-order bug I introduced with my changes the other day.
8115         Patch by Mike Smith.
8116
8117 2007-05-21  Michael Smith <msmith@fluendo.com>
8118
8119         * ext/theora/theoradec.c: (theora_handle_data_packet):
8120           Don't look inside 0-length packets (which indicate duplicated
8121           frames)
8122
8123 2007-05-21  Wim Taymans  <wim@fluendo.com>
8124
8125         * ext/cdparanoia/gstcdparanoiasrc.c:
8126         (gst_cd_paranoia_src_read_sector):
8127         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8128         (gst_base_audio_src_create):
8129         Small cleanups.
8130
8131         * ext/theora/theoradec.c: (theora_dec_sink_event):
8132         Fix typo.
8133
8134         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8135         (gst_base_rtp_depayload_set_gst_timestamp):
8136         Add some FIXME
8137
8138         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8139         And some debug info when a FIXME path is hit.
8140
8141 2007-05-21  Wim Taymans  <wim@fluendo.com>
8142
8143         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8144         (gst_base_rtp_audio_payload_class_init),
8145         (gst_base_rtp_audio_payload_init),
8146         (gst_base_rtp_audio_payload_finalize),
8147         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8148         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8149         (gst_base_rtp_payload_audio_handle_event):
8150         Some cleanups, remove minptime property as it is now in the parent
8151         class.
8152         Override parent class event function.
8153
8154         * gst-libs/gst/rtp/gstbasertppayload.c:
8155         (gst_basertppayload_class_init), (gst_basertppayload_init),
8156         (gst_basertppayload_event), (gst_basertppayload_set_property),
8157         (gst_basertppayload_get_property):
8158         * gst-libs/gst/rtp/gstbasertppayload.h:
8159         Add min-ptime property.
8160         Add handle-event vmethod. Fixes #415001.
8161
8162 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8163
8164         * gst-libs/gst/audio/gstbaseaudiosink.c
8165           (gst_base_audio_sink_change_state):
8166           Fix typo in comment.
8167
8168         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8169           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8170           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8171           close_link):
8172         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8173           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8174           Remove trailing whitespaces in comments.
8175
8176         * gst/volume/Makefile.am:
8177           Fix tabs.
8178
8179 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8180
8181         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8182
8183         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8184           set_option, get_option, _gst_reserved):
8185           Revert reordering functions (keep ABI).
8186
8187 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8188
8189         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8190         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8191         (gst_ximagesink_show_frame):
8192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8193         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8194         (gst_xvimagesink_show_frame):
8195         When we create our own window, indicate that we handle the 
8196         WM_DELETE client message from the window manager, so that it won't 
8197         kill our window (and our app) along with it. Handle ClientMessage,
8198         post an error on the bus, and close the window. Further buffers
8199         arriving will result in a FlowError because the window has been
8200         destroyed.
8201
8202         Fixes: #393975
8203
8204         Clean up the X event handling loop and make them the same for
8205         both xvimagesink and ximagesink while I'm at it.
8206
8207 2007-05-17  Wim Taymans  <wim@fluendo.com>
8208
8209         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8210         Make decodebin2 autoplug depayloaders too.
8211
8212         * gst/playback/gsturidecodebin.c: (source_new_pad):
8213         Set the newly created decoder in a usable state when autoplugging a
8214         dynamic source such as RTSP.
8215
8216 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8217
8218         * gst/playback/gststreaminfo.c: (cb_probe):
8219           Ignore video-codec tag for audio streams and ignore audio-codec tags
8220           for video streams. Should make codec name collection a bit more
8221           robust against sloppy demuxers that send tag events containing both
8222           tags down each pad.
8223
8224 2007-05-17  Wim Taymans  <wim@fluendo.com>
8225
8226         * gst/playback/gstqueue2.c: (update_rates):
8227         Tweak the buffering thresholds a little.
8228         Update the buffer size with the previously calculate rate instead of
8229         only when we calculate a new rate so that we get smoother buffering
8230         updates.
8231
8232         * gst/playback/Makefile.am:
8233         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8234         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8235         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8236         (gst_uri_decode_bin_get_property), (unknown_type),
8237         (add_element_stream), (no_more_pads_full), (no_more_pads),
8238         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8239         (gen_source_element), (has_all_raw_caps), (analyse_source),
8240         (remove_decoders), (make_decoder), (remove_source),
8241         (source_new_pad), (setup_source), (decoder_query_init),
8242         (decoder_query_duration_fold), (decoder_query_duration_done),
8243         (decoder_query_position_fold), (decoder_query_position_done),
8244         (decoder_query_latency_fold), (decoder_query_latency_done),
8245         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8246         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8247         (gst_uri_decode_bin_change_state), (plugin_init):
8248         New element that intergrates a source, optional buffering element and
8249         decodebin.
8250
8251 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8252
8253         * configure.ac:
8254           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8255           (also has a .pc file, so we don't need the fallback check any
8256           longer). Fixes #438840.
8257
8258 2007-05-17  Wim Taymans  <wim@fluendo.com>
8259
8260         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8261         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8262         (apply_segment), (apply_buffer), (update_buffering),
8263         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8264         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8265         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8266         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8267         (plugin_init):
8268         fix build.
8269
8270 2007-05-17  Wim Taymans  <wim@fluendo.com>
8271
8272         * gst/playback/Makefile.am:
8273         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8274         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8275         (gst_queue_getcaps), (gst_queue_bufferalloc),
8276         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8277         (apply_buffer), (update_buffering), (reset_rate_timer),
8278         (update_rates), (gst_queue_locked_flush),
8279         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8280         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8281         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8282         (gst_queue_loop), (gst_queue_handle_src_event),
8283         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8284         (gst_queue_src_activate_push), (gst_queue_change_state),
8285         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8286         On our way to playbin2 this is the new network queue that does buffering
8287         all by itself using high and low watermarks. It can also measure up and
8288         downstream bandwidth to optimally size the queue.
8289
8290 2007-05-17  Michael Smith <msmith@fluendo.com>
8291
8292         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8293         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8294           Use the segment->last_stop value to calculate the next timestamp to
8295           generate after a seek; not the segment->start value.
8296
8297 2007-05-15  David Schleef  <ds@schleef.org>
8298
8299         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8300           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8301
8302 2007-05-15  Wim Taymans  <wim@fluendo.com>
8303
8304         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8305         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8306         Some more chained streaming ogg timestamp fixes.
8307
8308 2007-05-15  Wim Taymans  <wim@fluendo.com>
8309
8310         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8311         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8312         (gst_ogg_demux_handle_page):
8313         Add some FIXMEs.
8314         Fix chain start/stop segment handling based on patch by
8315         <ahalda at cs dot mcgill dot ca> see #320984.
8316
8317 2007-05-15  Michael Smith <msmith@fluendo.com>
8318
8319         * configure.ac:
8320           We don't require a C++ compiler. So don't require one.
8321
8322 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8323
8324         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8325           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8326           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8327           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8328           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8329           gst_alsa_mixer_update_track):
8330           Apply some of the cleanup Tim suggested in #152864 afterwards.
8331
8332 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8333
8334         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8335
8336         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8337           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8338           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8339           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8340           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8341           gst_alsa_mixer_handle_source_callback,
8342           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8343           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8344           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8345           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8346           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8347           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8348         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8349         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8350           gst_alsa_mixer_element_interface_supported,
8351           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8352           gst_alsa_mixer_element_set_property,
8353           gst_alsa_mixer_element_get_property,
8354           gst_alsa_mixer_element_change_state):
8355         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8356         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8357           gst_mixer_option_changed):
8358         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8359           volume_changed, option_changed, _gst_reserved):
8360           Implement notification for alsamixer. Fixes #152864
8361
8362 2007-05-14  David Schleef  <ds@schleef.org>
8363
8364         * gst/videotestsrc/videotestsrc.c:
8365         * gst/videotestsrc/videotestsrc.h:
8366           Add support for video/x-raw-bayer.
8367
8368 2007-05-12  David Schleef  <ds@schleef.org>
8369
8370         * sys/xvimage/xvimagesink.c:
8371           Add some sanity checking for the XVImage size returned by X.
8372           Related to #377400.
8373
8374 2007-05-12  Wim Taymans  <wim@fluendo.com>
8375
8376         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8377         (gst_base_rtp_depayload_setcaps),
8378         (gst_base_rtp_depayload_set_gst_timestamp):
8379         Parse and use additional caps fields as described in updated
8380         application/x-rtp caps spec.
8381
8382 2007-05-12  Wim Taymans  <wim@fluendo.com>
8383
8384         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8385         (gst_ogg_demux_collect_chain_info):
8386         If there is a stream in a chain without any data packets, ignore the
8387         stream in the total length calculations. Might be related to #436820.
8388
8389 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8390
8391         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8392         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8393         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8394         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8395         (plugin_init):
8396
8397         Consolidate and re-work our mpeg system stream detection to probe
8398         more packets and produce a higher confidence result. Fixes a
8399         regression caused by lowering the typefind probability last year
8400         - related to bug #397810. Remove the redundant MPEG-1 specific 
8401         typefind function, as the new one detects both MPEG-1 & MPEG-2
8402         happily.
8403
8404         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8405         little. 
8406
8407         Tested against my media test directory, with some improvements and
8408         no regressions.
8409
8410 2007-05-10  Wim Taymans  <wim@fluendo.com>
8411
8412         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8413         (queue_out_of_data):
8414         Connect to the new queue "pushing" signal instead of the broken
8415         "running" one.
8416
8417 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8418
8419         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8420         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8421         Move variable declaration before the first instruction.
8422         * gst/videotestsrc/videotestsrc.c:
8423         Define M_PI if it's not defined yet.
8424         * win32/common/libgstrtp.def:
8425         Add new exported functions.
8426
8427 2007-05-09  Michael Smith <msmith@fluendo.com>
8428
8429         * ext/theora/theoradec.c: (theora_handle_type_packet):
8430           gst_pad_push_event() does not return a GstFlowReturn!
8431
8432 2007-05-09  Wim Taymans  <wim@fluendo.com>
8433
8434         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8435         * tests/examples/seek/seek.c: (do_seek):
8436         Some small cosmetic changes.
8437
8438 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8439
8440         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8441           gst_adder_change_state):
8442         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8443           segment_pending, segment_position, segment_rate):
8444           Handle playback-rate on adder.
8445
8446 2007-05-07  Michael Smith <msmith@fluendo.com>
8447
8448         * ext/theora/gsttheoradec.h:
8449         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8450         (theora_dec_sink_event), (theora_handle_comment_packet),
8451         (theora_handle_type_packet), (theora_dec_change_state):
8452           Don't push events (newsegment, tags) before initialising the
8453           decoder.
8454           This is neccesary for seeking to work correctly in gnonlin.
8455
8456 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8457
8458         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8459         * gst/adder/gstadder.c:
8460         * gst/audiotestsrc/gstaudiotestsrc.c
8461           (gst_audio_test_src_create_white_noise):
8462         * gst/videotestsrc/gstvideotestsrc.c:
8463         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8464           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8465           volume_sink_template, volume_src_template, gst_volume_init,
8466           volume_process_double, volume_process_int16,
8467           volume_process_int16_clamp):
8468           Doc fixes and formatting.
8469
8470 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8471
8472         * tests/check/Makefile.am:
8473         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8474           Minimal check for volume's GstController usability; also another
8475           test for #422295.
8476
8477 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8478
8479         * gst-libs/gst/cdda/gstcddabasesrc.c:
8480         (gst_cdda_base_src_add_track):
8481           Fix it so that it (a) makes sense and (b) doesn't break
8482           everything cdda-related including the unit test.
8483
8484 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8485
8486         * gst-libs/gst/cdda/gstcddabasesrc.c:
8487         (gst_cdda_base_src_add_track):
8488           Fix build when disabling asserts.
8489
8490 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8491
8492         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8493           When XShm is not available, we might get row strides that are not
8494           rounded up to multiples of four; this is bad, because virtually
8495           every RGB-processing element in GStreamer assumes rowstrides are
8496           rounded up to multiples of four, so let's allocate at least enough
8497           memory to avoid crashes in this case. The image will still be
8498           displayed distorted though if this happens, so that still needs
8499           fixing (maybe by allocating a bigger image with an 'even' width
8500           and then clipping it appropriately when rendering - something for
8501           Xlib aficionados in any case).
8502
8503 2007-05-03  Michael Smith <msmith@fluendo.com>
8504
8505         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8506           If a buffer doesn't have a timestamp, assume it's contiguous with
8507           the previous buffer, and synthesise timestamps appropriately.
8508
8509 2007-05-03  Edward Hervey  <edward@fluendo.com>
8510
8511         * tests/check/elements/videorate.c: (GST_START_TEST):
8512         Set buffer timestamp to a valid value in order to test the buffer
8513         really does stay in videorate.
8514
8515 2007-05-03  Edward Hervey  <edward@fluendo.com>
8516
8517         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8518         There is no sensible way to handle incoming buffers which don't have a
8519         valid timestamp. We therefore discard them and wait for the next one.
8520
8521 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8522
8523         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8524         * gst/playback/gstdecodebin2.c: (plugin_init):
8525           Better error message for text files.
8526
8527 2007-04-29  Wim Taymans  <wim@fluendo.com>
8528
8529         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8530         Fix offset bug in generation RR packets.
8531
8532 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8533
8534         * ext/theora/theoradec.c: (_theora_granule_time),
8535         (theora_dec_push_forward), (theora_handle_data_packet),
8536         (theora_dec_decode_buffer): Calculate buffer duration correctly
8537         to generate a perfect stream (#433888).
8538         * gst/audioresample/gstaudioresample.c:
8539         (audioresample_check_discont): Glib provides ABS.
8540
8541 2007-04-27  Wim Taymans  <wim@fluendo.com>
8542
8543         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8544         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8545         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8546         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8547         (gst_rtcp_packet_bye_set_reason):
8548         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8549         Fix RB block parsing and writing.
8550         Add support for constructing BYE packets.
8551
8552 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8553
8554         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8555         (gst_base_audio_src_create):
8556         * po/POTFILES.in:
8557           When posting a warning message because samples were dropped, post
8558           something more intelligible than he default error message for clock
8559           errors which is just confusing in this context (#432984).
8560
8561 2007-04-25  Wim Taymans  <wim@fluendo.com>
8562
8563         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8564         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8565         (read_packet_header), (gst_rtcp_packet_move_to_next),
8566         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8567         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8568         (gst_rtcp_packet_sdes_get_item_count),
8569         (gst_rtcp_packet_sdes_first_item),
8570         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8571         (gst_rtcp_packet_sdes_first_entry),
8572         (gst_rtcp_packet_sdes_next_entry),
8573         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8574         (gst_rtcp_packet_sdes_add_entry):
8575         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8576         Implement code to write SR, RR and SDES packets.
8577
8578 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8579
8580         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8581
8582         * sys/ximage/ximagesink.c:
8583           Fix build if XShm is not available (#432362).
8584
8585 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8586
8587         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8588         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8589         pointers to random memory which are passed to g_free() when
8590         audio_convert_prepare_context() is called the first time.
8591
8592 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8593
8594         Patch by: Dan Williams <dcbw redhat com>
8595
8596         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8597           Don't leak incoming buffer if gst_pad_push() returns a
8598           non-OK flow. Fixes #432755.
8599          
8600         * tests/check/elements/videorate.c: (GST_START_TEST),
8601         (videorate_suite):
8602           Unit test for the above by Yours Truly.
8603
8604 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8605
8606         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8607         (gst_adder_sink_event), (gst_adder_collected):
8608           Fix non-flushing segmented seeks, Fixes #340060 for me
8609
8610 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8611
8612         Patch by: Olivier Crete  <tester at tester ca>
8613
8614         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8615         (gst_base_rtp_audio_payload_class_init),
8616         (gst_base_rtp_audio_payload_init),
8617         (gst_base_rtp_audio_payload_dispose):
8618           Chain up to parent class in dispose function; get rid of
8619           unnecessary 'diposed' flag in private structure (#415001).
8620
8621 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8622
8623         * docs/libs/gst-plugins-base-libs.types:
8624         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8625         (gst_base_rtp_audio_payload_class_init):
8626         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8627         * gst-libs/gst/rtp/gstbasertppayload.c:
8628           Some minor docs fixes and additions; also add missing 'Since' bits.
8629
8630 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8631
8632         Patch by: Zeeshan Ali  <zeenix gmail com>
8633
8634         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8635         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8636         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8637         (gst_base_rtp_audio_payload_push):
8638         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8639           The recently-added gst_base_rtp_audio_payload_push() should take an
8640           object of type GstBaseRTPAudioPayload as first argument (#431672).
8641
8642 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8643
8644         * gst/audioresample/gstaudioresample.c:
8645           Make more functions static, just because we can.
8646
8647 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8648
8649         * tests/check/elements/audioresample.c:
8650           Add unit test for audioresample shutdown crasher (#420106).
8651
8652 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8653
8654         * gst/subparse/gstsubparse.c:
8655         * gst/subparse/samiparse.c:
8656           Use GST_DISABLE_XML here
8657
8658         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8659         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8660         (gst_xvimagesink_buffer_alloc),
8661         (gst_xvimagesink_navigation_send_event):
8662         * sys/xvimage/xvimagesink.h:
8663           Include stdlib.h when using atoi.
8664           
8665         * tests/check/elements/playbin.c: (playbin_suite):
8666           Use GST_DISABLE_REGISTRY here
8667
8668 2007-04-19  Michael Smith  <msmith@fluendo.com>
8669
8670         * ext/theora/gsttheoraenc.h:
8671         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8672         (theora_enc_sink_event), (theora_enc_change_state):
8673           Track initialisation state; don't try to use encoder state if we're
8674           not initialised (it'll segfault).
8675
8676 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8677
8678         * tests/check/pipelines/.cvsignore:
8679         Fix build.
8680
8681 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8682
8683         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8684         Allow random depths between 1 and 32 instead of only multiplies of 8.
8685
8686 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8687
8688         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8689         Set the maximum number of channels for PCM and float in the correct
8690         place to have it also used when creating the template caps.
8691
8692 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8693
8694         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8695         Correctly support 4, 6 and 8 channels with normal PCM and float
8696         wav files.
8697
8698         Fix the depth and signedness calculation in extensible wav files and
8699         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8700         mask is found.
8701
8702         Add support for float, alaw and mulaw in extensible wav files.
8703
8704         This allows correct playback of all but 5 files from
8705         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8706         
8707         (gst_riff_create_audio_template_caps):
8708         Add voxware and float formats to the template caps.     
8709
8710 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8711
8712         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8713
8714         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8715         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8716
8717         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8718         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8719         Use the correct format strings for integer formats.
8720
8721 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8722
8723         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8724           Don't use pad_alloc_buffer_and_set_caps to create a small header
8725           packet, or, worse, to create a big temporary video buffer using the
8726           src pad.
8727
8728 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8729
8730         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8731         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8732           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8733           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8734
8735 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8736
8737         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8738           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8739           streamheader_suite):
8740           Add another test set up for failure
8741
8742 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8743
8744         * tests/check/Makefile.am:
8745         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8746           GST_START_TEST, streamheader_suite, main):
8747           Add a test for the streamheader bug Wim fixed.
8748
8749 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
8750
8751         * ext/theora/theoradec.c: (theora_dec_sink_event):
8752         Fix misleading comment.
8753
8754 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8755
8756         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8757           More sanity checks for the header fields.
8758
8759 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8760
8761         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8762           Try encodings from all environment variables, not just those in the
8763           first environment variable that is set.
8764
8765 2007-04-12  Wim Taymans  <wim@fluendo.com>
8766
8767         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8768         (gst_video_rate_chain):
8769         Add some debug.
8770
8771         * tests/check/elements/videorate.c: (GST_START_TEST),
8772         (videorate_suite):
8773         Added check for videorate changing caps handling. Closes #421834.
8774
8775 2007-04-12  Michael Smith  <msmith@fluendo.com>
8776
8777         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8778           Use scale functions to avoid overflow when calculating duration of 
8779           vorbis buffers.
8780
8781 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8782
8783         * docs/libs/gst-plugins-base-libs-sections.txt:
8784         * gst-libs/gst/tag/tag.h:
8785         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8786           API: add gst_tag_freeform_string_to_utf8() (#405072).
8787
8788         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
8789           Use gst_tag_freeform_string_to_utf8() here.
8790
8791 2007-04-12  Wim Taymans  <wim@fluendo.com>
8792
8793         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
8794         (gst_gdp_pay_sink_event):
8795         Make sure we set the IN_CAPS flag correctly.
8796
8797         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8798         Get the IN_CAPS flag before we call functions that mess with the flags.
8799
8800 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8801
8802         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
8803           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
8804           Only stamp buffers with offset/offset_end right before they get
8805           pushed.  This ensures offset continuity, which was not the case
8806           before as shown by
8807           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
8808
8809 2007-04-06  Wim Taymans  <wim@fluendo.com>
8810
8811         * gst/playback/gstplaybin.c: (add_sink),
8812         (gst_play_bin_change_state):
8813         Activate sync in playbin, we are ready to handle it for live streams.
8814
8815 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
8816
8817         * tests/check/elements/playbin.c:
8818         (test_sink_usage_video_only_stream), (playbin_suite):
8819           Add small test for stream-info-value-array code paths.
8820
8821 2007-04-05  Wim Taymans  <wim@fluendo.com>
8822
8823         * gst-libs/gst/audio/gstbaseaudiosink.c:
8824         (gst_base_audio_sink_skew_slaving):
8825         Don't try to create invalid calibration parameters by making the
8826         internal time go backwards, instead make external time go forward.
8827
8828 2007-04-05  Wim Taymans  <wim@fluendo.com>
8829
8830         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8831
8832         * gst/playback/gstplaybasebin.c: (add_stream):
8833         Fix leak in add_stream(), when g_value_set_object() increases the
8834         refcount of streaminfo object. Fixes #426250.
8835
8836 2007-04-03  David Schleef  <ds@schleef.org>
8837
8838         * gst/videotestsrc/gstvideotestsrc.c:
8839         * gst/videotestsrc/gstvideotestsrc.h:
8840         * gst/videotestsrc/videotestsrc.c:
8841         * gst/videotestsrc/videotestsrc.h:
8842           Add a test pattern called "circular", which has concentric
8843           rings with varying radial frequency.  The main purpose of this
8844           pattern is to test fidelity loss in a filter or scaler element.
8845           Notably, this pattern is scale invariant, and is optimally viewed
8846           with a width (and height) of 400.
8847
8848 2007-04-03  Wim Taymans  <wim@fluendo.com>
8849
8850         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8851
8852         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
8853         (deactivate_free_recursive):
8854         Decodebin2 doesn't unref pads it obtains in some occasions:
8855         - multiqueue src pads, when either connecting further or exposing
8856         - sink pads of new autoplugged elements
8857         - peer pads when recursively freeing elements
8858         Fixes #425455.
8859
8860 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
8861
8862         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8863         Add audio/x-raw-float support, now that audioconvert support
8864         non-native endianness floats.
8865
8866 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
8867
8868         * docs/libs/gst-plugins-base-libs-docs.sgml:
8869           gstreamer-plugins-base.pc doesn't exist, it's
8870           gstreamer-plugins-base-0.10.pc.
8871
8872 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8873
8874         Patch by: René Stadler <mail at renestadler dot de>
8875         with some minor changes
8876
8877         * gst-libs/gst/floatcast/floatcast.h:
8878         Use more efficient float endianness conversion functions that don't
8879         involve 2 function calls per value.
8880         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8881         (check_default), (audio_convert_prepare_context):
8882         * gst/audioconvert/gstaudioconvert.c:
8883         (gst_audio_convert_parse_caps), (make_lossless_changes):
8884         Support non-native endianness floats as input and output.
8885         Fixes #339838.
8886         * tests/check/elements/audioconvert.c: (verify_convert),
8887         (GST_START_TEST):
8888         Add unit tests for the non-native endianness float conversions.
8889
8890 2007-03-29  Wim Taymans  <wim@fluendo.com>
8891
8892         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8893         (gst_base_rtp_depayload_base_init),
8894         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
8895         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
8896         (gst_base_rtp_depayload_set_gst_timestamp),
8897         (gst_base_rtp_depayload_change_state),
8898         (gst_base_rtp_depayload_set_property),
8899         (gst_base_rtp_depayload_get_property):
8900         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8901         Add Private structure.
8902         Bring element code to 2007.
8903         Parse clock-base caps param and use it when generating the
8904         newsegment.
8905         Reset variables before going to PAUSED.
8906         Fix some docs.
8907
8908 2007-03-29  Wim Taymans  <wim@fluendo.com>
8909
8910         * docs/libs/gst-plugins-base-libs-docs.sgml:
8911         * docs/libs/gst-plugins-base-libs-sections.txt:
8912         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8913         (gst_base_rtp_audio_payload_get_adapter):
8914         Add RTCP docs.
8915         Fix some more docs.
8916
8917         * gst-libs/gst/rtp/Makefile.am:
8918         * gst-libs/gst/rtp/gstrtcpbuffer.c:
8919         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
8920         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
8921         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
8922         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
8923         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
8924         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
8925         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
8926         (gst_rtcp_packet_sr_get_sender_info),
8927         (gst_rtcp_packet_sr_set_sender_info),
8928         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
8929         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
8930         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
8931         (gst_rtcp_packet_sdes_get_chunk_count),
8932         (gst_rtcp_packet_sdes_first_chunk),
8933         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
8934         (gst_rtcp_packet_sdes_first_item),
8935         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
8936         (gst_rtcp_packet_bye_get_ssrc_count),
8937         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
8938         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8939         (gst_rtcp_packet_bye_get_reason_len),
8940         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
8941         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8942         Add new helper object for parsing and creating RTCP messages.
8943
8944 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8945
8946         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8947         PCM samples with width=8 must be always unsigned, no matter what
8948         depth they have.
8949
8950 2007-03-29  Andy Wingo  <wingo@pobox.com>
8951
8952         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
8953         perfect offsets also, not just timestamps.
8954
8955         * tests/check/elements/videorate.c (test_more): Test that given
8956         any incoming offsets, that videorate produces perfect offsets.
8957
8958 2007-03-29  Wim Taymans  <wim@fluendo.com>
8959
8960         * gst-libs/gst/riff/riff-ids.h:
8961         Add some more RIFF formats.
8962
8963 2007-03-29  Wim Taymans  <wim@fluendo.com>
8964
8965         * gst-libs/gst/rtp/gstrtpbuffer.c:
8966         (gst_rtp_buffer_default_clock_rate):
8967         * gst-libs/gst/rtp/gstrtpbuffer.h:
8968         Fix fixed payload names and docs.
8969         Added method to get the default clock rates of fixed payload types.
8970         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
8971
8972 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8973
8974         * tests/check/pipelines/.cvsignore:
8975         Add new vorbisdec test to cvsignore.
8976
8977 2007-03-28  Wim Taymans  <wim@fluendo.com>
8978
8979         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
8980         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
8981         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
8982         (gst_base_audio_sink_set_property),
8983         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
8984         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
8985         (gst_base_audio_sink_skew_slaving),
8986         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
8987         (gst_base_audio_sink_async_play):
8988         * gst-libs/gst/audio/gstbaseaudiosink.h:
8989         Store private stuff in GstBaseAudioSinkPrivate.
8990         Add configurable clock slaving modes property.
8991         API:: GstBaseAudioSink::slave-method property
8992         Some more latency reporting tweaks.
8993         Added skew based clock slaving correction and make it the default until
8994         the resampling method is more robust.
8995
8996 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
8997
8998         * gst/audioconvert/audioconvert.c:
8999         Add docs to the integer pack functions and implement proper
9000         rounding. Before we had rounding towards negative infinity, i.e.
9001         always the smaller number was taken. Now we use natural rounding,
9002         i.e. rounding to the nearest integer and to the one with the largest
9003         absolute value for X.5. The old rounding introduced some minor
9004         distortions. Fixes #420079
9005         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9006         Fix one unit test that assumed the old rounding and added unit tests
9007         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9008         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9009         rounding from signed int32 to signed/unsigned int16.
9010
9011 2007-03-27  Michael Smith  <msmith@fluendo.com>
9012
9013         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9014         (gst_audio_convert_transform_caps):
9015           Fix typo in debug line introduced recently, as pointed out on irc.
9016
9017 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9018
9019         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9020         * tests/check/libs/tag.c: (GST_START_TEST):
9021           Make sure we parse floating-point numbers in vorbis comments
9022           correctly with either '.' or ',' as separator, no matter what
9023           the current locale is. Add unit test for this too.
9024
9025 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9026
9027         Patch by: René Stadler  <mail at renestadler de>
9028
9029         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9030           When writing out floating-point numbers to vorbis comment tags, always
9031           use the same character as separator no matter what the current locale is
9032           (fixes #423051).
9033
9034         * tests/check/libs/tag.c: (GST_START_TEST):
9035           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9036
9037 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9038
9039         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9040           vorbis_handle_data_packet):
9041           Correctly set DURATION to generate a timestamp-continuous stream.
9042           One bug left at the end; see
9043           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9044         * tests/check/Makefile.am:
9045         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9046           Add a test to check this.  Without the above patch this test fails.
9047
9048 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9049
9050         * gst-libs/gst/rtp/Makefile.am:
9051         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9052
9053 2007-03-23  Michael Smith  <msmith@fluendo.com>
9054
9055         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9056         (gst_video_rate_reset), (gst_video_rate_chain):
9057           If videorate changes caps, we can no longer use the old buffer
9058           (which may have a different size, incompatible with our caps).
9059           So don't do that; just duplicate the new frame more times.
9060
9061 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9062
9063         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9064         Remove playbin's override of the set_clock vmethod. It's irrelevant
9065         after Wim's commit on the 19th.
9066
9067 2007-03-22  Wim Taymans  <wim@fluendo.com>
9068
9069         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9070         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9071         * ext/gnomevfs/gstgnomevfssrc.h:
9072         Don't cache file sizes. Fixes #341078.
9073
9074 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9075
9076         * gst/playback/gstplaybin.c: (add_sink):
9077           Use GST_PTR_FORMAT to log caps. 
9078
9079 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9080
9081         Patch by: Young-Ho Cha <ganadist at chollian net>
9082
9083         * gst/subparse/samiparse.c: (handle_start_font):
9084           Special-case some more colour names that pango doesn't handle by
9085           default. Fixes #420578.
9086
9087 2007-03-20  Michael Smith  <msmith@fluendo.com>
9088
9089         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9090           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9091           that marks EOS internally. After that, libvorbis will buffer all
9092           input data, and encode none of it, eventually leading to memory
9093           exhaustion.
9094
9095 2007-03-19  Wim Taymans  <wim@fluendo.com>
9096
9097         * gst/playback/gstdecodebin.c: (remove_fakesink):
9098         Don't post STATE_DIRTY anymore.
9099
9100         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9101         (gst_play_bin_change_state):
9102         Remove stream_time reset in seek handling, core does that now.
9103         Disable clocking for live pipelines by forcing a NULL clock to the
9104         complete pipeline, core is too smart now for our previous hack.
9105         We can always autoplug in PAUSED now.
9106
9107 2007-03-17  David Schleef  <ds@schleef.org>
9108
9109         * REQUIREMENTS:  Update this file, change the formatting to make
9110         it more consistent, plus more machine readable.
9111
9112 2007-03-16  Michael Smith  <msmith@fluendo.com>
9113
9114         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9115         (strip_width_64), (append_with_other_format):
9116           Previous fix was too simplistic, and broke the tests. Use a better
9117           approach; only strip 64 from widths for integer audio.
9118
9119 2007-03-16  Michael Smith  <msmith@fluendo.com>
9120
9121         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9122         (gst_audio_convert_transform_caps):
9123           We don't support 64 bit integer audio, so don't try to claim we can.
9124           Stops us producing caps don't match our template caps.
9125           Update comments.
9126
9127 2007-03-15  Michael Smith  <msmith@fluendo.com>
9128
9129         * gst/audioresample/gstaudioresample.c:
9130         (audioresample_check_discont), (audioresample_transform):
9131           Don't trigger discontinuities for very small imperfections; a filter
9132           flush will sound bad, and many plugins have rounding errors leading
9133           to these.
9134
9135 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9136
9137         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9138
9139         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9140         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9141         API: add "min-ptime" property to RTP base audio payloader.
9142         API: add gst_base_rtp_audio_payload_push().
9143         API: add gst_base_rtp_audio_payload_get_adapter().
9144         Fixes #415001
9145         Indentation/whitespace/documentation fixes.
9146
9147 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9148
9149         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9150         (audioresample_transform_size), (audioresample_do_output),
9151         (audioresample_transform), (audioresample_pushthrough): Handle
9152         discontinuous streams.
9153         * gst/audioresample/gstaudioresample.h:
9154         * tests/check/elements/audioresample.c:
9155         (test_discont_stream_instance), (GST_START_TEST),
9156         (audioresample_suite): Add a test for discontinuous streams.
9157         * win32/common/config.h: Updated.
9158
9159 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9160
9161         * po/af.po:
9162         * po/az.po:
9163         * po/cs.po:
9164         * po/en_GB.po:
9165         * po/it.po:
9166         * po/nb.po:
9167         * po/nl.po:
9168         * po/or.po:
9169         * po/sq.po:
9170         * po/sr.po:
9171         * po/sv.po:
9172         * po/uk.po:
9173         * po/vi.po:
9174           Update translations from translation project.
9175
9176 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9177
9178         * gst/audioresample/debug.h:
9179         * gst/audioresample/resample.c: (resample_init):
9180           Since I really am not interested in a debug line for each sample
9181           being processed, move the library's debugging to its own category,
9182           libaudioresample
9183
9184 2007-03-13  Michael Smith  <msmith@fluendo.com>
9185
9186         * ext/theora/theoradec.c: (theora_handle_type_packet):
9187           Since the plugin doesn't support anything other than 4:2:0 right
9188           now, post an error and fail if we get something else. Won't matter
9189           until libtheora supports the other pixel formats, but hopefully
9190           that'll be soon...
9191
9192 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9193
9194         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9195         Use gst_guint64_to_gdouble for conversion.
9196         * win32/MANIFEST:
9197         Add new files to the win32 MANIFEST.
9198         * win32/common/libgstaudio.def:
9199         * win32/common/libgstpbutils.def:
9200         Add new exported functions.
9201         * win32/vs6/gst_plugins_base.dsw:
9202         * win32/vs6/libgstdecodebin.dsp:
9203         * win32/vs6/libgstplaybin.dsp:
9204         Change the link to libgstpbutils.lib.
9205         * win32/vs6/libgstdecodebin2.dsp:
9206         Add a new project for decodebin2.
9207         * win32/vs6/libgstpbutils.dsp:
9208         Add a new project for pbutils.
9209
9210 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9211
9212         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9213           Also accept partial dates with only year and month,
9214           like 1999-12-00 (fixes #410396 even more).
9215
9216         * tests/check/libs/tag.c: (GST_START_TEST):
9217           Add unit test for the above.
9218
9219 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9220
9221         * tests/check/elements/subparse.c: (GST_START_TEST),
9222         (subparse_suite):
9223           Add unit test for MPL2 subtitle format (#413799).
9224
9225 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9226
9227         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9228
9229         * gst/subparse/Makefile.am:
9230         * gst/subparse/gstsubparse.c:
9231         (gst_sub_parse_data_format_autodetect),
9232         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9233         (gst_subparse_type_find):
9234         * gst/subparse/gstsubparse.h:
9235         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9236         * gst/subparse/mpl2parse.h:
9237           Add support for MPL2 subtitle format (#413799).
9238
9239 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9240
9241         * configure.ac:
9242           We require core CVS for the new buffer metadata copy functions.
9243
9244 2007-03-09  Wim Taymans  <wim@fluendo.com>
9245
9246         * gst-libs/gst/tag/gstid3tag.c:
9247         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9248         Fixes #414496.
9249
9250         Patch by: Alex Lancaster <alexl at users sourceforge net>
9251
9252 2007-03-09  Wim Taymans  <wim@fluendo.com>
9253
9254         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9255         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9256         Improve adapter usage and comments.
9257
9258 2007-03-09  Wim Taymans  <wim@fluendo.com>
9259
9260         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9261         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9262         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9263         Use new metadata copy function.
9264
9265         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9266         (gst_ffmpegcsp_transform):
9267         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9268         Basetransform copied the metadata for us.
9269
9270 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9271
9272         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9273         (gst_text_overlay_video_event):
9274           Some more logging. Only accept newsegment events in TIME format and
9275           send a WARNING message if they are not in TIME format.
9276
9277         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9278         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9279         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9280         * gst/subparse/gstsubparse.h:
9281           No need to allocate GstSegment structure dynamically, just put it
9282           into the instance structure; ignore newsegment events in BYTE
9283           format and in particular don't let it overwrite our saved TIME
9284           segment from the last seek.
9285
9286 2007-03-09  Michael Smith  <msmith@fluendo.com>
9287
9288         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9289           Replace AC3 typefinder with one that isn't terrible, and actually
9290           works usefully.
9291
9292 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9293
9294         * gst/audioconvert/gstaudioconvert.c:
9295         (gst_audio_convert_transform):
9296           fix error category and translatable string
9297           
9298
9299 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9300
9301         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9302         * pkgconfig/gstreamer-plugins-base.pc.in:
9303           Fix up utils => pbutils here too.
9304
9305 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9306
9307         * gst/subparse/gstsubparse.c: (handle_buffer):
9308           Break out of loop in chain function as soon as possible if we get
9309           a non-OK flow return.
9310
9311 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9312
9313         * tests/check/elements/alsa.c: (GST_START_TEST):
9314         Unref the mixer if the state change fails too (if the
9315         alsa devices are inaccessible, for example)
9316
9317 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9318
9319         * tests/check/Makefile.am:
9320         Don't test libvisual elements in the states check, because libvisual
9321         seems to leak internally.
9322
9323         Re-enable the alsa and states tests now that there's new suppressions
9324         in gst.supp.
9325
9326         * tests/check/elements/alsa.c: (GST_START_TEST):
9327         Don't leak the alsamixer we instantiated.
9328
9329 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9330
9331         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9332         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9333         (gst_ximagesink_finalize):
9334         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9335         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9336         Move some cleanup stuff from the state change handler into a _reset()
9337         function that can be called from _finalize(). This ensures that things
9338         get freed even if (for some reason) the NULL->READY state transition
9339         fails in the parent class.
9340         Even if a parent state change fails, process our downward state change
9341         logic instead of bailing out early.
9342         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9343
9344 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9345
9346         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9347         Extra log line.
9348
9349         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9350         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9351         Use pango_font_description_set_family_static instead of 
9352         pango_font_description_set_family to save a string copy (it was
9353         leaking due to the strdup anyway)
9354
9355         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9356         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9357         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9358         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9359         Chain up in finalize.
9360
9361 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9362
9363         * gst-libs/gst/interfaces/mixertrack.c:
9364         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9365         (gst_mixer_track_set_property):
9366           API: add "untranslated-label" property which should be set by
9367           implementations at construct time (#414645).
9368
9369         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9370         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9371           Set "untranslated-label" when constructing mixer track objects.
9372
9373         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9374           Unit test to check the above.
9375
9376 2007-03-07  Wim Taymans  <wim@fluendo.com>
9377
9378         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9379         Fix confusing debug message.
9380
9381 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9382
9383         * gst-plugins-base.doap:
9384         update doap file with new version
9385
9386 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9387
9388         * configure.ac:
9389         Back to CVS
9390
9391 === release 0.10.12 ===
9392
9393 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9394
9395         * configure.ac:
9396           releasing 0.10.12, "Zombie Horde"
9397
9398 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9399
9400         * configure.ac:
9401         Bump version to 0.10.11.4 pre-release
9402
9403 2007-03-06  Wim Taymans  <wim@fluendo.com>
9404
9405         * gst-libs/gst/audio/gstbaseaudiosink.c:
9406         (gst_base_audio_sink_async_play):
9407         Fix regression that made GStreamer skip the first samples of audio.
9408         Fixes #414684.
9409
9410 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9411
9412         * configure.ac:
9413         Bump version to 0.10.11.3 pre-release
9414
9415 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9416
9417         * po/POTFILES.in:
9418           Update paths for the rename from utils to pbutils to fix the build.
9419
9420 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9421
9422         * gst-libs/gst/pbutils/Makefile.am:
9423           Change directory to install headers in from gst/utils to gst/pbutils
9424           as well.
9425
9426 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9427
9428         * configure.ac:
9429         * docs/libs/gst-plugins-base-libs-docs.sgml:
9430         * docs/libs/gst-plugins-base-libs-sections.txt:
9431         * gst-libs/gst/Makefile.am:
9432         * gst-libs/gst/interfaces/mixer.c:
9433         * gst-libs/gst/pbutils/Makefile.am:
9434         * gst-libs/gst/pbutils/descriptions.c:
9435         (gst_pb_utils_get_source_description),
9436         (gst_pb_utils_get_sink_description),
9437         (gst_pb_utils_get_decoder_description),
9438         (gst_pb_utils_get_encoder_description),
9439         (gst_pb_utils_get_element_description),
9440         (gst_pb_utils_add_codec_description_to_tag_list),
9441         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9442         * gst-libs/gst/pbutils/descriptions.h:
9443         * gst-libs/gst/pbutils/install-plugins.c:
9444         * gst-libs/gst/pbutils/install-plugins.h:
9445         * gst-libs/gst/pbutils/missing-plugins.c:
9446         (gst_missing_uri_source_message_new),
9447         (gst_missing_uri_sink_message_new),
9448         (gst_missing_element_message_new),
9449         (gst_missing_decoder_message_new),
9450         (gst_missing_encoder_message_new),
9451         (gst_missing_plugin_message_get_description):
9452         * gst-libs/gst/pbutils/missing-plugins.h:
9453         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9454         * gst-libs/gst/pbutils/pbutils.h:
9455         * gst-libs/gst/utils/Makefile.am:
9456         * gst-libs/gst/utils/base-utils.c:
9457         * gst-libs/gst/utils/base-utils.h:
9458         * gst-libs/gst/utils/descriptions.c:
9459         * gst-libs/gst/utils/descriptions.h:
9460         * gst-libs/gst/utils/install-plugins.c:
9461         * gst-libs/gst/utils/install-plugins.h:
9462         * gst-libs/gst/utils/missing-plugins.c:
9463         * gst-libs/gst/utils/missing-plugins.h:
9464         * gst-plugins-base.spec.in:
9465         * gst/playback/Makefile.am:
9466         * gst/playback/gstdecodebin.c:
9467         * gst/playback/gstdecodebin2.c:
9468         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9469         (gen_source_element):
9470         * gst/playback/gstplaybin.c: (plugin_init):
9471         * tests/check/Makefile.am:
9472         * tests/check/libs/pbutils.c: (GST_START_TEST),
9473         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9474         * tests/check/libs/utils.c:
9475           rename utils to pbutils
9476
9477 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9478
9479         * docs/plugins/Makefile.am:
9480         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9481         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9482         * docs/plugins/inspect/plugin-decodebin2.xml:
9483         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9484         Add documentation for decodebin2 that indicates that the API
9485         is still unstable.
9486
9487 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9488
9489         * configure.ac:
9490         Update to 0.10.11.2 (0.10.12 pre-release)
9491
9492 2007-03-01  Wim Taymans  <wim@fluendo.com>
9493
9494         * gst-libs/gst/audio/gstbaseaudiosink.c:
9495         (gst_base_audio_sink_async_play):
9496         base time is irrelevant here.
9497
9498 2007-03-01  Wim Taymans  <wim@fluendo.com>
9499
9500         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9501         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9502         Improve debugging.
9503
9504         * gst-libs/gst/audio/gstbaseaudiosink.c:
9505         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9506         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9507         Improve latency and clock slaving calculations.
9508         Improve slave clock calibration.
9509
9510         * gst-libs/gst/audio/gstringbuffer.c:
9511         (gst_ring_buffer_commit_full):
9512         When we are asked to render N sample to 0 bytes, return N.
9513
9514 2007-03-01  Wim Taymans  <wim@fluendo.com>
9515
9516         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9517         (gst_alsasink_write), (gst_alsasink_reset):
9518         * ext/alsa/gstalsasink.h:
9519         Remove unused dispose function.
9520         Rename lock to not interfere with alsasrc lock.
9521
9522         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9523         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9524         (gst_alsasrc_read), (gst_alsasrc_reset):
9525         * ext/alsa/gstalsasrc.h:
9526         Implement finalize function.
9527         Use lock to protect alsa access.
9528         Implement _reset.
9529         Fine tune sw params.
9530
9531 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9532
9533         * configure.ac:
9534           Convert to new AG_GST style.
9535
9536 2007-02-28  Wim Taymans  <wim@fluendo.com>
9537
9538         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9539
9540         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9541         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9542         Fix race condition when rapidly switching visualisations in playbin.
9543         Fixes #401029.
9544
9545 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9546
9547         * tests/check/Makefile.am:
9548         Include local stuff before system installed things in LDFLAGS and
9549         CFLAGS.
9550
9551 2007-02-28  Wim Taymans  <wim@fluendo.com>
9552
9553         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9554         Improve debugging.
9555
9556 2007-02-28  Wim Taymans  <wim@fluendo.com>
9557
9558         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9559         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9560         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9561         Fix duration and timestamping, taking latency into account.
9562         Implement latency query.
9563
9564 2007-02-28  Wim Taymans  <wim@fluendo.com>
9565
9566         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9567         (gst_audio_clock_new):
9568         Fix clock name.
9569
9570         * gst-libs/gst/audio/gstbaseaudiosink.c:
9571         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9572         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9573         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9574         (gst_base_audio_src_create):
9575         Improve latency query code.
9576         Use proper clock names.
9577
9578 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9579
9580         * tests/check/generic/states.c: (GST_START_TEST):
9581           Copy the states.c test from core again
9582         * tests/check/Makefile.am:
9583           ignore cdio and cdparanoiasrc
9584
9585 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9586
9587         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9588         (double_hq), (audio_convert_get_func_index), (check_default),
9589         (audio_convert_prepare_context), (audio_convert_convert):
9590           Also make valgrind happy and avoid copying data in some cases.
9591
9592 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9593
9594         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9595         (double_hq), (audio_convert_get_func_index),
9596         (audio_convert_prepare_context), (audio_convert_convert):
9597         * gst/audioconvert/gstaudioconvert.c:
9598         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9599         (gst_audio_convert_transform_caps):
9600         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9601         (audioconvert_suite):
9602           Don't run inplace if that overwrites source data as we go. Add more
9603           tests. Fixes #339837 even more.
9604
9605 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9606
9607         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9608         (msg_segment_done): Fix various seeking bugs (Slider was not
9609         updating when doing a non flushing seek, Reverse playback 
9610         on segment seek was wrong).
9611
9612 2007-02-26  Wim Taymans  <wim@fluendo.com>
9613
9614         * tests/examples/seek/seek.c: (stop_seek):
9615         When we stop scrubbing, don't leave the pipeline PLAYING when we
9616         requested a PAUSED state.
9617
9618 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9619
9620         Patch by: René Stadler <mail at renestadler de>
9621
9622         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9623           Parse date strings in vorbis comments that have an invalid (zero)
9624           month or day (#410396).
9625
9626         * tests/check/libs/tag.c: (GST_START_TEST):
9627           Test case for the above.
9628
9629 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9630
9631         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9632
9633         * configure.ac:
9634         * ext/alsa/Makefile.am:
9635         * gst/audiotestsrc/Makefile.am:
9636           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9637
9638 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9639
9640         * gst/playback/gstplaybin.c:
9641           Improve docs: point out that the application needs to assist playbin
9642           with buffering.
9643
9644 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9645
9646         * gst-libs/gst/utils/install-plugins.c:
9647         * gst-libs/gst/utils/missing-plugins.c:
9648         * tests/check/libs/utils.c: (missing_msg_check_getters):
9649           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9650           to just 'gstreamer'. Document the caps string component of the
9651           decoder/encoder detail a bit better, since not everyone will be
9652           familiar with the GStreamer media type/caps system (but they better
9653           enjoy nested itemized lists).
9654
9655 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9656
9657         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9658         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9659           Fix copying of GstNetBuffer (would crash before, or at least lead to
9660           invalid memory access, #410772), for now by copying the GstBuffer copy
9661           code from the core over here so we can copy the GstBuffer fields on a
9662           provided buffer instance (of type GstNetBuffer in this case). Would be
9663           better to fix this with some support by the core though (and in the long
9664           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9665
9666         * tests/check/Makefile.am:
9667           Enable unit test for GstNetBuffer.
9668
9669 2007-02-22  Andy Wingo  <wingo@pobox.com>
9670
9671         * gst-libs/gst/audio/gstbaseaudiosink.c
9672         (gst_base_audio_sink_init): Disable pull-mode activation until we
9673         figure out how to make audio sinks go to PLAYING.
9674
9675 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9676
9677         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9678         (double_hq), (audio_convert_get_func_index),
9679         (audio_convert_prepare_context), (audio_convert_convert):
9680         * gst/audioconvert/audioconvert.h:
9681         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9682         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9683         * gst/audioconvert/gstchannelmix.h:
9684         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9685           Add float as an intermediate format, as well as float mixing. Enable
9686           test that was failing before. Fixes #339837
9687
9688 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9689
9690         * tests/examples/seek/seek.c: (do_seek):
9691         Undo the previous commit: -1 as a stop time implies that the stop
9692         time is the end of file, clearing any previously configured segment.
9693
9694 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9695
9696         * tests/examples/seek/seek.c: (do_seek):
9697         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9698
9699 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9700
9701         * gst/volume/gstvolume.c: (volume_process_int16),
9702         (volume_process_int16_clamp), (volume_set_caps):
9703           Unbreak volume, value remains gint.
9704
9705 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9706
9707         * gst/volume/gstvolume.c: (volume_choose_func),
9708         (volume_update_real_volume), (gst_volume_set_volume),
9709         (gst_volume_init), (volume_process_double), (volume_process_float),
9710         (volume_process_int16), (volume_process_int16_clamp),
9711         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9712         * gst/volume/gstvolume.h:
9713           Extend float audio support (double) and some int->uint cleanups.
9714
9715 2007-02-20  Edward Hervey  <edward@fluendo.com>
9716
9717         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9718         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9719         (sort_end_pads), (gst_decode_group_expose),
9720         (gst_decode_group_hide):
9721         Don't free groups from the streaming threads. Just put them aside and
9722         free them in dispose.
9723
9724 2007-02-20  Edward Hervey  <edward@fluendo.com>
9725
9726         * gst/playback/gstdecodebin2.c: (connect_element),
9727         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9728         (sort_end_pads), (gst_decode_group_expose):
9729         Handle dynamic pads within groups.
9730         Sort pads before exposing them in order to make playbin happy.
9731         There still is a race with the multiqueue filling up. This should be
9732         solved separately.
9733         Fixes #398721
9734
9735 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9736
9737         * gst-libs/gst/utils/base-utils.c:
9738         * gst-libs/gst/utils/descriptions.c:
9739         * gst-libs/gst/utils/install-plugins.c:
9740         * gst-libs/gst/utils/missing-plugins.c:
9741           Some more docs (and descriptions for two subtitle formats).
9742
9743 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9744
9745         * gst-libs/gst/audio/audio.c:
9746           Fix documentation.
9747
9748 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9749
9750         Patch by: Yves Lefebvre  <ivanohe abacom com>
9751
9752         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
9753           Don't leak caps. Fixes #408278.
9754
9755 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
9756
9757         * ext/cdparanoia/gstcdparanoiasrc.h:
9758         * ext/ogg/gstoggdemux.h:
9759         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9760         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
9761         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
9762         * gst-libs/gst/audio/audio.h:
9763         * gst-libs/gst/audio/gstaudiofilter.h:
9764         * gst-libs/gst/interfaces/videoorientation.h:
9765         * gst/adder/gstadder.h:
9766           More docs coverage and some ChangeLog surgery (add missing names)
9767
9768 2007-02-15  Wim Taymans  <wim@fluendo.com>
9769
9770         * sys/ximage/ximagesink.c:
9771         (gst_ximagesink_calculate_pixel_aspect_ratio):
9772         * sys/xvimage/xvimagesink.c:
9773         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9774         Small constifications.
9775
9776 2007-02-15  Wim Taymans  <wim@fluendo.com>
9777
9778         * gst-libs/gst/audio/gstbaseaudiosink.c:
9779         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
9780         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
9781         (gst_base_audio_sink_async_play),
9782         (gst_base_audio_sink_change_state):
9783         Answer latency query.
9784         Use configured latency when syncing.
9785         Fix clock slaving.
9786
9787         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9788         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
9789         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
9790         Fix possible memleak.
9791         Implement latency query.
9792         Small cleanups.
9793
9794 2007-02-15  Wim Taymans  <wim@fluendo.com>
9795
9796         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
9797         Ignore errors in reset, these are not fatal. They also grab the element
9798         lock which is already taking when this function is called. Fixes
9799         #405451.
9800
9801 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9802
9803         * configure.ac:
9804           Remove 'tests/examples/xerror/Makefile' from output files again.
9805
9806 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9807
9808         * configure.ac:
9809         * docs/plugins/Makefile.am:
9810           Also crossref against gst-plugins-base-libs.
9811
9812 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9813
9814         * configure.ac:
9815         * docs/libs/Makefile.am:
9816         * docs/plugins/Makefile.am:
9817           Add crossreferences to glib/gobject/gstream docs.
9818
9819         * gst-libs/gst/audio/audio.h:
9820           Source formatting.
9821
9822         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
9823           Add own debug category.
9824
9825 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9826
9827         Patch by: René Stadler <mail at renestadler de>
9828
9829         * gst-libs/gst/tag/gstvorbistag.c:
9830           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
9831           (#403597).
9832
9833 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9834
9835         * gst/playback/gstplaybasebin.c: (setup_source):
9836           When we have external subtitles and wait for the subtitle decodebin
9837           to get up and running, we set up a (sync) bus handler for the
9838           subtitle decodebin, so we can stop waiting when it posts an error
9839           message. However, we should do that before we set the subtitle
9840           decodebin's state to playing, otherwise things are racy and we might
9841           miss error messages posted before we had a chance to set up the bus.
9842           This should finally fix totem hanging on .txt pseudo-subtitle files.
9843           
9844 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
9845
9846         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
9847           Use gst_gdouble_to_guint64 for conversions.
9848         * win32/common/config.h.in:
9849           Add a define for GST_INSTALL_PLUGINS_HELPER
9850         * win32/common/libgstaudio.def:
9851         * win32/common/libgstcdda.def:
9852         * win32/common/libgstnetbuffer.def:
9853         * win32/common/libgstrtp.def:
9854         * win32/common/libgutils.def:
9855           Add new exported functions.
9856         * win32/vs6/gst_plugins_base.dsw:
9857         * win32/vs6/libgstdecodebin.dsp:
9858         * win32/vs6/libgstnetbuffer.dsp:
9859         * win32/vs6/libgstplaybin.dsp:
9860         * win32/vs6/libgstrtp.dsp:
9861         * win32/vs6/libgstvorbis.dsp:
9862         * win32/vs6/libgstcdda.dsp:
9863         * win32/vs6/libgstgdp.dsp:
9864         * win32/vs6/libgstutils.dsp:
9865           Update and add new project files.
9866
9867 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9868
9869         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
9870         (subrip_remove_unhandled_tags), (parse_subrip):
9871           For SubRip (.srt) subtitles, ignore all markup tags we don't
9872           handle (like font tags, for example).
9873
9874         * tests/check/elements/subparse.c:
9875           Add test for this.
9876
9877 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9878
9879         * gst/playback/gstdecodebin.c: (add_fakesink),
9880         (gst_decode_bin_change_state):
9881         * gst/playback/gstdecodebin2.c: (add_fakesink),
9882         (gst_decode_bin_change_state):
9883           Don't error out if there is no fakesink in the NULL to READY state
9884           change, since when decodebin is re-used, we're only adding the
9885           fakesink element in READY to PAUSED.
9886
9887         * tests/check/elements/decodebin.c:
9888         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
9889         (decodebin_suite):
9890           Minimal unit test to make sure we can use the same decodebin
9891           instance twice (at least with audiotestsrc input).
9892
9893 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9894
9895         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
9896           Try to get devic-name from device string first, and from handle only
9897           as fallback (seems to yield better results and is more robust
9898           against buggy probing code on the application side).
9899
9900 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
9901
9902         Based on patch by: Julien Puydt <julien.puydt at laposte net>
9903
9904         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
9905         (gst_alsa_find_device_name):
9906         * ext/alsa/gstalsa.h:
9907         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
9908         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
9909           Improve device-name detection a bit, especially in the case where
9910           the device is not actually open (#405020, #405024). Move common code
9911           into gstalsa.c instead of duplicating it.
9912
9913 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
9914
9915         * gst/audioconvert/gstaudioconvert.c:
9916           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
9917
9918 2007-02-06  Julien MOUTTE  <julien@moutte.net>
9919
9920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
9921         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
9922         (gst_xvimagesink_interface_supported),
9923         (gst_xvimagesink_probe_get_properties),
9924         (gst_xvimagesink_probe_probe_property),
9925         (gst_xvimagesink_probe_needs_probe),
9926         (gst_xvimagesink_probe_get_values),
9927         (gst_xvimagesink_property_probe_interface_init),
9928         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9929         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
9930         (gst_xvimagesink_get_type):
9931         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
9932         for XVAdaptors so that one can choose the adaptor to use with 
9933         gstreamer-properties.
9934
9935 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
9936
9937         * gst/audioconvert/gstaudioconvert.c:
9938           Also mention that a conversion from double to float is suboptimal still.
9939
9940 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9941
9942         * gst-libs/gst/audio/gstaudiofilter.c:
9943         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
9944           Clear our formats structure and free the caps contained in it when
9945           shutting down.
9946
9947 2007-02-05  Andy Wingo  <wingo@pobox.com>
9948
9949         * gst-libs/gst/audio/gstbaseaudiosink.c
9950         (gst_base_audio_sink_callback): Update basesink->offset so that we
9951         pull monotonically increasing offsets instead of, um, seeking back
9952         to 0 each time. Fixes alsasrc ! alsasink!
9953
9954 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
9955
9956         * gst/videoscale/gstvideoscale.c:
9957           A width and height of 1 makes us crash, so increase minimum size to
9958           2x2 pixels until someone feels like fixing this (#404512).
9959
9960 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
9961
9962         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
9963           Add small test to make sure request pads are cleaned up properly
9964           even if oggmux never changes state out of NULL.
9965
9966 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
9967
9968         * tests/check/libs/utils.c: (GST_START_TEST):
9969           Fix unit test. Turns out things work much better when you
9970           NULL-terminate string arrays. Should make p5 build bot happy again.
9971
9972 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
9973
9974         * gst-libs/gst/audio/Makefile.am:
9975         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9976         (gst_audio_filter_template_base_init),
9977         (gst_audio_filter_template_class_init),
9978         (gst_audio_filter_template_init),
9979         (gst_audio_filter_template_set_property),
9980         (gst_audio_filter_template_get_property),
9981         (gst_audio_filter_template_setup),
9982         (gst_audio_filter_template_filter),
9983         (gst_audio_filter_template_filter_inplace), (plugin_init):
9984           Oops, forgot to commit fixed-up example.
9985
9986 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
9987
9988         * docs/libs/gst-plugins-base-libs-sections.txt:
9989         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
9990         (gst_audio_filter_class_init), (gst_audio_filter_init),
9991         (gst_audio_filter_set_caps),
9992         (gst_audio_filter_class_add_pad_templates):
9993         * gst-libs/gst/audio/gstaudiofilter.h:
9994           Port GstAudioFilter to 0.10. This change technically breaks
9995           API and ABI (and thus also every library developer's heart),
9996           but seems justifiable on the grounds that the base class was
9997           completely unusable before (ie. would crash immediately when
9998           actually used). Fixes #403963 (and eventually also #403572).
9999           Also document all of this a bit.
10000
10001 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10002
10003         * gst-libs/gst/utils/install-plugins.c:
10004         (gst_install_plugins_spawn_child):
10005         * tests/check/libs/utils.c:
10006         (test_base_utils_install_plugins_do_callout):
10007           Lowering log level to see why things fail on the p5 build bot;
10008           fix some typos in unit test messages.
10009
10010 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10011
10012         * tests/check/libs/utils.c:
10013         (test_base_utils_install_plugins_do_callout):
10014           Don't hard-code temp directory for test helper; use GLib functions
10015           to write out file and do error checking etc.
10016
10017 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10018
10019         * gst-libs/gst/utils/Makefile.am:
10020         * gst-libs/gst/utils/base-utils.h:
10021         * gst-libs/gst/utils/install-plugins.c:
10022         (gst_install_plugins_context_set_xid),
10023         (gst_install_plugins_context_new),
10024         (gst_install_plugins_context_free),
10025         (gst_install_plugins_get_helper),
10026         (gst_install_plugins_spawn_child),
10027         (gst_install_plugins_return_from_status),
10028         (gst_install_plugins_installer_exited),
10029         (gst_install_plugins_async), (gst_install_plugins_sync),
10030         (gst_install_plugins_return_get_name),
10031         (gst_install_plugins_installation_in_progress):
10032         * gst-libs/gst/utils/install-plugins.h:
10033           API: add API for applications to initiate installation of missing
10034           plugins, ie. gst_install_plugins_async() primarily.
10035           Based on libgimme-codec by Ryan Lortie.
10036
10037         * configure.ac:
10038           Add --with-install-plugins-helper configure option so distros can specify
10039           the path of the helper script or program to call when plugin installation
10040           is requested (distros: please do any argument munging in this helper
10041           script instead of patching GStreamer to pass arguments differently
10042           to another program directly).
10043
10044         * docs/libs/gst-plugins-base-libs-docs.sgml:
10045         * docs/libs/gst-plugins-base-libs-sections.txt:
10046           Build and document new API.
10047
10048         * tests/check/libs/utils.c: (result_cb),
10049         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10050         (libgstbaseutils_suite):
10051           Some simple checks for the new API.
10052
10053 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10054
10055         * tests/check/elements/audioconvert.c: (test_float_conversion):
10056           Add small test for 32bit float <=> 64bit float conversion (works
10057           only one way so far, 32=>64 produces structured noise).
10058
10059 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10060
10061         * gst/audioconvert/gstaudioconvert.c:
10062         (set_structure_widths_32_and_64), (make_lossless_changes):
10063           We don't support floats with a width of 40, 48 or 56 bits.
10064
10065 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10066
10067         * gst/audioconvert/audioconvert.c: (float), (double),
10068         (audio_convert_get_func_index):
10069         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10070         (make_lossless_changes):
10071           Support for 64-bit float audio in audioconvert (#339837)
10072
10073 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10074
10075         Patch by: Holger Wansing  <linux wansing-online de>
10076
10077         * po/LINGUAS:
10078         * po/de.po:
10079           Add German translation (#352069).
10080
10081 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10082
10083         reviewed by: Wim Taymans <wim@fluendo.com>
10084
10085         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10086         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10087         Use newly added GstCollectPads API to free the allocated resources in
10088         the GstOggPad structures (#402393).
10089
10090 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10091
10092         * gst/playback/gstplaybin.c: (gen_vis_element):
10093           Add audioresample+audioconvert in front of the visualisation
10094           element, so that elements like libvisual 0.4 that don't support all
10095           samplerates can work.
10096
10097           Fixes: #402505
10098
10099 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10100
10101         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10102         (gst_play_base_bin_get_streaminfo_value_array):
10103           Take some locks and make a copy of the streaminfo value array we
10104           maintain while holding the lock, so that the application can
10105           retrieve the stream-info as a value array in a thread-safe way.
10106
10107 2007-01-30  Wim Taymans  <wim@fluendo.com>
10108
10109         * gst/audioconvert/gstaudioconvert.c:
10110         Don't fail on 0 sized buffers. Fixes #396835.
10111
10112 2007-01-29  David Schleef  <ds@schleef.org>
10113
10114         * gst/typefind/gsttypefindfunctions.c:
10115           Detect BBCD as video/x-dirac, so we can play raw dirac
10116           streams.
10117
10118 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10119
10120         * ext/theora/theoraenc.c: (theora_enc_chain):
10121           Check return value of theora_encode_header(), or we might try to
10122           allocate a random number of bytes. theora_encode_header() can fail
10123           if libtheora has been compiled with encoding support disabled.
10124           Fixes #398110.
10125
10126 2007-01-29  Wim Taymans  <wim@fluendo.com>
10127
10128         * tests/check/gst/.cvsignore:
10129         Do as buildbot says.
10130
10131 2007-01-29  Wim Taymans  <wim@fluendo.com>
10132
10133         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10134         Fix strides in libvisual. Gst uses X strides.
10135         Inspired by: <ed at catmur dot co dot uk> and 
10136         <tim at centricular dot net>
10137         Fixes #401118.
10138
10139 2007-01-27  Wim Taymans  <wim@fluendo.com>
10140
10141         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10142         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10143         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10144         (gst_ogg_demux_perform_seek),
10145         (gst_ogg_demux_bisect_forward_serialno),
10146         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10147         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10148         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10149         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10150         * ext/ogg/gstoggdemux.h:
10151         Properly propagate streaming errors when we are scanning the file for
10152         chains so that we don't crash when shut down. Might fix some crashers
10153         when quickly switching oggs in RB such as #332503 and #378436.
10154
10155 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10156
10157         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10158           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10159           error code as well.
10160
10161 2007-01-25  Wim Taymans  <wim@fluendo.com>
10162
10163         * gst/playback/gstplaybasebin.c: (remove_source):
10164         Don't try to disconnect a signal from a finalized object.
10165
10166 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10167
10168         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10169           Cast lock macro parameters to make sure we're actually accessing the
10170           lock member at the right class level. Free list itself in _dispose()
10171           as well and NULL it in case dispose gets called multiple times.
10172
10173 2007-01-25  Edward Hervey  <edward@fluendo.com>
10174
10175         * gst/playback/gstdecodebin2.c:
10176         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10177         Free GstDecodeGroups no longer used.
10178         (gst_decode_group_expose):
10179         Don't unlock too many times !
10180         (deactivate_free_recursive):
10181         Free iterator once we're done with it.
10182         Fix for recursively deactivating elements (stop at ghostpads).
10183
10184 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10185
10186         * gst/playback/gstplaybin.c: (handoff):
10187           Fix up caps on the frame buffer before we save it and potentially
10188           make it accessible to other threads via g_object_get; also use
10189           gst_buffer_replace() instead of gst_mini_object_replace().
10190
10191 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10192
10193         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10194           Make getting the current frame thread-safe.
10195
10196 2007-01-25  Edward Hervey  <edward@fluendo.com>
10197
10198         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10199         (gst_decode_group_new), (gst_decode_group_free):
10200         Set queues to bigger sizes to cope with HD contents.
10201         Fix some mutex freeing and add comment about MT safe methods.
10202
10203 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10204
10205         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10206         (gst_text_overlay_text_event):
10207           Don't unnecessarily ref (and then leak) upstream events if the text
10208           pad is not linked. Fixes #399948.
10209
10210         * tests/check/gst-plugins-base.supp:
10211           Add suppression for pango on edgy/x86 for textoverlay test.
10212
10213 2007-01-24  Wim Taymans  <wim@fluendo.com>
10214
10215         * gst-libs/gst/rtp/gstrtpbuffer.h:
10216         Add some more fixed payloads.
10217
10218 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10219
10220         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10221           Error out properly if we get an error from libogg while reading the
10222           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10223
10224 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10225
10226         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10227           Don't leak mutex.
10228
10229         * tests/check/elements/playbin.c:
10230         (test_sink_usage_video_only_stream),
10231         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10232         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10233         (test_missing_suburisource_handler),
10234         (test_missing_primary_decoder), (playbin_suite):
10235           Run all tests once with decodebin and once with decodebin2.
10236           One test does not pass yet with decodebin2.
10237
10238 2007-01-23  Edward Hervey  <edward@fluendo.com>
10239
10240         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10241         Fix the cases where oggmux doesn't properly figure out that all
10242         sinkpads have gone EOS, and therefore doesn't push out the remaining
10243         buffers and the final EOS event.
10244         Fixes #363379
10245
10246 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10247
10248         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10249         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10250         Don't lock on navigation event push, just on keysym to string.
10251         Fixes #397673 again.
10252
10253 2007-01-22  Edward Hervey  <edward@fluendo.com>
10254
10255         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10256         (get_current_group), (group_demuxer_event_probe),
10257         (gst_decode_group_expose), (deactivate_free_recursive),
10258         (gst_decode_group_free):
10259         Cleanups.
10260         Don't forget to emit 'no-more-pads' once a group is exposed.
10261         Cleanup elements from a DecodeGroup once we remove it.
10262         Protect call to gst_decode_group_expose() with the decodebin lock.
10263
10264 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10265
10266         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10267         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10268         Looking at Xorg code i can't figure out if that XKeysymToString
10269         function is thread sensible or not. Lock it just in case as
10270         recommended by Radek Doulik <rodo at ximian dot com>.
10271
10272 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10273
10274         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10275         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10276         Lock that X Call as well. Fixes #397673.
10277
10278 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10279
10280         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10281           Don't go into an endless loop if the file starts with 00 00 01 2X,
10282           like quicktime redirect files might. Fixes #396042.
10283
10284         * tests/check/Makefile.am:
10285         * tests/check/gst/.cvsignore:
10286         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10287         (typefindfunctions_suite):
10288           Add unit test for the above.
10289
10290 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10291
10292         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10293           On second thought, use "depth" field rather than "bpp" field.
10294
10295 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10296
10297         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10298           Camtasia caps apparently need a bpp field (#398875).
10299
10300 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10301
10302         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10303         (gen_source_element), (gst_play_base_bin_change_state):
10304           Attempt at a better error message in case we don't have the required
10305           URI handler installed; post missing-plugin message also when we're
10306           missing an URI handler for the subtitle URI; clean up properly also
10307           when an error occurs and we never made it to PAUSED state.
10308
10309         * tests/check/elements/playbin.c: (GST_START_TEST),
10310         (playbin_suite):
10311           Check that we're also getting a missing-plugin messsage for a
10312           missing subtitle URI handler (and clean up properly).
10313
10314 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10315
10316         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10317           Plug a few reference leaks.
10318
10319 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10320
10321         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10322           Lower probability a bit if the marker isn't right at the start,
10323           to decrease the chance of false positives.
10324
10325 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10326
10327         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10328           Small mpeg2 system stream typefinding improvement: make typefinder
10329           probe a bit into the stream instead of just looking for a marker
10330           at the beginning. Fixes #397810.
10331
10332 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10333
10334         * gst/audioconvert/gstchannelmix.c:
10335           Remove compatibility cruft for prehistoric GLib versions.
10336
10337 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10338
10339         * gst/playback/Makefile.am:
10340         * gst/playback/gstdecodebin.c: (close_pad_link):
10341         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10342         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10343         (gst_play_base_bin_handle_message_func), (unknown_type):
10344           Let decodebin be the element to post missing-plugin messages for
10345           missing decoders (rather than playbin); make playbin implement
10346           GstBin::handle_message so we can suppress missing-plugin messages
10347           for types we're not handling on purpose (don't want to bring up an
10348           installer in those cases).
10349
10350 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10351
10352         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10353         * gst-libs/gst/tag/gstvorbistag.c:
10354         (gst_tag_list_to_vorbiscomment_buffer):
10355         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10356           Fix potentially unaligned access (#397207).
10357
10358 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10359
10360         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10361         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10362         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10363         (main):
10364           Allow to toggle looping while it plays. Fix callback prototype. Clean
10365           up code a bit more. Add copyright header.
10366
10367 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10368
10369         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10370           Red and blue mask was swapped (spotted by Dan Williams).
10371
10372 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10373
10374         * gst-libs/gst/tag/gstid3tag.c:
10375         * gst-libs/gst/tag/gstvorbistag.c:
10376           Use new beats-per-minute tag from core.
10377
10378 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10379
10380         * po/POTFILES.in:
10381           Add new files with translatable strings, so they actually make it
10382           into the template file one day.
10383
10384 2007-01-12  Andy Wingo  <wingo@pobox.com>
10385
10386         * gst-libs/gst/audio/gstbaseaudiosink.c
10387         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10388         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10389         stuff, as the base class handles this now. Actually tell the ring
10390         buffer to start.
10391         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10392         How did this work before? Maybe I'm not as awesome a programmer as
10393         I think.
10394
10395         * gst-libs/gst/audio/gstbaseaudiosrc.c
10396         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10397         of a pad function.
10398
10399 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10400
10401         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10402           Remove more fields so that the application can better blacklist
10403           formats that have been tried before.
10404
10405 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10406
10407         * gst-libs/gst/audio/mixerutils.h:
10408           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10409           used when compiling with c++ compilers as well.
10410
10411 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10412
10413         * gst/typefind/gsttypefindfunctions.c:
10414           Fix comment.
10415
10416 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10417
10418         * gst/playback/gstplaybin.c: (post_missing_element_message),
10419         (gen_video_element), (gen_text_element), (gen_audio_element),
10420         (gen_vis_element):
10421           Post missing-plugin messages also when we error out because
10422           converters, textoverlay or auto*sinks are missing (#161922).
10423
10424 2007-01-10  Wim Taymans  <wim@fluendo.com>
10425
10426         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10427         (is_demuxer_element), (new_caps):
10428         * gst/playback/gstplaybasebin.c: (source_new_pad):
10429         Fix the case where we try to ref a NULL element when we delay a link
10430         because of unfixed caps.
10431         Set the state of autoplugged decodebins to PAUSED.
10432         RTSP now works in playbin, we can remove it from the blacklist.
10433
10434 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10435
10436         * gst/playback/Makefile.am:
10437         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10438         (unknown_type), (setup_subtitle), (gen_source_element):
10439         * gst/playback/gstplaybin.c: (plugin_init):
10440           Post missing-plugin messages on the bus for missing sources and
10441           missing decoders/demuxers/depayloaders; fix error code used when
10442           we're missing an URI handler source; for media types that we are not
10443           handling on purpose at the moment, don't print "don't know how to
10444           handle xyz" messages to the terminal or post missing-plugin
10445           messages on the bus.
10446
10447         * tests/check/elements/playbin.c: (create_playbin),
10448         (GST_START_TEST), (gst_codec_src_uri_get_type),
10449         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10450         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10451         (gst_codec_src_init_type), (gst_codec_src_base_init),
10452         (gst_codec_src_create), (gst_codec_src_class_init),
10453         (gst_codec_src_init), (plugin_init), (playbin_suite):
10454           Add some tests for the missing-plugin stuff.
10455
10456 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10457
10458         * configure.ac:
10459         * gst-libs/gst/Makefile.am:
10460         * gst-libs/gst/utils/Makefile.am:
10461         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10462         * gst-libs/gst/utils/base-utils.h:
10463         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10464         (find_format_info), (caps_are_rtp_caps),
10465         (gst_base_utils_get_source_description),
10466         (gst_base_utils_get_sink_description),
10467         (gst_base_utils_get_decoder_description),
10468         (gst_base_utils_get_encoder_description),
10469         (gst_base_utils_get_element_description),
10470         (gst_base_utils_add_codec_description_to_tag_list),
10471         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10472         * gst-libs/gst/utils/descriptions.h:
10473         * gst-libs/gst/utils/missing-plugins.c:
10474         (missing_structure_get_type), (copy_and_clean_caps),
10475         (gst_missing_uri_source_message_new),
10476         (gst_missing_uri_sink_message_new),
10477         (gst_missing_element_message_new),
10478         (gst_missing_decoder_message_new),
10479         (gst_missing_encoder_message_new),
10480         (missing_structure_get_string_detail),
10481         (missing_structure_get_caps_detail),
10482         (gst_missing_plugin_message_get_installer_detail),
10483         (gst_missing_plugin_message_get_description),
10484         (gst_is_missing_plugin_message):
10485         * gst-libs/gst/utils/missing-plugins.h:
10486           API: add new libgstbaseutils library with functions
10487           - to create and parse missing-plugins messages
10488           - that provide (translated) descriptions for caps/decoders/sources/etc.
10489           Closes #392393.
10490
10491         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10492         * pkgconfig/gstreamer-plugins-base.pc.in:
10493           Add new lib.
10494
10495         * docs/libs/gst-plugins-base-libs-docs.sgml:
10496         * docs/libs/gst-plugins-base-libs-sections.txt:
10497           Generate docs for new lib and API.
10498
10499         * tests/check/Makefile.am:
10500         * tests/check/libs/.cvsignore:
10501         * tests/check/libs/utils.c: (missing_msg_check_getters),
10502         (GST_START_TEST), (libgstbaseutils_suite):
10503           Add some basic unit tests.
10504
10505 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10506
10507         * ext/ogg/Makefile.am:
10508           Dist gstoggdemux.h to fix 'make distcheck'.
10509
10510         * sys/v4l/Makefile.am:
10511           Fix 'make distcheck' even more.
10512
10513 2007-01-09  Wim Taymans  <wim@fluendo.com>
10514
10515         * docs/plugins/Makefile.am:
10516         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10517         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10518         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10519         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10520         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10521         (gst_ogg_demux_perform_seek):
10522         * ext/ogg/gstoggdemux.h:
10523         Added docs.
10524         Add some more comments.
10525         Small cleanups.
10526
10527 2007-01-09  Wim Taymans  <wim@fluendo.com>
10528
10529         * ext/theora/theoradec.c:
10530         * ext/vorbis/vorbisdec.c:
10531         * gst-libs/gst/audio/gstringbuffer.c:
10532         (gst_ring_buffer_commit_full):
10533         * gst-libs/gst/audio/gstringbuffer.h:
10534         * gst-libs/gst/rtp/gstrtpbuffer.c:
10535         * gst-libs/gst/tag/gstvorbistag.c:
10536         Small documentation updates/fixes
10537
10538 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10539
10540         * configure.ac:
10541           Require core CVS HEAD for Andy's basesrc/sink API additions.
10542
10543 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10544
10545         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10546
10547         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10548         (plugin_init):
10549           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10550           on flac.sf.net (there appear to be other versions of the first
10551           ogg page in the wild) (#391365).
10552
10553 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10554
10555         * configure.ac:
10556           Check if localtime_r() is available.
10557
10558         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10559           If localtime_r() is not available, fall back to localtime(). Should
10560           fix build on MingW (#393310).
10561
10562 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10563
10564         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10565         * gst/subparse/gstsubparse.h:
10566           Remove spurious 1000 subtrahend when calculating the timestamp from
10567           the frame number and the frame rate . Also, use the frames/second
10568           value specified in the first line of the file, if one is specified
10569           there. Should fix #357503.
10570
10571         * tests/check/elements/subparse.c: (do_test),
10572         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10573         (subparse_suite):
10574           Add some basic unit tests for the microdvd subtitle format.
10575
10576 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10577
10578         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10579
10580         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10581         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10582         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10583         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10584         (gst_xvimagesink_set_xwindow_id),
10585         (gst_xvimagesink_set_event_handling),
10586         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10587         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10588         Fixes: #390076.
10589         Add an adaptor property to select a specific XV adaptor.
10590         * sys/xvimage/xvimagesink.h:
10591
10592 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10593
10594         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10595         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10596         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10597         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10598         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10599         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10600         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10601         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10602         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10603         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10604         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10605         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10606         Use flow_lock much more to protect every access to xwindow.
10607         Try to catch erros while creating images in case some drivers are
10608         just generating an XError when the requested image is too big.
10609         Should fix : #354698, #384008, #384060.
10610         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10611         Implement some stress testing of setting window xid.
10612
10613 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10614
10615         * win32/common/libgsaudio.def:
10616           Add new exported function.
10617         * win32/common/libgstogg.dsp:
10618           Add gstoggaviparse.c to the build.
10619         * win32/common/libgstvideoscale.dsp:
10620           Add vs_4tap.c to the build.
10621         * win32/common/libgstvorbis.dsp:
10622           Add vorbistag.c to the build.
10623         
10624 2007-01-06  Andy Wingo  <wingo@pobox.com>
10625
10626         * gst-libs/gst/audio/gstbaseaudiosink.c
10627         (gst_base_audio_sink_class_init)
10628         (gst_base_audio_sink_init): 
10629         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10630         to baseaudiosink, and tell basesink that we can work in pull mode.
10631         This way the ring buffer thread drives the pipeline directly, if
10632         pull mode is possible. There is some lingering nastiness regarding
10633         capsnego, however.
10634         (gst_base_audio_sink_callback): Implement the callback to pull
10635         data. This interface is a bit light, though -- it should get a
10636         GstFlowReturn return value at least.
10637
10638 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10639
10640         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10641         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10642         * gst/playback/gstdecodebin2.c:
10643         (gst_decode_group_check_if_blocked):
10644           Printf format and missing argument fixes.
10645
10646 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10647
10648         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10649         (gst_ogm_parse_change_state):
10650         Activate pads before adding them to the element.
10651
10652 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10653
10654         * tests/examples/seek/scrubby.c: (main):
10655         * tests/examples/seek/seek.c: (main):
10656           Call g_thread_init() first thing in main() (see #391278).
10657
10658 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10659
10660         * tests/check/Makefile.am:
10661         * tests/check/libs/.cvsignore:
10662         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10663         (netbuffer_suite):
10664           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10665           for the time being, since it's broken, see #393099.
10666
10667 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10668
10669         * tests/check/Makefile.am:
10670           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10671
10672 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10673
10674         * configure.ac:
10675           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10676           so that GST_BASE_CFLAGS can go inbetween them, making sure
10677           we use uninstalled gst-libs headers
10678         * docs/libs/Makefile.am:
10679         * ext/alsa/Makefile.am:
10680         * ext/cdparanoia/Makefile.am:
10681         * ext/gnomevfs/Makefile.am:
10682         * ext/libvisual/Makefile.am:
10683         * ext/ogg/Makefile.am:
10684         * ext/theora/Makefile.am:
10685         * ext/vorbis/Makefile.am:
10686         * gst-libs/gst/audio/Makefile.am:
10687         * gst-libs/gst/cdda/Makefile.am:
10688         * gst-libs/gst/interfaces/Makefile.am:
10689         * gst-libs/gst/riff/Makefile.am:
10690         * gst-libs/gst/rtp/Makefile.am:
10691         * gst-libs/gst/tag/Makefile.am:
10692         * gst/adder/Makefile.am:
10693         * gst/audioconvert/Makefile.am:
10694         * gst/audiorate/Makefile.am:
10695         * gst/audioresample/Makefile.am:
10696         * gst/playback/Makefile.am:
10697         * gst/tcp/Makefile.am:
10698         * gst/videoscale/Makefile.am:
10699         * gst/volume/Makefile.am:
10700         * sys/ximage/Makefile.am:
10701         * sys/xvimage/Makefile.am:
10702         * tests/icles/Makefile.am:
10703           adapt
10704
10705 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10706
10707         * gst-libs/gst/interfaces/xoverlay.c:
10708         (gst_x_overlay_handle_events):
10709         * gst-libs/gst/interfaces/xoverlay.h:
10710         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10711         (gst_ximagesink_set_xwindow_id),
10712         (gst_ximagesink_set_event_handling),
10713         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10714         (gst_ximagesink_get_property), (gst_ximagesink_init),
10715         (gst_ximagesink_class_init):
10716         * sys/ximage/ximagesink.h:
10717         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10718         (gst_xvimagesink_set_xwindow_id),
10719         (gst_xvimagesink_set_event_handling),
10720         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10721         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10722         (gst_xvimagesink_class_init):
10723         * sys/xvimage/xvimagesink.h:
10724         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10725         Add a method to the XOverlay interface to allow disabling of 
10726         event handling in x[v]imagesink elements. This will let X events
10727         propagate to parent windows which can be usefull in some cases.
10728         Be carefull that the application is then responsible of pushing
10729         navigation events and expose events to the video sink.
10730         Fixes: #387138.
10731
10732 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
10733
10734         * gst-libs/gst/tag/gstvorbistag.c:
10735         * tests/check/libs/tag.c: (GST_START_TEST):
10736           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10737           (fixes #392070).
10738
10739 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
10740
10741         * configure.ac:
10742         * docs/Makefile.am:
10743         * docs/design/Makefile.am:
10744           Dist design docs.
10745
10746 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10747
10748         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10749         typo. Fixes: #390063.
10750
10751 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10752
10753         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10754         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
10755         caps leak.
10756         * win32/common/config.h: Updated.
10757
10758 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10759
10760         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
10761         (setup_gdpdepay_streamheader):
10762         * tests/check/elements/gdppay.c: (cleanup_gdppay),
10763         (setup_gdppay_streamheader):
10764           Fix the dp tests, but activating the pads for the streamheader tests
10765           too and cleaning up conditionaly
10766
10767 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
10768
10769         * gst/ffmpegcolorspace/avcodec.h:
10770         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10771         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10772         (gst_ffmpegcsp_avpicture_fill):
10773         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
10774         (img_get_alpha_info):
10775         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
10776         other end of the word. Fixes: #387073.
10777
10778         Add some inconsequential branch hints in a couple of places.
10779
10780 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
10781
10782         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10783         (gst_ffmpeg_caps_to_smpfmt):
10784           The "signed" field in raw audio caps is of boolean type, trying to
10785           extract the value with _get_int() will fail (fix to keep in sync with
10786           the copy in gst-ffmpeg)
10787
10788 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10789
10790         * tests/check/elements/audioresample.c: (cleanup_audioresample):
10791         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
10792         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
10793         (cleanup_gdpdepay):
10794         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
10795         * tests/check/elements/subparse.c: (teardown_subparse):
10796         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
10797         * tests/check/elements/videorate.c: (cleanup_videorate):
10798         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
10799         * tests/check/elements/volume.c: (cleanup_volume):
10800         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
10801         (cleanup_vorbisdec):
10802         * tests/check/elements/vorbistag.c: (setup_vorbistag),
10803         (cleanup_vorbistag):
10804           consistent pad (de)activation
10805
10806 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10807
10808         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10809           Forgot to register the extensions.
10810
10811 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10812
10813         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
10814         (plugin_init):
10815           Add typefinder for VIVO files (my christmas present to the 90s).
10816
10817 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10818
10819         * gst/playback/gstdecodebin.c: (type_found):
10820           Special-case the text/plain media type: we only want to recognise it
10821           as a 'raw' decoded media type if it comes from a demuxer or subtitle
10822           parser, but not if the entire stream is of text/plain type. If the
10823           entire stream is text/plain, we should just error out.
10824
10825           This fixes playback of audio files with lyrics in totem. Totem can't
10826           distinguish between text files and subtitle files and passes any
10827           .txt file with the same basename as the main file to playbin as
10828           suburi, and playbin will then throw a 'subtitle found, but no video
10829           stream' error, which isn't entirely helpful. See #380342.
10830
10831           Also, with this change we'll show a slightly more correct error
10832           message in case totem passes a playlist file to us (although a
10833           custom error message wording instead of the default text would
10834           probably not be a bad idea either).
10835
10836           Same problem also needs to be fixed for playbin+decodebin2.
10837
10838         * tests/check/Makefile.am:
10839         * tests/check/elements/decodebin.c: (src_handoff_cb),
10840         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
10841         (decodebin_suite):
10842           Add simple unit test for decodebin for the above.
10843
10844 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10845
10846         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
10847         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
10848           Refuse to change state to READY when we failed to create any of the
10849           required elements in our instance init function.
10850
10851 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
10852
10853         * docs/libs/gst-plugins-base-libs-sections.txt:
10854           Small docs fixes/updates.
10855
10856         * gst-libs/gst/video/gstvideosink.h:
10857           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
10858           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
10859           removed from the base sink API between 0.9.6 and 0.9.7).
10860           API: add GST_VIDEO_SINK_CAST and use it for the height/width
10861           accessor macros, so we don't do a runtime GObject type check every
10862           time we use them.
10863
10864 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10865
10866         * Makefile.am:
10867         * gst-plugins-base.doap:
10868         * gst-plugins-base.spec.in:
10869           add doap file
10870
10871 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
10872
10873         Patch by: Jens Granseuer <jensgr at gmx net>
10874
10875         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10876         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10877         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
10878         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
10879         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10880           Declare variables at the beginning of a block. Fixes #383195.
10881
10882 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
10883
10884         * configure.ac:
10885         Bump version nano - back to CVS.
10886
10887
10888 === release 0.10.11 ===
10889
10890 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
10891
10892         * configure.ac:
10893           releasing 0.10.11, "Dumb things"
10894
10895 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
10896
10897         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
10898         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
10899         Handle the case where an element has multiple pads with 
10900         unfixed caps as well as still possibly producing more dynamic 
10901         pads by storing each case as a distinct entry in the dynamic list.
10902         Fixes #38223 again.
10903
10904 2006-12-04  Wim Taymans  <wim@fluendo.com>
10905
10906         * gst/playback/gstdecodebin.c: (close_pad_link):
10907         Fix #382223, add more dynamic caps handling.
10908
10909 2006-12-04  Wim Taymans  <wim@fluendo.com>
10910
10911         * gst-libs/gst/audio/gstringbuffer.h:
10912         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
10913         (gst_netaddress_set_ip4_interface),
10914         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
10915         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
10916         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
10917         (gst_netaddress_get_ttl):
10918         * gst-libs/gst/netbuffer/gstnetbuffer.h:
10919         * gst/playback/gstdecodebin.c: (close_pad_link):
10920         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
10921         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
10922         * win32/common/config.h:
10923
10924 2006-12-01  Michael Smith  <msmith@fluendo.com>
10925
10926         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
10927           Delete bad debug code.
10928           Fixes #381219
10929
10930 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
10931
10932         * gst/videoscale/vs_4tap.c:
10933         * win32/MANIFEST:
10934         * win32/common/config.h:
10935         * win32/vs8/libgstvideoscale.vcproj:
10936         Fix compilation on win32 under VS8
10937         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
10938         Partially fixes #381175
10939
10940 2006-11-30  Michael Smith  <msmith@fluendo.com>
10941
10942         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
10943         (GST_START_TEST):
10944           It would be very bad if, after a discont buffer, we thought every
10945           single following buffer was also discont. So, add to the test to
10946           ensure that this isn't the case.
10947           
10948         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
10949           ... it was the case. So fix it.
10950
10951 2006-11-28  Wim Taymans  <wim@fluendo.com>
10952
10953         * gst/playback/gstplaybasebin.c: (check_queue_event):
10954         Improve debug.
10955
10956         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
10957         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
10958         padtemplate caps. Refixes #357577.
10959
10960 2006-11-28  Wim Taymans  <wim@fluendo.com>
10961
10962         * gst/playback/gstplaybasebin.c: (check_queue_event),
10963         (queue_threshold_reached), (queue_out_of_data),
10964         (gen_preroll_element):
10965         Add event probe to see when EOS is in a queue and we can disable the
10966         underrun signals. Fixes #357577.
10967
10968 2006-11-28  Edward Hervey  <edward@fluendo.com>
10969
10970         * gst/playback/Makefile.am:
10971         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
10972         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
10973         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
10974         (gst_decode_bin_init), (gst_decode_bin_dispose),
10975         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
10976         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
10977         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
10978         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
10979         (connect_element), (expose_pad), (type_found),
10980         (pad_added_group_cb), (pad_removed_group_cb),
10981         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
10982         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
10983         (are_raw_caps), (multi_queue_overrun_cb),
10984         (multi_queue_underrun_cb), (gst_decode_group_new),
10985         (get_current_group), (group_demuxer_event_probe),
10986         (gst_decode_group_control_demuxer_pad),
10987         (gst_decode_group_control_source_pad),
10988         (gst_decode_group_check_if_blocked),
10989         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
10990         (gst_decode_group_hide), (gst_decode_group_free),
10991         (gst_decode_group_set_complete), (source_pad_blocked_cb),
10992         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
10993         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
10994         (plugin_init):
10995         New decodebin2 element.
10996         Closes #370092
10997         * gst/playback/gstplay-marshal.list:
10998         Added marshallers for new signals in decodebin2
10999         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11000         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11001         is set.
11002
11003 2006-11-28  Wim Taymans  <wim@fluendo.com>
11004
11005         * gst/playback/gstplaybasebin.c: (setup_source),
11006         (gst_play_base_bin_change_state):
11007         Disable rtsp:// uris for the release, it's not good enough yet.
11008         Remove unused var.
11009
11010 2006-11-26  Wim Taymans  <wim@fluendo.com>
11011
11012         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11013         (theora_dec_push_forward), (theora_dec_push_reverse),
11014         (theora_handle_data_packet), (theora_dec_decode_buffer),
11015         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11016         (theora_dec_chain_forward), (theora_dec_chain):
11017         Implement reverse playback.
11018
11019         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11020         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11021         (vorbis_dec_chain_forward):
11022         Clear buffers used for reverse playback in _reset.
11023         No need to set the eos flag, we clip samples using the segment.
11024
11025 2006-11-24  Wim Taymans  <wim@fluendo.com>
11026
11027         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11028         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11029         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11030         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11031         Some cleanups.
11032         Handle continued pages in reverse mode.
11033
11034 2006-11-24  Wim Taymans  <wim@fluendo.com>
11035
11036         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11037         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11038         (vorbis_dec_flush_decode):
11039         Small cleanups.
11040         Don't try to add invalid timestamps.
11041         Clipping will unref the buffer.
11042
11043 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11044
11045         * gst/adder/gstadder.h:
11046         * gst/audiotestsrc/gstaudiotestsrc.h:
11047           remove obsolete _factory_init protos
11048
11049 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11050
11051         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11052           Fix spacing in debug message.
11053
11054 2006-11-23  Wim Taymans  <wim@fluendo.com>
11055
11056         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11057         (gst_ogg_demux_chain):
11058         Don't just ignore return values from _pad_push().
11059         Small debug improvements.
11060
11061 2006-11-23  Michael Smith  <msmith@fluendo.com>
11062
11063         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11064           If our incoming buffer is marked as DISCONT, then increment the page
11065           number (so that the discontinuity is marked in the final ogg
11066           bitstream) and flush the previous page.
11067
11068 2006-11-22  Michael Smith  <msmith@fluendo.com>
11069
11070         * ext/theora/gsttheoraenc.h:
11071         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11072         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11073         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11074         (theora_enc_chain), (theora_enc_change_state):
11075           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11076
11077         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11078         (GST_START_TEST), (theoraenc_suite):
11079           Enable discontinuity test, fix it.
11080
11081 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11082
11083         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11084         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11085         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11086         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11087         (gst_text_overlay_change_state):
11088         * ext/pango/gsttextoverlay.h:
11089           Some textoverlay fixes: for one, in the video chain function,
11090           actually wait for a text buffer to come in if there is none at the
11091           moment and there should be one; also, deal more gracefully with
11092           incoming buffers that do not have a timestamp or duration; discard
11093           text buffer when not needed any longer. Fixes #341681.
11094
11095         * tests/check/Makefile.am:
11096         * tests/check/elements/.cvsignore:
11097         * tests/check/elements/textoverlay.c:
11098         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11099         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11100         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11101         (test_video_waits_for_text_send_text_newsegment_thread),
11102         (test_video_waits_for_text_shutdown_element),
11103         (test_render_continuity_push_video_buffers_thread),
11104         (textoverlay_suite):
11105           Add some unit tests for textoverlay.
11106
11107 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11108
11109         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11110           Avoid integer underflow when the found probability for mp3 is
11111           smaller than the 'penalty' we subtract if there's not a clean
11112           mp3 header sync at offset 0.
11113
11114 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11115
11116         * docs/libs/gst-plugins-base-libs-sections.txt:
11117           Add some new symbols to the docs
11118
11119 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11120
11121         * tests/check/Makefile.am:
11122         * tests/check/elements/ffmpegcolorspace.c:
11123         (ffmpegcolorspace_suite):
11124           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11125           (for now not for valgrinding though, since it takes too long).
11126
11127 2006-11-20  Wim Taymans  <wim@fluendo.com>
11128
11129         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11130         (gst_ffmpeg_pixfmt_to_caps):
11131         Fix RGBA32 caps. Fixes #357038.
11132
11133 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11134
11135         * gst-libs/gst/interfaces/mixertrack.h:
11136           Add FIXME so we can add some padding here in 0.11
11137
11138 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11139
11140         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11141           Fix GstBaseRTPAudioPayload structure so the whole GObject
11142           inheritance business actually works (parent class instance structure
11143           must always come first in the derived class instance structure).
11144
11145 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11146
11147         * gst/videotestsrc/Makefile.am:
11148         * tests/check/Makefile.am:
11149           Make sure our checks and the videotestsrc plugin link against the
11150           local uninstalled gst libs and not any installed gst libs that
11151           might happen to exist as well.
11152
11153         * tests/check/elements/adder.c: (message_received),
11154         (test_event_message_received), (test_play_twice_message_received):
11155         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11156           Fix compiler warnings when compiling against core with disabled
11157           debugging system.
11158
11159 2006-11-16  Michael Smith  <msmith@fluendo.com>
11160
11161         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11162         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11163           Fix audiorate, so that it accurately sets offsets and timestamps.
11164           Doesn't change the fundamental algorithmic decisions; so should be
11165           safe.
11166
11167         * tests/check/Makefile.am:
11168           Enable audiorate test now that it passes.
11169
11170 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11171
11172         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11173           clear xv when going to NULL, remove // commented non-existant proto
11174
11175         * tests/examples/seek/seek.c: (main):
11176           add missing tooltip description for scrub and play_scrub
11177
11178 2006-11-14  David Schleef  <ds@schleef.org>
11179
11180         * configure.ac:
11181           Bump liboil requirement to 0.3.8.
11182         * gst-libs/gst/riff/riff-media.c:
11183           Add Dirac fourcc.
11184         * gst/videoscale/vs_image.h:
11185         * gst/videoscale/vs_scanline.h:
11186           Use liboil's stdint.h.
11187         * gst/videotestsrc/videotestsrc.c:
11188           Remove liboil related ifdef's, since they aren't needed now, and
11189           won't work with future versions.
11190
11191 2006-11-14  David Schleef  <ds@schleef.org>
11192
11193         * gst/videoscale/Makefile.am:
11194         * gst/videoscale/gstvideoscale.c:
11195         * gst/videoscale/gstvideoscale.h:
11196         * gst/videoscale/vs_4tap.c:
11197         * gst/videoscale/vs_4tap.h:
11198         * gst/videoscale/vs_image.c:
11199         * gst/videoscale/vs_image.h:
11200         * gst/videoscale/vs_scanline.c:
11201         * gst/videoscale/vs_scanline.h:
11202           Add a 4-tap image scaler.  Theoretically looks much prettier.
11203           The tap calculation could use some improvement.
11204
11205 2006-11-14  Wim Taymans  <wim@fluendo.com>
11206
11207         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11208
11209         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11210         (gst_riff_parse_strf_iavs):
11211         * gst/subparse/gstsubparse.c: (convert_encoding):
11212         * gst/tcp/gstmultifdsink.c:
11213         (gst_multi_fd_sink_handle_client_write):
11214         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11215         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11216         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11217         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11218         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11219         (gst_ximagesink_ximage_new):
11220         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11221         Various gsize and gssize printf fixes. Fixes #372507.
11222
11223 2006-11-13  Wim Taymans  <wim@fluendo.com>
11224
11225         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11226         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11227         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11228         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11229         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11230         * ext/vorbis/vorbisdec.h:
11231         First stab at vorbis reverse playback.
11232
11233 2006-11-13  Wim Taymans  <wim@fluendo.com>
11234
11235         * gst-libs/gst/audio/gstbaseaudiosink.c:
11236         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11237         * gst-libs/gst/audio/gstbaseaudiosink.h:
11238         Make the clock sync code more accurate wrt resampling and playback
11239         at different rates.
11240         
11241         * gst-libs/gst/audio/gstringbuffer.c:
11242         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11243         * gst-libs/gst/audio/gstringbuffer.h:
11244         Use better algorithm to interpolate sample rates. 
11245
11246 2006-11-13  Michael Smith  <msmith@fluendo.com>
11247
11248         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11249           Improve a debug line slightly.
11250
11251         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11252           Call gst_riff_init() in plugin_init, to avoid getting errors from
11253           the debug system (unrelated changes to another plugin made this turn
11254           up; not sure why).
11255
11256 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11257
11258         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11259
11260         * win32/common/libgsttag.def:
11261           Add missing symbol (#366492).
11262
11263 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11264
11265         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11266           Don't unref a NULL pad.
11267
11268 2006-11-09  Wim Taymans  <wim@fluendo.com>
11269
11270         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11271         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11272         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11273         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11274         (gst_ogg_demux_loop):
11275         Implement first stab at reverse playback.
11276
11277 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11278
11279         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11280         (gst_riff_create_video_template_caps):
11281           add h263/h264 variants to the caps, Fixes #363118
11282
11283 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11284
11285         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11286         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11287           Use g_strerror instead of strerror so we get UTF-8.
11288
11289 2006-11-03  David Schleef  <ds@schleef.org>
11290
11291         * ext/ogg/gstoggdemux.c:
11292         * ext/ogg/gstoggmux.c:
11293           Add/remove KW-DIRAC header here, since it is ogg-specific.
11294
11295 2006-11-03  Michael Smith  <msmith@fluendo.com>
11296
11297         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11298           Recognise more mpeg4 elementary video streams.
11299
11300 2006-11-02  Edward Hervey  <edward@fluendo.com>
11301
11302         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11303         Lower the probability of mp3 typefinding functions if we don't find a
11304         valid mp3 header at the start of the file.
11305         Closes #369482
11306
11307 2006-11-02  Wim Taymans  <wim@fluendo.com>
11308
11309         * ext/theora/gsttheoradec.h:
11310         * ext/theora/theoradec.c: (gst_theora_dec_init),
11311         (theora_dec_sink_event), (theora_dec_chain_forward),
11312         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11313         (theora_dec_chain):
11314         Document and partially implement an algorithm for doing reverse playback
11315         of theora video.
11316
11317 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11318
11319         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11320
11321         * win32/common/config.h:
11322         * win32/common/interfaces-enumtypes.c:
11323         * win32/common/libgsttag.def:
11324         * win32/vs8/gst-plugins-base.sln:
11325         * win32/vs8/libgstaudioresample.vcproj:
11326         * win32/vs8/libgstinterfaces.vcproj:
11327         * win32/vs8/libgstogg.vcproj:
11328         * win32/vs8/libgstriff.vcproj:
11329         * win32/vs8/libgsttag.vcproj:
11330         * win32/vs8/libgsttheora.vcproj:
11331         * win32/vs8/libgstvideoscale.vcproj:
11332         * win32/vs8/libgstvorbis.vcproj:
11333           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11334           to libgsttag.def; add missing dependencies for some vs8 projects;
11335           re-arrange placement of .def files in vs8 projects (#366334).
11336
11337 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11338
11339         * ext/ogg/gstogg.c:
11340           Remove unused variable.
11341
11342         * ext/ogg/gstoggdemux.c:
11343           Fix Wim's surname in plugin description.
11344
11345 2006-10-31  Wim Taymans  <wim@fluendo.com>
11346
11347         * gst-plugins-base.spec.in:
11348         spec new .h file. Fixes #368310.
11349
11350 2006-10-31  Michael Smith  <msmith@fluendo.com>
11351
11352         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11353         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11354         (gst_multi_fd_sink_get_stats),
11355         (gst_multi_fd_sink_remove_client_link),
11356         (gst_multi_fd_sink_queue_buffer),
11357         (gst_multi_fd_sink_handle_clients):
11358         * gst/tcp/gstmultifdsink.h:
11359           Make using the remove or clear signals threadsafe.
11360           Make calling get-stats with an invalid fd not segfault.
11361           Fixes 368273.
11362
11363 2006-10-31  Wim Taymans  <wim@fluendo.com>
11364
11365         * gst-libs/gst/rtp/Makefile.am:
11366         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11367         (gst_base_rtp_audio_payload_init):
11368         Fix and activate base audio payloader.
11369
11370 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11371
11372         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11373         (plugin_init):
11374           Add typefinder for QuickTime Image Files (see #366156).
11375
11376 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11377
11378         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11379           Another typo fix (#366212).
11380
11381 2006-10-27  Wim Taymans  <wim@fluendo.com>
11382
11383         * gst/volume/gstvolume.c: (volume_transform_ip):
11384         Use stream time to synchronize volume property instead of rather random
11385         timestamps. This is needed when gnonlin does its time shifting.
11386
11387 2006-10-27  Wim Taymans  <wim@fluendo.com>
11388
11389         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11390
11391         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11392         Remove the pad from the element in release_pad. Fixes #364812.
11393
11394 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11395
11396         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11397         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11398           Explicitly create our custom buffer classes at a thread-safe
11399           location as well, since g_type_class_ref() doesn't seem to be
11400           entirely thread-safe either (#365501; also see #349410).
11401
11402 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11403
11404         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11405         (gst_riff_parse_info):
11406           If strings in INFO chunk are not UTF-8, do something similar to
11407           what we do for ID3v1 tags: check a number of environment variables
11408           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11409           character sets to try, otherwise try the current locale and/or fall
11410           back on ISO-8859-1. Fixes #360552.
11411
11412 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11413
11414         * gst/videotestsrc/gstvideotestsrc.c:
11415         (gst_video_test_src_pattern_get_type),
11416         (gst_video_test_src_set_pattern):
11417         * gst/videotestsrc/gstvideotestsrc.h:
11418         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11419         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11420         (gst_video_test_src_checkers8):
11421         * gst/videotestsrc/videotestsrc.h:
11422           Add a bunch of exciting new checkers patterns.
11423
11424 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11425
11426         * gst/subparse/Makefile.am:
11427         * gst/subparse/gstsubparse.c:
11428         (gst_sub_parse_data_format_autodetect),
11429         (gst_sub_parse_format_autodetect), (handle_buffer),
11430         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11431         * gst/subparse/gstsubparse.h:
11432         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11433         (parse_tmplayer):
11434         * gst/subparse/tmplayerparse.h:
11435           Add support for TMPlayer-type subtitles (#362845).
11436
11437         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11438         (GST_START_TEST), (subparse_suite):
11439           Add some basic unit tests for the above.
11440
11441 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11442
11443         * tests/check/elements/audiorate.c: (test_injector_base_init),
11444         (test_injector_class_init), (test_injector_chain),
11445         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11446         (GST_START_TEST), (audiorate_suite):
11447           More tests for audiorate: inject buffers to check behaviour when
11448           buffers overlap.
11449
11450 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11451
11452         * tests/check/Makefile.am:
11453         * tests/check/elements/.cvsignore:
11454         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11455         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11456           Add some basic unit tests for audiorate. Disabled at the moment
11457           since it doesn't pass yet (see bug #363119).
11458
11459 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11460
11461         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11462         (parse_subrip), (handle_buffer):
11463           Add missing closing tags for markup and fix broken markup,
11464           otherwise pango won't render anything (fixes #357531). Also,
11465           make sure the text we send out is always NUL-terminated
11466           (better safe than sorry etc.).
11467
11468         * tests/check/elements/subparse.c: (test_srt_do_test),
11469         (test_srt):
11470           Some more tests for .srt incl. tests for the above stuff.
11471
11472 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11473
11474         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11475         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11476         Patch by: Stefan Kost  <ensonic@users.sf.net>
11477         Try to redraw borders only when needed. Apparently this consumes
11478         resources on small devices... :-O (#363607)
11479
11480 2006-10-20  Michael Smith  <msmith@fluendo.com>
11481
11482         * gst/tcp/gstmultifdsink.c:
11483         (gst_multi_fd_sink_client_queue_buffer):
11484           If caps change, then update the client's idea of the caps so that we
11485           don't end up re-sending streamheaders for every single buffer after
11486           the caps change.
11487
11488 2006-10-20  Michael Smith  <msmith@fluendo.com>
11489
11490         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11491         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11492           Set caps on pushed buffers; fix up refcounting of caps objects.
11493
11494 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11495
11496         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11497         (plugin_init):
11498           Typefind mmsh header data packet to application/x-mmsh (#362625).
11499
11500 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11501
11502         * tests/check/Makefile.am:
11503         * tests/check/elements/.cvsignore:
11504         * tests/check/elements/subparse.c: (buffer_from_static_string),
11505         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11506         (GST_START_TEST), (subparse_suite):
11507           Add very simple unit test for subparse.
11508
11509 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11510
11511         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11512         (parse_subrip):
11513           Strip trailing newlines from subtitle text output.
11514
11515 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11516
11517         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11518         (gst_sub_parse_change_state):
11519           Fix memleak; clear subparse->textbuf n state change function.
11520
11521 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11522
11523         * gst/subparse/gstsubparse.c:
11524         (gst_sub_parse_data_format_autodetect):
11525           Don't require subrip (.srt) files to start with a chunk number of 1.
11526
11527 2006-10-18  Wim Taymans  <wim@fluendo.com>
11528
11529         * gst-libs/gst/audio/gstbaseaudiosink.c:
11530         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11531         * gst-libs/gst/audio/gstbaseaudiosink.h:
11532         Extract rate from the NEWSEGMENT event.
11533         Use commit_full to also take rate adjustment into account when writing
11534         samples to the ringbuffer.
11535         
11536         * gst-libs/gst/audio/gstringbuffer.c:
11537         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11538         (gst_ring_buffer_read):
11539         * gst-libs/gst/audio/gstringbuffer.h:
11540         Added _commit_full() to also take rate into account.
11541         Use simple interpolation algorithm to resample audio.
11542         API: gst_ring_buffer_commit_full()
11543
11544         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11545         * tests/examples/seek/seek.c: (segment_done):
11546         Don't try to seek with 0.0 rate, just pause instead.
11547         Remove bogus debug line.
11548
11549 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11550
11551         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11552         (setup_source):
11553           Catch async errors when starting up the subtitle bin, so we can
11554           stop waiting and continue with the main film instead of hanging
11555           forever. Fixes #339366.
11556
11557         * tests/check/elements/playbin.c: (playbin_suite):
11558           Enable unit test for the above.
11559
11560 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11561
11562         * tests/check/Makefile.am:
11563         * tests/check/elements/.cvsignore:
11564         * tests/check/elements/playbin.c: (GST_START_TEST),
11565         (gst_red_video_src_uri_get_type),
11566         (gst_red_video_src_uri_get_protocols),
11567         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11568         (gst_red_video_src_uri_handler_init),
11569         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11570         (gst_red_video_src_create), (gst_red_video_src_class_init),
11571         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11572           Some small and basic unit tests for playbin; not very useful yet,
11573           but at least a start.
11574
11575 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11576
11577         * gst/playback/gstplaybin.c: (setup_sinks):
11578           The old pad activation spiel.
11579
11580 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11581
11582         * gst/playback/gstplaybasebin.c: (setup_source):
11583           Don't hang forever if the subbin already fails to start up in 
11584           the state change to PAUSED (#339366).
11585
11586 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11587
11588         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11589         (gst_tuner_set_channel), (gst_tuner_get_channel),
11590         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11591         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11592         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11593         (gst_tuner_find_channel_by_name):
11594           Fix some function guards, add some more function guards.
11595
11596 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11597
11598         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11599         (remove_element_chain):
11600         Don't return a pad from get_our_ghost_pad unless it is actually the
11601         one we want.
11602         Change a cast in remove_element_chain slightly.
11603
11604 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11605
11606         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11607         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11608         Segment seeking needs to use the rate and set stop to -1.
11609
11610 2006-10-13  Wim Taymans  <wim@fluendo.com>
11611
11612         * gst-libs/gst/audio/gstbaseaudiosink.c:
11613         (gst_base_audio_sink_setcaps):
11614         Don't crash when ringbuffer is not yet created.
11615         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11616         Fixes #361634.
11617
11618         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11619         * gst/playback/gststreamselector.c:
11620         (gst_stream_selector_request_new_pad):
11621         Activate pads befre adding them to running elements.
11622
11623 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11624
11625         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11626         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11627         updater when we start grabing the slider. Don't wait for the
11628         pipeline to be PAUSED.
11629
11630 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11631
11632         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11633         (gst_mixer_set_volume), (gst_mixer_get_volume),
11634         (gst_mixer_set_mute), (gst_mixer_set_option),
11635         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11636         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11637         (gst_mixer_option_changed):
11638           Guard mixer interface functions against bogus arguments.
11639
11640 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11641
11642         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11643         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11644         (msg_state_changed), (main): Use state-changed messages to trigger
11645         start/stop of scale update timer. Indeed the scale slider was
11646         jumping here and there because the update timer was activated 
11647         before seek completed. This fixes instant applying of rate changes
11648         by pressing the spinbutton like a crazy man !
11649
11650 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11651
11652         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11653
11654         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11655         (gst_basertppayload_finalize):
11656           Fix two small memory leaks (#361456).
11657
11658 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11659
11660         * tests/examples/seek/seek.c: (do_seek),
11661         (rate_spinbutton_changed_cb): When changing spinbutton we try
11662         to change the rate on the fly.
11663
11664 2006-10-10  Wim Taymans  <wim@fluendo.com>
11665
11666         * gst-libs/gst/riff/riff-ids.h:
11667         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11668         (gst_riff_create_audio_template_caps):
11669         Add WMS caps.
11670
11671 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11672
11673         Patch by: Josep Torra Valles <josep@fluendo.com>
11674
11675         * ext/gnomevfs/gstgnomevfssink.c:
11676         * ext/gnomevfs/gstgnomevfssrc.c:
11677         Fix URI interface implementation return type.
11678         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11679         Fix what looks like a copy/paste issue when assigning values.
11680         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11681         (gst_audio_filter_template_get_type):
11682         Cast to prevent Forte warnings.
11683         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11684         Fix URI interface implementation return type.
11685         gst_pad_query_position requires a signed integer pointer as
11686         3rd parameter, GstClockTime is unsigned.
11687         * gst/audioconvert/audioconvert.c:
11688         Fix integer overflow when treated as signed.
11689         * gst/audioresample/resample.c: (resample_add_input_data):
11690         Cast to prevent warnings on Forte.
11691         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11692         Fix integer overflow when treated as signed.
11693         * gst/ffmpegcolorspace/imgconvert_template.h:
11694         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11695         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11696         (cleanup_decodebin):
11697         Who initialises a guint to -1!
11698         Cast function pointers to prevent warnings on Forte.
11699         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11700         (queue_threshold_reached):
11701         Cast function pointers correctly to prevent warnings on Forte.
11702         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11703         Cast function pointers correctly to prevent warnings on Forte.
11704         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11705         Obvious change to unsigned, 0xEF > max signed char.
11706         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11707         GstClockTime is unsigned, initialise correctly.
11708         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11709         Cast so pointer arithemetic doesn't cause warnings on Forte.
11710         * gst/videorate/gstvideorate.c:
11711         Use correct return value.
11712         * tests/examples/seek/scrubby.c:
11713         GstClockTime is unsigned, initialise correctly.
11714
11715 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11716
11717         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11718
11719         * gst/typefind/gsttypefindfunctions.c:
11720           Recognise XML files and XML-like files shorter than 256 bytes as
11721           well (fixes #359237).
11722
11723 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11724
11725         Patch by: Renato Filho <renato.filho@indt.org.br>
11726         
11727         * gst/typefind/gsttypefindfunctions.c:
11728         Added typefind functions to video/x-nuv media.
11729         
11730 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
11731
11732         * gst-libs/gst/interfaces/xoverlay.c:
11733         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11734           Some more guards against invalid input.
11735
11736 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11737
11738         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11739         Useless goto.
11740         * tests/examples/seek/seek.c: (do_seek),
11741         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11742         seek example to experiment with rates != 1.0 (reverse playback !)
11743
11744 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11745
11746         * gst-libs/gst/interfaces/xoverlay.c:
11747           Unref message in doc-example (spotted by Robert McQueen)
11748
11749 2006-10-06  Wim Taymans  <wim@fluendo.com>
11750
11751         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11752         (mpeg1_parse_header), (mpeg1_sys_type_find):
11753         printf fix.
11754
11755 2006-10-06  Wim Taymans  <wim@fluendo.com>
11756
11757         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11758         (close_pad_link):
11759         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11760         Activate dynamic pads before adding them to the element.
11761
11762 2006-10-06  Michael Smith  <msmith@fluendo.com>
11763
11764         * gst-libs/gst/floatcast/floatcast.h:
11765           Fix obviously-bogus macros; use the correct types.
11766
11767 2006-10-06  Wim Taymans  <wim@fluendo.com>
11768
11769         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11770         (gst_base_rtp_depayload_change_state):
11771         Also call parent state change function to activate pads.
11772
11773         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11774         (mpeg1_parse_header), (mpeg1_sys_type_find):
11775         Add some more debug info in mpeg typefinding.
11776
11777 2006-10-06  Michael Smith  <msmith@fluendo.com>
11778
11779         * ext/theora/theoradec.c: (theora_dec_chain):
11780           Zero byte theora packets are valid and well-defined; don't warn on
11781           them.
11782
11783 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11784
11785         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11786         (gst_multi_fd_sink_get_stats), (find_limits),
11787         (gst_multi_fd_sink_queue_buffer):
11788           API: add dropped_buffers to the get-stats GValueArray
11789
11790 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11791
11792         * ext/alsa/gstalsadeviceprobe.c:
11793         (gst_alsa_device_property_probe_get_values):
11794         * ext/alsa/gstalsasink.c: (set_hwparams):
11795         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
11796         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
11797         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
11798         (gst_ogg_mux_process_best_pad):
11799         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
11800         (gst_ogg_parse_chain):
11801         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
11802         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11803         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
11804         (gst_vorbis_enc_buffer_check_discontinuous):
11805         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
11806         * gst-libs/gst/audio/gstbaseaudiosink.c:
11807         (gst_base_audio_sink_render):
11808         * gst-libs/gst/cdda/gstcddabasesrc.c:
11809         (gst_cdda_base_src_handle_track_seek):
11810         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11811         (gst_base_rtp_depayload_push_full):
11812         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
11813         * gst/audioresample/resample.c: (resample_input_pushthrough):
11814         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
11815         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11816         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11817         (wavpack_type_find):
11818         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11819         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11820         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
11821         * tests/check/elements/volume.c: (GST_START_TEST):
11822           Printf format fixes.
11823
11824 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11825
11826         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
11827           Fix a simple mistake (see the docs)
11828           Fixes #359580
11829
11830 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11831
11832         * docs/plugins/Makefile.am:
11833         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11834         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11835         * docs/plugins/gst-plugins-base-plugins.args:
11836         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11837         * docs/plugins/inspect/plugin-adder.xml:
11838         * docs/plugins/inspect/plugin-alsa.xml:
11839         * docs/plugins/inspect/plugin-audioconvert.xml:
11840         * docs/plugins/inspect/plugin-audiorate.xml:
11841         * docs/plugins/inspect/plugin-audioresample.xml:
11842         * docs/plugins/inspect/plugin-audiotestsrc.xml:
11843         * docs/plugins/inspect/plugin-cdparanoia.xml:
11844         * docs/plugins/inspect/plugin-decodebin.xml:
11845         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11846         * docs/plugins/inspect/plugin-gdp.xml:
11847         * docs/plugins/inspect/plugin-gnomevfs.xml:
11848         * docs/plugins/inspect/plugin-libvisual.xml:
11849         * docs/plugins/inspect/plugin-ogg.xml:
11850         * docs/plugins/inspect/plugin-pango.xml:
11851         * docs/plugins/inspect/plugin-playbin.xml:
11852         * docs/plugins/inspect/plugin-subparse.xml:
11853         * docs/plugins/inspect/plugin-tcp.xml:
11854         * docs/plugins/inspect/plugin-theora.xml:
11855         * docs/plugins/inspect/plugin-typefindfunctions.xml:
11856         * docs/plugins/inspect/plugin-video4linux.xml:
11857         * docs/plugins/inspect/plugin-videorate.xml:
11858         * docs/plugins/inspect/plugin-videoscale.xml:
11859         * docs/plugins/inspect/plugin-videotestsrc.xml:
11860         * docs/plugins/inspect/plugin-volume.xml:
11861         * docs/plugins/inspect/plugin-vorbis.xml:
11862         * docs/plugins/inspect/plugin-ximagesink.xml:
11863         * docs/plugins/inspect/plugin-xvimagesink.xml:
11864           Add vorbistag element to docs; update version numbers to 0.10.10.1.
11865
11866 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11867
11868         Patch by: James "Doc" Livingston <doclivingston at gmail com>
11869
11870         * ext/vorbis/Makefile.am:
11871         * ext/vorbis/vorbis.c: (plugin_init):
11872         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
11873         (vorbis_parse_parse_packet), (vorbis_parse_chain):
11874         * ext/vorbis/vorbisparse.h:
11875         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
11876         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
11877         (gst_vorbis_tag_parse_packet):
11878         * ext/vorbis/vorbistag.h:
11879           Add new vorbistag element which derives from vorbisparse
11880           and is essentially the same as well, only that it implements
11881           the GstTagSetter interface and can modify the stream's
11882           vorbiscomment on the fly (#335635).
11883
11884         * tests/check/Makefile.am:
11885         * tests/check/elements/.cvsignore:
11886         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11887         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
11888         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
11889         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
11890           Add unit test for new vorbistag element.
11891
11892 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11893
11894         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
11895         (vorbis_parse_push_headers), (vorbis_parse_chain):
11896           Set BOS flag in packet structure to fix 'jump depends
11897           on unitialized value' errors in valgrind; various minor
11898           clean-ups.
11899
11900 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
11901
11902         * gst/playback/gstdecodebin.c: (close_pad_link):
11903         Fix typo in a debug statement.
11904
11905         * gst/playback/gstplaybasebin.c: (probe_triggered),
11906         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
11907         (gen_source_element), (source_new_pad), (analyse_source),
11908         (setup_source):
11909         When handling no_more_pads in new_decoded_pad, make sure to treat
11910         subtitle pads correctly. Fixes playback with subtitle files.
11911
11912         Move a recurring message to LOG level.
11913
11914         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11915         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
11916         which ends up as -1 when cast to an int. Make the logic handle the
11917         max value as an unsigned mask and only change the colorkey when it's
11918         a value we recognise.
11919
11920 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11921
11922         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11923         Removed empty * between paragraphs
11924
11925 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11926
11927         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11928         * gst-libs/gst/rtp/README:
11929         Moved some documentation into .c file
11930
11931 2006-09-29  Wim Taymans  <wim@fluendo.com>
11932
11933         * gst/playback/gstdecodebin.c: (no_more_pads):
11934         Fix compilation.
11935
11936 2006-09-29  Wim Taymans  <wim@fluendo.com>
11937
11938         * gst/playback/gstdecodebin.c: (new_caps):
11939         Remove g_print
11940
11941         * gst/playback/gstplaybin.c:
11942         Add some docs.
11943
11944 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
11945
11946         * tests/check/Makefile.am:
11947           Re-enable cddabasesrc test to see if it works again
11948           now.
11949
11950 2006-09-29  Wim Taymans  <wim@fluendo.com>
11951
11952         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11953         (gen_source_element):
11954         Handle invalid URIs a bit more gracefully.
11955
11956 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
11957
11958         * tests/check/pipelines/oggmux.c:
11959           Remove obsolete comment.
11960
11961 2006-09-29  Michael Smith  <msmith@fluendo.com>
11962
11963         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11964         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
11965         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
11966         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
11967         (gst_ogg_mux_collected):
11968           Commit patch from James "Doc" Livingston, adds proper EOS handling
11969           in oggmux. GStreamer can, for the first time ever, create a valid
11970           Ogg file! Yay!
11971
11972         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
11973         (oggmux_suite):
11974           Reenable tests now that they pass.
11975
11976 2006-09-29  Wim Taymans  <wim@fluendo.com>
11977
11978         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11979         Stop reading commands when EOF (we read 0) as well.
11980
11981 2006-09-28  Wim Taymans  <wim@fluendo.com>
11982
11983         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
11984         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
11985         (find_dynamic), (unlinked), (close_link):
11986         Implement delayed caps linking needed for element with a lot of
11987         different caps on the src pads that get fixed at runtime.
11988         Improve management of dynamic elements.
11989
11990         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
11991         (group_destroy), (group_commit), (check_queue), (queue_overrun),
11992         (gen_preroll_element), (remove_groups), (unknown_type),
11993         (add_element_stream), (no_more_pads_full), (no_more_pads),
11994         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
11995         (new_decoded_pad), (setup_subtitle), (array_has_value),
11996         (gen_source_element), (source_new_pad), (has_all_raw_caps),
11997         (analyse_source), (remove_decoders), (make_decoder),
11998         (remove_source), (setup_source), (finish_source), (prepare_output),
11999         (gst_play_base_bin_change_state):
12000         * gst/playback/gstplaybasebin.h:
12001         Use more _CAST instead of full type checking casts.
12002         Small cleanups, plug some leaks.
12003         Handle dynamic sources.
12004         Add some helper functions to create lists of strings used for
12005         blacklisting and other stuff.
12006         Refactor some code dealing with analysing the source.
12007         Re-enable sources without pads (like cd:// or other selfcontained
12008         elements).
12009
12010 2006-09-28  Wim Taymans  <wim@fluendo.com>
12011
12012         * gst-libs/gst/audio/gstbaseaudiosink.c:
12013         (gst_base_audio_sink_render):
12014         When we have a timestamp, we can still perform clipping.
12015         When we have no clock, we must play the sample ASAP.
12016
12017 2006-09-28  Wim Taymans  <wim@fluendo.com>
12018
12019         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12020         Set caps on outgoing buffers.
12021
12022         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12023         (gst_video_rate_event), (gst_video_rate_chain):
12024         * gst/videorate/gstvideorate.h:
12025         Fix videorate some more. Fixes #357977
12026
12027 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12028
12029         * tests/check/elements/adder.c: (adder_suite):
12030           Don't set timeout to 6 seconds when we're running
12031           in valgrind ... (and how is 6 seconds longer than
12032           the default anyway?)
12033
12034 2006-09-28  Wim Taymans  <wim@fluendo.com>
12035
12036         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12037         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12038         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12039         Keep sink and src segment to keep track of time and support more
12040         input formats.
12041         Fix bogus next_offset and run_time calculation, don't understand how
12042         this could have worked before. Fixes #357976.
12043         Remove some unneeded vars.
12044
12045 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12046
12047         * gst/playback/gstplaybin.c: (remove_sinks):
12048           Only remove visualisation from visbin if there is a visbin (or:
12049           don't throw warnings when closing totem without playing a file).
12050
12051 2006-09-27  Wim Taymans  <wim@fluendo.com>
12052
12053         * gst-libs/gst/audio/gstbaseaudiosink.c:
12054         (gst_base_audio_sink_render):
12055         Add some more info in a WARNING.
12056
12057         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12058         (gst_base_audio_src_create):
12059         Handle PAUSE in create function, use new -core addition to
12060         wait for playing. Fixes pausing and resuming capture from an
12061         audiosrc.
12062
12063         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12064         (gst_ring_buffer_read):
12065         Constify some more.
12066         Caller supports interrupted reads now.
12067
12068 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12069
12070         * tests/check/Makefile.am:
12071           Another attempt to make the gen64 buildbot happy.
12072
12073 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12074
12075         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12076
12077         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12078         (gst_visual_chain), (gst_visual_change_state):
12079           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12080           correctly. Fixes #357800
12081
12082 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12083
12084         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12085           Add timeout to _get_state() so we see which pipeline it is
12086           that causes trouble on the gen64 build bot.
12087
12088 2006-09-27  Wim Taymans  <wim@fluendo.com>
12089
12090         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12091         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12092         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12093         (gst_base_rtp_depayload_set_gst_timestamp):
12094         the source pad always uses fixed caps.
12095
12096 2006-09-27  Wim Taymans  <wim@fluendo.com>
12097
12098         * docs/libs/gst-plugins-base-libs-docs.sgml:
12099         * docs/libs/gst-plugins-base-libs-sections.txt:
12100         * gst-libs/gst/audio/gstaudioclock.c:
12101         * gst-libs/gst/audio/gstaudioclock.h:
12102         * gst-libs/gst/audio/gstaudiosink.c:
12103         * gst-libs/gst/audio/gstaudiosink.h:
12104         * gst-libs/gst/audio/gstaudiosrc.c:
12105         * gst-libs/gst/audio/gstbaseaudiosink.c:
12106         (gst_base_audio_sink_render):
12107         * gst-libs/gst/audio/gstbaseaudiosink.h:
12108         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12109         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12110         * gst-libs/gst/audio/gstringbuffer.h:
12111         Added docs for the audio libs.
12112
12113 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12114
12115         * tests/check/Makefile.am:
12116           Temporarily disable test that fails on the bots for unknown reasons.
12117
12118 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12119
12120         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12121         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12122         Moved AudioCodecType into priv
12123         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12124
12125 2006-09-25  Wim Taymans  <wim@fluendo.com>
12126
12127         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12128         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12129         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12130         (new_pad):
12131         Cleanups and small leak fixes.
12132         Added Depayloaders to valid list of autopluggable elements.
12133
12134 2006-09-25  Wim Taymans  <wim@fluendo.com>
12135
12136         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12137         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12138         (gen_video_element), (gen_text_element), (gen_audio_element),
12139         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12140         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12141         Detect NO_PREROLL state change returns and disable clock distribution to
12142         the sinks so that sync is disabled.
12143         Avoid some type checking and do simple casts instead.
12144         Small cleanups, fix some FIXMEs.
12145         Be more robust when linking user specified elements, catch an report
12146         errors. Fixes #357404.
12147         Fix some leaks in the error paths.
12148
12149 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12150
12151         * ChangeLog:
12152           ChangeLog surgery for missing bug-number
12153
12154 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12155
12156         Patch by: Peter Kjellerstedt  <pkj at axis com>
12157
12158         * gst/playback/test.c:
12159           Fix compilation with uClibc and -Werror (#357591).
12160
12161 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12162
12163         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12164           Parse dates that are followed by a time as well (#357532).
12165
12166         * tests/check/libs/tag.c: (test_vorbis_tags):
12167           Add unit test for this.
12168
12169 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12170
12171         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12172         (gst_audio_convert_transform_caps):
12173         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12174         * gst/videotestsrc/videotestsrc.h:
12175           A few array const-ifications.
12176
12177 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12178
12179         * tests/check/Makefile.am:
12180           See if this makes the build bots happy.
12181
12182         * tests/check/libs/cddabasesrc.c:
12183           UTF8-ise my name.
12184
12185 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12186
12187         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12188
12189         * gst/subparse/samiparse.c: (handle_start_font),
12190         (fix_invalid_entities):
12191           More case-insensitivity for certain tags; recognise entities with
12192           decimal codes as special entities as well (#357330).
12193
12194 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12195
12196         * gst-libs/gst/Makefile.am:
12197           Need to build tag directory before cdda.
12198
12199 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12200
12201         * docs/libs/gst-plugins-base-libs-sections.txt:
12202         * gst-libs/gst/cdda/Makefile.am:
12203         * gst-libs/gst/cdda/gstcddabasesrc.c:
12204         (gst_cdda_base_src_base_init):
12205         * gst-libs/gst/cdda/gstcddabasesrc.h:
12206         * gst-libs/gst/tag/tag.h:
12207         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12208         (gst_tag_register_musicbrainz_tags):
12209           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12210           depend on libgsttag. This is required so we can extract/read tags like
12211           DISCID without depending on libgstcddabasesrc (which used to register
12212           them).
12213
12214         * gst-libs/gst/tag/gstvorbistag.c:
12215           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12216           tags (also see #347848).
12217
12218         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12219           Log vorbis comments we are actually writing. Const-ify array.
12220
12221 2006-09-23  Wim Taymans  <wim@fluendo.com>
12222
12223         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12224         Improve buffering a bit by avoiding a deadlock because we cannot assume
12225         the underrun is always called.
12226
12227 2006-09-23  Wim Taymans  <wim@fluendo.com>
12228
12229         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12230
12231         * gst-libs/gst/riff/riff-ids.h:
12232         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12233         (gst_riff_create_audio_template_caps):
12234         Added MPEG-4 AAC and id and caps. Fixes #357289
12235         Added WMA9 Lossless id.
12236
12237 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12238
12239         * ext/gnomevfs/gstgnomevfssrc.c:
12240           Fix misleading docs addition.
12241
12242         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12243           Get rid of compiler warning the right way.
12244
12245 2006-09-22  Wim Taymans  <wim@fluendo.com>
12246
12247         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12248         (gst_base_rtp_depayload_finalize),
12249         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12250         (gst_base_rtp_depayload_push_full),
12251         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12252         (gst_base_rtp_depayload_process),
12253         (gst_base_rtp_depayload_set_gst_timestamp),
12254         (gst_base_rtp_depayload_queue_release):
12255         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12256         Small cleanups.
12257         Fix some leaks.
12258         Refactored the process method and added methods to push from the process
12259         vmethod.
12260         Use _scale functions.
12261         API: gst_base_rtp_depayload_push_ts
12262         API: gst_base_rtp_depayload_push
12263
12264         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12265         timestamps are uint.
12266
12267 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12268
12269         * gst-libs/gst/interfaces/xoverlay.c:
12270           Remove unused statement from doc example.
12271
12272 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12273
12274         * gst-libs/gst/interfaces/videoorientation.c:
12275         (gst_video_orientation_iface_init),
12276         (gst_video_orientation_get_hflip),
12277         (gst_video_orientation_get_vflip),
12278         (gst_video_orientation_get_hcenter),
12279         (gst_video_orientation_get_vcenter),
12280         (gst_video_orientation_set_hflip),
12281         (gst_video_orientation_set_vflip),
12282         (gst_video_orientation_set_hcenter),
12283         (gst_video_orientation_set_vcenter):
12284           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12285           in ChangeLog)
12286
12287 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12288
12289         * tests/check/Makefile.am:
12290         * tests/check/elements/.cvsignore:
12291         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12292         (create_rgb_conversions), (rgb_conversion_free),
12293         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12294         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12295           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12296           but disable for now since it doesn't pass (something wrong with
12297           RGBA somewhere).
12298
12299 2006-09-21  Wim Taymans  <wim@fluendo.com>
12300
12301         * gst/playback/gstplaybasebin.c: (group_commit),
12302         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12303         (queue_out_of_data), (gen_preroll_element),
12304         (preroll_remove_overrun), (probe_triggered):
12305         Refactor handling of overrun detection.
12306         Separate handling of group completion and deadlock detection when doing
12307         network buffering. This should fix some deadlocks that were not detected
12308         because the group was completed.
12309         Add more comments, improve debugging.
12310
12311 2006-09-21  Wim Taymans  <wim@fluendo.com>
12312
12313         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12314         * tests/check/libs/audio.c:
12315         Some more compilation fixes.
12316
12317 2006-09-21  Wim Taymans  <wim@fluendo.com>
12318
12319         * gst-libs/gst/audio/gstringbuffer.c:
12320         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12321         (gst_ring_buffer_read):
12322         Early morning compilation fix.
12323
12324 2006-09-20  Wim Taymans  <wim@fluendo.com>
12325
12326         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12327         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12328         * tests/check/elements/videorate.c: (GST_START_TEST):
12329         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12330         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12331         Fix some warnings.
12332
12333 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12334
12335         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12336         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12337         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12338           Handcrafted merge to help CVS understanding what I changed and what
12339           not.
12340
12341 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12342
12343         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12344         (gst_xvimagesink_get_times):
12345           change colorkey behaviour back according to #354773 comment 6/7
12346
12347 2006-09-19  Michael Smith  <msmith@fluendo.com>
12348
12349         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12350         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12351         (gst_multi_fd_sink_recover_client),
12352         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12353         (gst_multi_fd_sink_get_property):
12354         * gst/tcp/gstmultifdsink.h:
12355           Implement stubbed out properties unit-type, units-soft-max,
12356           units-max, to allow specifying maximum sizes in units other than
12357           buffers.
12358           Fixes #355935
12359
12360 2006-09-19  Wim Taymans  <wim@fluendo.com>
12361
12362         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12363         (gst_riff_create_audio_template_caps):
12364         Reorder the audio formats a bit for clarity.
12365         Detect and create caps for MSGSM and MSN (WAV49).
12366         Fixes #356596.
12367
12368         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12369         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12370         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12371         Small cleanups, move error handling out of normal flow for clarity.
12372
12373 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12374
12375         * docs/libs/gst-plugins-base-libs-docs.sgml:
12376         * docs/libs/gst-plugins-base-libs.types:
12377         * gst-libs/gst/interfaces/Makefile.am:
12378         * gst-libs/gst/interfaces/videoorientation.c:
12379         (gst_video_orientation_get_type),
12380         (gst_video_orientation_iface_init),
12381         (gst_video_orientation_get_hflip),
12382         (gst_video_orientation_get_vflip),
12383         (gst_video_orientation_get_hcenter),
12384         (gst_video_orientation_get_vcenter),
12385         (gst_video_orientation_set_hflip),
12386         (gst_video_orientation_set_vflip),
12387         (gst_video_orientation_set_hcenter),
12388         (gst_video_orientation_set_vcenter):
12389         * gst-libs/gst/interfaces/videoorientation.h:
12390           API: Add new interface to control video orientation (fixes #354908)
12391
12392 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12393
12394         * gst/videotestsrc/gstvideotestsrc.c:
12395           Use G_UNLIKELY in _create and log one more detail.
12396           
12397         (gst_video_test_src_get_times), (gst_video_test_src_create):
12398         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12399           Use gst_util_uint64_scale_int in _get_times().
12400
12401 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12402
12403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12404           Give better warning message (add object and detail).
12405
12406 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12407
12408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12409         (gst_xvimagesink_get_times):
12410           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12411           #354773), use gst_util_uint64_scale_int in _get_times()
12412
12413 2006-09-18  Michael Smith  <msmith@fluendo.com>
12414
12415         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12416           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12417           always true, leading to dropping all timestamps.
12418
12419 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12420
12421         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12422         (gst_visual_chain), (gst_visual_change_state):
12423           update to work also with libvisual 0.4 API, fix double unref (#355914)
12424           
12425         * tools/gst-launch-ext.1.in:
12426         * tools/gst-visualise.1.in:
12427           remove references to old man-pages
12428
12429         * tests/examples/seek/seek.c: (main):
12430           add real meadi-buttons, add tool-tips for the seek-options, arrange
12431           seek options in a table
12432
12433 2006-09-18  Michael Smith  <msmith@fluendo.com>
12434
12435         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12436         (gst_ogg_mux_push_buffer):
12437           Don't generate out-of-order timestamps from oggmux, instead clamp
12438           output timestamps to be >= the previously output ts.
12439           Fixes #355595
12440
12441 2006-09-18  Michael Smith  <msmith@fluendo.com>
12442
12443         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12444         (gst_multi_fd_sink_class_init):
12445           Updates, fixes, and typo corrections for multifdsink. No functional
12446           changes.
12447
12448 2006-09-17  Michael Smith  <msmith@fluendo.com>
12449
12450         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12451           Don't crash on truncated files - check that we got an 8 byte buffer
12452           before trying to memcmp it.
12453
12454 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12455
12456         * gst/playback/gstplaybasebin.c: (get_active_source):
12457           Make stream-switching appear instant to the application
12458           (ie. make sure that a g_object_get on 'current-foo' returns
12459           the stream previously set with g_object_set(). Totem needs
12460           this to update stream-related meta-info (like audio-codec)
12461           correctly when switching streams.
12462
12463 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12464
12465         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12466         (gst_alsa_mixer_ensure_track_list):
12467           Try harder to guess which mixer track is the master mixer
12468           track (instead of just taking the first one that has a pvolume).
12469           Fixes #342228.
12470
12471 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12472
12473         reviewed by: <delete if not using a buddy>
12474
12475         * gst-libs/gst/audio/audio.h:
12476         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12477
12478 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12479
12480         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12481         (gst_audio_convert_transform_caps):
12482           Get structure-name just once.
12483
12484 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12485
12486         * tests/check/elements/audioresample.c: (GST_START_TEST):
12487         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12488         * tests/check/elements/volume.c: (GST_START_TEST):
12489         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12490         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12491         (test_pipeline), (GST_START_TEST):
12492         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12493         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12494           Fix big batch of compiler warnings.
12495
12496 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12497
12498         * ext/gnomevfs/gstgnomevfssrc.c:
12499           Add docs about icydemux usage in connection with gnomevfssrc
12500
12501         * ext/libvisual/visual.c:
12502         * ext/ogg/gstoggaviparse.c:
12503         * ext/ogg/gstoggdemux.c:
12504         * ext/ogg/gstoggmux.c:
12505         * ext/ogg/gstoggparse.c:
12506         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12507         * gst-libs/gst/audio/gstaudiosink.c:
12508         * gst-libs/gst/audio/gstaudiosrc.c:
12509         * gst/audiorate/gstaudiorate.c:
12510           More G_OBJECT macro fixing.
12511
12512         * gst/audiotestsrc/gstaudiotestsrc.h:
12513           Fix wrong info in header due to copy & paste
12514
12515 2006-09-15  Wim Taymans  <wim@fluendo.com>
12516
12517         * gst-libs/gst/audio/gstbaseaudiosink.c:
12518         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12519         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12520         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12521         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12522         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12523         Do the delay calculation in the source/sink base classes as this is
12524         specific for the capture/playback mode.
12525         Try to fixate a bit better, like round depth up to a multiple of 8
12526         bigger than width.
12527         Handle underruns correctly by marking DISCONT on buffers and adjusting
12528         timestamps to handle the gap.
12529         Set offset/offset_end correctly on buffers.
12530
12531         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12532         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12533         (gst_ring_buffer_read):
12534         Remove resync and underrun recovery from the ringbuffer.
12535         Fix ringbuffer read code on under/overrun.
12536
12537 2006-09-15  Wim Taymans  <wim@fluendo.com>
12538
12539         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12540         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12541         (queue_threshold_reached), (gst_play_base_bin_set_property),
12542         (gst_play_base_bin_get_property):
12543         * gst/playback/gstplaybasebin.h:
12544         Don't use a 0 low watermark when buffering, it is catching starvation
12545         way too late. Instead, use a 3 second queue with 30 and 95
12546         percent low/high watermarks. 
12547         Added queue-min-threshold property to configure low watermark.
12548         Use new _buffering message API.
12549         Make queue_threshold variable big enough to store a uint64 time value.
12550         API: playbin::queue-min-threshold property.
12551
12552 2006-09-15  Wim Taymans  <wim@fluendo.com>
12553
12554         * configure.ac:
12555         We require 0.10.10.1 now because of _wait_preroll().
12556
12557         * gst-libs/gst/audio/gstbaseaudiosink.c:
12558         (gst_base_audio_sink_render):
12559         Use gst_base_sink_wait_preroll().
12560
12561 2006-09-15  Wim Taymans  <wim@fluendo.com>
12562
12563         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12564         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12565         Use DEBUG_OBJECT more.
12566
12567 === release 0.10.10 ===
12568
12569 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12570
12571         patch by: Michael Smith <msmith at fluendo dot com>
12572
12573         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12574         (gst_multi_fd_sink_client_queue_buffer),
12575         (gst_multi_fd_sink_new_client):
12576         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12577         (multifdsink_suite):
12578           Fix implementation of sync-method 'next-keyframe'
12579           Closes #354594
12580
12581 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12582
12583         patch by: Wim Taymans <wim at fluendo dot com>
12584
12585         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12586         This patch removes the RANDOM flag that was incorrectly introduced with
12587         revision 1.91.  Fixes #354590
12588
12589 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12590
12591         * tests/check/Makefile.am:
12592           Random variation in Makefile line to see if it makes the
12593           gen64-base-full bot any happier.
12594
12595 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12596
12597         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12598           Disable test that fails at the moment (killed after timeout).
12599
12600 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12601
12602         Patch by: James Livingston  <doclivingston at gmail.com>
12603
12604         * tests/check/Makefile.am:
12605         * tests/check/pipelines/.cvsignore:
12606         * tests/check/pipelines/oggmux.c: (get_page_codec),
12607         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12608         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12609         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12610         (test_theora_vorbis), (oggmux_suite):
12611           Add simple unit test for oggmux from #337026 with checking for the
12612           EOS flags disabled for the time being.
12613
12614 2006-09-04  Wim Taymans  <wim@fluendo.com>
12615
12616         patch by: Alessandro Dessina <alessandro nnva org>
12617
12618         * ext/ogg/gstoggmux.c:
12619         Add cmml caps to oggmux. Fixes #353912
12620
12621 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12622
12623         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12624           Returning a return value often helps. In this case, we
12625           don't need the return value anyway, so just get rid of it.
12626           Should make build bots much happier.
12627
12628 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12629
12630         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12631         (paint_get_structure), (gst_video_test_src_get_size),
12632         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12633         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12634         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12635         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12636         * gst/videotestsrc/videotestsrc.h:
12637           Add support for AYUV and the various RGBA formats. Initialise
12638           fields of paintinfo structs allocated on the stack.
12639
12640         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12641         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12642         (check_rgb_buf), (videotestsrc_suite):
12643           Add unit tests for videotestsrc's RGB output.
12644
12645 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12646
12647         * gst/videotestsrc/gstvideotestsrc.c:
12648         (gst_video_test_src_pattern_get_type),
12649         (gst_video_test_src_set_pattern):
12650         * gst/videotestsrc/gstvideotestsrc.h:
12651         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12652         (gst_video_test_src_black), (gst_video_test_src_white),
12653         (gst_video_test_src_red), (gst_video_test_src_green),
12654         (gst_video_test_src_blue):
12655         * gst/videotestsrc/videotestsrc.h:
12656           Add more uni-colour patterns ("white", "red", "green", and "blue").
12657
12658 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12659
12660         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12661           Fix stride for YVYU, should be word-aligned (#353658).
12662
12663 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12664
12665         * gst/adder/gstadder.c: (gst_adder_src_event):
12666           Fix build.
12667
12668 2006-08-31  Edward Hervey  <edward@fluendo.com>
12669
12670         * gst/adder/gstadder.c: (forward_event_func),
12671         (gst_adder_src_event), (gst_adder_collected),
12672         (gst_adder_change_state):
12673         * gst/adder/gstadder.h:
12674         Remember the start position asked in the incoming seeks, so we can
12675         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12676         of assuming it will always be 0).
12677
12678 2006-08-31  Edward Hervey  <edward@fluendo.com>
12679
12680         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12681         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12682         (gst_ogg_demux_loop):
12683         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12684
12685 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12686
12687         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12688         (gst_ffmpegcsp_get_unit_size):
12689           Return FALSE instead of returning a random false unit
12690           size when the format isn't known/supported (even if
12691           this shouldn't happen under normal circumstances).
12692
12693 2006-08-29  Wim Taymans  <wim@fluendo.com>
12694
12695         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12696
12697         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12698         (gst_gnome_vfs_src_start):
12699         Try harder to get the size from a uri by using _info_uri() when
12700         _info_from_handle() does not give us enough info. 
12701         Also follow symlinks when getting the size.
12702         Partially Fixes #332864.
12703
12704 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12705
12706         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12707
12708         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12709         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12710         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12711         (gst_alsa_mixer_set_record):
12712         * ext/alsa/gstalsamixertrack.c:
12713         (gst_alsa_mixer_track_update_alsa_capabilities),
12714         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12715         (gst_alsa_mixer_track_update):
12716         * ext/alsa/gstalsamixertrack.h:
12717           Improve and fix mixer track handling, in particular better handling
12718           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12719           separate track objects for tracks that have both capture and playback
12720           volume (and label them differently as well so they're not mistakenly
12721           assumed to be duplicates); classify mixer tracks that only affect
12722           the audible volume of something (rather than the capture volume)
12723           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12724           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12725           (following the meaning documented in the mixer interface header
12726           file); add support for alsa's exclusive cswitch groups; update/sync
12727           state/flags better if mixer settings are changed by another
12728           application. Fixes #336075.
12729
12730 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12731
12732         * gst/playback/gstplaybin.c:
12733           Improve docs: add section about BUFFERING messages sent by playbin.
12734
12735 2006-08-29  Michael Smith  <msmith@fluendo.com>
12736
12737         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12738         (gst_vorbis_enc_buffer_check_discontinuous),
12739         (gst_vorbis_enc_chain):
12740           Ignore explicit DISCONT marked on buffers (which is often spurious,
12741           particularly when using multiple segments), in favour of solely
12742           using the timestamps/durations.
12743
12744 2006-08-29  Edward Hervey  <edward@fluendo.com>
12745
12746         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12747         Don't rely on incoming buffers offset anymore, since it is completely
12748         broken when using multiple segments.
12749         Instead convert the incoming buffers timestamp to running time, and
12750         then convert that value to the offsets.
12751         Also inform GstSegment of the last outputted stop position, which is
12752         needed if we received several segments with an unknown stop value.
12753
12754 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12755
12756         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12757           fix buffer unreffing on a header push failure
12758
12759 2006-08-28  Wim Taymans  <wim@fluendo.com>
12760
12761         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
12762         (gst_audio_rate_chain):
12763         Make the metadata of the buffer writable before changing its
12764         flags.
12765
12766 2006-08-28  Wim Taymans  <wim@fluendo.com>
12767
12768         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12769         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12770         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
12771         (gst_audio_rate_chain), (gst_audio_rate_change_state):
12772         Fix audiorate some more.
12773         Reset and resync counters on flush and READY.
12774         Handle the DISCONT flag correctly.
12775         Use GstSegment to track position.
12776         Fail when not negotiated.
12777         Fixes #353234.
12778
12779 2006-08-25  Michael Smith  <msmith@fluendo.com>
12780
12781         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12782           Fix spelling.
12783           Remove accidently included debug line.
12784
12785 2006-08-25  Wim Taymans  <wim@fluendo.com>
12786
12787         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12788         Small cleanups.
12789         If a buffer is received with no caps, make the buffer metadata
12790         writable and set the caps, making sure that we don't screw up the
12791         refcounts.
12792
12793 2006-08-25  Michael Smith  <msmith@fluendo.com>
12794
12795         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
12796         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
12797           Fix memory leaks and misleading debug messages, add a couple of
12798           comments.
12799
12800         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
12801         (gst_multi_fd_sink_render):
12802           Do not use gst_buffer_make_writable() in a basesink render method,
12803           as it may incorrectly unref the buffer. Instead, use convoluted
12804           dance to avoid copying the buffer except when we need to.
12805
12806 2006-08-25  Michael Smith  <msmith@fluendo.com>
12807
12808         * ext/vorbis/vorbisenc.c:
12809         (gst_vorbis_enc_buffer_check_discontinuous):
12810           Allow very small discontinuities in the timestamps. These we can't
12811           do anything useful with anyway (because vorbis's timestamps have
12812           only sample granularity), and are commonly produced by elements with
12813           minor bugs. Allow up to 1/2 a sample out.
12814           Fixes #351742.
12815
12816 2006-08-24  Wim Taymans  <wim@fluendo.com>
12817
12818         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
12819         (play_scrub_toggle_cb), (main):
12820         Add a checkbox to enable play scrubbing. Makes it possible to disable
12821         normal scrubbing.
12822
12823 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12824
12825         * tests/check/elements/.cvsignore:
12826           make buildbot happy
12827
12828 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12829
12830         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
12831         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
12832         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
12833         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12834         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12835         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
12836         (gst_ogm_text_parse_strip_trailing_zeroes),
12837         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
12838         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
12839           Refactor ogm parse, do better input checking, misc. clean-ups.
12840           Cache incoming events and push them once the source pad has
12841           been created. Don't pass unterminated strings to sscanf().
12842           Strip trailing zeroes from subtitle text output, since they
12843           are not valid UTF-8. Don't push vorbiscomment packets on
12844           the subtitle text pad. Output perfect streams if possible.
12845
12846 2006-08-23  Wim Taymans  <wim@fluendo.com>
12847
12848         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12849         Waits for tasks to settle down so that we clean up correctly for 
12850         valgrind.
12851
12852 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12853
12854         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
12855           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
12856           actually return return value in taglists_are_equal.
12857
12858 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12859
12860         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12861           Fix crash due to broken bitstream parsing on x86-64: can't make
12862           any assumptions about sizeof(struct) due to alignment/packing
12863           differences on different architectures. Fixes #351790.
12864
12865 2006-08-22  Wim Taymans  <wim@fluendo.com>
12866
12867         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12868         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
12869         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
12870         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
12871         (gst_riff_parse_info):
12872         Protect public functions against bad input.
12873         Do some cleanups.
12874         Fix documentation.
12875
12876 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12877
12878         * gst-libs/gst/riff/riff-ids.h:
12879         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12880           Add voxware audio IDs (even if we can't play it) (#351795).
12881
12882 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12883
12884         * gst-libs/gst/riff/riff-media.c:
12885         (gst_riff_create_video_template_caps),
12886         (gst_riff_create_audio_template_caps),
12887         (gst_riff_create_iavs_template_caps):
12888           Const-ify some arrays and use G_N_ELEMENTS instead
12889           of wasting oodles of RAM on terminator bits.
12890
12891 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12892
12893         * gst-libs/gst/tag/gstvorbistag.c:
12894         (gst_tag_list_to_vorbiscomment_buffer):
12895         * tests/check/libs/tag.c: (GST_START_TEST):
12896           And the same for _to_vorbiscomment_buffer(): allow
12897           id_data_len == 0 for speex.
12898
12899 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12900
12901         * configure.ac:
12902         * docs/plugins/Makefile.am:
12903         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12904         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12905         * docs/plugins/inspect/plugin-gdp.xml:
12906         * gst/gdp/Makefile.am:
12907         * tests/check/Makefile.am:
12908           Move GDP plugin to -base from -bad.  Closes #347783.
12909
12910 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
12911
12912         * gst-libs/gst/tag/gstvorbistag.c:
12913         (gst_tag_list_from_vorbiscomment_buffer):
12914           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
12915           Also add some checks to make sure we don't memcmp() beyond the end of
12916           vorbiscomment buffer if the ID to check for is larger than the buffer.
12917
12918         * tests/check/libs/tag.c: (GST_START_TEST):
12919           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
12920
12921 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
12922
12923         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
12924         (gst_vorbis_enc_set_metadata):
12925           Use vorbis comment utility functions from libgsttag
12926           instead of re-inventing the wheel (partially fixes #347091).
12927
12928 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
12929
12930         * tests/check/elements/audioconvert.c: (GST_START_TEST):
12931         Fix leaks. Wait for state transitions that might happen ASYNC, as well
12932         as some that won't.
12933
12934 2006-08-21  Wim Taymans  <wim@fluendo.com>
12935
12936         * docs/libs/Makefile.am:
12937         * docs/libs/gst-plugins-base-libs-sections.txt:
12938         * docs/libs/gst-plugins-base-libs.types:
12939         Don't try to GObject scan the netbuffer as it's not a GObject.
12940         Fixes #351308.
12941
12942         * gst-libs/gst/netbuffer/gstnetbuffer.c:
12943         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12944         Document GstNetBuffer.
12945
12946 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
12947
12948         * tests/check/elements/audioconvert.c: (GST_START_TEST),
12949         (audioconvert_suite):
12950           Add testcase for caps-size-explosion
12951
12952 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12953
12954         * gst/audioconvert/gstaudioconvert.c:
12955         (gst_audio_convert_get_unit_size), (set_structure_widths):
12956           Lower debug, use g_assert in _get_unit_size
12957
12958         * gst/audioresample/gstaudioresample.c:
12959         (audioresample_get_unit_size):
12960         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12961         (gst_ffmpegcsp_get_unit_size):
12962         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
12963           use g_assert in _get_unit_size
12964
12965 2006-08-18  Wim Taymans  <wim@fluendo.com>
12966
12967         * docs/libs/gst-plugins-base-libs-sections.txt:
12968         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
12969         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
12970         (gst_rtp_buffer_get_payload_buffer):
12971         * gst-libs/gst/rtp/gstrtpbuffer.h:
12972         Document GstRTPBuffer.
12973         Added function to efficiently strip payload headers.
12974         API: gst_rtp_buffer_get_payload_subbuffer()
12975
12976 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
12977
12978         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
12979         (gst_tag_to_vorbis_comments):
12980           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
12981           tags and deserialise them properly as well (#347091).
12982           Add some more gtk-doc blurbs and also some g_return_if_fail().
12983
12984         * tests/check/libs/tag.c: (GST_START_TEST),
12985         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
12986           More tests.
12987
12988 2006-08-17  Wim Taymans  <wim@fluendo.com>
12989
12990         * ext/ogg/Makefile.am:
12991         * ext/ogg/gstogg.c: (plugin_init):
12992         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
12993         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
12994         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
12995         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
12996         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
12997         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
12998         Added ogg-in-avi parser element. Fixes #140139.
12999
13000         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13001         Fixed a bug in oggdemux debug code.
13002
13003         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13004         (gst_riff_create_audio_template_caps):
13005         Recognise Ogg in the AVI extensible wave format.
13006
13007 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13008
13009         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13010           Make buffer durations add up (duration should be next_ts-ts for
13011           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13012           from CVS.
13013
13014         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13015         (test_buffer_timestamps), (cddabasesrc_suite):
13016           Add unit test for the above.
13017
13018         * tests/check/Makefile.am:
13019           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13020           to see what happens.
13021
13022 2006-08-16  Wim Taymans  <wim@fluendo.com>
13023
13024         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13025         (gst_alsasink_open):
13026         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13027         (gst_alsasrc_open):
13028         Avoid setting and using a NULL device name.
13029         Print more info when we fail to open a device.
13030
13031 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13032
13033         * docs/libs/gst-plugins-base-libs-sections.txt:
13034         * gst-libs/gst/tag/tag.h:
13035         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13036           API: add gst_tag_parse_extended_comment() (#351426).
13037
13038         * tests/check/Makefile.am:
13039         * tests/check/libs/.cvsignore:
13040         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13041           Add unit test for gst_tag_parse_extended_comment().
13042
13043 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13044
13045         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13046         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13047           Fix leak (#351502).
13048
13049 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13050
13051         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13052         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13053         * docs/plugins/gst-plugins-base-plugins.args:
13054         * gst/playback/gstplaybin.c:
13055           Document playbin.
13056           
13057         * docs/plugins/inspect/plugin-adder.xml:
13058         * docs/plugins/inspect/plugin-alsa.xml:
13059         * docs/plugins/inspect/plugin-audioconvert.xml:
13060         * docs/plugins/inspect/plugin-audiorate.xml:
13061         * docs/plugins/inspect/plugin-audioresample.xml:
13062         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13063         * docs/plugins/inspect/plugin-cdparanoia.xml:
13064         * docs/plugins/inspect/plugin-decodebin.xml:
13065         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13066         * docs/plugins/inspect/plugin-gnomevfs.xml:
13067         * docs/plugins/inspect/plugin-ogg.xml:
13068         * docs/plugins/inspect/plugin-pango.xml:
13069         * docs/plugins/inspect/plugin-playbin.xml:
13070         * docs/plugins/inspect/plugin-subparse.xml:
13071         * docs/plugins/inspect/plugin-tcp.xml:
13072         * docs/plugins/inspect/plugin-theora.xml:
13073         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13074         * docs/plugins/inspect/plugin-video4linux.xml:
13075         * docs/plugins/inspect/plugin-videorate.xml:
13076         * docs/plugins/inspect/plugin-videoscale.xml:
13077         * docs/plugins/inspect/plugin-videotestsrc.xml:
13078         * docs/plugins/inspect/plugin-volume.xml:
13079         * docs/plugins/inspect/plugin-vorbis.xml:
13080         * docs/plugins/inspect/plugin-ximagesink.xml:
13081         * docs/plugins/inspect/plugin-xvimagesink.xml:
13082           Update to CVS version.
13083
13084 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13085
13086         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13087         (gst_play_bin_set_property), (gst_play_bin_get_property),
13088         (value_list_append_structure_list),
13089         (gst_play_bin_handle_redirect_message),
13090         (gst_play_bin_handle_message):
13091           API: GstPlayBin::connection-speed
13092           Add "connection-speed" property; re-order redirect messages with
13093           multiple redirect locations depending on the minimum bitrate if
13094           that information is available and a connection speed is set
13095           (#350399).
13096
13097 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13098
13099         * gst/playback/gstplaybin.c:
13100           Update max volume to the same value that the volume element uses.
13101
13102 2006-08-14  Wim Taymans  <wim@fluendo.com>
13103
13104         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13105         Less uglyness..
13106
13107 2006-08-14  Wim Taymans  <wim@fluendo.com>
13108
13109         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13110         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13111         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13112         Add some more debug info.
13113         Don't crash when a seek failed.
13114         Actually return the result of the seek instead of TRUE.
13115         Ignore multiple BOS pages with the same serial so that we don't create
13116         the same stream multiple times.
13117         Post an error when we fail to do the initial seek.
13118
13119 2006-08-13  Wim Taymans  <wim@fluendo.com>
13120
13121         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13122         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13123         Small code cleanup.
13124
13125         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13126         (gst_alsa_mixer_new):
13127         Remove hack that always set the device to hw:0*.
13128         Properly find the card name for whatever device was configured.
13129         Do some better debugging.
13130         Fixes #350784.
13131
13132         * ext/alsa/gstalsamixerelement.c:
13133         (gst_alsa_mixer_element_set_property),
13134         (gst_alsa_mixer_element_change_state):
13135         Cleanups.
13136         Handle setting of a NULL device name better.
13137
13138 2006-08-11  Wim Taymans  <wim@fluendo.com>
13139
13140         * gst/adder/gstadder.c:
13141         Don't clip float values. Fixes #350900.
13142
13143 2006-08-11  Andy Wingo  <wingo@pobox.com>
13144
13145         * gst/tcp/gsttcp.c: Really fix the build?
13146
13147         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13148         fixes the build.
13149
13150 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13151
13152         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13153           Float caps shouldn't have a "signed" field.
13154
13155 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13156
13157         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13158           Implement SEEKING query in its most basic form, so that we can
13159           at least check if we're seekable or not (#350655).
13160
13161 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13162
13163         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13164           The checks here are not even close to anything that would
13165           justify MAXIMUM probability, lowering to POSSIBLE until someone
13166           fixes the checks (case at hand: quicktime redirection files
13167           might start with 00 00 01 XX and pass the checks here just
13168           fine, see #350399).
13169
13170 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13171
13172         Patch by: Sjoerd Simons  <sjoerd at luon net>
13173
13174         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13175           Better detection for multipart/x-mixed-replace: accept leading
13176           whitespaces before the boundary marker as well (as our very own
13177           multipartmux used to produce) (#349068).
13178
13179 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13180
13181         Patch by: Young-Ho Cha  <ganadist at chollian net>
13182
13183         * gst-libs/gst/riff/riff-ids.h:
13184         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13185         (gst_riff_create_audio_template_caps):
13186           Detect DTS audio streams (#350157).
13187
13188 2006-08-05  Andy Wingo  <wingo@pobox.com>
13189
13190         * ext/theora/gsttheoraparse.h:
13191         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13192         (theora_parse_dispose, theora_parse_set_property)
13193         (theora_parse_get_property, theora_parse_munge_granulepos)
13194         (theora_parse_push_buffer, theora_parse_change_state):
13195         API: GstTheoraParse::synchronization-points
13196         Add a property 'synchronization-points' to fix badly synchronized oggs.
13197
13198 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13199
13200         * tests/check/Makefile.am:
13201         * tests/check/libs/.cvsignore:
13202         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13203         (fixed_caps_have_channel_positions), (GST_START_TEST),
13204         (audio_suite), (main):
13205           Add a few tests for the channel position stuff in libgstaudio.
13206
13207 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13208
13209         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13210         (gst_alsa_detect_channels):
13211         * ext/alsa/gstalsasink.c:
13212           Add support for cards that (only) do more than 8 channels,
13213           like the Delta 44 (#345188).
13214
13215         * gst-libs/gst/audio/multichannel.c:
13216         (gst_audio_check_channel_positions):
13217         * gst-libs/gst/audio/multichannel.h:
13218           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13219           unspecified channel position and cannot be combined with any
13220           of the other audio channel positions; adjust position layout
13221           checks accordingly (#345188).
13222
13223 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13224
13225         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13226           Recognise ancient RealAudio files (see #349779).
13227
13228 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13229
13230         Patch by: Jens Granseuer  <jensgr at gmx net>
13231
13232         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13233           Add typefinder for Interplay's MVE format (#348973).
13234
13235 2006-08-02  Wim Taymans  <wim@fluendo.com>
13236
13237         Patch by: Marcel Moreaux <marcelm at luon dot net>
13238
13239         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13240         (gst_base_rtp_depayload_add_to_queue):
13241         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13242         Handle RTP sequence number rollover.
13243         Disable jitterbuffer by default.
13244
13245 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13246
13247         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13248         (audioresample_set_caps):
13249         Don't leak references to the incoming caps. Clean them up when
13250         stopping.
13251
13252         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13253         (gst_video_scale_finalize):
13254         Don't leak our temporary pixel buffer.
13255
13256         * tests/check/Makefile.am:
13257         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13258         (GST_START_TEST), (simple_launch_lines_suite):
13259
13260         Fix leaks and re-enable the test for valgrind checking.
13261
13262 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13263
13264         Patch by: Sjoerd Simons  <sjoerd at luon net>
13265
13266         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13267         (plugin_init):
13268           Add typefind function for multipart/x-mixed-replace (#348916).
13269
13270 2006-07-28  Wim Taymans  <wim@fluendo.com>
13271
13272         * gst/adder/gstadder.c: (gst_adder_setcaps),
13273         (gst_adder_query_duration):
13274         Fix leak in duration query.
13275         Reflow some docs and notes.
13276
13277 2006-07-28  Michael Smith  <msmith@fluendo.com>
13278
13279         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13280         (vorbisenc_suite):
13281           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13282           aspect of it.
13283
13284 2006-07-28  Michael Smith  <msmith@fluendo.com>
13285
13286         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13287         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13288         (gst_vorbis_enc_push_buffer),
13289         (gst_vorbis_enc_buffer_check_discontinuous),
13290         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13291         * ext/vorbis/vorbisenc.h:
13292           Handle discontinuities in the input vorbis stream correctly,
13293           so that the output is properly timestamped (and has good granulepos
13294           values). Needs some oggmux fixes too.
13295
13296 2006-07-27  Wim Taymans  <wim@fluendo.com>
13297
13298         patch by: Kai Vehmanen <kv2004 eca cx>
13299
13300         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13301         (gst_base_rtp_depayload_chain),
13302         (gst_base_rtp_depayload_handle_sink_event),
13303         (gst_base_rtp_depayload_change_state):
13304         Don't send multiple newsegments with different formats.
13305         Fixes #348677.
13306
13307 2006-07-26  Wim Taymans  <wim@fluendo.com>
13308
13309         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13310         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13311         Make seeking in ogg more accurate again by doing the more correct
13312         granuletime to stream time conversion.
13313
13314 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13315
13316         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13317         (gst_multi_fd_sink_new_client):
13318           debug a little more understandably
13319           do not use goto as a substitute for break, especially if
13320           break is also being used
13321
13322 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13323
13324         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13325         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13326           Remove GLib-2.6 compatibility cruft.
13327
13328 2006-07-24  Wim Taymans  <wim@fluendo.com>
13329
13330         * gst-libs/gst/audio/gstbaseaudiosink.c:
13331         (gst_base_audio_sink_render):
13332         Don't try to align a sample to an unknown value.
13333
13334 2006-07-24  Wim Taymans  <wim@fluendo.com>
13335
13336         * gst-libs/gst/audio/gstbaseaudiosink.c:
13337         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13338         When the audio clock is slaved to another clock, never try to align
13339         samples but trust the rate interpolation algorithm.
13340
13341 2006-07-24  Wim Taymans  <wim@fluendo.com>
13342
13343         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13344         Don't try to calculate silence samples, base class does this much
13345         better now.
13346
13347         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13348         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13349         (gst_ring_buffer_acquire):
13350         Calculate silence samples correctly.
13351
13352         * gst-libs/gst/audio/gstringbuffer.h:
13353         Add _CAST macro.
13354
13355 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13356
13357         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13358           Limit search for the first markup tag to the first few kB of
13359           the file. If we don't find one there, it's highly unlikely that
13360           this is an XML(-ish) file.
13361
13362 2006-07-21  Andy Wingo  <wingo@pobox.com>
13363
13364         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13365         test to the one in vorbisenc. Also commented out.
13366
13367         * tests/check/pipelines/vorbisenc.c: 
13368         (test_discontinuity): New test, commented out until Mike lands
13369         some elite vorbisenc patches.
13370
13371         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13372         Bufferstraw was actually factored out of these tests. Now we share
13373         code yay.
13374
13375         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13376         for bufferstraw addition to gstcheck.
13377
13378 2006-07-21  Wim Taymans  <wim@fluendo.com>
13379
13380         * ext/theora/theoradec.c: (clip_buffer):
13381         Better clipping.
13382
13383 2006-07-21  Wim Taymans  <wim@fluendo.com>
13384
13385         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13386         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13387         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13388         Fix leak.
13389         Avoid type casting when we can.
13390
13391         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13392         Fix mem leak.
13393
13394 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13395
13396         * ext/alsa/gstalsamixerelement.c:
13397         (gst_alsa_mixer_element_change_state):
13398           Make state change fail if the specified device can't be opened
13399           for some reason.
13400
13401 2006-07-20  Wim Taymans  <wim@fluendo.com>
13402
13403         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13404         (cb_newpad), (main):
13405         Example of a small audio/video player using decodebin.
13406
13407 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13408
13409         * gst-libs/gst/riff/riff-ids.h:
13410           Add 'fact' chunk id
13411
13412 2006-07-19  Wim Taymans  <wim@fluendo.com>
13413
13414         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13415         (gst_base_rtp_depayload_chain),
13416         (gst_base_rtp_depayload_change_state):
13417         Don't assert when not negotiated but post a meaningfull 
13418         error message. Fixes #347918.
13419
13420         * gst-libs/gst/rtp/gstbasertppayload.c:
13421         Add comment about better default MTU size.
13422
13423         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13424         Small cleanups, start docs.
13425
13426 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13427
13428         Patch by: Martin Szulecki
13429
13430         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13431           If "device-name" is requested and the device is not
13432           open, try to temporarily open it to obtain this
13433           information (#342494).
13434
13435 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13436
13437         * gst-libs/gst/tag/gstid3tag.c:
13438           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13439
13440         * gst-libs/gst/tag/gsttageditingprivate.h:
13441         * gst-libs/gst/tag/gstvorbistag.c:
13442           Some more random const-ifications.
13443
13444 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13445
13446         * gst-libs/gst/riff/riff-ids.h:
13447         * gst-libs/gst/riff/riff-media.c:
13448         (gst_riff_create_video_template_caps):
13449           Add more FOURCCs (sort list to make stuff easier to find),
13450           add comment what those 16 bytes in struct _gst_riff_strh according to
13451           one avi-dumper are
13452
13453 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13454
13455         * gst-libs/gst/audio/multichannel.c:
13456         (gst_audio_check_channel_positions),
13457         (gst_audio_fixate_channel_positions):
13458           Const-ify two arrays.
13459
13460 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13461
13462         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13463           Fix typo, so that alsasink also advertises 8 channels
13464           if that's supported (tags: can, worms, open, alsa, ph34r).
13465
13466 2006-07-17  Wim Taymans  <wim@fluendo.com>
13467
13468         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13469         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13470         *sigh*, when is the compiler going to warn when the comments
13471         are out-of-sync with the code.. Refix case of busted theora
13472         headers with 0 granule pos.
13473
13474 2006-07-14  Wim Taymans  <wim@fluendo.com>
13475
13476         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13477         (gst_base_rtp_depayload_wait),
13478         (gst_base_rtp_depayload_change_state),
13479         (gst_base_rtp_depayload_set_property),
13480         (gst_base_rtp_depayload_get_property):
13481         Fix 99% cpu load by waiting for absolute times on the
13482         clock. Fixes #347300.
13483
13484 2006-07-14  Andy Wingo  <wingo@pobox.com>
13485
13486         * ext/theora/gsttheoraparse.h: 
13487         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13488         (theora_parse_push_headers, theora_parse_clear_queue)
13489         (theora_parse_drain_queue_prematurely, )
13490         (theora_parse_sink_event, theora_parse_change_state): Queue events
13491         until we initialized our state, like in vorbisparse.
13492
13493         * ext/vorbis/vorbisparse.h: 
13494         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13495         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13496         (vorbis_parse_drain_queue_prematurely, )
13497         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13498         until we have initialized our state. Fixes seeking after an
13499         initial pad block.
13500
13501 2006-07-14  Andy Wingo  <wingo@pobox.com>
13502
13503         Patch by: Iain Holmes <iaingnome@gmail.com>
13504         
13505         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13506
13507 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13508
13509         * configure.ac:
13510         Bump nano back to CVS
13511
13512 === release 0.10.9 ===
13513
13514 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13515
13516         * configure.ac:
13517           releasing 0.10.9, "I walk the line"
13518
13519 2006-07-14  Michael Smith  <msmith@fluendo.com>
13520
13521         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13522           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13523           (commonly happens when running this test under valgrind) when trying
13524           to remove the buffer probe.
13525
13526 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13527
13528         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13529         Fix missing g_unlock from the previous commit
13530
13531 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13532
13533         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13534         (gst_ximagesink_change_state):
13535         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13536         (gst_xvimagesink_change_state):
13537         Implement a locking order to ensure we always take the object lock
13538         before the x_lock and never vice-versa.
13539
13540 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13541
13542         * gst/playback/gstdecodebin.c: (find_compatibles):
13543         Fix a caps leak when linking (#347304)
13544
13545         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13546         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13547         (gst_ximagesink_change_state):
13548         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13549         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13550         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13551         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13552         Don't leak shared memory resources. Use the object lock to protect
13553         against the xcontext disappearing while returning a buffer from the
13554         pipeline. (#347304)
13555
13556 2006-07-12  Edward Hervey  <edward@fluendo.com>
13557
13558         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13559         (vorbis_handle_comment_packet):
13560         gst_tag_list_merge() returns a new object. Take that into account when
13561         using it. This avoids memleak.
13562         Revert previous commit which is not needed.
13563
13564 2006-07-12  Edward Hervey  <edward@fluendo.com>
13565
13566         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13567         Reset the decoder in finalize so that all fields get cleared.
13568
13569 2006-07-12  Wim Taymans  <wim@fluendo.com>
13570
13571         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13572         (gst_base_audio_src_set_clock),
13573         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13574         Don't try to post an error message when setting the clock fails
13575         as this can happen when adding an element to a bin which will then
13576         deadlock. Fixes #347296.
13577
13578 2006-07-12  Edward Hervey  <edward@fluendo.com>
13579
13580         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13581         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13582         (vorbis_handle_type_packet):
13583         Post tag messages on the bus even if we're not initialized.
13584         If we're not initialized, we still postpone the event pushing of tags.
13585
13586 2006-07-12  Wim Taymans  <wim@fluendo.com>
13587
13588         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13589         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13590         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13591         Revert last two changes that broke the freeze.
13592
13593 2006-07-12  Wim Taymans  <wim@fluendo.com>
13594
13595         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13596         basesink calculates silence sample correctly for us.
13597
13598 2006-07-12  Wim Taymans  <wim@fluendo.com>
13599
13600         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13601         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13602         Calculate correct silence samples so we don't fill our ringbuffer
13603         with noise.
13604
13605 2006-07-12  Edward Hervey  <edward@fluendo.com>
13606
13607         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13608         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13609         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13610         * ext/vorbis/vorbisdec.h:
13611         Delay sending events (newsegment, tags) until the decoder is properly
13612         initialized.
13613         Fixes #347295
13614
13615 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13616
13617         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13618         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13619           Patch from #347221 adding a test for audioconvert
13620           channel remappings.
13621
13622 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13623
13624         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13625         (gst_ssa_parse_parse_line):
13626           Don't include the terminating NUL in the buffer size,
13627           it's only there for extra paranoia (would add random
13628           '*' characters at the end of each subtitle since the
13629           terminator itself is not valid UTF-8 technically).
13630           Also fix indenting after boilerplate macro.
13631
13632 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13633
13634         * gst/playback/gstdecodebin.c: (close_pad_link):
13635           Also emit 'unknown-type' signal (which should really be
13636           called unhandled-type) if we found potential decoders/demuxers
13637           in the registry but none of them worked in the end (as in the
13638           case where the plugins don't exist any longer but are still
13639           listed in the registry). Fixes #329798.
13640
13641 2006-07-08  Andy Wingo  <wingo@pobox.com>
13642
13643         * theoraparse.c (theora_parse_push_buffer)
13644         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13645         Add some more debugging. Fix granulepos reconstruction in the face
13646         of discontinuities.
13647
13648 2006-07-06  Wim Taymans  <wim@fluendo.com>
13649
13650         * gst-libs/gst/audio/gstbaseaudiosink.c:
13651         (gst_base_audio_sink_class_init),
13652         (gst_base_audio_sink_provide_clock):
13653         Use gobject_class instead of G_OBJECT_CLASS (klass)
13654
13655         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13656         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13657         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13658         (gst_base_audio_src_get_time),
13659         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13660         (gst_base_audio_src_create_ringbuffer):
13661         Fix latency and buffer-time constants and properties ala basesink.
13662         Implement pull based scheduling. Fixes #346527.
13663         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13664         one segment.
13665         Refuse slaving to another clock instead of silently not working.
13666         Only provide a clock when we are actually able to do so.
13667         Various small cleanups and compiler hints.
13668
13669 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13670
13671         Patch by: Lutz Mueller <lutz at topfrose de>
13672
13673         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13674         (plugin_init):
13675           Add typefinding for text/html (#346581).
13676
13677 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13678
13679         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13680         (xml_check_first_element), (xml_type_find), (smil_type_find):
13681           Fix SMIL typefinding, make xml_check_first_element() more
13682           useful.
13683
13684 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13685
13686         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13687         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13688         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13689         * gst/playback/gstplaybasebin.h:
13690           Protect list of elements with a subtitle-encoding property and
13691           the subtitle encoding member itself with a lock of their own
13692           instead of using the object lock. This prevents a dead-lock in
13693           the element-remove callback in some circumstances when shutting
13694           down playbin.
13695
13696 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13697
13698         * win32/common/libgsttag.def:
13699         Export some new functions.
13700         * win32/vs6/libgstogg.dsp:
13701         Add a link to libgsttag-0.10.lib.
13702
13703 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13704
13705         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13706           Some const-ification.
13707
13708 2006-07-04  Wim Taymans  <wim@fluendo.com>
13709
13710         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13711         Improve checking if we are dealing with a stream. Added some
13712         more uris that need buffering.
13713
13714 2006-07-03  Edward Hervey  <edward@fluendo.com>
13715
13716         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13717         Remove unused variable.
13718
13719 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13720
13721         * Makefile.am:
13722           include lcov.mak
13723         * configure.ac:
13724           add GCOV_LIBS to GST_LIBS
13725
13726 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
13727
13728         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13729
13730         * ext/alsa/gstalsasrc.c:
13731           Add 32 bps to template caps and increase channels range
13732           from [1,2] to [1,MAX]. See #346326.
13733
13734 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13735
13736         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13737           Recognise 'WMVA' video codec fourcc (#345879).
13738           
13739 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13740          
13741         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13742           Fixed nasty memory leak
13743
13744 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13745
13746         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13747         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13748           fix logging
13749
13750 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
13751
13752         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13753         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
13754         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
13755         Protect remove_fakesink using a mutex, so that we don't try and
13756         remove the fakesink simultaneously from multiple threads.
13757
13758         When going from READY to PAUSED, restore the fakesink, so that
13759         it is there when decodebin gets reused.
13760
13761 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
13762
13763         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13764         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13765         * gst-libs/gst/rtp/gstbasertppayload.c:
13766         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13767         * gst/tcp/gstmultifdsink.c:
13768         * gst/tcp/gsttcpclientsink.c:
13769         * gst/tcp/gsttcpclientsrc.c:
13770         * gst/tcp/gsttcpserversink.c:
13771         * gst/tcp/gsttcpserversrc.c:
13772         * gst/videorate/gstvideorate.c:
13773         * gst/videotestsrc/gstvideotestsrc.c:
13774         * sys/v4l/gstv4ljpegsrc.c:
13775         * sys/v4l/gstv4lmjpegsink.c:
13776         * sys/v4l/gstv4lsrc.c:
13777         * tests/examples/seek/scrubby.c:
13778         * tests/examples/seek/seek.c:
13779           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
13780
13781 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13782
13783         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
13784           Second field in GEnumValue shouldn't be a description,
13785           but a stringified version of the enum value.
13786
13787 2006-06-22  Wim Taymans  <wim@fluendo.com>
13788
13789         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13790         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
13791         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13792         Avoid type checking in buffer casts.
13793         Avoid caps copy in buffer_alloc when we can.
13794         Use pad_peer_accept.
13795
13796 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13797
13798         * gst-libs/gst/tag/tag.h:
13799           Oops, make that 'Since: 0.10.9'.
13800
13801 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13802
13803         * docs/libs/gst-plugins-base-libs-sections.txt:
13804         * gst-libs/gst/tag/tag.h:
13805         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
13806         (gst_tag_image_type_get_type):
13807           API: add GstTagImageType enum to describe images contained
13808           in image tags (#345641).
13809
13810 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13811
13812         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13813           Fix warnings with gst-inspect: "buffers-min" property
13814           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
13815           typo in property description.
13816
13817 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13818
13819         Patch by: Cody Russell <bratsche at gnome org>
13820
13821         * gst/audioresample/gstaudioresample.c:
13822         (gst_audioresample_class_init):
13823         * gst/playback/gststreamselector.c:
13824         (gst_stream_selector_class_init):
13825         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
13826         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13827         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
13828         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
13829         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
13830         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
13831         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
13832         * gst/videotestsrc/gstvideotestsrc.c:
13833         (gst_video_test_src_class_init):
13834         * gst/volume/gstvolume.c: (gst_volume_class_init):
13835           Avoid unnecessary class cast check in class_init
13836           functions (#337747).
13837
13838 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
13839
13840         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
13841         (gst_text_overlay_video_chain):
13842           g_markup_escape_text() REALLY doesn't like non-UTF8 input
13843           and doesn't validate its input either (and neither did
13844           textoverlay it seems). Let's do that then and fix #345206.
13845
13846 2006-06-19  Wim Taymans  <wim@fluendo.com>
13847
13848         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13849         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
13850         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
13851         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
13852         (find_syncframe), (find_limits), (assign_value),
13853         (count_burst_unit), (gst_multi_fd_sink_new_client),
13854         (gst_multi_fd_sink_handle_client_write),
13855         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
13856         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
13857         (gst_multi_fd_sink_change_state):
13858         * gst/tcp/gstmultifdsink.h:
13859         Added shiny new burst-on-connect methods.
13860         Add properties to control the minimal amount of data queued.
13861         Small cleanups.
13862         API: bytes-min property
13863         API: time-min property
13864         API: buffers-min property
13865         API: burst-unit property
13866         API: burst-value property
13867         API: add-full signal
13868
13869         * gst/tcp/gsttcp-marshal.list:
13870         Added new marshaller code for the new signal.
13871
13872         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13873         (multifdsink_suite):
13874         Added testcases for new burst methods.
13875
13876 2006-06-19  Edward Hervey  <edward@fluendo.com>
13877
13878         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
13879         Implement clipping for accurate seeking.
13880         Closes #345225
13881
13882 2006-06-19  Wim Taymans  <wim@fluendo.com>
13883
13884         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
13885
13886         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
13887         (gst_video_scale_transform):
13888         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
13889
13890 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
13891
13892         * configure.ac:
13893           Fix --disable-external (can't set conditionals conditionally,
13894           #343602).
13895
13896 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13897
13898         * tests/check/elements/audioresample.c: (test_reuse),
13899         (audioresample_suite):
13900           Add test case for bug #342789 fixed below.
13901
13902 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13903
13904         * gst/audioresample/gstaudioresample.c:
13905         (gst_audioresample_class_init), (gst_audioresample_init),
13906         (audioresample_start), (audioresample_stop),
13907         (gst_audioresample_set_property), (gst_audioresample_get_property):
13908           Implement GstBaseTransform::start and ::stop so that audioresample
13909           can clear its internal state properly and be reused instead of
13910           causing non-negotiated errors with playbin under some circumstances
13911           (#342789).
13912
13913         * tests/check/elements/audioresample.c: (setup_audioresample),
13914         (cleanup_audioresample):
13915           Need to set element state here so that ::start and ::stop are
13916           called.
13917
13918 2006-06-16  Wim Taymans  <wim@fluendo.com>
13919
13920         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13921
13922         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
13923         Parse extra data better, apparently it's right behind
13924         the normal strf header size. Fixes #343500.
13925
13926 2006-06-16  Wim Taymans  <wim@fluendo.com>
13927
13928         * ext/alsa/gstalsasink.c: (set_hwparams):
13929         If we fail to set the buffer_time and period_time alsa
13930         parameters, post a warning and leave alsa select a 
13931         default instead of failing. Fixes #342085
13932
13933 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13934
13935         * docs/libs/gst-plugins-base-libs-sections.txt:
13936         * gst-libs/gst/cdda/gstcddabasesrc.h:
13937           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
13938           out in the header file and shouldn't be listed in the docs.
13939
13940         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13941           Must dereference pointer to fourcc in the debug statement.
13942
13943 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
13944
13945         * docs/libs/Makefile.am:
13946         * docs/libs/gst-plugins-base-libs-docs.sgml:
13947         * docs/libs/gst-plugins-base-libs-sections.txt:
13948         * docs/libs/gst-plugins-base-libs.types:
13949         add remaining symbols into correct setions
13950         
13951         * gst-libs/gst/audio/gstringbuffer.c:
13952         fix incomplete docs
13953         
13954         * gst-libs/gst/audio/gstringbuffer.h:
13955         comment out not yet implemented function
13956         
13957         
13958         * gst-libs/gst/floatcast/floatcast.h:
13959         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13960         add short descriptions
13961         
13962         
13963         * gst-libs/gst/interfaces/propertyprobe.c:
13964         fix return value docs   
13965         
13966         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13967         simplify debug logging
13968         
13969         * gst-libs/gst/riff/riff-read.h:
13970         sync function prototype and docs
13971         
13972         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13973         remove left over symbol
13974
13975 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13976
13977         * autogen.sh:
13978         * configure.ac:
13979         * docs/Makefile.am:
13980           Use GST_PLUGIN_DOCS macro in configure.ac, add
13981           --enable-plugin-docs default to autogen.sh and use
13982           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
13983
13984 2006-06-15  Wim Taymans  <wim@fluendo.com>
13985
13986         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
13987         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
13988         (gst_ogg_demux_loop):
13989         Combine GstFlowReturn from the source pads to give a
13990         meaningfull result to the upstream peer or to stop the
13991         processing task in case of errors.
13992
13993 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
13994
13995         * gst/playback/gststreaminfo.c: (cb_probe):
13996           Try GST_TAG_CODEC as fallback when extracting the
13997           codec name; more debug info.
13998
13999 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14000
14001         * ext/ogg/Makefile.am:
14002         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14003           Extract language tags from ogm subtitle streams, so that
14004           the subtitle menu choices are labelled correctly in
14005           Totem (fixes #344708).
14006
14007 2006-06-14  Wim Taymans  <wim@fluendo.com>
14008
14009         Patch by: Alessandro Decina <alessandro at nnva dot org>
14010
14011         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14012         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14013         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14014         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14015         Fix various leaks. Fixes #343699.
14016         Add x-smoke mime type.
14017
14018 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14019
14020         * gst-libs/gst/riff/riff-ids.h:
14021           Add IDs for 'bext' chunks (see #343837).
14022
14023 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14024
14025         Patch by: Young-Ho Cha  <ganadist at chollian net>
14026
14027         * gst/subparse/samiparse.c: (sami_context_pop_state),
14028         (handle_start_font), (end_sami_element):
14029           Honour font face tags in SAMI subtitles (#344503).
14030
14031 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14032
14033         * po/POTFILES.in:
14034           add missing files containing translatable strings
14035
14036 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14037
14038         * docs/libs/tmpl/.cvsignore:
14039           we don't want those *.sgml files in CVS either
14040
14041 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14042
14043         * docs/libs/.cvsignore:
14044         * tests/check/elements/.cvsignore:
14045         * tests/check/libs/.cvsignore:
14046           ignore more
14047
14048 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14049
14050         * docs/libs/Makefile.am:
14051           also commiting the changed Makefile.am (added more libs to the
14052           doc-build)
14053
14054 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14055
14056         * docs/libs/gst-plugins-base-libs-docs.sgml:
14057         * docs/libs/gst-plugins-base-libs-sections.txt:
14058         * docs/libs/gst-plugins-base-libs.types:
14059           first batch of reordering things, add index & hierarchy
14060
14061 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14062
14063         * configure.ac:
14064           use GST_PKG_CHECK_MODULES, cleans up output
14065
14066 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14067
14068         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14069           Add support for burn:// URIs (#343385); const-ify things a bit,
14070           use G_N_ELEMENTS instead of hard-coded array size.
14071
14072 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14073
14074         Patch by: Young-Ho Cha  <ganadist at chollian net>
14075
14076         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14077           Fix up broken entities before passing them to libxml *sigh*.
14078           (#343303).
14079           
14080 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14081
14082         * configure.ac:
14083           back to TRUNK
14084
14085 === release 0.10.8 ===
14086
14087 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14088
14089         * configure.ac:
14090           releasing 0.10.8, "Moar gij ziet mij nie"
14091
14092 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14093
14094         * configure.ac:
14095         * po/af.po:
14096         * po/az.po:
14097         * po/cs.po:
14098         * po/en_GB.po:
14099         * po/hu.po:
14100         * po/it.po:
14101         * po/nb.po:
14102         * po/nl.po:
14103         * po/or.po:
14104         * po/sq.po:
14105         * po/sr.po:
14106         * po/sv.po:
14107         * po/uk.po:
14108         * po/vi.po:
14109         * win32/common/config.h:
14110           0.10.7.2 prerelease
14111
14112 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14113
14114         * docs/libs/tmpl/gstaudio.sgml:
14115         * docs/libs/tmpl/gstcolorbalance.sgml:
14116         * docs/libs/tmpl/gstmixer.sgml:
14117         * docs/libs/tmpl/gstringbuffer.sgml:
14118         * docs/libs/tmpl/gsttuner.sgml:
14119         * docs/libs/tmpl/gstxoverlay.sgml:
14120         * gst-libs/gst/audio/audio.c:
14121         * gst-libs/gst/audio/gstringbuffer.c:
14122         * gst-libs/gst/interfaces/colorbalance.c:
14123         * gst-libs/gst/interfaces/mixer.c:
14124         * gst-libs/gst/interfaces/tuner.c:
14125         * gst-libs/gst/interfaces/xoverlay.c:
14126           move last template doc snippets to source code and delete them
14127
14128 2006-06-06  Michael Smith  <msmith@fluendo.com>
14129
14130         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14131         (theora_parse_drain_queue):
14132           Mark DELTA_UNIT on non-keyframes.
14133
14134 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14135
14136         * gst-libs/gst/audio/gstbaseaudiosink.c:
14137         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14138         * gst-libs/gst/audio/gstbaseaudiosink.h:
14139         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14140         (gst_ring_buffer_samples_done):
14141         * gst-libs/gst/audio/gstringbuffer.h:
14142         Document better the fact that latency_time and buffer_time are values
14143         stored in microseconds, and not the usual GStreamer nanoseconds.
14144         Change the variables (compatibly) that store them from GstClockTime 
14145         to guint64 to make it more clear that they're not storing clock times.
14146         Also, remove the bogus property description that says the user can
14147         specify -1 to get the default value, since that's never been the case.
14148
14149         When computing the default segment size for the ring buffer, make it
14150         an integer number of samples.
14151
14152         When the sub-class indicates a delay greater than the number of
14153         samples we've written return 0 from the audio sink get_time method.
14154
14155 2006-06-02  Michael Smith  <msmith@fluendo.com>
14156
14157         * tests/check/elements/audioconvert.c: (set_channel_positions),
14158         (get_float_mc_caps), (get_int_mc_caps):
14159         * tests/check/elements/audioresample.c:
14160         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14161         * tests/check/elements/videorate.c:
14162         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14163         * tests/check/elements/volume.c:
14164         * tests/check/elements/vorbisdec.c:
14165         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14166           Don't busy-wait in tests; this was causing test timeouts very
14167           frequently when running under valgrind.
14168
14169 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14170
14171         * gst/tcp/README:
14172         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14173         (gst_multi_fd_sink_remove_client_link),
14174         (gst_multi_fd_sink_client_queue_caps),
14175         (gst_multi_fd_sink_client_queue_buffer),
14176         (gst_multi_fd_sink_handle_client_write),
14177         (gst_multi_fd_sink_render):
14178         * gst/tcp/gstmultifdsink.h:
14179           make multifdsink properly deal with streamheader:
14180           - streamheader is taken from caps
14181           - buffers marked with IN_CAPS are not sent
14182           - streamheaders are sent, on connection, from the caps of the
14183             buffer where the client gets positioned to
14184           - further streamheader changes are done every time the client
14185             will receive a buffer with different caps
14186         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14187         (gst_multifdsink_create_streamheader):
14188           add tests for this
14189
14190 2006-06-02  Michael Smith  <msmith@fluendo.com>
14191
14192         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14193           Reinstate limit on channel count. Vorbis does not define the meaning
14194           of > 6 channels, so they're just independent channels. Gstreamer
14195           currently has no mechanism to represent N independent channels.
14196
14197 2006-06-02  Michael Smith  <msmith@fluendo.com>
14198
14199         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14200           Don't arbitrarily restrict channel counts and rate in vorbis.
14201           In terms of effects likely on real-world files, this fixes 96kHz
14202           playback of vorbis.
14203
14204 2006-06-02  Michael Smith  <msmith@fluendo.com>
14205
14206         * gst/audioconvert/audioconvert.c: (float):
14207           More correct float->int conversion.
14208
14209 2006-06-02  Michael Smith  <msmith@fluendo.com>
14210
14211         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14212           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14213           value. Fixes g-critical on trying to play back ogg containing
14214           unknown codec.
14215
14216 2006-06-02  Wim Taymans  <wim@fluendo.com>
14217
14218         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14219         (setup_source):
14220         * gst/playback/gstplaybasebin.h:
14221         Make the subtitle detection work from any thread so we don't
14222         deadlock. Fixes #343397.
14223
14224 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14225
14226         * gst/volume/Makefile.am:
14227           Seriously, it's not *that* hard to get compilation right.  Even
14228           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14229
14230 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14231
14232         * gst/volume/gstvolume.c: (volume_choose_func),
14233         (volume_update_real_volume), (gst_volume_class_init),
14234         (gst_volume_init), (volume_process_float), (volume_process_int16),
14235         (volume_process_int16_clamp), (volume_set_caps),
14236         (volume_transform_ip), (plugin_init):
14237         * gst/volume/gstvolume.h:
14238         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14239         another property desc., remove unused param from process function
14240         
14241         * tests/check/elements/volume.c: (volume_suite):
14242         reactivate the passthrough test
14243
14244 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14245
14246         * ext/alsa/gstalsamixerelement.h:
14247         * ext/alsa/gstalsamixeroptions.h:
14248         * ext/alsa/gstalsamixertrack.h:
14249         * ext/gnomevfs/gstgnomevfssink.h:
14250         * ext/gnomevfs/gstgnomevfssrc.h:
14251         * ext/theora/gsttheoradec.h:
14252         * ext/theora/gsttheoraenc.h:
14253         * ext/theora/gsttheoraparse.h:
14254         * ext/vorbis/vorbisparse.h:
14255         * gst-libs/gst/audio/gstaudioclock.h:
14256         * gst-libs/gst/audio/gstaudiofilter.h:
14257         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14258         * gst/audioconvert/gstaudioconvert.h:
14259         * gst/audioresample/gstaudioresample.h:
14260         * gst/audiotestsrc/gstaudiotestsrc.h:
14261         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14262         * gst/playback/gststreamselector.h:
14263         * gst/tcp/gstmultifdsink.h:
14264         * gst/tcp/gsttcpclientsink.h:
14265         * gst/tcp/gsttcpclientsrc.h:
14266         * gst/tcp/gsttcpserversink.h:
14267         * gst/tcp/gsttcpserversrc.h:
14268         * gst/videorate/gstvideorate.h:
14269         * gst/videoscale/gstvideoscale.h:
14270         * gst/videotestsrc/gstvideotestsrc.h:
14271         * gst/volume/gstvolume.h:
14272         * sys/v4l/gstv4ljpegsrc.h:
14273         * sys/v4l/gstv4lmjpegsink.h:
14274         * sys/v4l/gstv4lmjpegsrc.h:
14275         * sys/v4l/gstv4lsrc.h:
14276         * sys/ximage/ximagesink.h:
14277         * sys/xvimage/xvimagesink.h:
14278         * tests/old/testsuite/alsa/sinesrc.h:
14279         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14280
14281 2006-05-31  Wim Taymans  <wim@fluendo.com>
14282
14283         * ext/libvisual/visual.c: (gst_visual_reset),
14284         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14285         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14286         Handle DISCONT.
14287         Use running time before doing QoS.
14288         Handle mono too.
14289
14290 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14291
14292         * docs/libs/Makefile.am:
14293           set a magic variable to indicate we know the docs are incomplete
14294
14295 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14296
14297         * win32/common/libgstvideo.def:
14298           export gst_video_calculate_display_ratio
14299         * win32/vs6/libgstvideoscale.dsp:
14300           add link to libgstvideo-0.10.lib
14301
14302 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14303
14304         * gst/playback/gstplaybasebin.c: (gen_source_element):
14305           Throw a more comprehensible error for rtsp:// URIs (rather
14306           than erroring out with a negotiation error later on) until
14307           we fix playbin to handle rtspsrc etc.
14308
14309 2006-05-30  Wim Taymans  <wim@fluendo.com>
14310
14311         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14312         (gst_text_overlay_text_event):
14313         Added some FIXMEs.
14314
14315 2006-05-30  Wim Taymans  <wim@fluendo.com>
14316
14317         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14318         (gst_adder_request_new_pad), (gst_adder_release_pad):
14319         * gst/adder/gstadder.h:
14320         Implement release_request_pad.
14321         Make padcounter atomic.
14322
14323         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14324         Added check for release_pad in adder.
14325
14326 2006-05-30  Wim Taymans  <wim@fluendo.com>
14327
14328         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14329         Fix build again.
14330
14331 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14332
14333         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14334         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14335         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14336         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14337         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14338         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14339         (gst_ogg_demux_bisect_forward_serialno),
14340         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14341         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14342           add more debugging
14343           clean up printf formats for granulepos and serialno
14344
14345 2006-05-30  Michael Smith  <msmith@fluendo.com>
14346
14347         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14348         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14349         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14350         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14351         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14352         * ext/vorbis/vorbisenc.h:
14353           Multi-channel caps negotiation, so we can do proper multichannel
14354           vorbis encoding, negotiated through audioconvert.
14355
14356 2006-05-30  Wim Taymans  <wim@fluendo.com>
14357
14358         * tests/check/elements/adder.c: (test_event_message_received),
14359         (test_play_twice_message_received), (GST_START_TEST),
14360         (adder_suite):
14361         Added check to show that #339935 is fixed with ongoing
14362         adder and collectpads fixes.
14363
14364 2006-05-29  Wim Taymans  <wim@fluendo.com>
14365
14366         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14367         Don't leak pad name.
14368
14369 2006-05-29  Wim Taymans  <wim@fluendo.com>
14370
14371         * gst/adder/gstadder.c: (gst_adder_query_duration),
14372         (forward_event_func), (forward_event), (gst_adder_src_event):
14373         Fix adder seeking.
14374         Make query/seeking code threadsafe.
14375
14376         * tests/check/Makefile.am:
14377         * tests/check/elements/adder.c: (test_event_message_received),
14378         (GST_START_TEST), (test_play_twice_message_received):
14379         Fix adder test case.
14380
14381 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14382
14383         Patch by: Young-Ho Cha  <ganadist at chollian net>
14384
14385         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14386         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14387         (set_encoding_element), (decodebin_element_added_cb),
14388         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14389         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14390         * gst/playback/gstplaybasebin.h:
14391           Add 'subtitle-encoding' property to playbin, so applications can
14392           force a subtitle encoding for non-UTF8 subtitles (#342268).
14393
14394         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14395         (gst_sub_parse_set_property):
14396           Rename recently-added 'encoding' property to 'subtitle-encoding'
14397           (so it can be proxied by playbin/decodebin in a generic way
14398           with less danger of false positives).
14399
14400 2006-05-29  Michael Smith  <msmith@fluendo.com>
14401
14402         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14403         (append_with_other_format), (set_structure_widths),
14404         (gst_audio_convert_transform_caps):
14405           Patch from #341562: give more specific audio caps in get_caps, so
14406           that basetransform  can make better decisions on what caps to
14407           negotiate.
14408
14409 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14410
14411         * tests/check/elements/volume.c:
14412         make it compile again
14413
14414 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14415
14416         * tests/check/elements/volume.c: (volume_suite):
14417         disable test until #343196 gets resolved
14418
14419 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14420
14421         * gst/adder/gstadder.c: (gst_adder_get_type):
14422         Make it easier to copy&paste
14423         
14424         * gst/volume/Makefile.am:
14425         * gst/volume/gstvolume.c: (volume_update_real_volume),
14426         (gst_volume_set_volume), (gst_volume_set_mute),
14427         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14428         (volume_transform_ip), (volume_update_mute),
14429         (volume_update_volume):
14430         * gst/volume/gstvolume.h:
14431         Add own debug category, move duplicate code to helper function, fix
14432         property texts, add more comments and prepare ffor liboil-goodness
14433         
14434         * tests/check/Makefile.am:
14435         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14436         add test for mute and passtrough case, be a bit more verbose to track
14437         failure
14438         
14439         * tests/check/generic/states.c: (GST_START_TEST):
14440         catch elements that fail to instantiate
14441
14442 2006-05-28  Edward Hervey  <edward@fluendo.com>
14443
14444         * tests/check/pipelines/simple-launch-lines.c:
14445         * tests/check/pipelines/theoraenc.c:
14446         * tests/check/pipelines/vorbisenc.c:
14447         Comment out tests using parse_launch() if core was built without
14448         parsing capabilities.
14449
14450 2006-05-27  Edward Hervey  <edward@fluendo.com>
14451
14452         * tests/check/Makefile.am:
14453         Extra bonus points for whoever explains to ensonic that you are meant
14454         to test unit tests thoroughly before commiting them, especially if
14455         you know it's going to break.
14456         De-activated element/adder tests.
14457
14458 2006-05-27  Edward Hervey  <edward@fluendo.com>
14459
14460         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14461         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14462         Marking caps conversion issues as GST_WARNING is way too verbose,
14463         Moving them to GST_LOG.
14464
14465 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14466
14467         * README:
14468           Replace current README (containing the release notes from
14469           some 0.9.x version) with a proper README taken from the core.
14470
14471 2006-05-26  Wim Taymans  <wim@fluendo.com>
14472
14473         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14474         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14475         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14476         (vorbis_dec_change_state):
14477         Small cleanups.
14478         Add some FIXMEs
14479         Clip output samples to segment boundaries.
14480
14481 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14482
14483         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14484         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14485         Improve the errors produced on bad output, including some human
14486         readable description strings.
14487         Handle the (theoretical for ximagesink) case where the XServer 
14488         has a different idea about the size required for a particular 
14489         frame and gives us too small a memory allocation.
14490
14491 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14492
14493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14494         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14495         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14496         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14497         Improve the errors produced on bad output, including some human 
14498         readable description strings.
14499         Handle RGB Xv formats properly by transforming them into our 
14500         big-endian caps description.
14501         Use gst_caps_truncate to ensure that we never try and choose a
14502         non-fixed caps in buffer_alloc.
14503         Handle the case where the XServer has a different idea about the size
14504         required for a particular frame and gives us too small a memory
14505         allocation.
14506         Use -1 to indicate 'no image format', because 0 is a valid XServer
14507         image format number.
14508         Put RGB Xv formats at the end of the caps, so that we always prefer
14509         YUV format frames.
14510         Iterate the available Xv Encodings to determine the maximum width and
14511         height, and then return that in our caps.
14512         (Closes #315312, #337544)
14513
14514 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14515
14516         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14517         When there is only one unfinished pad and it receives an event that
14518         doesn't match our requirements, we need to set alldone=FALSE so that
14519         the fakesink is not removed yet.
14520
14521 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14522
14523         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14524           Use gst_type_find_helper_for_buffer() to find the type
14525           of stream from the first packet.
14526
14527         * configure.ac:
14528           Bump requirements to core CVS (needed for vorbis
14529           typefinding to work).
14530
14531 2006-05-24  Edward Hervey  <edward@fluendo.com>
14532
14533         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14534         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14535         contain.  Else they play perfectly fine with qtdemux.
14536
14537 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14538
14539         * ext/theora/theoradec.c:
14540         * ext/theora/theoraenc.c:
14541         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14542         * gst/audiorate/gstaudiorate.c:
14543           make more debug catagories static
14544         
14545         * tests/check/Makefile.am:
14546         * tests/check/elements/adder.c: (message_received),
14547         (test_event_message_received), (GST_START_TEST),
14548         (test_play_twice_message_received), (adder_suite):
14549           added test case for using element twice, extra bonus points for anyone
14550           who can make these test run reliably
14551
14552 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14553
14554         * ext/theora/theoradec.c: (theora_dec_chain):
14555           Make work with time-stamped input buffers that do not
14556           have a granulepos in BUFFER_OFFSET_END (like theora
14557           buffers coming from matroskademux). Fixes #342448.
14558
14559 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14560
14561         Patch by: Peter Kjellerstedt  <pkj at axis com>
14562
14563         * gst/tcp/Makefile.am:
14564           fdstresstest doesn't need Gtk+, fix compilation if 
14565           gtk is not available (#342566).
14566
14567 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14568          
14569         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14570           80 line columns
14571           Removed redundant floor()
14572
14573 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14574
14575         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14576           On second thought, just skip JUNK chunks automatically, so
14577           the caller doesn't have to handle this. Fixes #342345.
14578           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14579           not GST_FLOW_ERROR.
14580
14581 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14582
14583         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14584           Don't bail out on JUNK chunks with a size of 0 (would try to
14585           pull_range 0 bytes before, which sources don't like too much).
14586           See #342345.
14587
14588 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14589
14590         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14591         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14592         Use the gstutil scaling function to preserve 64 bits while calculating
14593         output width and height from the display-aspect-ratio. (A continuation
14594         of #341542)
14595
14596 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14597
14598         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14599         (gst_xvimagesink_buffer_alloc):
14600         * sys/xvimage/xvimagesink.h:
14601         When performing buffer allocations, remember the caps and image format
14602         we return so that if the same caps are asked for next time we can
14603         return them immediately without doing any caps intersections.
14604
14605 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14606          
14607         * gst-libs/gst/rtp/README:
14608           Some new documentation
14609         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14610           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14611         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14612         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14613           New RTP audio base payloader class. Supports frame or sample based
14614           codecs.  Not enabled in Makefile.am until approved.
14615
14616 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14617
14618         * tests/check/elements/alsa.c: (test_device_property_probe):
14619           Fix test case: don't try to free NULL GValueArray when there
14620           are no devices.
14621
14622 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14623
14624         * tests/check/Makefile.am:
14625         * tests/check/elements/alsa.c: (test_device_property_probe),
14626         (alsa_suite), (main):
14627           Add simple test that runs a device property probe on alsasrc,
14628           alsasink and alsamixer. Disable valgrind check for now (too
14629           many leaks in libasound, and valgrind ignored my suppressions
14630           additions).
14631
14632 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14633
14634         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14635         (gst_alsa_device_property_probe_probe_property),
14636         (gst_alsa_device_property_probe_needs_probe),
14637         (gst_alsa_device_property_probe_get_values),
14638         (gst_alsa_type_add_device_property_probe_interface):
14639         * ext/alsa/gstalsadeviceprobe.h:
14640         * ext/alsa/gstalsamixerelement.c:
14641         (gst_alsa_mixer_element_init_interfaces):
14642         * ext/alsa/gstalsamixerelement.h:
14643           Clean up and simplify alsa device probing. Make it actually work
14644           for multiple classes. Don't cache results any longer.
14645
14646         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14647         (gst_alsasink_init):
14648         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14649         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14650         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14651           Make alsasink and alsasrc implement the GstPropertyProbe interface
14652           for device probing (#342181).
14653           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14654
14655 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14656
14657         * gst/subparse/samiparse.c: (handle_start_font):
14658           Don't ignore return value of strtol (++compiler_happiness).
14659
14660 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14661
14662         Patch by: Young-Ho Cha  <ganadist chollian net>
14663
14664         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14665         (gst_sub_parse_class_init), (gst_sub_parse_init),
14666         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14667         (convert_encoding):
14668         * gst/subparse/gstsubparse.h:
14669           Add 'encoding' property (#341681).
14670
14671         * gst/subparse/samiparse.c: (characters_sami):
14672           Output is pango markup, so we need to escape text
14673           between tags (#342143).
14674
14675 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14676
14677         * gst-libs/gst/audio/multichannel.c:
14678         (gst_audio_check_channel_positions):
14679           It's okay to have caps with channels=1 and a channel position
14680           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14681           (deinterleavers might want to keep the position in the caps,
14682           so that they can be re-interleaved again properly later).
14683           Leave check for unexpected 2-channel layouts intact for now.
14684
14685 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14686
14687         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14688         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14689         basesrc can do its job correctly.
14690
14691 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14692
14693         * ext/alsa/Makefile.am:
14694         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14695         (gst_alsa_detect_formats), (get_channel_free_structure),
14696         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14697         (gst_alsa_probe_supported_formats):
14698         * ext/alsa/gstalsa.h:
14699         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14700           Refactor and improve caps probing code: probe signedness
14701           when we probe the supported formats/widths; set endianness
14702           to the one we actually probed for (ie. cpu endianness).
14703           
14704         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14705         (gst_alsasrc_close):
14706         * ext/alsa/gstalsasrc.h:
14707           Implement caps probing for alsasrc.
14708
14709 2006-05-15  Wim Taymans  <wim@fluendo.com>
14710
14711         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14712         (theora_dec_src_query), (theora_dec_src_event),
14713         (theora_dec_sink_event), (theora_handle_comment_packet),
14714         (theora_handle_data_packet), (theora_dec_change_state):
14715         Cleanups, add some G_LIKELY.
14716         Use segment helpers instead of our own wrong code.
14717         Clear queued buffers on seek and READY.
14718
14719         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14720         (vorbis_dec_convert), (vorbis_dec_src_query),
14721         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14722         (vorbis_handle_comment_packet), (vorbis_dec_push),
14723         (vorbis_handle_data_packet), (vorbis_dec_chain),
14724         (vorbis_dec_change_state):
14725         * ext/vorbis/vorbisdec.h:
14726         Remove old useless packetno variable.
14727         Do position query properly.
14728         Add some G_LIKELY.
14729         Do cleanup of queued buffers in new helper function
14730         and use it.
14731
14732 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14733
14734         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14735           Query supported sample rates. Fixes #341732.
14736
14737 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14738
14739         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14740         (gst_decode_bin_change_state): Make decodebin reusable
14741         when going from PAUSE_TO_READY and then back to PAUSED.
14742         Fixes #331678.
14743
14744 2006-05-15  Wim Taymans  <wim@fluendo.com>
14745
14746         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14747         (vorbis_dec_convert), (vorbis_dec_src_query),
14748         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14749         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14750         (vorbis_dec_clean_queued), (vorbis_dec_push),
14751         (vorbis_handle_data_packet), (vorbis_dec_change_state):
14752         Cleanups. Use refcounting and DEBUG_OBJECT.
14753         Reset segment on flush, use code methods instead of our
14754         own wrong version.
14755         Fix potential memleak.
14756
14757 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14758
14759         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14760         (gst_alsasink_init):
14761         * ext/alsa/gstalsasink.h:
14762           Don't leak allocated snd_output_t structure if there's
14763           more than one alsasink instance at a time (#341873).
14764           Also fix GObject macros in header file.
14765           
14766 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14767
14768         * gst/subparse/gstsubparse.c:
14769         (gst_sub_parse_data_format_autodetect):
14770           Don't use libxml functions in the typefinding code.
14771
14772 2006-05-15  Wim Taymans  <wim@fluendo.com>
14773
14774         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14775         Fix seeking performance in the case where a non-header 
14776         packet has a 0 granulepos (busted theora case). 
14777         Fixes #341719
14778         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
14779          the first place, you limelight stealer you)
14780
14781 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14782
14783         * gst/subparse/gstsubparse.c:
14784         (gst_sub_parse_data_format_autodetect):
14785           Improve SAMI typefinding: handle case where there are
14786           whitespaces or newlines in front of the first <SAMI>
14787           tag (#169936).
14788
14789 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14790
14791         * configure.ac:
14792           Build video4linux plugin even if there's no XVIDEO, just
14793           without implementing the GstXOverlay interface (#334002).
14794          
14795 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14796
14797         * configure.ac:
14798         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
14799         (plugin_init):
14800           Add tentative support for libvisual-0.4 (#336881).
14801
14802 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14803
14804         Patch by: Young-Ho Cha <ganadist at chollian net>
14805
14806         * gst/subparse/samiparse.c: (handle_start_font):
14807           Need to map "silver" colour explicitly (#169936).
14808
14809 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14810
14811         Patch by: Young-Ho Cha  <ganadist at chollian net>
14812
14813         * gst/subparse/Makefile.am:
14814         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14815         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
14816         (gst_sub_parse_format_autodetect), (feed_textbuf),
14817         (gst_subparse_type_find), (plugin_init):
14818         * gst/subparse/gstsubparse.h:
14819         * gst/subparse/samiparse.c:
14820         * gst/subparse/samiparse.h:
14821           Add support for SAMI subtitles (#169936).
14822
14823 2006-05-14  Michael Smith  <msmith@fluendo.com>
14824
14825         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
14826           Fix #341696: crash when mixing L+R+C to mono or stereo.
14827         * tests/check/Makefile.am:
14828         * tests/check/elements/audioconvert.c: (set_channel_positions),
14829         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
14830         (audioconvert_suite):
14831           Add test for the above, including some generic framework bits for
14832           testing multichannel things.
14833
14834 === release 0.10.7 ===
14835
14836 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
14837
14838         * configure.ac:
14839           releasing 0.10.7, "Leave the gun"
14840
14841 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14842
14843         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14844         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14845         Fix the build.
14846
14847 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
14848
14849         * docs/libs/gst-plugins-base-libs-docs.sgml:
14850         * docs/libs/gst-plugins-base-libs-sections.txt:
14851         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
14852         * gst-libs/gst/video/video.h:
14853         * gst/videoscale/Makefile.am:
14854         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14855         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14856         * tests/check/Makefile.am:
14857         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
14858         (main):
14859           Fix integer overflow problem with pixel-aspect-ratio calculations
14860           in videoscale and xvimagesink (#341542)
14861
14862 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
14863
14864         * gst-libs/gst/tag/gstid3tag.c:
14865           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
14866
14867 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
14868
14869         * win32/MANIFEST:
14870           update win32 files listing
14871
14872 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14873
14874         patch by: Sjoerd Simons (sjoerd@luon.net)
14875
14876         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14877         (group_create), (group_destroy), (add_stream),
14878         (gst_play_base_bin_get_property),
14879         (gst_play_base_bin_get_streaminfo_value_array):
14880         * gst/playback/gstplaybasebin.h:
14881           API: GstPlayBaseBin::stream-info-value-array property
14882           use a more bindings-friendly way of exposing streaminfo
14883           using a GValueArray.  Tested in ipython.
14884           Closes #341114
14885
14886 2006-05-11  Wim Taymans  <wim@fluendo.com>
14887
14888         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
14889         (queue_underrun_cb), (queue_filled_cb):
14890         Also catch queue underruns but don't do anything yet.
14891         Refactor and comment queue enlarging code a bit.
14892
14893         * gst/playback/gstplaybasebin.c: (queue_overrun),
14894         (queue_threshold_reached), (queue_out_of_data),
14895         (gen_preroll_element):
14896         If a queue over/underruns check that we don't create nasty
14897         deadlocks when the min-threshold is not reached but the
14898         max-bytes is. In those cases disable max-bytes when we
14899         know that the queue is fed timed data.
14900         Add more comments.
14901
14902 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
14903
14904         * gst/playback/gstplaybin.c: (gen_audio_element):
14905           Make playbin automatically plug an 'audioresample'
14906           element before the audio sink as well. This solves
14907           problems with sinks that only accept a very specific
14908           sample rate, like esdsink (e.g. #340379).
14909
14910 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
14911
14912         * gst/playback/gstplaybasebin.c: (gen_source_element):
14913           Make http sources send special headers so that we receive
14914           icecast metadata if the http stream is an icecast stream
14915           (otherwise the server will just ignore them). This also
14916           means that from now on users will need the 'icydemux'
14917           element from gst-plugins-good installed if they want to
14918           listen to icecast radio streams. (#341432, #333657).
14919
14920 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14921
14922         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
14923         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
14924           remove stupid example from docs - it should come with a simple
14925           C program instead.
14926           Clean up/fix docs
14927         * tests/check/elements/multifdsink.c: (wait_bytes_served),
14928         (fail_if_can_read), (GST_START_TEST),
14929         (gst_multifdsink_create_streamheader), (multifdsink_suite):
14930           add a test for changing streamheader which exposes a bug in
14931           multifdsink
14932
14933 2006-05-11  Michael Smith  <msmith@fluendo.com>
14934
14935         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
14936         (gst_gnome_vfs_src_received_headers_callback):
14937         * ext/gnomevfs/gstgnomevfssrc.h:
14938           Don't set icy-caps unless we have a sane interval value. Move
14939           interval to a local variable; we never use it outside this function.
14940
14941 2006-05-11  Wim Taymans  <wim@fluendo.com>
14942
14943         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
14944         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
14945         Register special buffer types along with the objects so
14946         that they are not registered at runtime from N different
14947         streaming threads since they are not threadsafe.
14948
14949 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14950
14951         * tests/check/elements/multifdsink.c: (wait_bytes_served),
14952         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
14953           add two more tests, one doing streamheader
14954
14955 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14956
14957         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
14958           clean up the bufqueue when shutting down
14959         * tests/check/Makefile.am:
14960         * tests/check/elements/multifdsink.c: (setup_multifdsink),
14961         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
14962         (main):
14963           add a test for the leak that was just fixed
14964
14965 2006-05-10  Wim Taymans  <wim@fluendo.com>
14966
14967         * gst/adder/gstadder.c: (gst_adder_setcaps),
14968         (gst_adder_query_duration), (gst_adder_query), (forward_event),
14969         (gst_adder_src_event), (gst_adder_sink_event),
14970         (gst_adder_class_init), (gst_adder_finalize),
14971         (gst_adder_request_new_pad), (gst_adder_collected):
14972         * gst/adder/gstadder.h:
14973         Updated some docs. Added comments and FIXMEs all over the place.
14974         Improve debugging info.
14975         Fix leak on finalize by not calling the parent.
14976         Implement duration query.
14977         Make event forwarding threadsafe.
14978         Correctly send NEWSEGMENT at start and after flush.
14979         Handle EOS correctly.
14980         Post error when not negotiated.
14981
14982         * tests/check/elements/adder.c: (GST_START_TEST):
14983         Added FIXME in the test.
14984
14985 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
14986
14987         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
14988         (gst_text_overlay_halign_get_type),
14989         (gst_text_overlay_wrap_mode_get_type):
14990         * ext/theora/theoradec.c: (theora_handle_type_packet),
14991         (theora_handle_data_packet):
14992         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
14993         (theora_enc_sink_setcaps), (theora_enc_chain):
14994         * gst-libs/gst/cdda/gstcddabasesrc.c:
14995         (gst_cdda_base_src_mode_get_type):
14996         * gst/audiotestsrc/gstaudiotestsrc.c:
14997         (gst_audiostestsrc_wave_get_type):
14998         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
14999         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15000         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15001         (gst_sync_method_get_type), (gst_unit_type_get_type),
15002         (gst_client_status_get_type):
15003         * gst/videoscale/gstvideoscale.c:
15004         (gst_video_scale_method_get_type):
15005         * gst/videotestsrc/gstvideotestsrc.c:
15006         (gst_video_test_src_pattern_get_type):
15007         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15008         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15009         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15010         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15011         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15012         (paint_setup_RGB565), (paint_setup_xRGB1555):
15013           Const-ify GEnumValue and GFlagsValue arrays. Use
15014           GST_ROUND_UP_* macros instead of home-made ones.
15015
15016 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15017
15018         * configure.ac:
15019           Require core CVS for the new newsegment stuff.
15020
15021 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15022
15023         Patch by: Sjoerd Simons  <sjoerd at luon net>
15024
15025         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15026           Register nick for enum value (#341160).
15027
15028 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15029
15030         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15031         (plugin_init):
15032          backout typefind patch #340375
15033          
15034         * tests/check/elements/adder.c: (message_received),
15035         (GST_START_TEST), (adder_suite):
15036           redo, signal-handling of test
15037
15038 2006-05-09  Wim Taymans  <wim@fluendo.com>
15039
15040         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15041         (gst_adder_collected):
15042         * gst/adder/gstadder.h:
15043         Remove bogus segment merging and forwarding, we don't
15044         care about timestamps anyway and we just produce a
15045         continuous stream. 
15046         Also create a nice NEWSEGMENT event when we start.
15047         Use _scale_int some more.
15048
15049 2006-05-09  Edward Hervey  <edward@fluendo.com>
15050
15051         * tests/icles/stress-xoverlay.c:
15052         Fix if core was built without parsing support.
15053
15054 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15055
15056         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15057           Add SEDG (Samsung MPEG-4) fourcc.
15058
15059 2006-05-09  Edward Hervey  <edward@fluendo.com>
15060
15061         * tests/icles/stress-xoverlay.c:
15062         * tests/examples/volume/volume.c:
15063         Fix if core was built without parsing support.
15064
15065         * tests/examples/seek/seek.c:
15066         Disable the parse_launch example if core was built without parsing
15067         support.
15068
15069 2006-05-08  Edward Hervey  <edward@fluendo.com>
15070
15071         * autogen.sh: (CONFIGURE_DEF_OPT): 
15072         libtoolize on Darwin/MacOSX is called glibtoolize
15073
15074 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15075
15076         * tests/check/Makefile.am:
15077         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15078           Disable the adder test, until the build-slaves posses the kindness to 
15079           either like it or to give valid reason for not doing so 
15080
15081 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15082
15083         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15084         (adder_suite):
15085           Shuffle NULL state change around and raise timeout more
15086
15087 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15088
15089         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15090         (mp4_type_find), (plugin_init):
15091           Add typefind to distinguish between "audio/x-m4a" and new type
15092           "video/mp4". Fixes #340375
15093
15094         * tests/check/elements/adder.c: (adder_suite):
15095           Raise timeout to make buildbot happy
15096
15097 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15098
15099         * gst/adder/gstadder.c: (gst_adder_sink_event),
15100         (gst_adder_request_new_pad), (gst_adder_change_state):
15101         * gst/adder/gstadder.h:
15102         * tests/check/Makefile.am:
15103         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15104         (adder_suite), (main):
15105           Add sink-event handling to adder. It tries to merge incomming
15106           newsegment-events. Added test to check if segment_done is comming
15107           through. Fixes #340060
15108
15109 2006-05-05  Andy Wingo  <wingo@pobox.com>
15110
15111         * ext/theora/theoraparse.c (gst_theora_parse_init)
15112         (theora_parse_src_convert, theora_parse_src_query):
15113         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15114         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15115         query functions on the source pads of the theora and vorbis parse
15116         elements. Fixes position querying when doing a remux.
15117
15118 2006-05-05  Michael Smith  <msmith@fluendo.com>
15119
15120         * ext/theora/theoraparse.c: (parse_granulepos),
15121         (theora_parse_drain_queue_prematurely),
15122         (theora_parse_queue_buffer), (theora_parse_sink_event):
15123           Fix flushing.
15124           Fix invalid granulepos outputs when starting with a non-keyframe.
15125
15126 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15127
15128         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15129         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15130         Rearrange MPEG system stream detection, fixing some memleaks in the
15131         process.
15132         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15133         they clean up their data correctly.
15134         Remove unused ogganx caps and move the 'is_annodex' check to inside
15135         the 'is_ogg' if statement.
15136
15137 2006-05-05  Wim Taymans  <wim@fluendo.com>
15138
15139         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15140         Properly remove ghostpads. Fixes #340392
15141
15142 2006-05-04  David Schleef  <ds@schleef.org>
15143
15144         * gst/typefind/gsttypefindfunctions.c:
15145
15146 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15147
15148         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15149         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15150
15151         When typefinding an MP3 in push-based mode, don't penalise the
15152         probability down to 74% when we found 5 valid frames just because we
15153         can't peek the end of the file.
15154
15155         Make the probability for detecting MPEG Transport Streams based on the
15156         number of sequential headers we successfully detected.
15157
15158 2006-05-03  Wim Taymans  <wim@fluendo.com>
15159
15160         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15161         (vorbis_dec_push), (vorbis_dec_chain):
15162         Still produce an error when we receive an empty packet.
15163
15164 2006-05-03  Wim Taymans  <wim@fluendo.com>
15165
15166         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15167         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15168         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15169         Mark buffers with DISCONT after seek and after activating new
15170         chains.
15171
15172         * ext/theora/gsttheoradec.h:
15173         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15174         (theora_get_query_types), (theora_dec_sink_event),
15175         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15176         (theora_dec_change_state):
15177         Fix frame counter.
15178         Detect and mark DISCONT buffers.
15179
15180         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15181         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15182         (vorbis_dec_change_state):
15183         * ext/vorbis/vorbisdec.h:
15184         Use GstSegment.
15185         Detect and mark DISCONT buffers.
15186         Don't crash on 0 sized buffers.
15187
15188 2006-05-03  Wim Taymans  <wim@fluendo.com>
15189
15190         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15191         (volume_transform_ip):
15192         Increase "volume" property to 10.0. Fixes #340369.
15193         Set the process function to NULL when capsnego fails so that
15194         we properly error out.
15195
15196 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15197
15198         * gst/playback/gstplaybin.c: (add_sink):
15199         * gst/playback/test.c: (main):
15200         * gst/playback/test5.c: (dump_element_stats):
15201         * gst/playback/test6.c: (main):
15202           free caps using gst_caps_unref, don't leak caps-strings
15203
15204 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15205
15206         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15207         (plugin_init):
15208           Refine musepack typefinding a bit. Return MAXIMUM
15209           probability when we detect stream version 7 to make
15210           sure the mpeg audio typefinder doesn't trump us.
15211
15212 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15213
15214         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15215           Protect against unexpected NULL strf_data buffer.
15216
15217 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15218
15219         * tests/check/elements/audioconvert.c: (verify_convert),
15220         (GST_START_TEST):
15221           interpret the out[] buffer in the order the bytes are actually
15222           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15223           Other tests should use BYTE_ORDER since the array is filled in
15224           with actual values
15225
15226 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15227
15228         * tests/check/elements/audioconvert.c: (verify_convert),
15229         (GST_START_TEST):
15230           when a test fails, give an indication of which it is
15231
15232 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15233
15234         * gst-libs/gst/cdda/gstcddabasesrc.c:
15235           compile fix; strtol() needs <stdlib.h>
15236
15237 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15238
15239         * ext/alsa/gstalsamixerelement.c:
15240         * ext/alsa/gstalsasrc.c:
15241         * ext/cdparanoia/gstcdparanoiasrc.c:
15242         * ext/gnomevfs/gstgnomevfssink.c:
15243         * ext/gnomevfs/gstgnomevfssrc.c:
15244         * ext/ogg/gstoggdemux.c:
15245         * ext/ogg/gstoggmux.c:
15246         * ext/ogg/gstoggparse.c:
15247         * ext/ogg/gstogmparse.c:
15248         * ext/pango/gstclockoverlay.c:
15249         * ext/pango/gsttextoverlay.c:
15250         * ext/pango/gsttextrender.c:
15251         * ext/pango/gsttimeoverlay.c:
15252         * ext/theora/theoradec.c:
15253         * ext/theora/theoraenc.c:
15254         * ext/vorbis/vorbisdec.c:
15255         * ext/vorbis/vorbisenc.c:
15256         * gst-libs/gst/audio/gstaudiofilter.c:
15257         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15258         * gst/audioconvert/gstaudioconvert.c:
15259         * gst/audiorate/gstaudiorate.c:
15260         * gst/audioresample/gstaudioresample.c:
15261         * gst/audiotestsrc/gstaudiotestsrc.c:
15262         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15263         * gst/playback/gstdecodebin.c:
15264         * gst/playback/gstplaybin.c:
15265         * gst/playback/gststreamselector.c:
15266         * gst/subparse/gstsubparse.c:
15267         * gst/tcp/gstmultifdsink.c:
15268         * gst/tcp/gsttcpclientsink.c:
15269         * gst/tcp/gsttcpclientsrc.c:
15270         * gst/tcp/gsttcpserversink.c:
15271         * gst/tcp/gsttcpserversrc.c:
15272         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15273         * gst/videorate/gstvideorate.c:
15274         * gst/videoscale/gstvideoscale.c:
15275         * gst/videotestsrc/gstvideotestsrc.c:
15276         * gst/volume/gstvolume.c:
15277         * sys/v4l/gstv4ljpegsrc.c:
15278         * sys/v4l/gstv4lmjpegsink.c:
15279         * sys/v4l/gstv4lmjpegsrc.c:
15280         * sys/v4l/gstv4lsrc.c:
15281         * sys/ximage/ximagesink.c:
15282         * sys/xvimage/xvimagesink.c:
15283         * tests/check/libs/cddabasesrc.c:
15284           make GstElementDetails const
15285
15286 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15287
15288         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15289         (gst_adder_init):
15290           send events from src-pad to all sink-pads fixes #338657
15291
15292 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15293
15294         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15295         (alsasink_parse_spec):
15296           query width capabilities from alsa, fixes #338919
15297
15298 2006-04-28  Wim Taymans  <wim@fluendo.com>
15299
15300         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15301         (gst_multi_fd_sink_remove_client_link):
15302         * gst/tcp/gstmultifdsink.h:
15303         Fix race condition in multifdsink that can lead to spurious 
15304         duplicate clients. this patch adds a new signal that is fired when
15305         multifdsink has removed all references to the fd.
15306         Fixes #339574.
15307         Updated documentation.
15308         API: client-fd-removed signal added
15309
15310 2006-04-28  Michael Smith  <msmith@fluendo.com>
15311
15312         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15313           When asking g_value_array_new to prealloc elements, we may as well
15314           ask for the right number of elements.
15315
15316 2006-04-28  Wim Taymans  <wim@fluendo.com>
15317
15318         * gst-libs/gst/audio/gstbaseaudiosink.c:
15319         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15320         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15321         patch to make timestamp checking more tollerant to rounding 
15322         errors given that real discontinuities are to be marked on
15323         buffers. Fixes some asf files and #338778.
15324         Also avoid some crashers when we receive an event in the 
15325         NULL state.
15326
15327 2006-04-28  Michael Smith  <msmith@fluendo.com>
15328
15329         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15330         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15331         (gst_gnome_vfs_src_get_property),
15332         (gst_gnome_vfs_src_send_additional_headers_callback),
15333         (gst_gnome_vfs_src_received_headers_callback),
15334         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15335         (gst_gnome_vfs_src_stop):
15336         * ext/gnomevfs/gstgnomevfssrc.h:
15337           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15338           proper shared support within icydemux.
15339
15340 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15341
15342         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15343         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15344           fix up docs
15345           fix a leak when no caps negotiated
15346           fix counting of input frames
15347         * tests/check/elements/.cvsignore:
15348         * tests/check/elements/videorate.c: (assert_videorate_stats),
15349         (GST_START_TEST), (videorate_suite):
15350           add tests for these
15351
15352 2006-04-28  Wim Taymans  <wim@fluendo.com>
15353
15354         * gst-libs/gst/audio/gstringbuffer.c:
15355         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15356         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15357         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15358         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15359         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15360         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15361         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15362         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15363         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15364         Check arguments passed to public functions instead of
15365         crashing.
15366
15367 2006-04-28  Wim Taymans  <wim@fluendo.com>
15368
15369         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15370         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15371         GstBaseAudioSrc must be live or it does not work.
15372
15373         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15374         Don't set live to TRUE as this is the default in the parentclass.
15375
15376 2006-04-28  Wim Taymans  <wim@fluendo.com>
15377
15378         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15379         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15380         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15381         fixation cases better. Fixes #338991
15382
15383 2006-04-28  Wim Taymans  <wim@fluendo.com>
15384
15385         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15386         Handle 0/1 framerate correctly Fixes #331901.
15387
15388 2006-04-28  Wim Taymans  <wim@fluendo.com>
15389
15390         * tests/check/elements/audioconvert.c: (get_float_caps),
15391         (GST_START_TEST), (audioconvert_suite):
15392         Added check for correct clipping when doing float samples
15393         in audioconvert.
15394
15395 2006-04-28  Wim Taymans  <wim@fluendo.com>
15396
15397         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15398         (gst_video_rate_chain):
15399         Print more debugging info.
15400
15401 2006-04-28  Wim Taymans  <wim@fluendo.com>
15402
15403         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15404         (resample_set_state_from_caps):
15405         Add support for other formats audioresample can handle such as
15406         32 bits in and float and 64 bits float. Fixes #301759
15407
15408 2006-04-28  Wim Taymans  <wim@fluendo.com>
15409
15410         * gst/audioconvert/audioconvert.c: (float):
15411         correctly clip float samples > 1.0. Fixes #338718
15412
15413 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15414
15415         Patch by: Young-Ho Cha  <ganadist at chollian net>
15416
15417         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15418         (gst_text_overlay_render_text):
15419           Don't strip newlines from the text. Also, center lines
15420           within multi-line paragraphs (#339405).
15421
15422 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15423
15424         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15425           Fix wavpack typefinding to work in more cases (don't peek
15426           for chunks of multiple hundred kBs at once, but process
15427           things step-by-step in smaller units). Fixes #339786.
15428
15429 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15430
15431         * configure.ac:
15432           back to HEAD
15433
15434 === release 0.10.6 ===
15435
15436 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15437
15438         * configure.ac:
15439           releasing 0.10.6, "Chao"
15440
15441 2006-04-26  David Schleef  <ds@schleef.org>
15442
15443         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15444           Fixes #338897.
15445
15446 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15447
15448         * configure.ac:
15449         * win32/common/config.h:
15450           new prerelease
15451
15452 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15453
15454         patch by: Wim Taymans
15455
15456         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15457         (gst_ogg_demux_perform_seek):
15458           make sure correct newsegments are sent, so that the decoder
15459           and the demuxer agree on timestamps.  Fixes playback of a lot
15460           of Ogg files that do not start from 0.  Fixes #339833.
15461
15462 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15463
15464         Patch by: Edward Hervey  <edward@fluendo.com>
15465
15466         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15467         * tests/check/Makefile.am:
15468         * tests/check/elements/videorate.c: (assert_videorate_stats),
15469         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15470         (videorate_suite), (main):
15471           Fix an infinite loop if frames are passed in with wrongly ordered
15472           timestamps.  Fixes #339013.
15473
15474 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15475
15476         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15477
15478         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15479           fix typefinding on some ISO files.  Fixes #339212.
15480
15481 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15482
15483         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15484
15485         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15486           add another H264 fourcc.  Fixes #339047.
15487
15488 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15489
15490         Patch by: Jan Schmidt
15491
15492         * gst/playback/gststreamselector.c:
15493         (gst_stream_selector_bufferalloc):
15494           Restore old StreamSelector behaviour.
15495           Fixes #338419.
15496
15497 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15498
15499         * configure.ac:
15500         * win32/common/config.h:
15501           prerelease
15502
15503 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15504
15505         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15506
15507         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15508         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15509           Fix some memory leaks: on finalize, free buffers left in the queue
15510           before destroying the queue; in _push(), unref rtp_buf even if
15511           the process vfunc returned a NULL buffer as output buffer (#337548);
15512           demote some recuring debug messages to LOG level.
15513
15514 2006-04-11  Wim Taymans  <wim@fluendo.com>
15515
15516         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15517         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15518         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15519         (gst_ogg_demux_loop):
15520         More cleanups.
15521         Respect segment stop when emiting EOS or SEGMENT_DONE.
15522         Fixes (#337945).
15523
15524 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15525
15526         * gst/playback/gststreamselector.c:
15527         (gst_stream_selector_get_property):
15528           Don't leak pad name.
15529
15530 2006-04-10  Michael Smith  <msmith@fluendo.com>
15531
15532         * tests/check/Makefile.am:
15533         * tests/check/gst-plugins-base.supp:
15534           Suppress an old libtheora bug (fixed in more recent versions), so 
15535           that FC4 buildslaves can pass.
15536
15537 2006-04-10  Wim Taymans  <wim@fluendo.com>
15538
15539         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15540         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15541         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15542         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15543         (gst_ogg_demux_loop):
15544         Don't leak events.
15545         Remember what error we got when finding chains, if we
15546         were shutdown, that would not be an error.
15547
15548 2006-04-10  Wim Taymans  <wim@fluendo.com>
15549
15550         * gst-libs/gst/audio/gstbaseaudiosink.c:
15551         (gst_base_audio_sink_event):
15552         Starting the ringbuffer when we did not acquire it can cause
15553         a deadlock, is pointless and causes nasty things for
15554         subclasses. 
15555         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15556
15557 2006-04-10  Wim Taymans  <wim@fluendo.com>
15558
15559         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15560         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15561         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15562         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15563         (gst_ogg_demux_deactivate_current_chain),
15564         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15565         (gst_ogg_demux_bisect_forward_serialno),
15566         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15567         Add some more debugging.
15568
15569 2006-04-10  Wim Taymans  <wim@fluendo.com>
15570
15571         * ext/theora/theoradec.c: (theora_dec_src_event),
15572         (theora_handle_data_packet):
15573         Some more debug info.
15574
15575         * tests/examples/seek/seek.c: (start_seek), (main):
15576         Print element messages too.
15577
15578 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15579
15580         * gst/audioresample/debug.h:
15581           replace debug macros with variable number of parameters
15582           by a simple alias to gstreamer standard debug macros 
15583          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15584           supported by MSVC 6.0 and 7.1)
15585         * gst/audioresample/resample.h:
15586           define M_PI and rint for WIN32
15587         * win32/common/libgstaudio.def:
15588         * win32/common/libgstriff.def:
15589         * win32/common/libgsttag.def:
15590         * win32/common/libgstvideo.def:
15591           add new exported functions
15592         * win32/vs6:
15593           update project files
15594
15595 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15596
15597         * ext/alsa/gstalsamixeroptions.c:
15598         (gst_alsa_mixer_options_class_init):
15599         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15600         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15601         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15602         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15603         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15604         * gst-libs/gst/audio/gstaudiofilter.c:
15605         (gst_audio_filter_class_init):
15606         * gst-libs/gst/audio/gstaudiosink.c:
15607         (gst_audioringbuffer_class_init):
15608         * gst-libs/gst/audio/gstaudiosrc.c:
15609         (gst_audioringbuffer_class_init):
15610         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15611         * gst-libs/gst/interfaces/colorbalancechannel.c:
15612         (gst_color_balance_channel_class_init):
15613         * gst-libs/gst/interfaces/mixeroptions.c:
15614         (gst_mixer_options_class_init):
15615         * gst-libs/gst/interfaces/mixertrack.c:
15616         (gst_mixer_track_class_init):
15617         * gst-libs/gst/interfaces/tunerchannel.c:
15618         (gst_tuner_channel_class_init):
15619         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15620         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15621         (gst_netbuffer_class_init):
15622         * gst-libs/gst/rtp/gstbasertppayload.c:
15623         (gst_basertppayload_class_init):
15624         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15625         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15626         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15627         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15628         * gst/playback/gststreamselector.c:
15629         (gst_stream_selector_class_init):
15630         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15631         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15632         * sys/v4l/gstv4lcolorbalance.c:
15633         (gst_v4l_color_balance_channel_class_init):
15634         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15635         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15636         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15637         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15638         (gst_v4l_tuner_norm_class_init):
15639         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15640         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15641         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15642         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15643
15644 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15645
15646         * ext/pango/gsttextrender.h:
15647         * gst-libs/gst/audio/gstaudiosink.h:
15648         * gst-libs/gst/audio/gstaudiosrc.h:
15649         * gst-libs/gst/audio/gstbaseaudiosink.h:
15650         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15651         * gst-libs/gst/audio/gstringbuffer.h:
15652         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15653         * gst-libs/gst/rtp/gstbasertppayload.h:
15654         * gst-libs/gst/video/gstvideofilter.h:
15655         * gst-libs/gst/video/gstvideosink.h:
15656         * gst/playback/gstplaybasebin.h:
15657         * gst/tcp/gstmultifdsink.h:
15658         * sys/v4l/gstv4lelement.h:
15659         Fix broken GObject macros
15660
15661 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15662
15663         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15664         More debug to trace why my USB headset is not working with gst
15665
15666 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15667
15668         * gst/playback/gstplaybasebin.c: (group_destroy):
15669         Clean up our group elements properly in the case where it never 
15670         got committed - it still got added unconditionally to the bin.
15671
15672 2006-04-07  Wim Taymans  <wim@fluendo.com>
15673
15674         * ext/theora/theoradec.c: (theora_dec_sink_event),
15675         (theora_handle_data_packet), (theora_dec_chain):
15676         Unref unhandled events.
15677         Protect against empty buffers.
15678         Perform QoS on running time.
15679
15680 2006-04-07  Michael Smith  <msmith@fluendo.com>
15681
15682         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15683         (gst_vorbis_enc_chain):
15684           Remove leaks from vorbisenc.
15685           Mostly minor changes, the only significant one is that now the
15686           buffers we set as 'streamheader' on the caps are copies of the
15687           original buffers, to avoid circular refcounting problems.
15688
15689 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15690
15691         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15692           Don't remove our mute-probe if someone else already did so.
15693           Don't set a 2nd one if there is already one pending on the pad.
15694
15695         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15696         (do_playbin_seek):
15697           When a seek fails, ensure that playbin is still set back to playing.
15698           
15699         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15700         (mpeg_ts_type_find), (plugin_init):
15701           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15702
15703 2006-04-06  Andy Wingo  <wingo@pobox.com>
15704
15705         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15706         (gst_video_rate_init): Caps-related parameters should not be reset
15707         by a flush -- move their inits to the instance init function.
15708         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15709         is not OK, just return the result.
15710
15711         * gst/audiotestsrc/gstaudiotestsrc.c
15712         (gst_audio_test_src_class_init)
15713         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15714         broken by Stefan's commit on 24 March.
15715
15716         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15717         buffers being pushed out. Fixes oggmux ! multifdsink.
15718
15719 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15720
15721         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15722         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15723         * ext/vorbis/vorbisdec.h:
15724         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15725         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15726         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15727         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15728         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15729         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15730         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15731         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15732         (gst_vorbis_enc_buffer_from_packet),
15733         (gst_vorbis_enc_buffer_from_header_packet),
15734         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15735         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15736         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15737         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15738         (gst_vorbis_enc_change_state):
15739         * ext/vorbis/vorbisenc.h:
15740           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15741           vorbisenc adhere to the official nomenclature; use boilerplate
15742           macro.
15743
15744 2006-04-04  Andy Wingo  <wingo@pobox.com>
15745
15746         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15747         Whoops, fix bug introduced. Bad hacker!
15748         
15749         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15750         Properly handle the case where you get EOS before any buffers are
15751         received. Use gst_buffer_make_metadata_writable where appropriate.
15752
15753         * ext/theora/theoradec.c (theora_handle_data_packet): This value
15754         is often negative -- make it signed so as not to wrap around.
15755         Fixes segfaults introduced on 9 March.
15756
15757 2006-04-03  Wim Taymans  <wim@fluendo.com>
15758
15759         * ext/theora/gsttheoradec.h:
15760         * ext/theora/theoradec.c: (theora_dec_src_event):
15761         Don't try to store a gdouble in a gboolean.
15762         Small cleanups.
15763
15764 2006-04-03  Michael Smith  <msmith@fluendo.com>
15765
15766         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
15767           Oggmux sucks.
15768           Make it suck slightly less by writing out the final page.
15769           Still can't encode a vorbis-in-ogg file correctly, though.
15770
15771 2006-04-03  Andy Wingo  <wingo@pobox.com>
15772
15773         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
15774         a g_print.
15775
15776         * ext/theora/theora.c (plugin_init): Register theoraparse.
15777
15778         * ext/theora/gsttheoraparse.h: 
15779         * ext/theora/theoraparse.c: New files implementing a theora
15780         parser. Now we can properly remux ogg/theora+vorbis, yay.
15781
15782         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
15783
15784 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15785
15786         * gst/audiotestsrc/gstaudiotestsrc.c:
15787           Fixed the sample pipeline (see #323798)
15788
15789 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15790
15791         * configure.ac:
15792         * win32/common/config.h:
15793         * win32/common/config.h.in:
15794           use AS_VERSION and AS_NANO
15795           more cleanups
15796
15797 2006-03-31  Andy Wingo  <wingo@pobox.com>
15798
15799         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
15800         uninitialized variable return that would happen.
15801         
15802         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
15803         uninitialized variable return that would never happen.
15804
15805         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
15806         (vorbis_parse_sink_event): Add an event function to flush our
15807         state on a seek, and to drain buffers on a premature EOS.
15808         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
15809         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
15810         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
15811         (vorbis_parse_drain_queue): Queue up buffers until we can set
15812         their timestamps and granulepos values.
15813
15814         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
15815         and keep track of data needed for deriving granulepos and
15816         timestamps for buffers.
15817
15818 2006-03-29  Wim Taymans  <wim@fluendo.com>
15819
15820         Patch by: j^ <j at bootlab dot org>
15821
15822         * ext/alsa/gstalsamixerelement.c:
15823         (gst_alsa_mixer_element_class_init):
15824         * ext/alsa/gstalsasink.c:
15825         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
15826         * ext/ogg/gstoggdemux.c:
15827         * ext/ogg/gstoggmux.c:
15828         * ext/ogg/gstoggparse.c:
15829         * ext/pango/gstclockoverlay.c:
15830         * ext/pango/gsttextoverlay.c:
15831         * ext/pango/gsttextrender.c:
15832         * ext/pango/gsttimeoverlay.c:
15833         * ext/theora/theoradec.c:
15834         * ext/theora/theoraenc.c:
15835         * ext/vorbis/vorbisdec.c:
15836         * ext/vorbis/vorbisenc.c:
15837         * gst/audioconvert/gstaudioconvert.c:
15838         * gst/subparse/gstsubparse.c:
15839         * gst/tcp/gstmultifdsink.c:
15840         * gst/tcp/gsttcpclientsink.c:
15841         * gst/tcp/gsttcpclientsrc.c:
15842         * gst/tcp/gsttcpserversink.c:
15843         * gst/tcp/gsttcpserversrc.c:
15844           better/unified long descriptions
15845           Fixes #336477
15846
15847 2006-03-29  Wim Taymans  <wim@fluendo.com>
15848
15849         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
15850         (stop_seek):
15851         Don't let double and triple clicks mess up our state.
15852
15853 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15854
15855         * gst/playback/gstplaybin.c: (gen_video_element),
15856         (gen_text_element), (gen_audio_element), (gen_vis_element):
15857           Error out gracefully when we can't create any of the usual
15858           conversion elements for some reason. Also, don't try to
15859           create an audioscale (sic) element that's not used anyway.
15860
15861 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15862
15863         * gst/playback/gstplaybasebin.c: (setup_source):
15864           Don't post RESOURCE_NOT_FOUND error when we can't find a source
15865           element for a particular protocol, that's confusing for users.
15866           Instead, post a RESOURCE_FAILED error, so that our own error
15867           message is actually shown in totem etc. (#336303).
15868
15869 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15870
15871         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
15872
15873         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
15874         (gst_gnome_vfs_src_get_icy_metadata):
15875           Fix some minor memory leaks (#336194).
15876
15877 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15878
15879         * ext/gnomevfs/gstgnomevfs.c:
15880         (gst_gnome_vfs_location_to_uri_string):
15881         * ext/gnomevfs/gstgnomevfs.h:
15882         * ext/gnomevfs/gstgnomevfssink.c:
15883         (gst_gnome_vfs_sink_set_property):
15884         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
15885           Make gnomevfssink accept filenames as well as URIs for the
15886           "location" property, just like gnomevfssrc does (and
15887           filesrc/filesink do) (#336190).
15888
15889 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
15890
15891         * tests/check/generic/clock-selection.c: (GST_START_TEST):
15892           set to NULL before unreffing, fixes a valgrind leak.
15893           Why was this not triggering the error that an object needs to
15894           be NULL before unreffing ?
15895         * win32/common/config.h:
15896           update
15897
15898 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
15899
15900         * gst/subparse/gstsubparse.c: (convert_encoding),
15901         (gst_sub_parse_change_state):
15902         * gst/subparse/gstsubparse.h:
15903           Text subtitle files may or may not be UTF-8. If it's not, we
15904           don't really want to see '?' characters in place of non-ASCII
15905           characters like accented characters. So let's assume the input
15906           is UTF-8 until we come across text that is clearly not. If it's
15907           not UTF-8, we don't really know what it is, so try the following:
15908           (a) see whether the GST_SUBTITLE_ENCODING environment variable
15909           is set; if not, check (b) if the current locale encoding is
15910           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
15911           the current locale encoding is UTF-8 and the environment variable
15912           was not set to any particular encoding. Not perfect, but better
15913           than nothing (and better than before, I think) (fixes #172848).
15914
15915 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
15916
15917         * configure.ac:
15918           update core requirement to 0.10.4.1 because of async_playback
15919           vmethod on GstBaseSink
15920
15921 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
15922
15923         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
15924         * gst/adder/gstadder.c: (gst_adder_init):
15925         use DEBUG_FUNCPTR for collectpads
15926
15927 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
15928
15929         * docs/plugins/Makefile.am:
15930         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15931         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15932         * ext/cdparanoia/gstcdparanoiasrc.c:
15933         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
15934         (gst_gnome_vfs_sink_class_init):
15935         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
15936         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
15937         * ext/ogg/gstoggmux.c:
15938         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
15939         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
15940         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
15941         * ext/pango/gsttextoverlay.c:
15942         * ext/pango/gsttextrender.c:
15943         * ext/theora/theoradec.c:
15944         * ext/theora/theoraenc.c:
15945         * ext/vorbis/vorbisdec.c:
15946         * ext/vorbis/vorbisenc.c:
15947         * gst-libs/gst/audio/gstaudiofilter.c:
15948         (gst_audio_filter_base_init):
15949         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15950         (gst_audio_filter_template_base_init):
15951         * gst/adder/gstadder.c: (gst_adder_get_type):
15952         * gst/adder/gstadder.h:
15953         * gst/audioconvert/gstaudioconvert.c:
15954         * gst/audiotestsrc/gstaudiotestsrc.c:
15955         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
15956         (gst_audio_test_src_create):
15957         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15958         * gst/playback/gstdecodebin.c:
15959         * gst/playback/gstplaybin.c:
15960         * gst/playback/gststreamselector.c:
15961         (gst_stream_selector_base_init):
15962         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
15963         * gst/volume/gstvolume.c:
15964         * sys/v4l/gstv4lmjpegsink.c:
15965         * sys/v4l/gstv4lmjpegsrc.c:
15966         * tests/check/libs/cddabasesrc.c:
15967         * tests/old/examples/gob/gst-identity2.gob:
15968           Add docs for adder, use GST_ELEMENT_DETAILS macro,
15969           define GstElementDetails at the top
15970
15971 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
15972
15973         * win32/common/libgstinterfaces.def:
15974         Add a lot of export functions for gst-python
15975         * win32/vs6/libgstinterfaces.dsp:
15976         Add a missing include folder in the project configuration
15977         
15978 2006-03-23  Wim Taymans  <wim@fluendo.com>
15979
15980         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15981         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
15982         (gst_base_audio_src_change_state):
15983         Fix audio sources, forgot to make the ringbuffer
15984         startable...
15985
15986 2006-03-23  Wim Taymans  <wim@fluendo.com>
15987
15988         * gst-libs/gst/audio/gstbaseaudiosrc.c:
15989         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
15990         (gst_base_audio_src_change_state):
15991         unparent instead of unref the ringbuffer.
15992
15993 2006-03-23  Wim Taymans  <wim@fluendo.com>
15994
15995         * gst-libs/gst/audio/gstbaseaudiosink.c:
15996         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
15997         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
15998         Implement new async_play vmethod to start slaving and allow
15999         playback start in case of async PLAY state changes. 
16000
16001         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16002         Enable QoS with new method in base class.
16003
16004 2006-03-23  Wim Taymans  <wim@fluendo.com>
16005
16006         Patch by: Julien MOUTTE <julien at moutte dot net>
16007
16008         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16009         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16010         Partially handle 0 framerate, only EOS after the first frame
16011         is missing.
16012
16013 2006-03-23  Wim Taymans  <wim@fluendo.com>
16014
16015         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16016
16017         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16018         (gst_riff_create_video_template_caps):
16019         * gst/ffmpegcolorspace/avcodec.h:
16020         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16021         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16022         (gst_ffmpegcsp_avpicture_fill):
16023         * gst/ffmpegcolorspace/imgconvert.c:
16024         Patch for support of YVU9 AVI files (#334822)
16025
16026 2006-03-22  Edward Hervey  <edward@fluendo.com>
16027
16028         * docs/design/design-decodebin.txt:
16029         Added design document for new decodebin
16030         (Target Caps): text/x-pango-markup is also a default target caps.
16031
16032 2006-03-22  Wim Taymans  <wim@fluendo.com>
16033
16034         * gst-libs/gst/audio/gstbaseaudiosink.c:
16035         (gst_base_audio_sink_dispose):
16036         Since we _parent the ringbuffer, we also need to
16037         _unparent instead of a plain _unref.
16038
16039 2006-03-22  Wim Taymans  <wim@fluendo.com>
16040
16041         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16042         (stop_seek), (scrub_toggle_cb), (main):
16043         Add scrub checkbox.
16044
16045 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16046
16047         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16048         (gst_ogg_parse_chain):
16049           Fix very inefficient usage of linked lists (#335365).
16050
16051 2006-03-21  Edward Hervey  <edward@fluendo.com>
16052
16053         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16054         * gst/playback/gstplaybin.c: (handoff):
16055         * gst/playback/gststreamselector.c:
16056         (gst_stream_selector_set_property):
16057         gcc 4.1 unreferenced pointer fixes.
16058         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16059         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16060         gst_buffer_ref() now takes a GstBuffer*.
16061
16062 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16063
16064         * sys/xvimage/xvimagesink.c:
16065         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16066         by Jan Schmidt.
16067
16068 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16069
16070         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16071         (id3v1_type_find), (apetag_type_find), (plugin_init):
16072           Can't do tag preferences via probability, as tags would then
16073           lose against types that are recognised with MAXIMUM probability
16074           (like .wav); so let all tag typefinders return MAXIMUM themselves
16075           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16076           that we can prefer APE to ID3v1 (fixes #335028).
16077           
16078 2006-03-17  Wim Taymans  <wim@fluendo.com>
16079
16080         * gst-libs/gst/audio/gstbaseaudiosink.c:
16081         (gst_base_audio_sink_change_state):
16082         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16083         (gst_ring_buffer_may_start):
16084         * gst-libs/gst/audio/gstringbuffer.h:
16085         Only start playback if we are playing.
16086         should fix #330748.
16087
16088 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16089
16090         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16091         * win32/common/config.h:
16092           Revert accidental commits to these files.
16093
16094 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16095
16096         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16097
16098         * tests/Makefile.am:
16099           Don't try to build tests in tests/icles if we
16100           don't have X (#323852)
16101
16102 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16103
16104         * gst-libs/gst/tag/gstid3tag.c:
16105           Add TXXX frame identifiers for replaygain stuff as used
16106           by some taggers (see #323721).
16107
16108 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16109
16110         * gst/playback/gststreamselector.c:
16111         (gst_stream_selector_set_property),
16112         (gst_stream_selector_bufferalloc):
16113           Preserve the existing buggy streamselector behaviour by performing
16114           a fallback buffer allocation when downstream isn't linked yet.
16115           This should really be fixed in playbin by blocking pads until it's
16116           linked them.
16117           Also, use gst_pad_alloc_buffer instead of
16118           gst_pad_alloc_buffer_and_set.
16119
16120 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16121
16122         * gst-libs/gst/tag/gstid3tag.c:
16123           Don't crash on unknown ID3v2 TXXX frames.
16124           
16125 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16126
16127         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16128           Chain up to the parent finalize method.
16129           Add 32-bit sample size to the template caps.
16130
16131         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16132         (gst_riff_create_video_template_caps):
16133           Add the fourcc that the VMWare codec uses.
16134           
16135         * gst/playback/gststreamselector.c:
16136         (gst_stream_selector_set_property),
16137         (gst_stream_selector_bufferalloc),
16138         (gst_stream_selector_request_new_pad):
16139           For the active pad, forward buffer-alloc requests, otherwise
16140           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16141           having to memcpy every frame when used by playbin.
16142
16143         * gst/tcp/gstmultifdsink.c:
16144         (gst_multi_fd_sink_handle_client_write):
16145           Get negotiated caps from the sink pad, rather than the sink
16146           pad's peer.
16147
16148 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16149
16150         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16151         
16152         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16153           Don't forget to set src->callbacks_pushed to FALSE again when
16154           popping them, otherwise re-activation in a different mode won't
16155           work (#334620).
16156
16157 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16158
16159         Patch by: Sebastien Moutte  <sebastien moutte net>
16160
16161         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16162         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16163         (gst_ffmpeg_smpfmt_to_caps):
16164           Replace __VA_ARGS__ caps creation macros with varargs functions.
16165           Makes things compile on MSVC (#320765), looks nicer, and we can
16166           tell the compiler to check for the NULL terminator.
16167
16168 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16169
16170         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16171
16172         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16173           Make sure the buffer we copy into is really always big
16174           enough, this time for real (#333488).
16175           
16176 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16177
16178         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16179           Add support for 24bpp DIB (#305279).
16180
16181 2006-03-14  Wim Taymans  <wim@fluendo.com>
16182
16183         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16184         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16185         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16186         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16187         (gst_video_scale_init), (gst_video_scale_src_event):
16188         Re-enable QoS after the release.
16189         Rework videoscale to use the base class src_event handler.
16190
16191 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16192
16193         * configure.ac:
16194           back to CVS.
16195
16196 === release 0.10.5 ===
16197
16198 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16199
16200         * configure.ac:
16201           releasing 0.10.5, "Net"
16202
16203 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16204
16205         * docs/plugins/Makefile.am:
16206           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16207           
16208 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16209
16210         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16211         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16212         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16213           Add cdparanoiasrc to docs.
16214
16215         * gst-libs/gst/cdda/gstcddabasesrc.c:
16216           More GstCddaBaseSrc docs.
16217
16218 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16219
16220         * docs/libs/gst-plugins-base-libs-sections.txt:
16221         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16222         * gst-libs/gst/tag/tag.h:
16223           API: libgsttag: new method gst_tag_from_id3_user_tag().
16224
16225 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16226
16227         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16228           NULL-terminate array of mpeg4 video file extensions.
16229           Fixes crash on PPC (#334226).
16230
16231 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16232
16233         * ext/gnomevfs/gstgnomevfssrc.c:
16234         (gst_gnome_vfs_src_check_get_range):
16235           gnome_vfs_uri_is_local() alone is not a good indicator
16236           whether we can operate in pull-mode with a specific URI,
16237           as it returns FALSE for file:// URIs that point to an
16238           NFS-mounted path. Be more conservative here: whitelist
16239           local files, blacklist http URIs and use the old
16240           mechanism for anything else (fixes #334216).
16241
16242 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16243
16244         * configure.ac:
16245           back to trunk
16246
16247 === release 0.10.4 ===
16248
16249 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16250
16251         * configure.ac:
16252           releasing 0.10.4, "Power"
16253
16254 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16255
16256         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16257         Disable max-lateness by setting it to -1 for now, so that 
16258         we can bed QoS stuff in thoroughly between now and the next
16259         release.
16260
16261 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16262
16263         Patch by: Fabrizio Gennari
16264
16265         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16266           Make sure we don't read beyond the palette buffer in case of
16267           broken or manipulated files (#333488)
16268
16269 2006-03-10  Edward Hervey  <edward@fluendo.com>
16270
16271         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16272         Fix for variable not initialized.
16273
16274 2006-03-09  Wim Taymans  <wim@fluendo.com>
16275
16276         * ext/libvisual/visual.c: (gst_visual_get_type),
16277         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16278         (gst_visual_chain):
16279         Small cleanups.
16280
16281         * ext/theora/gsttheoradec.h:
16282         * ext/theora/theoradec.c: (gst_theora_dec_init),
16283         (gst_theora_dec_reset), (_theora_granule_time),
16284         (theora_dec_src_convert), (theora_dec_sink_convert),
16285         (theora_dec_src_query), (theora_dec_src_event),
16286         (theora_dec_sink_event), (theora_handle_comment_packet),
16287         (theora_handle_header_packet), (theora_dec_push),
16288         (theora_handle_data_packet), (theora_dec_chain),
16289         (theora_dec_change_state):
16290         Add simple QoS.
16291
16292 2006-03-09  Wim Taymans  <wim@fluendo.com>
16293
16294         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16295         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16296         Some cleanups.
16297
16298 2006-03-09  Wim Taymans  <wim@fluendo.com>
16299
16300         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16301         Don't try to activate NULL chains.
16302
16303 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16304
16305         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16306           Fix invalid memory access to region before peek'd data (#332964).
16307
16308 2006-03-09  Wim Taymans  <wim@fluendo.com>
16309
16310         Patch by: Christophe Fergeau
16311
16312         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16313         * ext/pango/gsttextrender.c: (gst_text_render_init):
16314         * gst/adder/gstadder.c: (gst_adder_init):
16315         Don't leak padtemplates, closes #333510.
16316
16317 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16318
16319         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16320           Fix invalid memory access: make sure string passed to
16321           regexec() is NUL-termianted.
16322
16323 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16324
16325         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16326         (mp3_type_find):
16327           Refactor mpeg/audio typefinding to make it more maintainable
16328           and easier to fine-tune. Make probing into middle of the file
16329           work properly (fixes #333900, also see #152688).
16330
16331 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16332
16333         * gst/typefind/gsttypefindfunctions.c:
16334         (utf8_type_find_have_valid_utf8_at_offset):
16335           Remove part from previous commit that was bogus:
16336           g_utf8_validate() does in fact not accept embedded
16337           zeroes, so we don't need to check for those (thanks
16338           to Mike for the hint).
16339
16340 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16341
16342         * gst/typefind/gsttypefindfunctions.c:
16343         (utf8_type_find_count_embedded_zeroes),
16344         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16345           Make plain/text typefinder more conservative: firstly, check
16346           for embedded zeroes, which are perfectly valid UTF-8 characters,
16347           but also a fairly good sign that something is not a plain text
16348           file; secondly, probe into the middle of the file if possible.
16349           If we can't probe into the middle, limit the probability value
16350           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16351
16352 2006-03-08  Michael Smith  <msmith@fluendo.com>
16353
16354         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16355           Make typefind function name for mpeg4 video unique.
16356
16357 2006-03-08  Wim Taymans  <wim@fluendo.com>
16358
16359         * ext/libvisual/visual.c: (gst_visual_init),
16360         (gst_visual_clear_actors), (gst_visual_dispose),
16361         (gst_visual_reset), (gst_visual_src_setcaps),
16362         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16363         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16364         (gst_visual_chain), (gst_visual_change_state):
16365         Cleanups, post nice errors.
16366         Handle sink and src events.
16367         Implement simple QoS.
16368
16369         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16370         Use new basesink methods to configure max-lateness.
16371         Small doc update.
16372
16373         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16374         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16375         Debug statement cleanups.
16376
16377         * gst/volume/gstvolume.c: (gst_volume_class_init):
16378         Simple cleanup.
16379
16380 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16381
16382         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16383         (gst_text_overlay_init), (gst_text_overlay_set_property),
16384         (gst_text_overlay_get_property):
16385           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16386           as string type properties, but mark them deprecated. Add
16387           'halignment' and 'valignment' properties that use enums
16388           instead of strings.
16389
16390 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16391
16392         Patch by: Fabrizio Gennari
16393
16394         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16395           Allow palettes with less than 256 colours in AVI files
16396           (#333488)
16397
16398 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16399
16400         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16401         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16402         pad. We were releasing the queued text buffer when we should keep
16403         it until video pad gets EOS or discard the text buffer because it's
16404         too old. That was eating the last subtitle buffer. Add some more
16405         debug.
16406
16407 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16408
16409         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16410         (gst_text_overlay_video_chain):
16411           Fix invalid memory access (we can't access a buffer after it's been
16412           pushed downstream without taking a reference); fix memory leak (if
16413           there's no text to render, bail out before allocating stuff).
16414
16415 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16416
16417         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16418         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16419         * ext/pango/gsttextoverlay.h:
16420           If input is plain text, escape it before passing it to
16421           pango_layout_set_markup().
16422
16423 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16424
16425         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16426           Don't ignore flow return from gst_pad_push().
16427
16428 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16429
16430         Patch by: Fabrizio Gennari
16431
16432         * ext/libvisual/visual.c: (gst_visual_getcaps),
16433         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16434         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16435         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16436         (gst_vorbisenc_convert_sink):
16437         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16438         (gst_audio_duration_from_pad_buffer):
16439         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16440         (gst_audio_filter_chain):
16441         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16442         (gst_base_rtp_depayload_setcaps):
16443         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16444         (gst_video_get_size):
16445         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16446           Don't leak references returned by gst_pad_get_parent()
16447           (#333663)
16448
16449 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16450
16451         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16452           change location param details
16453         * gst/volume/gstvolume.c: (plugin_init):
16454           correct plugin description
16455
16456 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16457
16458         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16459         (gst_gnome_vfs_src_check_get_range):
16460           Override GstBaseSrc::check_get_range() in order to avoid opening
16461           the resource just to check whether we can operate in pull-mode or
16462           not - we can predict that pretty well from the URI alone. Should
16463           fix problems with last.fm (#331690). (Requires latest core CVS).
16464
16465 2006-03-06  Wim Taymans  <wim@fluendo.com>
16466
16467         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16468         (gst_video_sink_class_init):
16469         Throw away frames that are later than 20 ms.
16470
16471 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16472
16473         Patch by: Fabrizio Gennari
16474
16475         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16476           Set depth on WMA caps (#333545)
16477
16478 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16479
16480         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16481         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16482           put Theora BOS pages before others.  This hardcodes
16483           the Ogg/Theora I profile, but hey.
16484
16485 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16486
16487         * ext/ogg/README:
16488           updated with some examples
16489         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16490         (granulepos_add), (theora_buffer_from_packet):
16491         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16492         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16493         (gst_vorbisenc_chain):
16494           implement strategy from ext/ogg/README
16495         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16496         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16497         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16498         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16499           Fix muxer so that oggz-validate is happy with all streams;
16500           except for no eos mark, and the BOS page ordering
16501         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16502         (check_buffer_granulepos):
16503         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16504           update tests to check for OFFSET being set as requested
16505           fixed type of granulepos, it's not a ClockTime
16506
16507 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16508
16509         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16510         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16511         Check that the xvimage we are creating has a correct size
16512         before returning it. (#314897)
16513
16514 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16515
16516         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16517           Give id3 and ape tag typefinders a rank slightly higher
16518           than PRIMARY to ensure they're always run before any of
16519           the other typefinders (in particular wav and mp3) (#324186).
16520
16521 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16522
16523         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16524           Add support for '3IVD' fourcc (#333403).
16525
16526 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16527
16528         * configure.ac:
16529           Bump requirements to GStreamer CVS for the new error enum.
16530
16531         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16532           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16533           space left on the device (fixes #333352).
16534
16535 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16536
16537         * win32/vs6:
16538           add a project file for libgstvolume
16539           update the workspace
16540
16541 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16542
16543         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16544         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16545         (GST_START_TEST):
16546           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16547           Set IN_CAPS on header buffers
16548
16549 2006-03-02  Wim Taymans  <wim@fluendo.com>
16550
16551         * docs/plugins/Makefile.am:
16552         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16553         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16554         Add audioresample to docs.
16555
16556         * gst/audioconvert/gstaudioconvert.c:
16557         Add revision date.
16558
16559         * gst/audioresample/gstaudioresample.c:
16560         (gst_audioresample_base_init), (gst_audioresample_class_init),
16561         (gst_audioresample_init), (gst_audioresample_dispose),
16562         (audioresample_get_unit_size), (audioresample_transform_caps),
16563         (resample_set_state_from_caps), (audioresample_transform_size),
16564         (audioresample_set_caps), (audioresample_event),
16565         (audioresample_do_output), (audioresample_transform),
16566         (audioresample_pushthrough), (gst_audioresample_set_property),
16567         (gst_audioresample_get_property), (plugin_init):
16568         * gst/audioresample/gstaudioresample.h:
16569         Added docs.
16570         Small code cleanups.
16571
16572 2006-03-02  Wim Taymans  <wim@fluendo.com>
16573
16574         * docs/plugins/Makefile.am:
16575         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16576         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16577         Added videoscale to docs.
16578
16579         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16580         (gst_video_rate_swap_prev), (gst_video_rate_event),
16581         (gst_video_rate_chain):
16582         Fix typo in docs.
16583
16584         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16585         (gst_video_scale_init), (gst_video_scale_prepare_size),
16586         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16587         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16588         * gst/videoscale/gstvideoscale.h:
16589         Added docs, examples.
16590         Some code cleanups.
16591         Post errors instead of g_warning.
16592
16593 2006-03-02  Wim Taymans  <wim@fluendo.com>
16594
16595         * docs/libs/gst-plugins-base-libs-docs.sgml:
16596         * docs/libs/gst-plugins-base-libs-sections.txt:
16597         * docs/libs/gst-plugins-base-libs.types:
16598         * docs/plugins/Makefile.am:
16599         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16600         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16601         Added some more docs to libs and plugins.
16602
16603         * gst-libs/gst/audio/gstringbuffer.c:
16604         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16605         * gst-libs/gst/audio/gstringbuffer.h:
16606         Document ringbuffer some more.
16607
16608         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16609         (gst_video_rate_setcaps), (gst_video_rate_reset),
16610         (gst_video_rate_init), (gst_video_rate_flush_prev),
16611         (gst_video_rate_swap_prev), (gst_video_rate_event),
16612         (gst_video_rate_chain), (gst_video_rate_change_state):
16613         * gst/videorate/gstvideorate.h:
16614         Fix videorate to use segments.
16615         Make it work with 0/1 framerates (closes #331903)
16616         Handle EOS correctly.
16617         Added docs.
16618
16619 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16620
16621         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16622         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16623         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16624           In state change function, first chain up to parent class,
16625           then handle downwards state change stuff. Remove some
16626           commented out cruft from 0.8 code.
16627
16628 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16629
16630         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16631         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16632         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16633         (gst_ogm_parse_chain):
16634           Don't remove/re-add source pad if the new caps are the same as
16635           the old caps anyway (#333042). When removing source pad, don't
16636           unref it afterwards - we didn't ref it when adding. Sprinkle some
16637           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16638           after using gst_pad_get_parent(). Return downstream flow return
16639           value in chain function.
16640
16641 2006-03-02  Wim Taymans  <wim@fluendo.com>
16642
16643         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16644         * docs/plugins/gst-plugins-base-plugins.args:
16645         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16646         * docs/plugins/gst-plugins-base-plugins.interfaces:
16647         * docs/plugins/gst-plugins-base-plugins.signals:
16648         Fix hierarchy, added some more elements to the docs.
16649
16650         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16651         (gst_ffmpegcsp_get_type):
16652         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16653         Fix docs for ffmpegcolorspace.
16654
16655 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16656
16657         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16658         (apetag_type_find), (ape_type_find), (plugin_init):
16659           Some typefinding fine-tuning:
16660           - rank ID3/APE tags in order of preference via probabilities, so that
16661             ID3v2 > APEv2 > APEv1 > ID3v1.
16662           - three or four bytes don't really justify MAXIMUM probability,
16663             change those to 'very likely' (musepack and monkeysaudio).
16664
16665 2006-03-01  Wim Taymans  <wim@fluendo.com>
16666
16667         * docs/plugins/Makefile.am:
16668         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16669         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16670         * ext/alsa/gstalsamixer.c:
16671         * ext/alsa/gstalsamixer.h:
16672         * ext/alsa/gstalsamixerelement.c:
16673         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16674         * ext/alsa/gstalsamixerelement.h:
16675         * ext/alsa/gstalsasink.c:
16676         * ext/alsa/gstalsasink.h:
16677         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16678         (gst_alsasrc_init):
16679         * ext/alsa/gstalsasrc.h:
16680         Added alsa docs.
16681         Small code cleanups.
16682
16683 2006-03-01  Wim Taymans  <wim@fluendo.com>
16684
16685         * ext/theora/Makefile.am:
16686         Dist new header too,
16687
16688 2006-03-01  Wim Taymans  <wim@fluendo.com>
16689
16690         * docs/plugins/Makefile.am:
16691         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16692         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16693         * ext/gnomevfs/gstgnomevfssink.h:
16694         * ext/gnomevfs/gstgnomevfssrc.h:
16695         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16696         * ext/vorbis/vorbisdec.h:
16697         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16698         * ext/vorbis/vorbisenc.h:
16699         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16700         (vorbis_parse_chain), (vorbis_parse_change_state):
16701         * ext/vorbis/vorbisparse.h:
16702         * gst/audioconvert/gstaudioconvert.h:
16703         * gst/tcp/gsttcpserversink.h:
16704         * gst/videotestsrc/gstvideotestsrc.c:
16705         * gst/videotestsrc/gstvideotestsrc.h:
16706         * gst/volume/gstvolume.c:
16707         * gst/volume/gstvolume.h:
16708         Fix some more docs.
16709         Added docs for vorbisdec and vorbisparse.
16710         Fix vorbisparse.
16711
16712 2006-03-01  Wim Taymans  <wim@fluendo.com>
16713
16714         * docs/plugins/Makefile.am:
16715         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16716         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16717         * ext/pango/gstclockoverlay.h:
16718         * ext/pango/gsttextoverlay.h:
16719         * ext/pango/gsttextrender.h:
16720         * ext/pango/gsttimeoverlay.h:
16721         * ext/theora/gsttheoradec.h:
16722         * ext/theora/gsttheoraenc.h:
16723         * ext/theora/theoradec.c:
16724         * ext/theora/theoraenc.c:
16725         * gst/audioconvert/gstaudioconvert.h:
16726         * gst/audiotestsrc/gstaudiotestsrc.h:
16727         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16728         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16729         * gst/tcp/gstmultifdsink.h:
16730         Updated/added documentation.
16731
16732         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16733         (gst_text_overlay_halign_get_type),
16734         (gst_text_overlay_wrap_mode_get_type),
16735         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16736         (gst_text_overlay_init), (gst_text_overlay_set_property),
16737         (gst_text_overlay_get_property):
16738         Fix up properties to be enums instead of string to make bindings,
16739         introspection and automatic GUI creation possible.
16740         Add getters for the properties.
16741
16742 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16743
16744         * gst/audiotestsrc/gstaudiotestsrc.c:
16745           added defines of M_PI and M_PI_2
16746         * gst/ffmpegcolorspace/avcodec.h:
16747           removed #include "stdint.h" for win32 as _stdint.h is 
16748           autogenerated to win32/common
16749         * win32/common/libgstaudio.def:
16750         * win32/common/libgsttag.def:
16751           added some exports
16752         * win32/vs6:
16753           some project files bugs corrected
16754         * win32/vs7:
16755           project files are reset to the default vs7 configuration 
16756           (they link to msvcr71.dll using default optimizations)
16757           
16758 2006-02-28  Wim Taymans  <wim@fluendo.com>
16759
16760         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16761         Fix some docs.
16762
16763 2006-02-28  Edward Hervey  <edward@fluendo.com>
16764
16765         * ext/alsa/gstalsasrc.c:
16766         Set proper class on the ElementDetails:
16767         Source/Audio instead of Src/Audio/
16768
16769 2006-02-28  Edward Hervey  <edward@fluendo.com>
16770
16771         * gst/videoscale/vs_scanline.c:
16772         (vs_scanline_resample_nearest_RGBA):
16773         Revert optimization in videoscale. It should go in liboil and have
16774         an appropriate liboil function.
16775
16776 2006-02-28  Wim Taymans  <wim@fluendo.com>
16777
16778         * gst-libs/gst/audio/gstbaseaudiosink.c:
16779         (gst_base_audio_sink_provide_clock):
16780         Don't try to provide a clock in the NULL state.
16781
16782 2006-02-28  Wim Taymans  <wim@fluendo.com>
16783
16784         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
16785         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
16786         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16787         (gst_ogg_demux_deactivate_current_chain),
16788         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
16789         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
16790         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16791         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16792         Use GstSegment infrastructure to remove duplicated code
16793         and handle more seek cases correctly.
16794
16795 2006-02-28  Wim Taymans  <wim@fluendo.com>
16796
16797         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16798         (gst_ffmpegcsp_transform):
16799         Don't ignore return code from ffmpeg convert function.
16800
16801         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16802         Split out some long statements to ease debugging.
16803
16804 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
16805
16806         * ext/libvisual/visual.c: (gst_visual_init),
16807         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
16808         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
16809         being able to renegotiate the size. Instead, use the negotiation
16810         algorithm from the goom plugin to pick an initial output caps. 
16811
16812         Also, allow theoretical libvisual plugins that might support non-GL 
16813         output even if they also do GL.
16814
16815 2006-02-26  Julien MOUTTE  <julien@moutte.net>
16816
16817         * ext/libvisual/visual.c: (gst_visual_init),
16818         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
16819         (plugin_init): Load only non GL plugins. Fix some memleaks and 
16820         possible negotiation issues.
16821
16822 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16823
16824         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
16825
16826 2006-02-24  Michael Smith  <msmith@fluendo.com>
16827
16828         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
16829         (cmml_type_find), (plugin_init):
16830           Fix CMML type find function to not require a specific minor version
16831           of the CMML header.
16832
16833           Add an MPEG4 video elementary stream typefind function.
16834
16835 2006-02-04  Michael Smith  <msmith@fluendo.com>
16836
16837         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
16838         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
16839         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16840         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
16841         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
16842         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
16843           Annodex support in ogg demuxer. Doesn't do very much without the
16844           other annodex patches (to come).
16845
16846 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16847
16848         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
16849
16850         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16851           Pick up palette for MS video v1 (#327028)
16852
16853 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16854
16855         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16856         (gst_ffmpegcsp_caps_remove_format_info),
16857         (gst_ffmpegcsp_get_unit_size):
16858           The 'palette_data' field from incoming RGB caps shouldn't be
16859           proxied on outgoing YUV caps; also, restrict unit size
16860           adjustment in case of paletted data only to the unit that
16861           actually has a palette. Fixes #330711.
16862
16863 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16864
16865         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16866         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16867         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
16868         (gst_ffmpegcsp_get_unit_size):
16869           Plug some memory leaks.
16870
16871 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16872
16873         * sys/ximage/Makefile.am:
16874         * sys/xvimage/Makefile.am:
16875           Add some _CFLAGS and _LIBS that seem to be missing
16876           and/or required for Cygwin (see #317048).
16877
16878 2006-02-22  Wim Taymans  <wim@fluendo.com>
16879
16880         * ext/alsa/gstalsasrc.c:
16881         Fix description as pointed out by caugier.
16882
16883 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
16884
16885         Reviewed by : Edward Hervey  <edward@fluendo.com>
16886
16887         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
16888         (qt_type_find):
16889         Better 3gp typefinding (#331526).
16890
16891 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16892
16893         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
16894           Don't send EOS event here, the base class will send one for us.
16895
16896         * gst/playback/gstplaybasebin.c: (prepare_output):
16897           Subpictures without video stream aren't allowed either.
16898         
16899         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16900           Fix debug statement copy'n'paste-o.
16901
16902 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16903
16904         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
16905           Fix issues with mixer keeping state when muting/unmuting
16906           and when changing the volume whilst muted (see #331763
16907           and #331765).
16908
16909 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16910
16911         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
16912         (parse_subrip), (gst_sub_parse_format_autodetect):
16913           Set right caps given that we send escaped text. Also,
16914           honour <i></i>, <b></b> and <u></u> markers that can be found
16915           in .srt files (fixes #310202).
16916
16917 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16918
16919         * gst-libs/gst/audio/mixerutils.c:
16920         (element_factory_rank_compare_func):
16921           Make order in which elements are tried more determinable.
16922
16923 2006-02-20  Julien MOUTTE  <julien@moutte.net>
16924
16925         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
16926         (remove_element_chain), (cleanup_decodebin),
16927         (gst_decode_bin_change_state): Make decodebin reusable by
16928         fixing remove_element_chain first and then introduce a
16929         cleaner in state change to ->NULL. (Closes #331678)
16930
16931 2006-02-19  Wim Taymans  <wim@fluendo.com>
16932
16933         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
16934         use 0666 mask when creating files so umask gets applied
16935         correctly. Fixes #331295.
16936
16937 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
16938
16939         * gst/subparse/Makefile.am:
16940         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
16941         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
16942         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
16943         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
16944         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
16945         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
16946         * gst/subparse/gstssaparse.h:
16947         * gst/subparse/gstsubparse.c: (plugin_init):
16948           Add very basic parser for SSA subtitle streams (as often
16949           found in matroska files).
16950
16951 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
16952
16953         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
16954           That should be text/x-pango-markup, not text/x-pango-layout.
16955
16956 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16957
16958         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
16959         Polishing.
16960
16961 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16962
16963         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16964         (gst_text_overlay_finalize), (gst_text_overlay_init),
16965         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16966         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
16967         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
16968         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
16969         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
16970         Fix state change deadlock.
16971
16972 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16973
16974         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16975         (gst_text_overlay_finalize), (gst_text_overlay_init),
16976         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16977         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
16978         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
16979         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
16980         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
16981         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
16982         and subtitles files.
16983
16984 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16985
16986         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
16987         should be considered as raw.
16988
16989 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16990
16991         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
16992         (cb_probe):
16993         * gst/playback/gststreaminfo.h: Introduce language informations.
16994
16995 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
16996
16997         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
16998         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
16999         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17000         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17001         Set shared memory segments to be deleted as soon as we have attached,
17002         that way they get cleaned up automatically if we crash.
17003
17004 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17005
17006         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17007         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17008         functions are called with lock held.
17009
17010 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17011
17012         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17013         (gst_text_overlay_finalize), (gst_text_overlay_init),
17014         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17015         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17016         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17017         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17018         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17019         (gst_text_overlay_change_state): Refactoring of textoverlay
17020         without collectpads. This now supports sparse subtitles coming
17021         from a demuxer instead of a sub file. Seeking is still broken 
17022         though. Need to discuss with wtay some more on how to handle
17023         seeking correctly.
17024         * ext/pango/gsttextoverlay.h:
17025         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17026         subtitles coming from the demuxer.
17027
17028 2006-02-17  Wim Taymans  <wim@fluendo.com>
17029
17030         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17031         (gst_vorbisenc_convert_sink):
17032         Use some more scaling functions.
17033
17034 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17035
17036         * ext/cdparanoia/gstcdparanoiasrc.c:
17037         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17038         (gst_cd_paranoia_paranoia_callback),
17039         (gst_cd_paranoia_src_signal_is_being_watched),
17040         (gst_cd_paranoia_src_read_sector):
17041         * ext/cdparanoia/gstcdparanoiasrc.h:
17042           Add back 'transport-error' and 'uncorrected-error' signals and
17043           make them actually be fired when bad stuff happens (#319340).
17044
17045 2006-02-17  Wim Taymans  <wim@fluendo.com>
17046
17047         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17048         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17049         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17050         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17051         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17052         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17053         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17054         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17055         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17056         (gst_ring_buffer_clear):
17057         Small cleanups.
17058         Added some G_LIKELY.
17059
17060 2006-02-17  Wim Taymans  <wim@fluendo.com>
17061
17062         * gst-libs/gst/audio/TODO:
17063         Update TODO
17064
17065         * gst-libs/gst/audio/gstbaseaudiosink.c:
17066         (gst_base_audio_sink_get_offset):
17067         When trying to play samples ASAP and we don't have a
17068         previous sample, try to play at position 0 instead of
17069         an invalid position.
17070
17071 2006-02-17  Wim Taymans  <wim@fluendo.com>
17072
17073         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17074         (gst_alsasink_reset):
17075         Also release lock when we get an error in _reset();
17076         fix an error message.
17077
17078 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17079
17080         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17081         (gst_alsasink_init), (get_channel_free_structure),
17082         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17083         (gst_alsasink_close):
17084         * ext/alsa/gstalsasink.h:
17085           Add support for more than 2 channels (#326720).
17086
17087 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17088
17089         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17090           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17091           with 4 or 6 channels, assume a default channel layout to make things
17092           work (not sure there's anything else we can do in those cases).
17093
17094 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17095
17096         * gst-libs/gst/audio/multichannel.c:
17097           Minor docs fix.
17098
17099         * gst-libs/gst/riff/Makefile.am:
17100         * gst-libs/gst/riff/riff-ids.h:
17101         * gst-libs/gst/riff/riff-media.c:
17102         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17103           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17104           channels and a channel layout map.
17105           
17106 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17107
17108         Reviewed by Edward Hervey  <edward@fluendo.com>
17109
17110         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17111         C-level optimization of the RGBA nearest neighbour function.
17112         Eventually this might end up in liboil with vectorized versions.
17113
17114 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17115
17116         * gst-libs/gst/audio/multichannel.c:
17117         (gst_audio_get_channel_positions):
17118           When we have more than 2 channels, but no channel layout is
17119           specified in the caps, return some default channel layout
17120           to the caller and warn about about a possibly buggy element
17121           (could be buggy filtercaps as well of course) (#317038).
17122
17123 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17124
17125         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17126           Add gst-libs/gst/cdda to list of lib search paths.
17127
17128 2006-02-15  Andy Wingo  <wingo@pobox.com>
17129
17130         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17131         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17132         to the Lord Jesus that I do not have to touch the ogg muxer ever
17133         again.
17134
17135 2006-02-15  Edward Hervey  <edward@fluendo.com>
17136
17137         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17138         quicktime movie files can also contain 'uuid' atoms.
17139
17140 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17141
17142         * gst/audioconvert/plugin.c: (plugin_init):
17143           Register the GstAudioChannelPosition enum type with the type
17144           system in the plugin_init function, so that it is known before
17145           any element actually makes use of multi-channel stuff. This is
17146           required for example if one wants to be able to deserialise/use
17147           a caps string with channel positions before any pipeline has
17148           been setup and started, like with gst-launch.
17149
17150 2006-02-14  Wim Taymans  <wim@fluendo.com>
17151
17152         * gst-libs/gst/audio/gstringbuffer.c:
17153         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17154         (gst_ring_buffer_samples_done), (wait_segment),
17155         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17156         Add some compiler G_(UN_)LIKELY help.
17157         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17158         make sure they can exit their functions. Should fix #330748
17159
17160 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17161
17162         * Makefile.am:
17163         * configure.ac:
17164         * win32/MANIFEST:
17165         * win32/common/_stdint.h:
17166           Windows does not have long long; copy the generated _stdint.h
17167         * win32/common/interfaces-enumtypes.c:
17168         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17169         (gst_mixer_track_flags_get_type),
17170         (gst_tuner_channel_flags_get_type):
17171         * win32/common/multichannel-enumtypes.c:
17172         (gst_audio_channel_position_get_type):
17173           update
17174
17175 2006-02-13  Wim Taymans  <wim@fluendo.com>
17176
17177         * gst-libs/gst/audio/gstbaseaudiosink.c:
17178         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17179         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17180         Always sync on first sample we receive when starting.
17181
17182 2006-02-13  Wim Taymans  <wim@fluendo.com>
17183
17184         * gst/playback/gstplaybin.c: (gen_vis_element):
17185         Update vis bin docs.
17186         Move queue after tee so we don't queue video buffers but
17187         audio samples instead. Fixes problems where the video queue
17188         is filled and the audio queue empty.
17189
17190 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17191
17192         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17193           No need to push an EOS event here, GstBaseSrc will do that for us
17194           when we return FLOW_UNEXPECTED.
17195           
17196 2006-02-12  Wim Taymans  <wim@fluendo.com>
17197
17198         * gst-libs/gst/audio/gstbaseaudiosink.c:
17199         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17200         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17201         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17202         Use scale functions when possible.
17203         Fix error messages.
17204         Free clockid when after waiting for EOS.
17205         Use G_(UN_)LIKLY when it makes sense.
17206         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17207
17208 2006-02-12  Edward Hervey  <edward@fluendo.com>
17209
17210         * gst/playback/gstplaybasebin.c: (prepare_output): 
17211         Remove stray semi-colon (fixes #330888).
17212
17213 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17214
17215         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17216         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17217         Fix up the XShm call testing so that we catch errors, and don't
17218         cause new ones by attempting to detach from a segment we failed
17219         to attach to. Fixes #312439.
17220
17221 2006-02-10  Edward Hervey  <edward@fluendo.com>
17222
17223         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17224         Added flv file typefind (video/x-flv).
17225
17226 2006-02-10  Edward Hervey  <edward@fluendo.com>
17227
17228         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17229         (gst_riff_create_video_template_caps):
17230         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17231         Also added the caps to the default set of riff video caps.
17232
17233 2006-02-09  Andy Wingo  <wingo@pobox.com>
17234
17235         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17236         time and the end time of the last packet in the page.
17237         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17238         on the pages in our queue, set the duration as well. Reflow a
17239         debug statement.
17240         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17241         Fixes bad muxing order.
17242
17243 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17244
17245         * gst-libs/gst/rtp/gstbasertppayload.c:
17246         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17247           update seqnum before setting it on the packet; this makes sure
17248           that the timestamp and seqnum properties match after pushing
17249           a buffer
17250
17251 2006-02-09  Andy Wingo  <wingo@pobox.com>
17252
17253         * gst-libs/gst/audio/gstringbuffer.c
17254         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17255         overflow after 13.5 hours of recording. Kapow!
17256
17257         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17258         the buffer size -- we don't care about underrun/overrun reporting
17259         right now, just need to return a useful value.
17260
17261 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17262
17263         * configure.ac:
17264           Back to CVS
17265
17266 === release 0.10.3 ===
17267
17268 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17269
17270         * configure.ac:
17271           releasing 0.10.3, "Under Pressure"
17272
17273 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17274
17275         * configure.ac:
17276         Drat. Bump libtool version number for new API.
17277         Prelease 0.10.2.3 (of 0.10.3)
17278
17279 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17280
17281         * configure.ac:
17282         * win32/common/config.h:
17283         0.10.2.2 prerelease (of 0.10.3).
17284
17285 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17286
17287         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17288           Revert Andy's newsegment change pending a more correct
17289           fix.
17290
17291 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17292
17293         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17294         (qt_type_find), (plugin_init):
17295           detect more files as 3gp
17296           group and reorder the iso file formats
17297
17298 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17299
17300         * ext/vorbis/vorbis.c: (plugin_init):
17301           Register musicbrainz tags, so apps don't have to.
17302
17303 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17304
17305         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17306         (gst_tag_to_vorbis_tag):
17307           Make sure we called gst_tag_register_musicbrainz_tags()
17308           before possibly mapping a vorbiscomment string from/to a
17309           musicbrainz tag.
17310
17311 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17312
17313         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17314           In case we can't find the required number of consecutive
17315           mpeg audio frames to positively identify an MPEG audio
17316           stream, check if there's at least a valid mpeg audio
17317           frame right at offset 0 and if so suggest mpeg/audio
17318           caps with a very low probability (#153004).
17319
17320 2006-02-07  Andy Wingo  <wingo@pobox.com>
17321
17322         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17323         a TIME segment if we get timestamped buffers. Requires recent
17324         fixes in core to work properly.
17325
17326 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17327
17328         * gst/playback/gstplaybasebin.c: (prepare_output):
17329           Don't print the URI as part of the error message, it
17330           makes error dialogs look rather ugly, especially if
17331           the URI is very long or has characters in it that
17332           need escaping.
17333
17334 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17335
17336         * gst/playback/gstplaybasebin.c: (prepare_output):
17337           Error out if we have only text or subtitles, but nothing
17338           else. Also error out if we have subtitles but no video
17339           stream.
17340
17341 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17342
17343         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17344           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17345           Post an error message on the bus when we encounter an
17346           error, which will hopefully be more meaningful than the
17347           'Internal Flow Error' message users get to see if we
17348           just return GST_FLOW_ERROR.
17349
17350 2006-02-07  Andy Wingo  <wingo@pobox.com>
17351
17352         * configure.ac (GST_MAJORMINOR): Update core version req to
17353         0.10.2.2, for the collectpads API addition (#330244).
17354
17355 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17356
17357         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17358           Return FALSE from plugin_init() when GnomeVFS can't
17359           be initialised for some reason (#328423).
17360
17361 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17362
17363         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17364         Stick to seeking theory until i find the bug.
17365         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17366
17367 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17368
17369         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17370         (theora_enc_finalize), (theora_enc_sink_setcaps),
17371         (theora_set_header_on_caps), (theora_enc_chain),
17372         (theora_enc_change_state):
17373         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17374           Make theoraenc and the tests leak free. Like, really.
17375
17376 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17377
17378         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17379         (theora_enc_finalize), (theora_enc_sink_setcaps):
17380           Add a finalize method to ensure we clean up state even if
17381           someone omitted the state change back to NULL.
17382
17383         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17384         (gst_vorbisenc_chain):
17385           Free some more leaked bits.
17386
17387         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17388         (stop_pipeline):
17389           Wait for state changes to happen if they're ASYNC.
17390
17391           This ought to teach those fancy pants buildbots a lesson.
17392
17393 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17394
17395         * gst-libs/gst/tag/gstid3tag.c:
17396           Add mapping for ID3 International Standard Recording Code
17397           tag "TSRC"
17398
17399 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17400
17401         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17402           Don't leak tag names.
17403
17404 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17405
17406         * docs/libs/gst-plugins-base-libs-docs.sgml:
17407         * docs/libs/gst-plugins-base-libs-sections.txt:
17408         * gst-libs/gst/tag/gstid3tag.c:
17409         * gst-libs/gst/tag/gstvorbistag.c:
17410         * gst-libs/gst/tag/tags.c:
17411           Split libgsttag docs into multiple sections.
17412
17413 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17414
17415         * docs/libs/Makefile.am:
17416         * docs/libs/gst-plugins-base-libs-docs.sgml:
17417         * docs/libs/gst-plugins-base-libs-sections.txt:
17418         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17419         * gst-libs/gst/tag/gstvorbistag.c:
17420         * gst-libs/gst/tag/tag.h:
17421         * gst-libs/gst/tag/tags.c:
17422           Add libgsttag to the docs.
17423
17424 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17425
17426         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17427         (gst_text_overlay_init), (gst_text_overlay_src_event),
17428         (gst_text_overlay_collected): Fix clockoverlay.
17429
17430 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17431
17432         * docs/libs/compiling.sgml:
17433           Fix typo: it's pkg-config, not pkg-gconfig
17434
17435         * docs/libs/gst-plugins-base-libs-docs.sgml:
17436         * docs/libs/gst-plugins-base-libs-sections.txt:
17437         * docs/libs/tmpl/gstgconf.sgml:
17438           There is no libgstgconf in 0.10, remove it
17439           from the docs.
17440
17441 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17442
17443         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17444         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17445         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17446         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17447         (gst_sub_parse_class_init), (gst_sub_parse_init),
17448         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17449         (parse_mpsub), (parser_state_init), (handle_buffer),
17450         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17451         * gst/subparse/gstsubparse.h: Introduce seeking code.
17452
17453 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17454
17455         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17456           Add comment about LANGUAGE tag inconsistency (we want
17457           ISO-639-1, but extract three-letter identifiers?)
17458
17459         * po/POTFILES.in:
17460           Add two translatable files.
17461
17462 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17463
17464         * gst-libs/gst/tag/Makefile.am:
17465         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17466         * gst-libs/gst/tag/tag.h:
17467         * gst-libs/gst/tag/tags.c:
17468         (gst_tag_register_musicbrainz_tags_internal),
17469         (gst_tag_register_musicbrainz_tags):
17470           Forward-port some tags stuff from the 0.8 branch. This is
17471           mostly the addition of musicbrainz tags and their mapping
17472           to vorbistags, and a vorbistag mapping of the language tag.
17473
17474 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17475
17476         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17477         refactoring.
17478
17479 2006-02-04  David Schleef  <ds@schleef.org>
17480
17481         * ext/ogg/gstoggmux.c:
17482         * gst/typefind/gsttypefindfunctions.c:
17483           Add Dirac typefinding and add dirac format to oggmux.
17484
17485 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17486
17487         * gst/playback/gstdecodebin.c: (try_to_link_1):
17488           Don't put essential function call into
17489           g_return_*() macro, otherwise it'll all be
17490           replaced by NOOPs when compiling with
17491           G_DISABLE_CHECKS defined.
17492
17493 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17494
17495         * ext/ogg/gstoggdemux.c:
17496         * ext/ogg/gstoggparse.c:
17497         * gst/tcp/gsttcpserversink.c:
17498         * sys/v4l/v4lsrc_calls.c:
17499         * sys/v4l/v4lsrc_calls.h:
17500         Just make it compile with --disable-gst-debug.
17501
17502 2006-02-03  Wim Taymans  <wim@fluendo.com>
17503
17504         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17505         (gst_alsasink_class_init), (gst_alsasink_init),
17506         (gst_alsasink_write), (gst_alsasink_reset):
17507         * ext/alsa/gstalsasink.h:
17508         Add lock to protect alsa calls.
17509         Implement reset to flush samples ASAP, does not work
17510         with dmix though.
17511
17512 2006-02-02  Wim Taymans  <wim@fluendo.com>
17513
17514         * gst-libs/gst/audio/gstbaseaudiosink.c:
17515         (gst_base_audio_sink_provide_clock):
17516         Ugh.. getting late I guess...
17517
17518 2006-02-02  Wim Taymans  <wim@fluendo.com>
17519
17520         * gst-libs/gst/audio/gstbaseaudiosink.c:
17521         (gst_base_audio_sink_provide_clock),
17522         (gst_base_audio_sink_set_property),
17523         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17524         Don't try to provide a clock when we are not negotiated since
17525         we might not be able to make it run.
17526
17527 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17528
17529         * gst/playback/gstdecodebin.c: (try_to_link_1):
17530           Unlinking two source pads is ... hard.
17531
17532 2006-02-02  Wim Taymans  <wim@fluendo.com>
17533
17534         * gst-libs/gst/audio/TODO:
17535         Updated.
17536
17537         * gst-libs/gst/audio/gstbaseaudiosink.c:
17538         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17539         On EOS, wait till the last sample is played before posting EOS.
17540
17541 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17542
17543         Patch by: Kai Vehmanen
17544         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17545           Adds ability to enable newsegment bypass by setting queue_delay to
17546           zero. Also avoid thread being started if queue_delay is zero.
17547
17548 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17549
17550         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17551           Make test work again by connecting fakesinks to each decoded pad,
17552           which makes the pipeline wait until each fakesink has a buffer
17553           queued before going to PAUSED state. At that point we know the
17554           decodebin pads are negotiated.
17555
17556 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17557
17558         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17559         (gst_cdda_base_src_handle_event):
17560         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17561           Pass unhandled queries to the parent class's query function.
17562
17563 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17564
17565         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17566         (gst_ogg_pad_src_query):
17567         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17568         * ext/theora/theoradec.c: (theora_dec_src_query),
17569         (theora_dec_sink_query):
17570         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17571         (vorbis_dec_sink_query):
17572         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17573         (gst_vorbisenc_sink_query):
17574         * gst/adder/gstadder.c: (gst_adder_query):
17575           Pass unhandled queries upstream instead of just
17576           dropping them (#326447). Also, fix supported
17577           query types list for some elements.
17578
17579 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17580
17581         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17582         (paris_type_find), (ilbc_type_find), (plugin_init):
17583           Fix typefinding for audio/x-au, audio/x-paris and
17584           audio/iLBC-sh. We cannot use the START_WITH macros
17585           here, because there can only be one typefind factory
17586           with the same name (caps), so the second one would
17587           replace the first one and the first one would never
17588           be called when doing typefinding (see #161712).
17589           
17590
17591 2006-01-31  Wim Taymans  <wim@fluendo.com>
17592
17593         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17594         (vorbis_handle_header_packet), (vorbis_dec_push),
17595         (vorbis_handle_data_packet):
17596         Use scale_int when we can, add some more scaling.
17597         Check packettype before parsing it.
17598
17599 2006-01-31  Wim Taymans  <wim@fluendo.com>
17600
17601         * ext/theora/theoradec.c: (_theora_granule_time),
17602         (theora_dec_src_convert), (theora_dec_sink_convert):
17603         Call right _scale functions.
17604         Use parameter instead of some other random value.
17605
17606 2006-01-31  Wim Taymans  <wim@fluendo.com>
17607
17608         * ext/theora/theoradec.c: (_theora_granule_frame),
17609         (_theora_granule_time), (_inc_granulepos),
17610         (theora_dec_src_convert), (theora_dec_sink_convert),
17611         (theora_handle_type_packet), (theora_handle_data_packet),
17612         (theora_dec_chain):
17613         Use higher precision timestamps calculation.
17614         Convert some other conversions to _scale.
17615
17616 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17617
17618         * gst/audiotestsrc/gstaudiotestsrc.c:
17619         (gst_audio_test_src_create_sine_table), (plugin_init):
17620         * gst/volume/gstvolume.c: (plugin_init):
17621           initialize gst_controller before using
17622
17623 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17624
17625         * tests/check/pipelines/theoraenc.c:
17626         * tests/check/pipelines/vorbisenc.c:
17627         Define constant using G_GINT64_CONSTANT to avoid errors when
17628         passing it around - otherwise it gets truncated to 32 bits.
17629
17630         Fixes failing tests.
17631
17632 2006-01-31  Andy Wingo  <wingo@pobox.com>
17633
17634         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17635         caps being set doesn't have a framerate value. Basically a stopgap
17636         measure.
17637
17638         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17639         technically correct enough to put into core though.
17640         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17641         DURATION. Fixes theoraenc ! oggmux.
17642
17643         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17644         fraction, not double.
17645
17646 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17647
17648         * win32/vs7:
17649         add vs7 project files created by Sergey Scobich
17650
17651 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17652
17653         * win32/vs8:
17654         add vs8 project files created by Sergey Scobich
17655         
17656 2006-01-30  Andy Wingo  <wingo@pobox.com>
17657
17658         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17659         timestamp + duration, not just timestamp -- ogg pages should be
17660         ordered by stop time. Necessary fix given the change in vorbis
17661         timestamps.
17662
17663         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17664         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17665         (granulepos_add): New function, handles the messiness of adjusting
17666         granulepos values.
17667         (theora_buffer_from_packet):
17668         (theora_enc_chain):
17669         (theora_enc_sink_event): Use granulepos_add, not +.
17670
17671         * tests/check/pipelines/theoraenc.c
17672         (check_buffer_granulepos_from_starttime): Just check the frame
17673         count, not the actual granulepos -- we can't dictate to the
17674         encoder when it should be placing keyframes.
17675
17676 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17677
17678         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17679           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17680           play an http:// stream from a server that's not serving
17681
17682 2006-01-30  Andy Wingo  <wingo@pobox.com>
17683
17684         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17685         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17686         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17687         available.
17688
17689         * ext/theora/gsttheoraenc.h:
17690         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17691         although theoraenc was timestamping correctly. Added handling of
17692         streams that start with nonzero timestamps.
17693
17694         * tests/check/Makefile.am:
17695         * tests/check/pipelines/theoraenc.c: New file, basically does same
17696         tests as vorbisenc.
17697
17698         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17699
17700 2006-01-30  Wim Taymans  <wim@fluendo.com>
17701
17702         * gst-libs/gst/audio/gstaudiosink.c:
17703         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17704         (gst_audioringbuffer_pause):
17705         Implement pause that does not wait for completion.
17706
17707         * gst-libs/gst/audio/gstbaseaudiosink.c:
17708         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17709         Don't drop buffers when going to PAUSED but perform preroll on
17710         remaining samples now that core base class supports this.
17711
17712         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17713         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17714         (gst_ring_buffer_commit):
17715         Pause should not signal waiters.
17716         Implement return value of _commit correctly.
17717
17718 2006-01-30  Andy Wingo  <wingo@pobox.com>
17719
17720         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17721
17722         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17723         updated to timestamp from the first sample, not the last.
17724         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17725         special care of granulepos and timestamp for header packets.
17726         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17727         when the first buffer has a nonzero timestamp.
17728
17729         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17730         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17731         case when the first audio buffer we get has a nonzero timestamp.
17732         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17733         properly timestamp vorbis buffers with the time of the first
17734         sample, not the last.
17735         
17736         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17737         vorbis_granule_time_copy -- now it takes the granule/subgranule
17738         offset into account.
17739
17740         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17741         timestamps, durations, and granulepos on buffers produced by
17742         vorbisenc.
17743
17744 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17745
17746         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17747         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17748           Patch from Eric Jonas to support conversions to/from UYVY 
17749           (Fixes: #324626)
17750
17751 2006-01-30  Julien MOUTTE  <julien@moutte.net>
17752
17753         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
17754         (setup_subtitle), (setup_source), (set_active_source):
17755         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17756         (gen_text_element), (gen_audio_element), (gen_vis_element),
17757         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
17758
17759 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
17760
17761         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
17762         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
17763                 use gst_guint64_to_gdouble to be compliant with vs6
17764         * gst/playback/gstdecodebin.c: (try_to_link_1)
17765         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
17766                 use G_GINT64_CONSTANT for int64 constants
17767         * win32/common/libgstinterfaces.def:
17768                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
17769         * win32/vs6:
17770                 update and add new project files
17771                 
17772 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17773
17774         * Makefile.am:
17775         * win32/MANIFEST:
17776         * win32/common/interfaces-enumtypes.c:
17777         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17778         (gst_mixer_track_flags_get_type),
17779         (gst_tuner_channel_flags_get_type):
17780         * win32/common/interfaces-enumtypes.h:
17781         * win32/common/multichannel-enumtypes.c:
17782         (gst_audio_channel_position_get_type):
17783         * win32/common/multichannel-enumtypes.h:
17784           add a win32-update rule like in core, and copy over enumtypes files
17785
17786 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17787
17788         * win32/MANIFEST:
17789         * win32/common/config.h:
17790         * win32/common/config.h.in:
17791           add config files just like in core
17792
17793 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
17794
17795         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
17796           Make gcc-4.1 happy (part of #327357).
17797
17798 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17799
17800         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
17801         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
17802         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
17803         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
17804         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
17805         (gst_alsasrc_unprepare), (gst_alsasrc_read):
17806           Update all error messages.  All of them should either use
17807           the default translated message, or actually provide a
17808           translatable string.
17809           Make the string for channel count problems meaningful.
17810
17811 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17812
17813         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17814           check for and throw RESOURCE_BUSY
17815
17816 2006-01-27  David Schleef  <ds@schleef.org>
17817
17818         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
17819           checked in this change -- it requires liboil features not
17820           in 0.3.6.  Revert parts.
17821
17822 2006-01-27  David Schleef  <ds@schleef.org>
17823
17824         * REQUIREMENTS:
17825         * configure.ac: update liboil requirement to 0.3.6
17826         * gst/videoscale/Makefile.am:
17827         * gst/videoscale/vs_scanline.c: liboilify
17828
17829 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17830
17831         * ext/libvisual/visual.c: (get_buffer):
17832           When pad_alloc returns a GstFlowReturn other
17833           than GST_FLOW_OK, make sure it is passed upstream.
17834
17835 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17836
17837         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17838         (gst_alsasink_class_init):
17839           Free the device name string.
17840
17841         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17842         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
17843         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
17844           Don't remove a pad from the collectpads structure until it
17845           is released - it's a request pad, and may receive data again
17846           if the element gets moved back to PLAYING state.
17847
17848         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17849           Ensure we turn on double buffering on the Xv port, and
17850           set the colour key to something dark and mysterious that
17851           isn't black.
17852
17853 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17854
17855         * ext/alsa/gstalsaplugin.c: (plugin_init):
17856         * ext/cdparanoia/gstcdparanoiasrc.c:
17857         (gst_cd_paranoia_src_base_init), (plugin_init):
17858         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17859         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
17860           - a library should not call setlocale. see "Libraries" node in
17861             gettext manual
17862           - make sure all plugins that use translation do bindtextdomain
17863             to point to the localedir
17864         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
17865         (setup_sinks), (plugin_init):
17866           all this, and check for NULL when creating sinks
17867
17868 2006-01-27  Julien MOUTTE  <julien@moutte.net>
17869
17870         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
17871         (plugin_init): Make typefinding of subtitles work again.
17872
17873 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
17874
17875         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17876         (mp3_type_frame_length_from_header), (mp3_type_find),
17877         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
17878         (plugin_init):
17879           Backport a bunch of typefinding fixes from the 0.8 branch.
17880           Also, improve wavpack typefinding: if we can't peek the
17881           entire wavpack block, try to parse the bits we can get and
17882           see if we find what we're looking for in those.
17883
17884 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17885
17886         * sys/ximage/ximagesink.c:
17887         (gst_ximagesink_calculate_pixel_aspect_ratio):
17888         * sys/xvimage/xvimagesink.c:
17889         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
17890         more cases of pixel aspect ratio.
17891
17892 2006-01-26  Edward Hervey  <edward@fluendo.com>
17893
17894         * gst/playback/gstdecodebin.c: (pad_probe):
17895         Also consider the flush-start and tag events as unblockers
17896         for the pad probes.
17897
17898 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17899
17900         * gst/playback/gstplaybin.c: (gst_play_bin_init),
17901         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
17902         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
17903         On the fly visualisation switch, works disabling, enabling as
17904         well but it won't be able to enable vis in a playbin that was
17905         created with no visualisation.
17906
17907 2006-01-25  Wim Taymans  <wim@fluendo.com>
17908
17909         * gst-libs/gst/audio/gstbaseaudiosink.c:
17910         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17911         Undo previous commit that returned WRONG_STATE sooner, it breaks 
17912         resume after pause.
17913
17914 2006-01-25  Wim Taymans  <wim@fluendo.com>
17915
17916         * gst-libs/gst/audio/gstbaseaudiosink.c:
17917         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
17918         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
17919         Improve debugging.
17920         Post error when caps cannot be parsed.
17921         Resync on discontinuity in the stream.
17922         Clip samples to segment boundaries.
17923         return WRONG_STATE sooner when we are flushing.
17924
17925         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
17926         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
17927         Make audiosrc operate in TIME.
17928         Set TIMESTAMP and DURATION on buffers.
17929
17930 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
17931
17932         * tests/examples/seek/seek.c: (main):
17933           Output tag messages as well.
17934
17935 2006-01-23  Edward Hervey  <edward@fluendo.com>
17936
17937         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17938         (free_pad_probes), (remove_fakesink), (pad_probe),
17939         (close_pad_link), (gst_decode_bin_change_state):
17940         Replace GstPadBlockCallback with pad probes that detect
17941         first buffer AND eos before removing fakesink.
17942         Fixes hang with demuxers doing EOS while pre-rolling.
17943         Solves #328279
17944
17945 2006-01-23  Andy Wingo  <wingo@pobox.com>
17946
17947         * ext/alsa/gstalsasink.c:
17948         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17949         (gst_base_rtp_depayload_setcaps),
17950         (gst_base_rtp_depayload_add_to_queue),
17951         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
17952         
17953         Patch by: Jens Granseuer <jensgr at gmx dot net>
17954
17955 2006-01-22  Julien MOUTTE  <julien@moutte.net>
17956
17957         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
17958         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17959         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
17960         frames. We might get a frame destroyed after changing state to
17961         NULL, adding a safety check on xcontext.
17962
17963 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
17964
17965         * gst-libs/gst/interfaces/xoverlay.c:
17966           Fix prepare-xwindow-id code example in the docs - we need to
17967           ignore all messages that aren't element messages as well.
17968           
17969 2006-01-21  Julien MOUTTE  <julien@moutte.net>
17970
17971         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
17972           I think one day i'll completely undestand how caps negotiation
17973           is supposed to work. This refactoring handles buffer_alloc
17974           called with caps we can't handle. We definitely don't want a
17975           set_caps with those caps, so we define and allocate a buffer
17976           we would like to receive.
17977
17978 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
17979
17980         * gst/playback/gstplaybasebin.c: (setup_source):
17981           Free iterator when done.
17982
17983 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
17984
17985         * gst-libs/gst/audio/gstbaseaudiosink.c:
17986         (gst_base_audio_sink_render):
17987           Fix playback of non-synchronised streams by assuming a rate
17988           of 1.0 instead of a random one.
17989
17990           Makes this work again:
17991
17992           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
17993           endianness=(int)4321, signed=(boolean)true, width=(int)16,
17994           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
17995           audioresample ! alsasink
17996
17997 === release 0.10.2 ===
17998
17999 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18000
18001         * configure.ac:
18002           releasing 0.10.2, "Then the devil is six"
18003
18004 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18005
18006         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18007         * gst/playback/gststreamselector.c:
18008         (gst_stream_selector_set_property):
18009           Comment out broken code that connects to the state-changed signal.
18010           At this point, changing current stream selection is broken, but 
18011           stuff like gst-launch playbin current-audio=1 works and filters
18012           to the chosen stream.
18013
18014 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18015
18016         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18017           Fix #327216 (null dereference in vorbisdec)
18018
18019 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18020
18021         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18022           Post taglist actually on bus instead of just freeing it
18023           (fixes #327114 and totem bug #327080).
18024
18025         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18026           Use gst_element_found_tags_for_pad(), so that the tags
18027           are sent downstream as an event as well.
18028
18029 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18030
18031         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18032         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18033         (gst_ximagesink_buffer_alloc):
18034         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18035         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18036         (gst_xvimagesink_buffer_alloc):
18037           move all regularly occurring messages to GST_LOG level
18038           add some more object logs
18039
18040 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18041
18042         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18043           fix a silly segfault
18044
18045 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18046
18047         * docs/libs/gst-plugins-base-libs-docs.sgml:
18048         * docs/libs/gst-plugins-base-libs-sections.txt:
18049         * gst-libs/gst/audio/mixerutils.c:
18050         * gst-libs/gst/audio/mixerutils.h:
18051           Add docs for mixerutils stuff.
18052
18053 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18054
18055         * gst/playback/gstplaybasebin.c: (setup_source):
18056           Fix playback for sources that emit raw audio or
18057           raw video streams (e.g.: cd audio sources) (#325984).
18058
18059 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18060
18061         * gst-libs/gst/audio/mixerutils.c:
18062         (gst_audio_mixer_filter_do_filter):
18063           actually save the element we create
18064
18065 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18066
18067         * gst-libs/gst/cdda/gstcddabasesrc.c:
18068         (gst_cdda_base_src_handle_track_seek):
18069           No need to post a tag message on the bus when seeking
18070           within the same track, only post it when the current
18071           track changes.
18072
18073 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18074
18075         * gst/playback/gstplaybasebin.c: (group_destroy),
18076         (probe_triggered), (new_decoded_pad), (mute_group_type),
18077         (set_active_source):
18078         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18079         * gst/playback/gststreamselector.c:
18080         (gst_stream_selector_base_init),
18081         (gst_stream_selector_set_property),
18082         (gst_stream_selector_request_new_pad):
18083           Reenable stream selection. These mechanisms need a complete overhaul
18084           in the face of 0.8->0.10 changes though.
18085
18086 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18087
18088         * ext/ogg/gstoggdemux.c:
18089           Change the pad template to src_%d to match the pads that 
18090           are created from it. decodebin needs this information in order
18091           to decide that oggdemux is capable of producing multiple pads
18092           (and hence needs queues inserted).
18093
18094         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18095         (gst_ogg_mux_collected):
18096           Make debug output more useful by using GST_PTR_FORMAT.
18097
18098 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18099
18100         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18101
18102         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18103           Set depth and width for alaw/mulaw (fixes #326601).
18104
18105 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18106
18107         * tests/icles/Makefile.am:
18108           don't build the tests if we don't have the libs
18109
18110 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18111
18112         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18113         (gst_cd_paranoia_paranoia_callback):
18114           Don't try to free NULL pointers.
18115
18116 2006-01-10  Edward Hervey  <edward@fluendo.com>
18117
18118         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18119         (gst_audio_rate_change_state), (plugin_init):
18120         Add debugging category.
18121         Fix type issues.
18122         Add case for incoming buffers without valid offset/offset_end.
18123
18124 2006-01-10  Michael Smith  <msmith@fluendo.com>
18125
18126         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18127           Don't leak GCond in audio sources.
18128
18129 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18130
18131         * gst/playback/gstplaybin.c: (gen_audio_element):
18132           Don't leak an autoaudiosink/alsasink when we generate
18133           a new audio element. (old code, I guess)
18134
18135 2006-01-10  Michael Smith  <msmith@fluendo.com>
18136
18137         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18138           Support float audio in audiorate.
18139           Use width rather than depth for selecting sample width.
18140
18141 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18142
18143         * gst/videotestsrc/videotestsrc.h:
18144           Use GLib types here (that way we don't have to include the
18145           generated _stdint.h header, which makes life easier for win32
18146           folks that don't use autotools for the build) (#325990, patch
18147           by: Sergey Scobich).
18148
18149 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18150
18151         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18152         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18153         (gst_ring_buffer_pause), (wait_segment):
18154         * gst-libs/gst/audio/gstringbuffer.h:
18155           Name (private) union, makes Forte compiler happy (this time
18156           for real) (#324900).
18157
18158 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18159
18160         * gst-libs/gst/audio/Makefile.am:
18161           Link against libgstinterfaces, needed for mixer
18162           and property probe stuff.
18163
18164 2006-01-09  Edward Hervey  <edward@fluendo.com>
18165
18166         * gst-libs/gst/Makefile.am:
18167
18168 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18169
18170         * gst-libs/gst/audio/Makefile.am:
18171         * gst-libs/gst/audio/mixerutils.c:
18172         (gst_audio_mixer_filter_do_filter),
18173         (gst_audio_mixer_filter_check_element),
18174         (gst_audio_mixer_filter_probe_feature),
18175         (element_factory_rank_compare_func),
18176         (gst_audio_default_registry_mixer_filter):
18177         * gst-libs/gst/audio/mixerutils.h:
18178           Add gst_audio_default_registry_mixer_filter() utility
18179           function.
18180
18181 2006-01-03  Michael Smith  <msmith@fluendo.com>
18182
18183         * gst/audioresample/resample.h:
18184           As before, but for o_buf
18185
18186 2006-01-03  Michael Smith  <msmith@fluendo.com>
18187
18188         * gst/audioresample/resample.h:
18189           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18190           since we do arithmetic on it.
18191
18192 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18193
18194         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18195         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18196         (gst_ring_buffer_pause), (wait_segment):
18197         * gst-libs/gst/audio/gstringbuffer.h:
18198           Sun's Forte compiler doesn't seem to like anonymous structs,
18199           so use same setup as in GstBaseSrc (fixes #324900).
18200
18201 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18202
18203         * configure.ac:
18204         * gst/volume/Makefile.am:
18205         * gst/volume/demo.c:
18206           move old example to tests/examples/volume/volune.c
18207         * tests/examples/Makefile.am:
18208         * tests/examples/seek/seek.c: (main):
18209           change window-close event from "delete-event" to "destroy"
18210         * tests/examples/volume/Makefile.am:
18211         * tests/examples/volume/volume.c: (value_changed_callback),
18212         (setup_gui), (message_received), (eos_message_received), (main):
18213           fix event handling and bus usage
18214
18215 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18216
18217         * gst/audiotestsrc/gstaudiotestsrc.c:
18218         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18219         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18220         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18221         (gst_audio_test_src_create_square),
18222         (gst_audio_test_src_create_saw),
18223         (gst_audio_test_src_create_triangle),
18224         (gst_audio_test_src_create_silence),
18225         (gst_audio_test_src_create_white_noise),
18226         (gst_audio_test_src_create_pink_noise),
18227         (gst_audio_test_src_init_sine_table),
18228         (gst_audio_test_src_create_sine_table),
18229         (gst_audio_test_src_change_wave),
18230         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18231         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18232         * gst/audiotestsrc/gstaudiotestsrc.h:
18233           update to basesrc changes, implement segmented seeking and eos
18234           handling, add a 'sine-tab' waveform for performance critical playback
18235
18236 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18237
18238         * po/POTFILES.in:
18239           ... and this time the other modified file that I missed last time.
18240
18241 2005-12-29  Michael Smith  <msmith@fluendo.com>
18242
18243         * gst/playback/gstdecodebin.c: (new_pad):
18244           Fix non-C89 variable declaration not at the start of a block. Should
18245           help some compilers.
18246
18247 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18248
18249         * tests/check/Makefile.am:
18250           And now fix 'make distcheck' (builddir != srcdir)
18251
18252 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18253
18254         * configure.ac:
18255         * ext/cdparanoia/Makefile.am:
18256         * ext/cdparanoia/gstcdparanoia.c:
18257         * ext/cdparanoia/gstcdparanoia.h:
18258         * ext/cdparanoia/gstcdparanoiasrc.c:
18259         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18260         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18261         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18262         (gst_cd_paranoia_paranoia_callback),
18263         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18264         (gst_cd_paranoia_src_set_property),
18265         (gst_cd_paranoia_src_get_property), (plugin_init):
18266         * ext/cdparanoia/gstcdparanoiasrc.h:
18267           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18268           plugin again (there are still fixes required to playbin to make
18269           cdda:// uris work there).
18270
18271 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18272
18273         * tests/check/Makefile.am:
18274           Fix test case compilation.
18275
18276 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18277
18278         * gst-libs/gst/cdda/gstcddabasesrc.c:
18279         (gst_cdda_base_src_update_duration),
18280         (gst_cdda_base_src_calculate_cddb_id):
18281           An integer is not a string. Fix access to uninitialised variable.
18282
18283         * tests/check/Makefile.am:
18284           Add cddabasesrc unit test; also actually enable the vorbis test.
18285
18286         * tests/check/generic/states.c:
18287           Blacklist new cd audio elements as well.
18288
18289         * tests/check/libs/cddabasesrc.c:
18290           Unit test for GstCddaBaseSrc (discid calculation mostly).
18291
18292 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18293
18294         * docs/libs/Makefile.am:
18295         * docs/libs/gst-plugins-base-libs-docs.sgml:
18296         * docs/libs/gst-plugins-base-libs-sections.txt:
18297         * docs/libs/gst-plugins-base-libs.types:
18298           Add docs for libgstcdda/GstCddaBaseSrc.
18299
18300         * gst-libs/gst/interfaces/mixertrack.h:
18301           Do one struct member per line with a semicolon at the end, that way
18302           even gtk-doc might parse it without complaining.
18303
18304 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18305
18306         * configure.ac:
18307         * gst-libs/gst/Makefile.am:
18308         * gst-libs/gst/cdda/Makefile.am:
18309         * gst-libs/gst/cdda/base64.c:
18310         * gst-libs/gst/cdda/base64.h:
18311         * gst-libs/gst/cdda/gstcddabasesrc.c:
18312         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18313         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18314         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18315         (gst_cdda_base_src_get_property),
18316         (gst_cdda_base_src_get_track_from_sector),
18317         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18318         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18319         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18320         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18321         (gst_cdda_base_src_uri_get_protocols),
18322         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18323         (gst_cdda_base_src_uri_handler_init),
18324         (gst_cdda_base_src_setup_interfaces),
18325         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18326         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18327         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18328         (gst_cdda_base_src_add_tags),
18329         (gst_cdda_base_src_add_index_associations),
18330         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18331         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18332         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18333         (gst_cdda_base_src_create):
18334         * gst-libs/gst/cdda/gstcddabasesrc.h:
18335         * gst-libs/gst/cdda/sha1.c:
18336         * gst-libs/gst/cdda/sha1.h:
18337           Add new libgstcdda with GstCddaBaseSrc class.
18338
18339 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18340
18341         * ext/gnomevfs/gstgnomevfssink.h:
18342           Use GstBaseSinkClass as parent_class member for class struct, not
18343           GstBaseSink.
18344
18345 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18346
18347         Patch by: Michael Benes
18348
18349         * gst/videotestsrc/gstvideotestsrc.c:
18350         (gst_video_test_src_class_init), (gst_video_test_src_start):
18351           Add start method to reset running time and number of frames sent
18352           when starting up (fixes #324696)
18353
18354 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18355
18356         * docs/plugins/Makefile.am:
18357         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18358         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18359         * docs/plugins/gst-plugins-base-plugins.args:
18360         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18361         * docs/plugins/gst-plugins-base-plugins.signals:
18362           Add docs stuff for gnomevfssrc and gnomevfssink.
18363
18364         * ext/gnomevfs/gstgnomevfssrc.c:
18365           Fix example pipeline in gtk-doc blurb.
18366
18367 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18368
18369         * ext/gnomevfs/Makefile.am:
18370         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18371         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18372         (gst_gnome_vfs_handle_get_type), (plugin_init):
18373         * ext/gnomevfs/gstgnomevfs.h:
18374         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18375         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18376         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18377         (gst_gnome_vfs_sink_set_property),
18378         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18379         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18380         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18381         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18382         (gst_gnome_vfs_sink_uri_get_type),
18383         (gst_gnome_vfs_sink_uri_get_protocols),
18384         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18385         (gst_gnome_vfs_sink_uri_handler_init):
18386         * ext/gnomevfs/gstgnomevfssink.h:
18387           Port gnomevfssink; add gtk-doc blurb.
18388
18389         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18390         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18391         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18392         (gst_gnome_vfs_src_uri_get_type),
18393         (gst_gnome_vfs_src_uri_get_protocols),
18394         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18395         (gst_gnome_vfs_src_uri_handler_init),
18396         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18397         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18398         (gst_gnome_vfs_src_send_additional_headers_callback),
18399         (gst_gnome_vfs_src_received_headers_callback),
18400         (gst_gnome_vfs_src_push_callbacks),
18401         (gst_gnome_vfs_src_pop_callbacks),
18402         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18403         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18404         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18405         * ext/gnomevfs/gstgnomevfssrc.h:
18406           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18407           file; add gtk-doc blurb with example pipelines.
18408
18409 === release 0.10.1 ===
18410
18411 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18412
18413         * configure.ac:
18414           releasing 0.10.1, "Dobro Dedek"
18415
18416 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18417
18418         * gst/typefind/gsttypefindfunctions.c:
18419         iLBC30 and iLBC20 added to typefind.
18420
18421 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18422
18423         * gst-libs/gst/audio/gstbaseaudiosink.c:
18424         (gst_base_audio_sink_class_init):
18425         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18426         (gst_base_audio_src_class_init):
18427           update strings, values are in microseconds
18428           change the default sink buffer time to something that is smaller
18429           (to help software volume mixing have a slightly lower delay) but
18430           still be acceptable on Wim's laptop
18431
18432 2005-12-20  Edward Hervey  <edward@fluendo.com>
18433
18434         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18435         Made a quack, forgot to add DUCK to the riff video template.
18436
18437 2005-12-19  Edward Hervey  <edward@fluendo.com>
18438
18439         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18440         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18441         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18442         (gst_ogm_parse_chain):
18443         Make sure pads are initialized correctly.
18444         * gst-libs/gst/riff/riff-ids.h:
18445         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18446         (gst_riff_create_video_template_caps):
18447         Add a whole bunch of FOURCC <=> MimeType.
18448         Extend the riff video pad template to support the newly added fourcc.
18449
18450 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18451
18452         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18453         (gst_ogg_demux_activate_chain):
18454           Extra debug output when activating/deactivating chains.
18455
18456         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18457         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18458         (unlinked):
18459           Remove a queue from our list when it becomes unlinked.
18460           Don't add queues to elements in class 'Demux' if they
18461           can only produce one pad 
18462
18463 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18464
18465         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18466         (gst_video_sink_get_type): Add a debug category.
18467
18468 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18469
18470         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18471         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18472           Handle downstream newsegment by sending our own newsegment before the
18473           next buffer to be released. (#323900)
18474
18475 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18476
18477         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18478         (gst_base_rtp_depayload_set_gst_timestamp):
18479           add queue delay to new segment as well (as opposed to just the first
18480           buffer). (bug #322347)
18481
18482 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18483
18484         * ext/libvisual/visual.c: (make_valid_name):
18485           change some char* into char[]
18486         * gst/audiotestsrc/gstaudiotestsrc.c:
18487         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18488         (gst_audio_test_src_create):
18489         * gst/audiotestsrc/gstaudiotestsrc.h:
18490           prepare to handle EOS and SEGMENT_DONE
18491
18492 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18493
18494         * tests/check/generic/states.c: (GST_START_TEST):
18495           Blacklist cdparanoia element in state test.
18496
18497 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18498
18499           Patch by: Benjamin Pineau
18500
18501         * gst/tcp/gsttcp.c:
18502         * gst/tcp/gsttcpclientsink.c:
18503         * gst/tcp/gsttcpserversink.c:
18504         * gst/tcp/gsttcpserversrc.c:
18505           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18506
18507 2005-12-15  Michael Smith  <msmith@fluendo.com>
18508
18509         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18510         (gst_video_rate_chain):
18511           Fix timestamping for videorate when the first buffer it sees has a
18512           non-zero timestamp. Fix some misleading debug output.
18513
18514 2005-12-15  Michael Smith  <msmith@fluendo.com>
18515
18516         * gst/audioresample/gstaudioresample.c:
18517           Don't leak all input buffers to audioresample.
18518
18519 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18520
18521         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18522           Don't operate on empty text buffers. Strip newlines and
18523           tabs only from the end of the text, but leave them intact
18524           in the middle. Fix typo in gtk-doc description.
18525
18526 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18527
18528         * gst/playback/gstplaybasebin.c:
18529         * gst/playback/gstplaybin.c: (handoff):
18530           Make sure the video frame buffer we return to apps via the
18531           "frame" property always has caps set on it. Modify
18532           _gst_gvalue_set_object() macro to handle NULL objects
18533           gracefully too.
18534
18535 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18536
18537         * gst/audiotestsrc/gstaudiotestsrc.c:
18538         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18539         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18540         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18541         (gst_audio_test_src_create):
18542         * gst/audiotestsrc/gstaudiotestsrc.h:
18543         Adjust to some recent api changes and add wtays new cool seeking
18544         capabillities
18545
18546 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18547
18548         * ext/alsa/Makefile.am:
18549         * ext/alsa/gstalsadeviceprobe.c:
18550         * ext/alsa/gstalsadeviceprobe.h:
18551           Helper functions to add device probing via the GstPropertyProbe
18552           interface to a class.
18553
18554         * ext/alsa/gstalsamixer.h:
18555           Comment out GST_ALSA_MIXER, it returns a struct that's not
18556           used.
18557
18558         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18559           Add some debug info. 
18560
18561         * ext/alsa/gstalsamixerelement.c:
18562         (gst_alsa_mixer_element_interface_supported),
18563         (gst_implements_interface_init),
18564         (gst_alsa_mixer_element_init_interfaces),
18565         (gst_alsa_mixer_element_class_init),
18566         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18567         (gst_alsa_mixer_element_set_property),
18568         (gst_alsa_mixer_element_get_property),
18569         (gst_alsa_mixer_element_change_state):
18570         * ext/alsa/gstalsamixerelement.h:
18571           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18572           for device handling (gnome-volume-control will need that).
18573
18574 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18575
18576         * ext/Makefile.am: fix cdparanoia entry
18577         * gst-plugins-base.spec.in: add cdparanoia
18578
18579 2005-12-12  Michael Smith  <msmith@fluendo.com>
18580
18581         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18582           Use the correct function to free list of typefind factories.
18583
18584 2005-12-12  Wim Taymans  <wim@fluendo.com>
18585
18586         * gst/videotestsrc/gstvideotestsrc.c:
18587         (gst_video_test_src_class_init), (gst_video_test_src_init),
18588         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18589         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18590         (gst_video_test_src_create):
18591         * gst/videotestsrc/gstvideotestsrc.h:
18592         Implement seeking in videotestsrc.
18593         Small cleanups.
18594
18595 2005-12-12  Wim Taymans  <wim@fluendo.com>
18596
18597         * ext/cdparanoia/Makefile.am:
18598         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18599         (gst_paranoia_endian_get_type), (_do_init),
18600         (cdparanoia_class_init), (cdparanoia_init),
18601         (cdparanoia_set_property), (cdparanoia_get_property),
18602         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18603         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18604         (cdparanoia_convert), (cdparanoia_get_query_types),
18605         (cdparanoia_query), (cdparanoia_set_index),
18606         (cdparanoia_uri_set_uri):
18607         * ext/cdparanoia/gstcdparanoia.h:
18608         Partially ported cdparanoia now that basesrc can support a
18609         plugin like this..
18610
18611 2005-12-12  Wim Taymans  <wim@fluendo.com>
18612
18613         * tests/examples/seek/scrubby.c: (main):
18614         Set higher priority for bus events so they don't get reordered with
18615         gtk gui events.
18616
18617         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18618         (flush_toggle_cb), (main):
18619         Added checkbox to disable flushing seeks. 
18620         Disable scrubbing when doing non flushing seeks.
18621
18622 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18623
18624         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18625         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18626         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18627         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18628           Implement some sort of event handling that doesn't rely on
18629           g_return_if_fail; make sure we always push the last chunk of an 
18630           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18631           state change function; remove some old cruft. Seeking is still
18632           rather unlikely to work though.
18633
18634         * tools/.cvsignore:
18635           Ignore more.
18636
18637 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18638
18639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18640         Fixed a leak of the current image reference when cleaning up.
18641         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18642
18643 2005-12-09  Michael Smith  <msmith@fluendo.com>
18644
18645         * tools/Makefile.am:
18646         * tools/gst-launch-ext-m.m:
18647           Remove gst-launch-ext. It doesn't work, and is no longer
18648           particularly useful.
18649
18650 2005-12-08  Luca Ognibene  <luogni@tin.it>
18651
18652         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18653           don't pass random values to ogmparse convert function.
18654           Make seeking possible in the exile1.ogm file.
18655
18656 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18657
18658         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18659         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18660           Work around refcount problem with g_value_set_object() that occur
18661           if the core has been compiled against GLib-2.6 (g_value_set_object()
18662           will only g_object_ref() the element, but the caller will
18663           gst_object_unref() it and bad things will happen due to the way
18664           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18665           totem for people on FC4 using Thomas's 0.10 RPMs.
18666           
18667 2005-12-07  Edward Hervey  <edward@fluendo.com>
18668
18669         Time to welcome ogm to 0.10 :)
18670         
18671         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18672         (gst_ogg_pad_typefind):
18673         Oggdemux can now properly typefind elements with dynamic pads.
18674         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18675         Properly set caps on src pad, and set caps on outgoing buffers.
18676
18677 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18678
18679         * ext/alsa/gstalsamixer.h:
18680         * ext/alsa/gstalsamixerelement.h:
18681         * ext/alsa/gstalsamixeroptions.h:
18682         * ext/alsa/gstalsamixertrack.h:
18683         * ext/alsa/gstalsasink.c:
18684         * ext/alsa/gstalsasink.h:
18685         * ext/alsa/gstalsasrc.c:
18686         * ext/alsa/gstalsasrc.h:
18687         * ext/cdparanoia/gstcdparanoia.h:
18688         * ext/gnomevfs/gstgnomevfsuri.h:
18689         * ext/ogg/gstoggdemux.c:
18690         * ext/ogg/gstoggmux.c:
18691         * ext/pango/gsttextoverlay.h:
18692         * ext/theora/theoradec.c:
18693         * ext/theora/theoraenc.c:
18694         * ext/vorbis/vorbisdec.h:
18695         * ext/vorbis/vorbisenc.c:
18696         * ext/vorbis/vorbisenc.h:
18697         * ext/vorbis/vorbisparse.h:
18698         * gst-libs/gst/audio/gstaudioclock.h:
18699         * gst-libs/gst/audio/gstaudiosink.c:
18700         * gst-libs/gst/audio/gstaudiosink.h:
18701         * gst-libs/gst/audio/gstaudiosrc.c:
18702         * gst-libs/gst/audio/gstaudiosrc.h:
18703         * gst-libs/gst/audio/gstbaseaudiosink.c:
18704         * gst-libs/gst/audio/gstbaseaudiosink.h:
18705         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18706         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18707         * gst-libs/gst/audio/gstringbuffer.h:
18708         * gst-libs/gst/audio/multichannel.h:
18709         * gst-libs/gst/floatcast/floatcast.h:
18710         * gst-libs/gst/interfaces/colorbalance.c:
18711         * gst-libs/gst/interfaces/colorbalance.h:
18712         * gst-libs/gst/interfaces/colorbalancechannel.h:
18713         * gst-libs/gst/interfaces/mixer.h:
18714         * gst-libs/gst/interfaces/mixeroptions.h:
18715         * gst-libs/gst/interfaces/mixertrack.h:
18716         * gst-libs/gst/interfaces/navigation.h:
18717         * gst-libs/gst/interfaces/propertyprobe.h:
18718         * gst-libs/gst/interfaces/tuner.h:
18719         * gst-libs/gst/interfaces/tunerchannel.h:
18720         * gst-libs/gst/interfaces/tunernorm.h:
18721         * gst-libs/gst/interfaces/xoverlay.h:
18722         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18723         * gst-libs/gst/riff/riff-ids.h:
18724         * gst-libs/gst/riff/riff-media.h:
18725         * gst-libs/gst/riff/riff-read.h:
18726         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18727         * gst-libs/gst/rtp/gstbasertppayload.c:
18728         * gst-libs/gst/rtp/gstbasertppayload.h:
18729         * gst-libs/gst/rtp/gstrtpbuffer.c:
18730         * gst-libs/gst/rtp/gstrtpbuffer.h:
18731         * gst-libs/gst/tag/gsttageditingprivate.h:
18732         * gst-libs/gst/tag/gstvorbistag.c:
18733         (gst_tag_list_from_vorbiscomment_buffer):
18734         * gst-libs/gst/tag/tag.h:
18735         * gst-libs/gst/video/video.h:
18736         * gst/adder/gstadder.c:
18737         * gst/adder/gstadder.h:
18738         * gst/audioconvert/audioconvert.c:
18739         * gst/audioconvert/audioconvert.h:
18740         * gst/audioconvert/gstaudioconvert.c:
18741         * gst/audioconvert/gstchannelmix.c:
18742         * gst/audioconvert/gstchannelmix.h:
18743         * gst/audiorate/gstaudiorate.c:
18744         * gst/audioresample/buffer.h:
18745         * gst/audioresample/functable.h:
18746         * gst/audioresample/gstaudioresample.c:
18747         * gst/audioresample/resample.h:
18748         * gst/ffmpegcolorspace/avcodec.h:
18749         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18750         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18751         * gst/ffmpegcolorspace/imgconvert.c:
18752         * gst/ffmpegcolorspace/imgconvert_template.h:
18753         * gst/playback/gstdecodebin.c:
18754         * gst/playback/gstplaybasebin.h:
18755         * gst/playback/gstplaybin.c:
18756         * gst/playback/gststreaminfo.h:
18757         * gst/tcp/gstfdset.c:
18758         * gst/tcp/gstfdset.h:
18759         * gst/tcp/gstmultifdsink.c:
18760         * gst/tcp/gstmultifdsink.h:
18761         * gst/tcp/gsttcp.h:
18762         * gst/tcp/gsttcpclientsrc.c:
18763         * gst/tcp/gsttcpclientsrc.h:
18764         * gst/tcp/gsttcpplugin.h:
18765         * gst/tcp/gsttcpserversink.c:
18766         * gst/tcp/gsttcpserversrc.c:
18767         * gst/typefind/gsttypefindfunctions.c:
18768         * gst/videorate/gstvideorate.c:
18769         * gst/videotestsrc/gstvideotestsrc.h:
18770         * gst/videotestsrc/videotestsrc.h:
18771         * sys/v4l/gstv4lcolorbalance.h:
18772         * sys/v4l/gstv4ltuner.h:
18773         * sys/v4l/gstv4lxoverlay.h:
18774         * sys/v4l/v4l_calls.h:
18775         * sys/v4l/videodev_mjpeg.h:
18776         * tests/check/elements/audioconvert.c:
18777         * tests/check/elements/audioresample.c:
18778         * tests/check/elements/audiotestsrc.c:
18779         * tests/check/elements/videotestsrc.c:
18780         * tests/check/elements/volume.c:
18781         * tests/examples/seek/scrubby.c:
18782         * tests/examples/seek/seek.c:
18783           expand tabs
18784
18785 === release 0.10.0 ===
18786
18787 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18788
18789         * configure.ac:
18790           releasing 0.10.0, "Mont-d'or"
18791
18792 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
18793
18794         * tests/examples/seek/Makefile.am:
18795         Build fix for when gtk is not available.
18796
18797 2005-12-05  Andy Wingo  <wingo@pobox.com>
18798
18799         * ext/libvisual/visual.c: (get_buffer):
18800         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
18801         * ext/pango/gsttextrender.c: (gst_text_render_chain):
18802         * ext/theora/theoradec.c: (theora_handle_data_packet):
18803         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18804         (theora_enc_chain):
18805         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18806         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
18807         Update for alloc_buffer changes.
18808
18809 2005-12-05  Andy Wingo  <wingo@pobox.com>
18810
18811         patch by: Kai Vehmanen <kv2004 eca cx>
18812         
18813         * gst-libs/gst/rtp/gstbasertpdepayload.c
18814         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
18815
18816 2005-12-04  Andy Wingo  <wingo@pobox.com>
18817
18818         patch by: Sebastien Cote <sebas642 yahoo ca>
18819         
18820         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
18821         Fixes #319172.
18822
18823 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
18824
18825         * docs/plugins/Makefile.am:
18826         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18827         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18828         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18829         * ext/pango/gstclockoverlay.c:
18830         * ext/pango/gsttextoverlay.c: 
18831         * ext/pango/gsttextrender.c:
18832         * ext/pango/gsttimeoverlay.c:
18833           Add gtk-doc blurbs to pango elements.
18834
18835 2005-12-02  Wim Taymans  <wim@fluendo.com>
18836
18837         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
18838         * gst/audioresample/buffer.h:
18839         * gst/audioresample/gstaudioresample.c:
18840         * gst/audioresample/gstaudioresample.h:
18841         * gst/audioresample/resample.c: (resample_input_flush),
18842         (resample_input_pushthrough), (resample_input_eos),
18843         (resample_get_output_size_for_input),
18844         (resample_get_input_size_for_output), (resample_get_output_size),
18845         (resample_get_output_data):
18846         * gst/audioresample/resample.h:
18847         * gst/audioresample/resample_ref.c: (resample_scale_ref):
18848         Fix audioresample, seek torture, new segments, reverse negotiation
18849         etc.. work fine.
18850
18851 2005-12-02  Wim Taymans  <wim@fluendo.com>
18852
18853         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18854         Small cleanups.
18855
18856 2005-12-02  Wim Taymans  <wim@fluendo.com>
18857
18858         * gst/audioconvert/gstaudioconvert.c:
18859         (gst_audio_convert_transform):
18860         Post errors.
18861
18862 === release 0.9.7 ===
18863
18864 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18865
18866         * configure.ac:
18867           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
18868
18869 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18870
18871         * Makefile.am:
18872         * po/hu.po:
18873         * win32/MANIFEST:
18874         * win32/gst.sln:
18875           add win32 MANIFEST file
18876           do something to the hungarian translation
18877
18878 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
18879
18880         * ext/Makefile.am:
18881           Add $(PANGO_DIR) to SUBDIRS
18882
18883         * ext/pango/gstclockoverlay.c:
18884         * ext/pango/gsttimeoverlay.c:
18885           Fix and improve element descriptions.
18886
18887 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18888
18889         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18890         * docs/plugins/inspect/plugin-libvisual.xml:
18891         * docs/plugins/inspect/plugin-pango.xml:
18892           add pango plugin to docs
18893
18894 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18895
18896         * configure.ac:
18897         * ext/Makefile.am:
18898           moved pango to base
18899
18900 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18901
18902         * configure.ac:
18903         * tests/Makefile.am:
18904         * tests/icles/.cvsignore:
18905         * tests/icles/Makefile.am:
18906         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
18907         (close_display), (resize_window), (move_window), (create_window),
18908         (terminate_playback), (pause_playback), (start_playback), (main):
18909           add stress test for xoverlay from Julien
18910
18911 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18912
18913         * docs/libs/tmpl/gstcolorbalance.sgml:
18914         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18915         * gst-libs/gst/rtp/gstbasertppayload.c:
18916         * gst-libs/gst/rtp/gstrtpbuffer.c:
18917         * gst-libs/gst/rtp/gstrtpbuffer.h:
18918           Do burger's rename for rtp payloaders and depayloaders
18919
18920 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18921
18922         * win32/:
18923           add Visual Studio 6 build files
18924
18925 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18926
18927         * docs/libs/gst-plugins-base-libs-docs.sgml:
18928         * docs/libs/gst-plugins-base-libs-sections.txt:
18929         * docs/libs/tmpl/gstaudio.sgml:
18930         * docs/libs/tmpl/gstringbuffer.sgml:
18931         * gst-libs/gst/interfaces/xoverlay.c:
18932         * gst-libs/gst/video/gstvideofilter.c:
18933         * gst-libs/gst/video/gstvideosink.c:
18934           update documentation
18935
18936 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18937
18938         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
18939         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
18940         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
18941         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
18942         (gst_multi_fd_sink_get_stats),
18943         (gst_multi_fd_sink_remove_client_link),
18944         (gst_multi_fd_sink_handle_client_read),
18945         (gst_multi_fd_sink_client_queue_data),
18946         (gst_multi_fd_sink_client_queue_caps),
18947         (gst_multi_fd_sink_client_queue_buffer),
18948         (gst_multi_fd_sink_new_client),
18949         (gst_multi_fd_sink_handle_client_write),
18950         (gst_multi_fd_sink_recover_client),
18951         (gst_multi_fd_sink_queue_buffer),
18952         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
18953         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
18954         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
18955         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
18956         * gst/tcp/gstmultifdsink.h:
18957         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
18958         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
18959         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
18960         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
18961         (gst_tcp_client_sink_set_property),
18962         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
18963         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
18964         * gst/tcp/gsttcpclientsink.h:
18965         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
18966         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
18967         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
18968         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
18969         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
18970         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
18971         * gst/tcp/gsttcpclientsrc.h:
18972         * gst/tcp/gsttcpplugin.c: (plugin_init):
18973         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
18974         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
18975         (gst_tcp_server_sink_finalize),
18976         (gst_tcp_server_sink_handle_server_read),
18977         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
18978         (gst_tcp_server_sink_set_property),
18979         (gst_tcp_server_sink_get_property),
18980         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
18981         * gst/tcp/gsttcpserversink.h:
18982         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
18983         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
18984         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
18985         (gst_tcp_server_src_set_property),
18986         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
18987         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
18988         * gst/tcp/gsttcpserversrc.h:
18989           more borgifying
18990
18991 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18992
18993         * docs/plugins/Makefile.am:
18994         * docs/plugins/gst-plugins-base-plugins.args:
18995         * docs/plugins/inspect/plugin-libvisual.xml:
18996         * gst/audioconvert/plugin.h:
18997         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
18998         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
18999         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19000         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19001         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19002         (plugin_init):
19003         * gst/audiotestsrc/gstaudiotestsrc.c:
19004         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19005         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19006         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19007         (gst_audio_test_src_get_query_types),
19008         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19009         (gst_audio_test_src_create_square),
19010         (gst_audio_test_src_create_saw),
19011         (gst_audio_test_src_create_triangle),
19012         (gst_audio_test_src_create_silence),
19013         (gst_audio_test_src_create_white_noise),
19014         (gst_audio_test_src_init_pink_noise),
19015         (gst_audio_test_src_generate_pink_noise_value),
19016         (gst_audio_test_src_create_pink_noise),
19017         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19018         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19019         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19020         (plugin_init):
19021         * gst/audiotestsrc/gstaudiotestsrc.h:
19022         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19023         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19024         (gst_sub_parse_init), (gst_sub_parse_formats),
19025         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19026         (convert_encoding), (get_next_line),
19027         (gst_sub_parse_data_format_autodetect),
19028         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19029         (gst_sub_parse_loop), (gst_sub_parse_chain),
19030         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19031         (plugin_init):
19032         * gst/subparse/gstsubparse.h:
19033         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19034         (gst_video_rate_base_init), (gst_video_rate_class_init),
19035         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19036         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19037         (gst_video_rate_init), (gst_video_rate_event),
19038         (gst_video_rate_chain), (gst_video_rate_set_property),
19039         (gst_video_rate_get_property), (gst_video_rate_change_state),
19040         (plugin_init):
19041         * gst/videoscale/gstvideoscale.c:
19042         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19043         (gst_video_scale_src_template_factory),
19044         (gst_video_scale_sink_template_factory),
19045         (gst_video_scale_get_type), (gst_video_scale_base_init),
19046         (gst_video_scale_class_init), (gst_video_scale_init),
19047         (gst_video_scale_set_property), (gst_video_scale_get_property),
19048         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19049         (gst_video_scale_prepare_size), (parse_caps),
19050         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19051         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19052         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19053         (plugin_init):
19054         * gst/videoscale/gstvideoscale.h:
19055         * gst/videotestsrc/gstvideotestsrc.c:
19056         (gst_video_test_src_pattern_get_type),
19057         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19058         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19059         (gst_video_test_src_set_pattern),
19060         (gst_video_test_src_set_property),
19061         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19062         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19063         (gst_video_test_src_event), (gst_video_test_src_get_times),
19064         (gst_video_test_src_create), (plugin_init):
19065         * gst/videotestsrc/gstvideotestsrc.h:
19066         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19067         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19068         (gst_video_test_src_black):
19069         * gst/videotestsrc/videotestsrc.h:
19070           borgify further
19071           clean up docs a little
19072
19073 2005-11-30  Wim Taymans  <wim@fluendo.com>
19074
19075         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19076         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19077         (gst_basertppayload_event), (gst_basertppayload_push),
19078         (gst_basertppayload_change_state):
19079         * gst-libs/gst/rtp/gstbasertppayload.h:
19080         closed #320644.
19081
19082 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19083
19084         * docs/libs/gst-plugins-base-libs-docs.sgml:
19085         * docs/libs/gst-plugins-base-libs-sections.txt:
19086         * gst-libs/gst/video/gstvideofilter.c:
19087         * gst-libs/gst/video/gstvideosink.c:
19088         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19089
19090 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19091
19092         * LICENSE:
19093           move
19094         * po/af.po:
19095         * po/az.po:
19096         * po/cs.po:
19097         * po/en_GB.po:
19098         * po/hu.po:
19099         * po/it.po:
19100         * po/nb.po:
19101         * po/nl.po:
19102         * po/or.po:
19103         * po/sq.po:
19104         * po/sr.po:
19105         * po/sv.po:
19106         * po/uk.po:
19107         * po/vi.po:
19108         * Makefile.am:
19109           update
19110         * scripts/autoplugins.sh:
19111           remove
19112
19113 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19114
19115         * Makefile.am:
19116         * configure.ac:
19117         * examples/Makefile.am:
19118         * examples/capsfilter/Makefile.am:
19119         * examples/capsfilter/capsfilter1.c:
19120         * examples/gob/Makefile.am:
19121         * examples/gob/gst-identity2.gob:
19122         * examples/indexing/.cvsignore:
19123         * examples/indexing/Makefile.am:
19124         * examples/indexing/indexmpeg.c:
19125         * examples/seeking/.cvsignore:
19126         * examples/seeking/Makefile.am:
19127         * examples/seeking/cdparanoia.c:
19128         * examples/seeking/cdplayer.c:
19129         * examples/seeking/chained.c:
19130         * examples/seeking/scrubby.c:
19131         * examples/seeking/seek.c:
19132         * examples/stats/Makefile.am:
19133         * examples/stats/mp2ogg.c:
19134         * examples/switch/.cvsignore:
19135         * examples/switch/Makefile.am:
19136         * examples/switch/switcher.c:
19137         * tests/Makefile.am:
19138         * tests/check/generic/.cvsignore:
19139         * tests/check/pipelines/.cvsignore:
19140         * tests/examples/Makefile.am:
19141         * tests/examples/seek/Makefile.am:
19142           reorganize stuff under tests/
19143
19144 2005-11-30  Edward Hervey  <edward@fluendo.com>
19145
19146         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19147         Go away you stupid GstStaticPadTemplate memleak.
19148
19149 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19150
19151         * gst-libs/gst/net/Makefile.am:
19152         * gst-libs/gst/net/README:
19153         * gst-libs/gst/net/gstnetbuffer.c:
19154         * gst-libs/gst/net/gstnetbuffer.h:
19155           this was moved to "netbuffer"
19156
19157 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19158
19159         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19160         (gst_video_filter_class_init), (gst_video_filter_init):
19161         * gst-libs/gst/video/gstvideofilter.h:
19162           borgify name to bring in line with other classes
19163
19164 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19165
19166         * gst/audioscale/.cvsignore:
19167         * gst/audioscale/Makefile.am:
19168         * gst/audioscale/README:
19169         * gst/audioscale/audioscale.vcproj:
19170         * gst/audioscale/dtof.c:
19171         * gst/audioscale/dtos.c:
19172         * gst/audioscale/functable.c:
19173         * gst/audioscale/gstaudioscale.c:
19174         * gst/audioscale/gstaudioscale.h:
19175         * gst/audioscale/private.h:
19176         * gst/audioscale/resample.c:
19177         * gst/audioscale/resample.h:
19178         * gst/audioscale/test.c:
19179           remove
19180
19181 2005-11-30  Edward Hervey  <edward@fluendo.com>
19182
19183         * gst-libs/gst/netbuffer/Makefile.am:
19184         really, really tired
19185
19186 2005-11-30  Edward Hervey  <edward@fluendo.com>
19187
19188         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19189         Update for new GstTypeFindFactory _register()
19190
19191 2005-11-30  Edward Hervey  <edward@fluendo.com>
19192
19193         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19194         Let's not override libgstnet from core for no reason...
19195         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19196         Ok, maybe not so quick next time.
19197
19198 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19199
19200         * configure.ac:
19201         * gst-libs/gst/Makefile.am:
19202           moved gst-libs/gst/net to netbuffer through CVS surgery
19203           remove old directory
19204           updating build to accomodate
19205           (#322257)
19206
19207 2005-11-29  Andy Wingo  <wingo@pobox.com>
19208
19209         * pkgconfig/gstreamer-plugins-base.pc.in:
19210         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19211         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19212         (#322257).
19213
19214 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19215
19216         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19217         3rd time's the charm. Correct ref-counting for discarded buffers.
19218
19219 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19220
19221         * gst/playback/gststreamselector.c:
19222         (gst_stream_selector_class_init),
19223         (gst_stream_selector_set_property),
19224         (gst_stream_selector_get_property),
19225         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19226         Fix ref-counting
19227
19228 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19229
19230         * gst/subparse/gstsubparse.c: (feed_textbuf):
19231           Don't access already unref'ed buffer.
19232
19233 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19234
19235         * gst/playback/gststreamselector.c:
19236         (gst_stream_selector_class_init), (gst_stream_selector_init),
19237         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19238         (gst_stream_selector_get_property),
19239         (gst_stream_selector_get_linked_pad),
19240         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19241         * gst/playback/gststreamselector.h:
19242         Add the active-pad property for playbin to use shortly. Ignore buffers
19243         from any other pad, returning GST_FLOW_NOT_LINKED
19244
19245 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19246
19247         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19248         patch from bug #322704 (Alessandro Decina).
19249
19250 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19251
19252         * gst-libs/gst/audio/Makefile.am:
19253           folded audiofilter into the audio library
19254
19255 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19256
19257         * gst/videoscale/gstvideoscale.h:
19258         * gst/videoscale/gstvideoscale.c:
19259           remove unimplemented scale methods
19260
19261 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19262
19263         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19264           Don't leak caps.
19265
19266 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19267
19268         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19269         (gst_ximagesink_setcaps):
19270         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19271         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19272         happens (only visible on ximagesink but bug is in xv too) set_caps was
19273         destroying the internal x[v]image used to memcpy non locally alloced
19274         buffers so that it got renewed on next _chain. The issue is that 
19275         _expose will try to put that image as it reffed it in _put.
19276         Using gst_buffer_unref instead of destroy fixes it !
19277
19278 2005-11-28  Edward Hervey  <edward@fluendo.com>
19279
19280         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19281         (try_to_link_1), (queue_filled_cb):
19282         Better use of the queues. Start with a small size queue and only increase
19283         the size of the queues when the other queues are empty.
19284
19285 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19286
19287         * gst-libs/gst/video/Makefile.am:
19288           compile in copied-over videofilter into the video library
19289         * gst-libs/gst/video/videosink.h:
19290           rename the header to gstvideosink.h since it's a base GstObject class
19291         * sys/ximage/ximagesink.h:
19292         * sys/xvimage/xvimagesink.h:
19293           use the new header
19294
19295 2005-11-28  Wim Taymans  <wim@fluendo.com>
19296
19297         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19298         * gst/playback/gstplaybasebin.h:
19299         Prepare to handle errors betters.
19300
19301         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19302         Set sinks to PAUSED first before adding and linking them so that
19303         we don't interrupt dataflow.
19304
19305 2005-11-28  Wim Taymans  <wim@fluendo.com>
19306
19307         * gst-libs/gst/audio/TODO:
19308         Updated TODO
19309
19310         * gst-libs/gst/audio/gstaudiosink.c:
19311         (gst_audioringbuffer_open_device),
19312         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19313         (gst_audioringbuffer_release):
19314         Small cleanups.
19315
19316         * gst-libs/gst/audio/gstbaseaudiosink.c:
19317         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19318         (gst_base_audio_sink_change_state):
19319         Slave to the master clock when going to PLAYING and unslave when
19320         going to PAUSED.
19321
19322         * gst-libs/gst/audio/gstringbuffer.c:
19323         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19324         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19325         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19326         (gst_ring_buffer_clear_all), (wait_segment),
19327         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19328         (gst_ring_buffer_advance):
19329         * gst-libs/gst/audio/gstringbuffer.h:
19330         Add some docs and cleanups.
19331
19332 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19333
19334         * sys/xvimage/xvimagesink.c:
19335         (gst_xvimagesink_navigation_send_event): Fix navigation events
19336         coordinates translation with pixel aspect ratios.
19337
19338 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19339
19340         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19341         Use calculated video geometry from _setcaps instead of buffer
19342         caps to respect pixel aspect ratio. (fixes #322388)
19343
19344 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19345
19346         * docs/libs/tmpl/gstcolorbalance.sgml:
19347         * docs/libs/tmpl/gstmixer.sgml:
19348         * docs/libs/tmpl/gstxoverlay.sgml:
19349         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19350         interface.
19351
19352 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19353
19354         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19355         Refuse to create an XvImage if we can't find the format.
19356
19357 2005-11-28  Edward Hervey  <edward@fluendo.com>
19358
19359         * gst-libs/gst/riff/riff-media.c:
19360         (gst_riff_create_audio_template_caps):
19361         Add ATRAC3 to the list of riff-possible audio caps.
19362         I know we still don't have a plugin for atrac3, but it's saner to output
19363         that than a cryptic mimetype.
19364
19365 2005-11-27  Edward Hervey  <edward@fluendo.com>
19366
19367         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19368         Don't try to create a zero-sized subbuffer.
19369
19370 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19371
19372         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19373         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19374         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19375         (gst_ximagesink_expose): Fixed a tricky race.
19376         * sys/ximage/ximagesink.h:
19377         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19378         (gst_xvimagesink_expose): Fixed a tricky race.
19379         * sys/xvimage/xvimagesink.h:
19380
19381 2005-11-27  Edward Hervey  <edward@fluendo.com>
19382
19383         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19384         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19385         Remove unused properties, and add queues between demuxers and decoders
19386         so that a lot more files can preroll properly.
19387
19388 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19389
19390         * gst-libs/gst/net/Makefile.am:
19391         * gst-libs/gst/rtp/Makefile.am:
19392         * gst-libs/gst/tag/Makefile.am:
19393           remove silly include
19394         * gst/tags/Makefile.am:
19395         * gst/tags/gsttagediting.c:
19396         * gst/tags/gsttageditingprivate.h:
19397         * gst/tags/tagedit.vcproj:
19398           remove directory, is as good as empty
19399
19400 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19401
19402         * configure.ac:
19403           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19404         * gst-libs/Makefile.am:
19405         * gst-libs/gst/audio/Makefile.am:
19406         * gst-libs/gst/interfaces/Makefile.am:
19407         * gst-libs/gst/net/Makefile.am:
19408         * gst-libs/gst/riff/Makefile.am:
19409         * gst-libs/gst/rtp/Makefile.am:
19410         * gst-libs/gst/tag/Makefile.am:
19411         * gst-libs/gst/video/Makefile.am:
19412           and use them
19413
19414 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19415
19416         * docs/libs/tmpl/gstcolorbalance.sgml:
19417         * docs/libs/tmpl/gstmixer.sgml:
19418         * docs/libs/tmpl/gstxoverlay.sgml:
19419         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19420         * sys/ximage/ximagesink.h:
19421         * sys/xvimage/xvimagesink.h: More and more documentation.
19422
19423 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19424
19425         * docs/libs/gst-plugins-base-libs-docs.sgml:
19426         * docs/libs/gst-plugins-base-libs-sections.txt:
19427         * docs/libs/tmpl/gstcolorbalance.sgml:
19428         * docs/libs/tmpl/gstmixer.sgml:
19429         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19430         to documentation.
19431
19432 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19433
19434         * docs/plugins/Makefile.am:
19435         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19436         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19437         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19438
19439 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19440
19441         * docs/plugins/Makefile.am:
19442         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19443         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19444         * docs/plugins/inspect/plugin-adder.xml:
19445         * docs/plugins/inspect/plugin-alsa.xml:
19446         * docs/plugins/inspect/plugin-audioconvert.xml:
19447         * docs/plugins/inspect/plugin-audiorate.xml:
19448         * docs/plugins/inspect/plugin-audioresample.xml:
19449         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19450         * docs/plugins/inspect/plugin-decodebin.xml:
19451         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19452         * docs/plugins/inspect/plugin-gnomevfs.xml:
19453         * docs/plugins/inspect/plugin-ogg.xml:
19454         * docs/plugins/inspect/plugin-playbin.xml:
19455         * docs/plugins/inspect/plugin-subparse.xml:
19456         * docs/plugins/inspect/plugin-tcp.xml:
19457         * docs/plugins/inspect/plugin-theora.xml:
19458         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19459         * docs/plugins/inspect/plugin-video4linux.xml:
19460         * docs/plugins/inspect/plugin-videorate.xml:
19461         * docs/plugins/inspect/plugin-videoscale.xml:
19462         * docs/plugins/inspect/plugin-videotestsrc.xml:
19463         * docs/plugins/inspect/plugin-volume.xml:
19464         * docs/plugins/inspect/plugin-vorbis.xml:
19465         * docs/plugins/inspect/plugin-ximagesink.xml:
19466         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19467         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19468
19469 2005-11-26  Edward Hervey  <edward@fluendo.com>
19470
19471         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19472         Properly return GstFlowReturn from gst_pad_push in chain functions.
19473
19474 2005-11-25  Michael Smith  <msmith@fluendo.com>
19475
19476         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19477         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19478         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19479         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19480           Handle various conditions better when we don't understand a stream.
19481           Removes a heap of CRITICALs on ogg streams containing unknown data.
19482
19483 2005-11-24  Andy Wingo  <wingo@pobox.com>
19484
19485         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19486         Be threadsafe.
19487
19488 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19489
19490         * configure.ac: back to HEAD
19491
19492 === release 0.9.6 ===
19493
19494 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19495
19496         * configure.ac:
19497           releasing 0.9.6, "White Eight"
19498
19499 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19500
19501         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19502         * docs/plugins/inspect/plugin-sine.xml:
19503           remove sinesrc some more
19504
19505 2005-11-23  Wim Taymans  <wim@fluendo.com>
19506
19507         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19508         If we are reading too slowly, jump forward in the ringbuffer
19509         instead of blocking.
19510
19511 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19512
19513         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19514         (gst_visual_chain):
19515         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19516         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19517         (gst_videorate_chain):
19518         * gst/videotestsrc/gstvideotestsrc.c:
19519         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19520         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19521         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19522         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19523         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19524         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19525           Updates for API changes
19526
19527 2005-11-23  Wim Taymans  <wim@fluendo.com>
19528
19529         * gst-libs/gst/audio/gstbaseaudiosink.c:
19530         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19531         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19532         Fix for calibration API change.
19533
19534 2005-11-23  Michael Smith <msmith@fluendo.com>
19535
19536         * gst-libs/gst/audio/multichannel.c:
19537         (gst_audio_get_channel_positions),
19538         (gst_audio_set_channel_positions),
19539         (gst_audio_set_structure_channel_positions_list),
19540         (gst_audio_fixate_channel_positions):
19541           Use gst_value_array_*() functions on value arrays, not
19542           gst_value_list_*().
19543
19544 2005-11-23  Edward Hervey  <edward@fluendo.com>
19545
19546         * autogen.sh:
19547         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19548         Fixes autogen
19549
19550 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19551
19552         * check/Makefile.am:
19553         * check/elements/videotestsrc.c: (setup_videotestsrc),
19554         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19555         (main):
19556           add a test for videotestsrc
19557
19558 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19559
19560         * gst/sine/.cvsignore:
19561         * gst/sine/Makefile.am:
19562         * gst/sine/gstsinesrc.c:
19563         * gst/sine/gstsinesrc.h:
19564         * gst/sine/sinesrc.vcproj:
19565           and remove sinesrc from the repository.  Closes #321446
19566
19567 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19568
19569         * configure.ac:
19570         * gst-plugins-base.spec.in:
19571           remove sinesrc from the build
19572
19573 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19574
19575         * check/Makefile.am:
19576         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19577         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19578         (main):
19579           add a test for audiotestsrc, testing all waves.  Even seems
19580           leak-free at first glance, nice job Stefan
19581
19582 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19583
19584         * po/af.po:
19585         * po/az.po:
19586         * po/cs.po:
19587         * po/en_GB.po:
19588         * po/hu.po:
19589         * po/it.po:
19590         * po/nb.po:
19591         * po/nl.po:
19592         * po/or.po:
19593         * po/sq.po:
19594         * po/sr.po:
19595         * po/sv.po:
19596         * po/uk.po:
19597         * po/vi.po:
19598           Translation string updates
19599
19600         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19601         (gst_v4lsrc_set_caps):
19602         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19603         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19604         * sys/v4l/v4lsrc_calls.h:
19605           Improve v4lsrc, by making it work again.
19606
19607 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19608
19609         * ext/libvisual/visual.c: (gst_visual_chain):
19610           Fix the fps calculations.
19611
19612         * gst/ffmpegcolorspace/avcodec.h:
19613           Move structure element for clarity
19614
19615         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19616         * gst-libs/gst/interfaces/tunernorm.h:
19617         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19618         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19619         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19620         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19621         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19622         (gst_v4lmjpegsrc_getcaps):
19623         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19624         (gst_v4lsrc_set_caps):
19625         * sys/v4l/gstv4lsrc.h:
19626         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19627         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19628         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19629         * sys/v4l/v4lsrc_calls.h:
19630           Fractional framerates...
19631
19632 2005-11-22  Wim Taymans  <wim@fluendo.com>
19633
19634         * gst-libs/gst/audio/gstbaseaudiosink.c:
19635         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19636         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19637         And we provide a clock by default, of course...
19638
19639 2005-11-22  Wim Taymans  <wim@fluendo.com>
19640
19641         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19642         This clock can be slaved to a master clock now.
19643
19644         * gst-libs/gst/audio/gstbaseaudiosink.c:
19645         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19646         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19647         (gst_base_audio_sink_set_clock),
19648         (gst_base_audio_sink_set_property),
19649         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19650         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19651         * gst-libs/gst/audio/gstbaseaudiosink.h:
19652         Handle slaving the internal clock to the clock selected in the
19653         pipeline.
19654         Add property to make the basesink not provide a clock.
19655
19656         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19657         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19658         (gst_base_rtp_depayload_wait):
19659         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19660         We can use the clock in GstElement, no need to store it ourselves.
19661
19662 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19663
19664         * docs/libs/tmpl/gstaudio.sgml:
19665           update
19666         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19667         (gst_paranoia_endian_get_type):
19668         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19669         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19670         * gst/audiotestsrc/gstaudiotestsrc.c:
19671         (gst_audiostestsrc_wave_get_type):
19672         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19673         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19674         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19675         (gst_sync_method_get_type), (gst_unit_type_get_type),
19676         (gst_client_status_get_type), (gst_multifdsink_class_init),
19677         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19678         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19679         (gst_multifdsink_get_property):
19680         * gst/tcp/gstmultifdsink.h:
19681         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19682         * gst/videotestsrc/gstvideotestsrc.c:
19683         (gst_videotestsrc_pattern_get_type):
19684           remove deprecated properties
19685           fix up enums to correctly have short lowercase dashed nicks
19686
19687 2005-11-22  Michael Smith <msmith@fluendo.com>
19688
19689         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19690         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19691           Add underscore.
19692
19693 2005-11-22  Michael Smith <msmith@fluendo.com>
19694
19695         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19696         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19697           Use utility method for scaling clocktime for fractional framerates.
19698
19699 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19700
19701         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19702         (gst_visual_chain):
19703         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19704         * ext/theora/theoradec.c: (theora_handle_type_packet):
19705         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19706         (theora_enc_chain):
19707         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19708         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19709         * gst-libs/gst/video/video.h:
19710         * gst/ffmpegcolorspace/avcodec.h:
19711         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19712         (gst_ffmpeg_caps_to_pixfmt):
19713         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19714         (gst_ffmpegcsp_set_caps):
19715         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19716         (gst_videorate_setcaps), (gst_videorate_blank_data),
19717         (gst_videorate_chain):
19718         * gst/videotestsrc/gstvideotestsrc.c:
19719         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19720         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19721         (gst_videotestsrc_event), (gst_videotestsrc_create):
19722         * gst/videotestsrc/gstvideotestsrc.h:
19723         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19724         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19725         (gst_ximagesink_get_times), (gst_ximagesink_init):
19726         * sys/ximage/ximagesink.h:
19727         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19728         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19729         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19730         * sys/xvimage/xvimagesink.h:
19731           Convert elements to use fractions for their framerate.
19732           V4L elements to come later tonight.
19733
19734 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19735
19736         * gst-libs/gst/audio/audio.c:
19737         * gst-libs/gst/audio/audio.h:
19738           remove some deprecated functions
19739
19740 2005-11-22  Andy Wingo  <wingo@pobox.com>
19741
19742         * Update for gst_tag_setter API changes.
19743
19744 2005-11-22  Andy Wingo  <wingo@pobox.com>
19745
19746         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19747         (gst_ogg_demux_perform_seek):
19748         * ext/theora/theoradec.c (theora_dec_sink_event):
19749         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19750         update-funcnames.
19751
19752 2005-11-22  Wim Taymans  <wim@fluendo.com>
19753
19754         * examples/seeking/seek.c: (main):
19755         Give higher priority to bus signals than the gtk events
19756         to fix a race condition in the segment looping.
19757
19758 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19759
19760         * ext/theora/Makefile.am:
19761         * ext/vorbis/Makefile.am:
19762         * gst-libs/gst/tag/Makefile.am:
19763         * gst-plugins-base.spec.in:
19764           Rename libgsttagedit to libgsttag (#322117).
19765
19766 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19767
19768         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19769         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19770           Call gst_x_overlay_prepare_xwindow_id() to give applications
19771           a final chance to set their own xwindow id before the video
19772           sink creates its own window.
19773
19774 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19775
19776         * sys/xvimage/xvimagesink.c:
19777         (gst_xvimagesink_navigation_send_event): Handle navigation
19778         events correcly with borders if applicable.
19779
19780 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19781
19782         Patch by: Luca Ognibene
19783
19784         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19785         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
19786         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19787         (gst_ffmpegcsp_caps_remove_format_info):
19788         * gst/ffmpegcolorspace/imgconvert.c:
19789         * gst/ffmpegcolorspace/imgconvert_template.h:
19790           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
19791           #318353); use gst_structure_has_name().
19792
19793 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19794
19795         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
19796         (gst_ximagesink_class_init): Add debug macros on functions.
19797         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19798         (gst_xvimagesink_xwindow_draw_borders),
19799         (gst_xvimagesink_xvimage_put),
19800         (gst_xvimagesink_xwindow_update_geometry),
19801         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
19802         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
19803         (gst_xvimagesink_xcontext_clear),
19804         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
19805         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19806         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19807         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19808         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
19809         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19810         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
19811         expose while being PAUSED, out of data flow navigation events, etc..
19812
19813 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19814
19815         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19816         * gst-libs/gst/audio/audio.h:
19817           fix prototype - wondering why the test worked regardless
19818
19819 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19820
19821         * check/Makefile.am:
19822         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19823         * gst-libs/gst/audio/audio.h:
19824           add a method that returns a proper GstClockTime
19825
19826 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19827
19828         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
19829         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
19830         * gst-libs/gst/interfaces/xoverlay.h:
19831           Remove everything having to do with the desired size; add 
19832           gst_x_overlay_prepare_xwindow_id() function; remove the
19833           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
19834           post a message on the bus instead (#321816).
19835
19836         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
19837         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
19838         (gst_xvimagesink_xoverlay_init):
19839           Remove desired size stuff (#321816).
19840
19841 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19842
19843         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19844         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19845         (mpeg_video_type_find), (mpeg_video_stream_type_find):
19846           Terminate vararg functions with NULL instead of 0 to 
19847           make gcc4 happy.
19848
19849 2005-11-21  Andy Wingo  <wingo@pobox.com>
19850
19851         patch by: Sebastien Cote <sebas642@yahoo.ca>
19852         
19853         * gst-libs/gst/rtp/gstrtpbuffer.h: 
19854         * gst-libs/gst/rtp/gstrtpbuffer.c
19855         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
19856
19857 2005-11-21  Andy Wingo  <wingo@pobox.com>
19858
19859         * gst/playback/gstplaybin.c (gen_audio_element) 
19860         (gen_video_element): Use the new MISSING_PLUGIN core error
19861         category. Closes #320060.
19862
19863         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
19864         * gst/videorate/gstvideorate.c (gst_videorate_event):
19865         * ext/theora/theoradec.c (theora_dec_sink_event): 
19866         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
19867         stream lock.
19868
19869         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
19870         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
19871         stream lock changes.
19872
19873 2005-11-21  Wim Taymans  <wim@fluendo.com>
19874
19875         * gst-libs/gst/audio/gstbaseaudiosink.c:
19876         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19877         (gst_base_audio_sink_provide_clock),
19878         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
19879         (gst_base_audio_sink_change_state):
19880         * gst/audioresample/gstaudioresample.c:
19881         Segment update fix.
19882
19883 2005-11-21  Andy Wingo  <wingo@pobox.com>
19884
19885         * *.h:
19886         * *.c: Ran scripts/update-macros. Oh yes.
19887
19888 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19889
19890         * sys/ximage/Makefile.am:
19891         * sys/ximage/ximage.c:
19892           Rename ximage plugin to ximagesink (#321426) (Don't forget to
19893           remove your old libgstximage.* manually if necessary).
19894
19895 2005-11-21  Michael Smith <msmith@fluendo.com>
19896
19897         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
19898           Minimal fix for bug #320200: set the min/max bitrate in the correct
19899           units. A better fix would be to upgrade to the RATEMANAGE2
19900           interface, rather than using the deprecated interface used here, but
19901           that would require an update in our libvorbis dependency (to 1.1),
19902           which is probably undesirable.
19903
19904 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19905
19906         * ext/libvisual/visual.c: (get_buffer):
19907         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19908         (gst_base_audio_src_fixate):
19909         * gst/audioconvert/gstaudioconvert.c:
19910         (gst_audio_convert_fixate_caps):
19911         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
19912         * gst/audiotestsrc/gstaudiotestsrc.c:
19913         (gst_audiotestsrc_src_fixate):
19914         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
19915         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
19916         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
19917         * gst/videotestsrc/gstvideotestsrc.c:
19918         (gst_videotestsrc_src_fixate):
19919         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
19920         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
19921           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19922           (#322027)
19923
19924
19925 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19926
19927         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19928         (gst_riff_create_iavs_caps):
19929         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
19930         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
19931         (gst_riff_parse_info):
19932         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
19933         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
19934         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19935           Fixes for GST_FOURCC_FORMAT API change.
19936
19937 2005-11-21  Andy Wingo  <wingo@pobox.com>
19938
19939         patch by: Alessandro Dessina <alessandro nnva org>
19940
19941         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
19942         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
19943         (gst_ogg_parse_chain):
19944         * ext/theora/theoraenc.c (theora_set_header_on_caps):
19945         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
19946         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
19947         gst_value_list calls on arrays. Fixes #321962.
19948
19949 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19950
19951         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19952         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
19953         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
19954         * gst/adder/gstadder.c: (gst_adder_init),
19955         (gst_adder_request_new_pad), (gst_adder_collected),
19956         (gst_adder_change_state):
19957           Update for gst_collectpads_foo() to gst_collect_pads_foo()
19958           API change.
19959
19960 2005-11-21  Michael Smith <msmith@fluendo.com>
19961
19962         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
19963         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
19964           Properly handle pad_push return values.
19965
19966 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
19967
19968         * gst-libs/gst/tag/Makefile.am:
19969         * gst-libs/gst/tag/gstvorbistag.c:
19970         (gst_tag_list_to_vorbiscomment_buffer):
19971           Remove obsolete vorbistag element and debug category.
19972
19973         * gst/playback/gstplaybasebin.c: (check_queue):
19974           Don't divide by 0 when queue-threshold is 0.
19975
19976         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
19977           Don't modify an existing pixel-aspect-ratio if we fail to read
19978           a new one.
19979
19980 2005-11-20  Wim Taymans  <wim@fluendo.com>
19981
19982         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
19983         (gst_vorbisenc_push_packet):
19984         GST_PAD_IS_USABLE is gone, use the return value of
19985         the push or pad_alloc_buffer instead.
19986
19987 2005-11-18  Julien MOUTTE  <julien@moutte.net>
19988
19989         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
19990         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
19991         (gst_ximagesink_ximage_destroy),
19992         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
19993         (gst_ximagesink_xwindow_new),
19994         (gst_ximagesink_xwindow_update_geometry),
19995         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
19996         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
19997         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
19998         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19999         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20000         (gst_ximagesink_navigation_send_event),
20001         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20002         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20003         (gst_ximagesink_finalize), (gst_ximagesink_init),
20004         (gst_ximagesink_class_init):
20005         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20006         This new version brings correct software scaling, non flickering
20007         window while resizing, pixel aspect ratio handling, usage of
20008         hardware buffer pools, out of data flow event thread for 
20009         navigation and handling of expose events even when being PAUSED,
20010         a new property to keep video aspect ratio when resizing, etc...
20011
20012 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20013
20014         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20015         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20016         handling of PAR.
20017
20018 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20019
20020         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20021         Unsetting IS_SINK flag from the fakesink, so decodebin
20022         never behaves as a sink.
20023
20024 2005-11-17  Wim Taymans  <wim@fluendo.com>
20025
20026         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20027         (gst_base_audio_src_change_state):
20028         Fix the audiosrc base class again, we did not unflush.
20029
20030 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20031
20032         * examples/seeking/seek.c: (make_dv_pipeline),
20033         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20034         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20035         to ogg/vorbis/theora pipeline.
20036
20037 2005-11-17  Wim Taymans  <wim@fluendo.com>
20038
20039         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20040         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20041         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20042         Fix EOS on multiple streams.
20043         More debugging.
20044
20045 2005-11-16  Wim Taymans  <wim@fluendo.com>
20046
20047         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20048         (gst_ogg_demux_perform_seek):
20049         Segment done must include stream time.
20050
20051         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20052         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20053         (gst_ogg_mux_change_state):
20054         Fix ogg muxer again.
20055
20056 2005-11-16  Wim Taymans  <wim@fluendo.com>
20057
20058         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20059         Fix compile again.
20060
20061 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20062
20063         * ext/libvisual/visual.c: (gst_visual_init):
20064         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20065         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20066         (gst_ogg_parse_chain):
20067         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20068         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20069         * ext/theora/theoradec.c: (gst_theora_dec_init):
20070         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20071         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20072         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20073         * gst/adder/gstadder.c: (gst_adder_class_init),
20074         (gst_adder_dispose):
20075         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20076         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20077         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20078           Fix a whole set of pad template leaks
20079
20080 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20081
20082         * check/generic/states.c: (GST_START_TEST):
20083           fix the test so that it only checks for elements that are part of
20084           this source module
20085
20086 2005-11-16  Michael Smith <msmith@fluendo.com>
20087
20088         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20089         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20090         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20091         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20092         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20093         (gst_ogg_mux_change_state):
20094           Fix leaking collectpads.
20095
20096 2005-11-16  Edward Hervey  <edward@fluendo.com>
20097
20098         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20099         (gst_videorate_event), (gst_videorate_chain):
20100         Handle segment seeks
20101
20102 2005-11-16  Wim Taymans  <wim@fluendo.com>
20103
20104         * gst-libs/gst/audio/gstbaseaudiosink.c:
20105         (gst_base_audio_sink_provide_clock),
20106         (gst_base_audio_sink_change_state):
20107         Set ringbuffer to non-flushing when going to PAUSED, set to
20108         flushing again when going to READY.
20109
20110         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20111         (gst_ring_buffer_stop):
20112         Start in flushing mode by default.
20113         Don't set flushing in the _stop method, let the app call
20114         this explicitly.
20115
20116 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20117
20118         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20119         * gst-libs/gst/video/videosink.h: Add helper function needed
20120         for video sinks.
20121
20122 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20123
20124         * gst/videoscale/gstvideoscale.c:
20125         (gst_videoscale_handle_src_event):
20126           Don't leak reference to pad parent.
20127
20128 2005-11-16  Wim Taymans  <wim@fluendo.com>
20129
20130         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20131         Set ringbuffer to flushing when stopping so that we don't
20132         block on wait_segment anymore and livelock.
20133
20134 2005-11-16  Wim Taymans  <wim@fluendo.com>
20135
20136         * examples/seeking/seek.c: (send_event), (do_seek),
20137         (loop_toggle_cb), (segment_done), (main):
20138         Added looping checkbox.
20139
20140 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20141
20142         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20143         (gst_ogg_demux_init):
20144         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20145         (gst_vorbis_dec_init):
20146           revert unrefs, they don't pass make check
20147
20148 2005-11-15  Johan Dahlin  <johan@gnome.org>
20149
20150         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20151         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20152         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20153         (gst_vorbis_dec_init):
20154         Fix pad template leaks. 
20155
20156 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20157
20158         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20159           Make state change function thread safe.
20160
20161 2005-11-15  Edward Hervey  <edward@fluendo.com>
20162
20163         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20164         (gst_ogg_demux_class_init):
20165         Implement GstElement::send_event, so we can send seek events
20166         in GST_STATE_READY
20167
20168 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20169
20170         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20171         Discovered how to take away flickering while resizing the
20172         window. Please don't put that in ximagesink, refactoring in
20173         progress.
20174
20175 2005-11-14  Michael Smith <msmith@fluendo.com>
20176
20177         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20178         (gst_multifdsink_render):
20179           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20180
20181 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20182
20183         * gst/playback/gstplaybin.c: (gen_audio_element):
20184           Use autoaudiosink, it tends to be more widely available than
20185           autoaudiiosink.
20186           
20187 2005-11-14  Andy Wingo  <wingo@pobox.com>
20188
20189         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20190         as well if it is available. Fixes #316442.
20191
20192 2005-11-14  Michael Smith <msmith@fluendo.com>
20193
20194         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20195         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20196         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20197         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20198         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20199         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20200         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20201         (gst_vorbisenc_change_state):
20202           Fix a small memory leak in vorbisenc.
20203           Fix large memory leaks in oggmux, also fix lots of state change
20204           bugs in oggmux.
20205
20206 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20207
20208         * gst/videotestsrc/gstvideotestsrc.c:
20209         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20210         (gst_videotestsrc_src_fixate):
20211           move fixation to a fixate function
20212           remove negotiate function, basesrc's is good enough
20213           fixes a bug for check when using the element alone
20214
20215 2005-11-13  Edward Hervey  <edward@fluendo.com>
20216
20217         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20218         (key_toggle_cb), (main):
20219         Added checkboxes for adding/removing the accurate and key_unit seek
20220         flags.
20221
20222 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20223
20224         * configure.ac: back to HEAD
20225
20226 === release 0.9.5 ===
20227
20228 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20229
20230         * configure.ac:
20231           releasing 0.9.5, "No No Kia"
20232
20233 2005-11-11  Edward Hervey  <edward@fluendo.com>
20234
20235         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20236         Added parse-launch syntax seeking mode for the seeking example.
20237         This should help stress-test even more cases.
20238         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20239
20240 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20241
20242         * sys/xvimage/xvimagesink.c:
20243         (gst_xvimagesink_navigation_send_event):
20244           Check whether peer pad exists before sending navigation events
20245           to it.
20246
20247 2005-11-11  Michael Smith <msmith@fluendo.com>
20248
20249         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20250         (gst_vorbisenc_buffer_from_packet):
20251         * ext/vorbis/vorbisenc.h:
20252           Set duration on encoded buffers. This allows oggmux's
20253           max_page_delay parameter to actually work.
20254
20255 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20256
20257         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20258         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20259         (gst_ffmpegcsp_avpicture_fill):
20260         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20261         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20262           Make palettes work again (see #132341). Use our own macros
20263           for rounding up.
20264
20265 2005-11-10  Andy Wingo  <wingo@pobox.com>
20266
20267         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20268         string doober.
20269
20270 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20271
20272         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20273         (gst_ffmpegcsp_transform_caps):
20274           Prefer passthrough in transform_caps
20275
20276 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20277
20278         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20279           check for ALSA errors properly, instead of relying on ALSA's
20280           error strings to serve to the user.
20281
20282 2005-11-10  Wim Taymans  <wim@fluendo.com>
20283
20284         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20285         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20286         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20287         Modernise the seek code.
20288
20289 2005-11-10  Michael Smith <msmith@fluendo.com>
20290         
20291         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20292         (setup_substreams), (set_active_source):
20293           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20294           trying to go to NULL if we failed to read a file.
20295
20296 2005-11-10  Wim Taymans  <wim@fluendo.com>
20297
20298         * gst/audiotestsrc/gstaudiotestsrc.c:
20299         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20300         (gst_audiotestsrc_create):
20301         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20302         (gst_sinesrc_get_times), (gst_sinesrc_create):
20303         * gst/videotestsrc/gstvideotestsrc.c:
20304         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20305         (gst_videotestsrc_create):
20306         The base class can now sync for us.
20307
20308 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20309
20310         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20311           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20312           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20313           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20314           format=(fourcc)I420" ! xvimagesink
20315
20316 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20317
20318         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20319         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20320         (gst_sinesrc_newsegment):
20321           Send newsegment event in TIME format, set duration if
20322           num-buffers is set, fix duration querying.
20323
20324 2005-11-10  Michael Smith <msmith@fluendo.com>
20325
20326         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20327         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20328         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20329         (gst_ogg_mux_collected):
20330          Fix EOS handling, partially. Now forwarding an EOS event once we have
20331          EOS on all pads works correctly. However, we still don't properly set
20332          EOS on the actual ogg stream pages.
20333
20334 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20335
20336         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20337           Set elements to NULL state before disposing of them.
20338
20339 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20340
20341         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20342
20343         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20344         (gst_base_rtp_depayload_init),
20345         (gst_base_rtp_depayload_set_gst_timestamp):
20346         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20347           We need to send a newsegment event for each instance, not
20348           just for the first instance of this class (get rid of
20349           static variable in function). (#321011).
20350           
20351 2005-11-08  Michael Smith <msmith@fluendo.com>
20352
20353         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20354         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20355         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20356         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20357           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20358           This makes us mux things correctly according to the ogg muxing
20359           rules. Still not handling EOS correctly right now, though.
20360
20361 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20362
20363         * gst/audioconvert/gstaudioconvert.c:
20364           Fix typo in docs. 
20365
20366 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20367
20368         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20369         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20370           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20371           creating a new chain; should fix live streaming. Also
20372           add more debug output and fix a typo.
20373
20374 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20375
20376         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20377
20378         * gst/volume/gstvolume.c: (volume_set_caps):
20379           Fix compilation on Solaris with Forte. (#320923)
20380
20381 2005-11-08  Wim Taymans  <wim@fluendo.com>
20382
20383         * gst-libs/gst/audio/gstbaseaudiosink.c:
20384         (gst_base_audio_sink_render):
20385         No need to do a typecheck.
20386
20387 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20388
20389         * ext/alsa/gstalsa.h:
20390           We register a debug category, so let's use it.
20391
20392 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20393
20394         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20395         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20396         Fixed a small problem.
20397
20398 2005-11-04  Wim Taymans  <wim@fluendo.com>
20399
20400         * examples/seeking/Makefile.am:
20401         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20402         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20403         (make_playerbin_pipeline), (format_value), (update_scale),
20404         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20405         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20406         (print_usage), (main):
20407         Added app for playback speed testing.
20408
20409         * examples/seeking/seek.c: (dynamic_link),
20410         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20411         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20412         (message_received), (main):
20413         Updated seek example.
20414
20415 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20416
20417         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20418         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20419         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20420         (gst_base_rtp_depayload_set_clock):
20421         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20422         Don't sleep on the bench (system clock) when you have a nice 
20423         comfortable bed (Gstreamer clock) to sleep on.
20424
20425 2005-11-03  Wim Taymans  <wim@fluendo.com>
20426
20427         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20428         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20429         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20430         Handle the case where a pad_block failed.
20431
20432 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20433
20434         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20435
20436         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20437         (gst_base_rtp_depayload_add_to_queue),
20438         (gst_base_rtp_depayload_push),
20439         (gst_base_rtp_depayload_set_gst_timestamp),
20440         (gst_base_rtp_depayload_queue_release):
20441           Fixes some bugs in the depayloader's queuing/de-queueing code.
20442
20443 2005-10-31  Michael Smith <msmith@fluendo.com>
20444
20445         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20446         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20447         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20448           Patch from Alessandro Decina <alessandro@nnva.org>.
20449           Make oggdemux only find the final time in a chain, not per-pad,
20450           since the per-pad information can be very expensive to locate, and
20451           it isn't used anywhere. This makes reading a file containing
20452           OggSkeleton reasonably fast.
20453           Also, make chain finding work when there are logical bitstreams that
20454           can't be decoded. Fixes #319110.
20455
20456 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20457
20458         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20459         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20460         (gst_base_rtp_depayload_chain),
20461         (gst_base_rtp_depayload_add_to_queue),
20462         (gst_base_rtp_depayload_push),
20463         (gst_base_rtp_depayload_set_gst_timestamp),
20464         (gst_base_rtp_depayload_queue_release),
20465         (gst_base_rtp_depayload_start_thread),
20466         (gst_base_rtp_depayload_set_property),
20467         (gst_base_rtp_depayload_get_property):
20468         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20469         Some random fixes, to fullfill the desires of thomas.
20470
20471 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20472
20473         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20474         (gst_base_rtp_depayload_add_to_queue),
20475         (gst_base_rtp_depayload_push):
20476         Fixed the queueing algorithm.
20477
20478 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20479
20480         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20481         (gst_base_rtp_depayload_push):
20482         A small fix
20483
20484 2005-10-31  Wim Taymans  <wim@fluendo.com>
20485
20486         * gst-libs/gst/audio/gstringbuffer.h:
20487         Don't break ABI.
20488
20489         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20490         (gst_ffmpeg_caps_to_pixfmt):
20491         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20492         (gst_ffmpegcsp_set_caps):
20493         Some more comments.
20494         Handle missing required caps fields better.
20495
20496 2005-10-31  Wim Taymans  <wim@fluendo.com>
20497
20498         * gst-libs/gst/audio/gstbaseaudiosink.c:
20499         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20500         (gst_base_audio_sink_render):
20501         * gst-libs/gst/audio/gstringbuffer.c:
20502         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20503         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20504         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20505         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20506         (gst_ring_buffer_read):
20507         * gst-libs/gst/audio/gstringbuffer.h:
20508         Add flushing mode to the ringbuffer so that it in all cases does
20509         not try to handle more audio. This makes sure it does not try to
20510         block anymore when flushing and fixes a livelock.
20511
20512 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20513
20514         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20515         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20516         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20517           Explicitly check for -1 values before doing a conversion
20518           and always map them to -1. (#315545)
20519
20520 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20521
20522         * gst/playback/gstplaybin.c: (gen_video_element):
20523           first try autovideosink, then xvimagesink, then error out
20524         * po/POTFILES.in:
20525           add translatable file
20526         * po/af.po:
20527         * po/az.po:
20528         * po/cs.po:
20529         * po/en_GB.po:
20530         * po/hu.po:
20531         * po/it.po:
20532         * po/nb.po:
20533         * po/nl.po:
20534         * po/or.po:
20535         * po/sq.po:
20536         * po/sr.po:
20537         * po/sv.po:
20538         * po/uk.po:
20539         * po/vi.po:
20540           update translations
20541
20542 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20543
20544         * gst-libs/gst/rtp/gstbasedepayload.c:
20545         * gst-libs/gst/rtp/gstbasedepayload.h:
20546           Minor cleanups
20547
20548 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20549
20550         * gst/playback/.cvsignore:
20551         * gst/playback/decodetest.c:
20552         * gst/playback/test3.c:
20553           Port these two tests as well.
20554
20555 2005-10-27  Wim Taymans  <wim@fluendo.com>
20556
20557         * ext/theora/theoradec.c: (theora_dec_src_query),
20558         (theora_dec_sink_event):
20559         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20560         (theora_enc_change_state):
20561         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20562         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20563         Take proper locks when handling events.
20564
20565 2005-10-27  Wim Taymans  <wim@fluendo.com>
20566
20567         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20568         (gst_adder_change_state):
20569         Fix timestamps and fix deadlock when stopping the collectpads.
20570
20571 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20572
20573         * gst-libs/gst/rtp/gstrtpbuffer.h:
20574         Declaring the payload types as strings too so that they can be used
20575         in the padtemplate inialization.
20576
20577 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20578
20579         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20580
20581         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20582         (gst_base_rtp_depayload_class_init):
20583         Fixes a small but nasty bug. The derived elements no longer segfaults
20584         on finalization.
20585
20586 2005-10-26  Michael Smith <msmith@fluendo.com>
20587
20588         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20589           When clearing an audioconvert context, set tmpbufsize to zero, so
20590           we'll allocate it again later if required.
20591           This fixes audioconvert re-negotiating formats, which previously
20592           segfaulted with a NULL destination buffer.
20593
20594 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20595
20596         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20597         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20598         (gst_base_rtp_depayload_set_gst_timestamp),
20599         (gst_base_rtp_depayload_queue_release):
20600         Fixed a smalll memleak.
20601
20602 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20603         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20604         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20605         (gst_base_rtp_depayload_finalize),
20606         (gst_base_rtp_depayload_setcaps),
20607         (gst_base_rtp_depayload_add_to_queue),
20608         (gst_base_rtp_depayload_push),
20609         (gst_base_rtp_depayload_set_gst_timestamp),
20610         (gst_base_rtp_depayload_queue_release),
20611         (gst_base_rtp_depayload_thread),
20612         (gst_base_rtp_depayload_change_state):
20613         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20614         Changed the C++ comments to C comments
20615
20616 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20617
20618         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20619         * gst/tcp/gsttcpclientsrc.h:
20620         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20621         * gst/tcp/gsttcpserversrc.h:
20622           Remove unused 'curoffset' structure member.
20623
20624 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20625
20626         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20627         (gst_base_rtp_depayload_base_init),
20628         (gst_base_rtp_depayload_finalize):
20629         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20630         * gst-libs/gst/rtp/gstbasertppayload.h:
20631           The pad-template on the sinkpad should be set by the derived classes.
20632           Also added some useful macros.
20633
20634 2005-10-24  Wim Taymans  <wim@fluendo.com>
20635
20636         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20637         Correctly flush decoder samples even if we could not
20638         copy them to an output buffer. Fixes #319618.
20639
20640 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20641
20642         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20643         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20644         the caps against our xcontext caps.
20645
20646 2005-10-24  Wim Taymans  <wim@fluendo.com>
20647
20648         * gst-libs/gst/audio/gstbaseaudiosink.c:
20649         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20650         Remove g_print
20651         Use sync property from baseclass to disable sync.
20652
20653 2005-10-24  Wim Taymans  <wim@fluendo.com>
20654
20655         * gst-libs/gst/audio/gstbaseaudiosink.c:
20656         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20657         Buffers with no timestamps get aligned with previous buffers or
20658         on underrun, played ASAP.
20659
20660 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20661
20662         * gst-libs/gst/video/video.h:
20663         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20664         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20666         here comes my change on caps for framerate and geometry range.
20667         We are now accepting 1 to MAXINT for width and height, and from
20668         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20669         to be blended correctly in videomixer.
20670
20671 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20672
20673         * configure.ac:
20674           back to HEAD
20675
20676 === release 0.9.4 ===
20677
20678 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20679
20680         * NEWS:
20681         * RELEASE:
20682         * configure.ac:
20683           releasing 0.9.4, "Velociraptor"
20684
20685 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20686
20687         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20688         * po/POTFILES.in:
20689           STOPPED -> FAILED
20690
20691 2005-10-21  Wim Taymans  <wim@fluendo.com>
20692
20693         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20694         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20695         (pad_blocked), (close_pad_link), (new_pad):
20696         Don't try to remove elements twice.
20697
20698 2005-10-21  Wim Taymans  <wim@fluendo.com>
20699
20700         * ext/theora/theoradec.c: (theora_dec_src_query),
20701         (theora_dec_sink_event):
20702         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20703         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20704         (vorbis_handle_data_packet):
20705         * ext/vorbis/vorbisdec.h:
20706         Fix old naming.
20707
20708         * gst-libs/gst/audio/gstbaseaudiosink.c:
20709         (gst_base_audio_sink_render):
20710         Don't try to sync on buffers without a timestamp.
20711
20712 2005-10-21  Wim Taymans  <wim@fluendo.com>
20713
20714         * ext/theora/theoradec.c: (theora_dec_src_query),
20715         (theora_dec_sink_event):
20716         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20717         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20718         (vorbis_handle_data_packet):
20719         * ext/vorbis/vorbisdec.h:
20720         Fix old naming.
20721
20722 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20723
20724         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20725         (gst_vorbisenc_src_query):
20726           Implement position and duration queries.
20727
20728         * gst/playback/test3.c: (update_scale), (main):
20729           Fix for async state changes and print nicer output.
20730
20731 2005-10-20  Wim Taymans  <wim@fluendo.com>
20732
20733         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20734         (dump_element_stats), (main):
20735         * gst/playback/test6.c: (main):
20736         Fix tests again
20737
20738 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20739
20740         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20741         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20742           Don't use functions for position queries when handling
20743           duration queries.
20744
20745 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20746
20747         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20748         (vorbis_handle_data_packet), (vorbis_dec_chain),
20749         (vorbis_dec_change_state):
20750         * ext/vorbis/vorbisdec.h:
20751           Vorbis streams can be embedded in other container formats
20752           than ogg, container formats where the demuxer might set 
20753           timestamps on encoded vorbis buffers instead of those silly 
20754           granulepos thingies. In short: make vorbisdec handle 
20755           timestamps on incoming buffers as well.
20756
20757 2005-10-20  Wim Taymans  <wim@fluendo.com>
20758
20759         * gst/playback/gstplaybasebin.c: (group_destroy),
20760         (gst_play_base_bin_change_state):
20761         Fix leak.
20762         Handle case where playbasebin is now ASYNC because
20763         decodebin is.
20764
20765 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20766
20767         * gst/audioconvert/Makefile.am:
20768         * gst/audioconvert/bufferframesconvert.c:
20769         * gst/audioconvert/plugin.c: (plugin_init):
20770         * gst/audioconvert/plugin.h:
20771           And bye bye buffer-frames-convert
20772
20773 2005-10-19  Wim Taymans  <wim@fluendo.com>
20774
20775         * check/elements/audioconvert.c:
20776         * docs/libs/tmpl/gstaudio.sgml:
20777         * docs/libs/tmpl/gstcolorbalance.sgml:
20778         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20779         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
20780         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
20781         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
20782         * gst-libs/gst/audio/audio.h:
20783         * gst/audioconvert/audioconvert.h:
20784         * gst/audioconvert/gstaudioconvert.c:
20785         (gst_audio_convert_parse_caps):
20786         * gst/volume/gstvolume.c:
20787         Bye bye buffer-frames.
20788
20789 2005-10-19  Wim Taymans  <wim@fluendo.com>
20790
20791         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20792         (query_positions_elems), (query_positions_pads), (update_scale),
20793         (do_seek), (set_update_scale), (message_received), (main):
20794         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
20795         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
20796         (gst_ogg_demux_loop):
20797         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
20798         * ext/theora/theoradec.c: (theora_dec_src_query),
20799         (theora_dec_sink_event):
20800         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20801         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
20802         * gst/adder/gstadder.c: (gst_adder_query):
20803         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20804         * gst/playback/test3.c: (update_scale):
20805         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20806         (dump_element_stats), (main):
20807         * gst/playback/test6.c: (main):
20808         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20809         Query API update.
20810
20811 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20812
20813         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
20814         (xml_check_first_element), (xml_type_find), (smil_type_find),
20815         (plugin_init):
20816           Add typefinding for SMIL and for generic XML. Based on patch by
20817           Akos Maroy (#308663).
20818
20819 2005-10-18  Wim Taymans  <wim@fluendo.com>
20820
20821         * gst/playback/Makefile.am:
20822         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20823         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
20824         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
20825         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
20826         (gst_decode_bin_change_state):
20827         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20828         (gst_play_bin_send_event_to_sink):
20829         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20830         (dump_element_stats), (main):
20831         * gst/playback/test6.c: (main):
20832         Make playbin async, it'll commit state to paused when all streams
20833         are detected.
20834         Remove ugly hack.
20835         Added test6.c to show async behaviour.
20836
20837 2005-10-18  Wim Taymans  <wim@fluendo.com>
20838
20839         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
20840         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
20841         Fix for segment-start/stop API change.
20842
20843 2005-10-18  Wim Taymans  <wim@fluendo.com>
20844
20845         * check/Makefile.am:
20846         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
20847         (main):
20848         Add future test for clock selection.
20849
20850 2005-10-18  Wim Taymans  <wim@fluendo.com>
20851
20852         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
20853         (gst_alsasink_close):
20854         Set handle to NULL.
20855
20856         * gst-libs/gst/audio/gstringbuffer.c:
20857         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20858         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20859         (gst_ring_buffer_start), (gst_ring_buffer_pause),
20860         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
20861         (gst_ring_buffer_read):
20862         More debug info.
20863
20864 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
20865
20866         * gst/audiotestsrc/Makefile.am:
20867         * gst/sine/Makefile.am:
20868         * gst/volume/Makefile.am:
20869           fix broken build of controllerized plugins
20870
20871 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
20872
20873         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20874
20875         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20876         (gst_riff_create_video_template_caps):
20877           Add support for Indeo-3 (IV32).
20878
20879 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20880
20881         * configure.ac:
20882           rewrite
20883
20884 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20885
20886         * gst-libs/gst/video/video.c: (gst_video_get_size):
20887         * gst/audiotestsrc/gstaudiotestsrc.c:
20888           doc updates
20889
20890 2005-10-17  Andy Wingo  <wingo@pobox.com>
20891
20892         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
20893         with the collectpads change.
20894         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
20895
20896         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
20897
20898         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
20899
20900         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
20901         alloc_buffer flow return to callers.
20902         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
20903         change. Fix some memleaks in theoraenc.
20904
20905         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
20906         in strange circumstance.
20907
20908 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20909
20910         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20911         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
20912         from caps, let's use the caps...
20913
20914 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20915
20916         * configure.ac:
20917           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
20918
20919 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20920
20921         * gst-libs/gst/interfaces/Makefile.am:
20922           fix silly typo
20923
20924 2005-10-16  Andy Wingo  <wingo@pobox.com>
20925
20926         * gst/playback/gstdecodebin.c
20927         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
20928         function!
20929         (try_to_link_1): Increase kraziness level.
20930
20931 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20932
20933         * configure.ac:
20934           restructure like the core one
20935         * gst-libs/gst/audio/Makefile.am:
20936         * gst-libs/gst/interfaces/Makefile.am:
20937         * gst-libs/gst/net/Makefile.am:
20938         * gst-libs/gst/riff/Makefile.am:
20939         * gst-libs/gst/rtp/Makefile.am:
20940         * gst-libs/gst/tag/Makefile.am:
20941         * gst-libs/gst/video/Makefile.am:
20942           use correct linker flags, now the libs are properly versioned
20943         * check/elements/audioconvert.c: (verify_convert):
20944         * ext/alsa/gstalsaplugin.c:
20945         * ext/cdparanoia/gstcdparanoia.c:
20946         * ext/gnomevfs/gstgnomevfs.c:
20947         * ext/libvisual/visual.c:
20948         * ext/ogg/gstogg.c:
20949         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
20950         * ext/theora/theora.c:
20951         * ext/vorbis/vorbis.c:
20952         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20953         * gst-libs/gst/tag/gsttagediting.c:
20954         * gst-libs/gst/video/video.c:
20955         * gst/adder/gstadder.c:
20956         * gst/audioconvert/plugin.c:
20957         * gst/audiorate/gstaudiorate.c:
20958         * gst/audioresample/gstaudioresample.c:
20959         * gst/audioresample/resample_ref.c: (resample_scale_ref):
20960         * gst/audioscale/gstaudioscale.c:
20961         * gst/audioscale/resample.c:
20962         * gst/audiotestsrc/gstaudiotestsrc.c:
20963         * gst/ffmpegcolorspace/gstffmpeg.c:
20964         * gst/playback/gstdecodebin.c: (close_pad_link):
20965         * gst/playback/gstplaybin.c: (gen_video_element),
20966         (gen_audio_element):
20967         * gst/sine/gstsinesrc.c:
20968         * gst/subparse/gstsubparse.c:
20969         * gst/tags/gsttagediting.c:
20970         * gst/tcp/gsttcpplugin.c:
20971         * gst/typefind/gsttypefindfunctions.c:
20972         * gst/videorate/gstvideorate.c:
20973         * gst/videoscale/gstvideoscale.c:
20974         * gst/videotestsrc/gstvideotestsrc.c:
20975         * gst/volume/gstvolume.c:
20976         * sys/v4l/gstv4l.c:
20977         * sys/ximage/ximage.c:
20978         * sys/xvimage/xvimagesink.c:
20979           fix up defines
20980
20981 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
20982
20983         * ext/vorbis/vorbisenc.c:
20984         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
20985         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
20986         (gst_tag_to_vorbis_comments):
20987           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
20988
20989 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
20990
20991         * examples/stats/mp2ogg.c:
20992         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20993           typo fixes
20994
20995 2005-10-13  Michael Smith <msmith@fluendo.com>
20996
20997         * ext/ogg/gstoggmux.c:
20998           Use magic glib macros to define constants as 64 bit, to ensure
20999           appropriate vararg passing.
21000
21001 2005-10-13  Michael Smith <msmith@fluendo.com>
21002
21003         * ext/ogg/gstoggmux.c:
21004         * gst/audioconvert/audioconvert.c: (float):
21005           Don't use LL suffix, as it's not portable, and neither of these
21006           uses required it anyway.
21007
21008 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21009
21010         * examples/indexing/indexmpeg.c: (main):
21011         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21012         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21013         (cdparanoia_convert), (cdparanoia_query):
21014         * ext/cdparanoia/gstcdparanoia.h:
21015         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21016         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21017         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21018         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21019         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21020         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21021         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21022         (gst_multifdsink_render), (gst_multifdsink_start),
21023         (gst_multifdsink_stop):
21024         * gst/tcp/gstmultifdsink.h:
21025         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21026         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21027         (gst_tcpclientsink_stop):
21028         * gst/tcp/gsttcpclientsink.h:
21029         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21030         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21031         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21032         * gst/tcp/gsttcpclientsrc.h:
21033         * gst/tcp/gsttcpserversink.h:
21034         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21035         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21036         (gst_tcpserversrc_stop):
21037         * gst/tcp/gsttcpserversrc.h:
21038         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21039         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21040         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21041           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21042           moved bitshift from macro to enum definition
21043
21044 2005-10-12  Wim Taymans  <wim@fluendo.com>
21045
21046         * examples/seeking/Makefile.am:
21047         Oops.
21048
21049 2005-10-12  Wim Taymans  <wim@fluendo.com>
21050
21051         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21052         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21053         Don't assert on normal stuff.
21054
21055         * gst/playback/gstplaybin.c: (do_playbin_seek):
21056         API fix.
21057
21058 2005-10-12  Wim Taymans  <wim@fluendo.com>
21059
21060         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21061         * examples/seeking/Makefile.am:
21062         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21063         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21064         (do_seek), (set_update_scale), (message_received), (main):
21065         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21066         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21067         Update for _get_state() API change.
21068
21069 2005-10-11  Wim Taymans  <wim@fluendo.com>
21070
21071         * gst-libs/gst/audio/gstbaseaudiosink.c:
21072         (gst_base_audio_sink_render):
21073         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21074         (gst_base_audio_src_create):
21075         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21076         (gst_ring_buffer_read):
21077         Cleanups.
21078         Commit and read from ringbuffer in samples rather than bytes.
21079
21080 2005-10-11  Wim Taymans  <wim@fluendo.com>
21081
21082         * gst-libs/gst/audio/gstbaseaudiosink.c:
21083         (gst_base_audio_sink_render):
21084         Respect segment rate and accum when scheduling samples.
21085
21086 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21087
21088         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21089         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21090         EOS correctly, that needs more work.
21091
21092 2005-10-11  Wim Taymans  <wim@fluendo.com>
21093
21094         * check/generic/states.c: (GST_START_TEST):
21095         remove old property.
21096
21097         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21098         (gst_ogg_demux_perform_seek):
21099         * ext/theora/theoradec.c: (theora_dec_sink_event):
21100         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21101         (vorbis_handle_data_packet):
21102         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21103         (gst_base_rtp_depayload_set_gst_timestamp):
21104         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21105         Update for newsegment API change.
21106
21107 2005-10-11  Michael Smith <msmith@fluendo.com>
21108
21109         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21110         (do_playbin_seek), (gst_play_bin_send_event):
21111           Override send_event differently, so that we can takes bits of
21112           functionality from GstPipeline (special handling for seeks,
21113           including pausing/resuming, and resetting stream time) and still get
21114           the appropriate behaviour of only forwarding event to a single sink,
21115           rather than all of them.
21116           Unfortunately requires a lot of code duplication, but the
21117           alternatives are equally ugly in the end.
21118
21119 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21120
21121         * check/elements/audioconvert.c: (setup_audioconvert),
21122         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21123         (GST_START_TEST), (audioconvert_suite):
21124           clean up tests a little, fix some leaks.
21125
21126 2005-10-10  Wim Taymans  <wim@fluendo.com>
21127
21128         * ext/alsa/gstalsasink.c:
21129         Also allow unsigned int.
21130
21131         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21132         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21133         Small cleanup
21134
21135 2005-10-10  Wim Taymans  <wim@fluendo.com>
21136
21137         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21138         Small update, use API as stated in design docs.
21139
21140         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21141         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21142         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21143         (message_received), (main):
21144         Updated seek example for GOption. Some usability improvements.
21145
21146 2005-10-10  Wim Taymans  <wim@fluendo.com>
21147
21148         * gst/audioconvert/audioconvert.h:
21149         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21150         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21151         Alloc temp storage somewhere else where we can do it more
21152         portable.
21153
21154 2005-10-10  Wim Taymans  <wim@fluendo.com>
21155
21156         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21157         (gst_tcpserversrc_start):
21158         Don't block in accept while doing the state change, move
21159         to poll and make cancellable.
21160
21161 2005-10-09  Philippe Khalaf <burger@speedy.org>
21162
21163         * gst-libs/gst/rtp/rtpbasedepayload.c:
21164         Set timestamp and add queue delay to timestamp
21165         * gst-libs/gst/rtp/rtpbuffer.h:
21166         Set correct payload type for h263
21167
21168 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21169
21170         * gst/audiotestsrc/gstaudiotestsrc.c:
21171         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21172         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21173         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21174         (gst_audiotestsrc_create_triangle),
21175         (gst_audiotestsrc_create_silence),
21176         (gst_audiotestsrc_create_white_noise),
21177         (gst_audiotestsrc_init_pink_noise),
21178         (gst_audiotestsrc_generate_pink_noise_value),
21179         (gst_audiotestsrc_create_pink_noise),
21180         (gst_audiotestsrc_change_wave):
21181         * gst/audiotestsrc/gstaudiotestsrc.h:
21182           fixed typo, added pink noise
21183
21184 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21185
21186         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21187         (plugin_init):
21188           Add wavpack and spc typefind functions from 0.8 branch.
21189
21190 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21191
21192         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21193         (ar_type_find), (msdos_type_find), (plugin_init):
21194           Add typefind functions for tar archives, ar archives,
21195           RAR archives, and msdos-executables (dlls, exe, etc.).
21196           Some of those would be wrongly identified as mpeg
21197           streams of some sort before (#315550).
21198
21199 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21200
21201         * configure.ac:
21202         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21203         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21204         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21205         * gst/audiotestsrc/Makefile.am:
21206         * gst/audiotestsrc/gstaudiotestsrc.c:
21207         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21208         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21209         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21210         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21211         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21212         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21213         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21214         (gst_audiotestsrc_create_silence),
21215         (gst_audiotestsrc_create_white_noise),
21216         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21217         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21218         (gst_audiotestsrc_start), (plugin_init):
21219         * gst/audiotestsrc/gstaudiotestsrc.h:
21220           add new plugin and element
21221         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21222           use gobject_class
21223
21224 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21225
21226         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21227         (gst_adder_init), (gst_adder_request_new_pad),
21228         (gst_adder_change_state):
21229           Add query function to source pad, so adder reports the correct
21230           time/sample position when queried (#315457); fix state change
21231           function; use GST_DEBUG_FUNCPTR() for pad functions.
21232
21233 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21234
21235         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21236           Fix leaks in typefind registration
21237           Clean up the gratuitous commenting and whitespacing a little
21238
21239 2005-10-08  Wim Taymans  <wim@fluendo.com>
21240
21241         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21242         Only actually wait for the thread to be stopped if it's 
21243         running.
21244
21245 2005-10-08  Wim Taymans  <wim@fluendo.com>
21246
21247         * gst-libs/gst/audio/gstbaseaudiosink.c:
21248         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21249         If we receive EOS we can start playback of what we had.
21250
21251 2005-10-08  Wim Taymans  <wim@fluendo.com>
21252
21253         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21254         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21255         (gst_multifdsink_stop):
21256         Fix crasher when going to NULL multiple times.
21257
21258 2005-10-06  Wim Taymans  <wim@fluendo.com>
21259
21260         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21261         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21262         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21263         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21264         patch from Edgard Lima <edgard.lima@indt.org.br>
21265         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21266
21267 2005-10-06  Wim Taymans  <wim@fluendo.com>
21268
21269         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21270         Report the FLOW_RETURN as string in the error message.
21271
21272         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21273         Don't assert when clearing an unnegotiated buffer.
21274
21275 2005-10-04  Michael Smith <msmith@fluendo.com>
21276
21277         * gst/playback/gstplaybasebin.c: (group_destroy),
21278         (gen_preroll_element), (remove_groups), (setup_source):
21279         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21280         (setup_sinks), (gst_play_bin_send_event),
21281         (gst_play_bin_change_state):
21282           Set state to NULL before removing from bin. Fix refcounting.
21283
21284 2005-10-04  Michael Smith <msmith@fluendo.com>
21285
21286         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21287           Correct refcounting in send_event() function. Previously was wrong
21288           if the first sink was unable to handle the event.
21289
21290 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21291
21292         * configure.ac:
21293           back to development
21294
21295 === release 0.9.3 ===
21296
21297 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21298
21299         * configure.ac:
21300           Releasing 0.9.3, "De Facto"
21301
21302 2005-10-03  Andy Wingo  <wingo@pobox.com>
21303
21304         * gst/playback/gstdecodebin.c (try_to_link_1)
21305         (remove_element_chain): set element to NULL before removing it.
21306
21307 2005-10-02  Johan Dahlin  <johan@gnome.org>
21308
21309         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21310         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21311         MT safe.
21312
21313 2005-10-02  Andy Wingo  <wingo@pobox.com>
21314
21315         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21316         (gst_ring_buffer_prepare_read): 
21317         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21318         Demote to LOG.
21319
21320 2005-09-29  Wim Taymans  <wim@fluendo.com>
21321
21322         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21323         * ext/theora/theoradec.c: (theora_handle_data_packet):
21324         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21325         Propagate error codes from alloc_buffer too.
21326
21327 2005-09-29  Wim Taymans  <wim@fluendo.com>
21328
21329         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21330         We use fixed caps.
21331
21332         * gst/playback/Makefile.am:
21333         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21334         (dump_element_stats), (main):
21335         Added example stream introspection code.
21336
21337 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21338
21339         * gst/adder/gstadder.c: (gst_adder_collected):
21340           fix adder for float elements
21341
21342 2005-09-28  Wim Taymans  <wim@fluendo.com>
21343
21344         * gst-libs/gst/audio/gstbaseaudiosink.c:
21345         (gst_base_audio_sink_class_init),
21346         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21347         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21348         (gst_base_audio_src_class_init),
21349         (gst_base_audio_src_provide_clock):
21350         get_clock -> provide_clock
21351
21352 2005-09-28  Andy Wingo  <wingo@pobox.com>
21353
21354         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21355         and unlocking.
21356
21357         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21358         unlocking.
21359
21360         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21361         Actually add the pad template.
21362         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21363
21364         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21365         I'm at it...
21366
21367         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21368         from fdsrc. Get caps in create() instead of start() so it can be
21369         interrupted. Interruption somewhat untested.
21370
21371         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21372         Proper EOS handling.
21373
21374 2005-09-27  Andy Wingo  <wingo@pobox.com>
21375
21376         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21377
21378         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21379
21380         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21381
21382         * gst/tcp/gsttcp.h: 
21383         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21384         out of tcpclientsrc.c. Cancellable.
21385         (gst_tcp_socket_read): Made private, cancellable, with better
21386         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21387         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21388         whole buffer, and better diagnostics.
21389         (gst_tcp_gdp_read_caps): Same.
21390
21391         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21392
21393 2005-09-26  Andy Wingo  <wingo@pobox.com>
21394
21395         * gst/sine/gstsinesrc.h:
21396         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21397         change the 'sync' property to 'is-live' and implement it halfway,
21398         update for controller api change.
21399
21400         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21401         controller api change.
21402
21403 2005-09-24  Wim Taymans  <wim@fluendo.com>
21404
21405         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21406         * gst-libs/gst/audio/gstaudiosink.c:
21407         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21408         (gst_audioringbuffer_stop):
21409         * gst-libs/gst/audio/gstbaseaudiosink.c:
21410         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21411         (gst_base_audio_sink_change_state):
21412         * gst-libs/gst/audio/gstbaseaudiosink.h:
21413         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21414         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21415         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21416         * gst-libs/gst/audio/gstringbuffer.h:
21417         Fix sync again. Moved sample alignment to basesink.
21418
21419 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21420
21421         * docs/plugins/Makefile.am:
21422         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21423         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21424         * gst/volume/gstvolume.c:
21425           add/fix docs
21426         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21427         * gst-libs/gst/audio/audio.h:
21428           add conversion macros for frames <-> clocktime
21429
21430 2005-09-23  David Schleef  <ds@schleef.org>
21431
21432         * gst/audioresample/Makefile.am:
21433         * gst/audioresample/debug.h:
21434         * gst/audioresample/gstaudioresample.c:
21435         * gst/audioresample/resample.c: Convert to using gst debugging
21436
21437 2005-09-22  Wim Taymans  <wim@fluendo.com>
21438
21439         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21440         (gst_play_bin_send_event):
21441         Only seek on one sink, the first one that succeeds.
21442
21443 2005-09-22  Michael Smith <msmith@fluendo.com>
21444
21445         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21446         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21447         Don't flush encoder state unless we have an initialised encoder.
21448         Clear out encoder state on PAUSED_TO_READY.
21449
21450 2005-09-22  Wim Taymans  <wim@fluendo.com>
21451
21452         * gst-libs/gst/rtp/gstbasertppayload.c:
21453         (gst_basertppayload_class_init), (gst_basertppayload_init),
21454         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21455         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21456         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21457         (gst_basertppayload_set_property),
21458         (gst_basertppayload_get_property),
21459         (gst_basertppayload_change_state):
21460         * gst-libs/gst/rtp/gstbasertppayload.h:
21461         Added max-ptime to control amount of data in the rtp packets.
21462
21463 2005-09-21  Andy Wingo  <wingo@pobox.com>
21464
21465         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21466         thingies.
21467
21468         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21469         can be called multiple times, dogs.
21470
21471 2005-09-21  Wim Taymans  <wim@fluendo.com>
21472
21473         * gst-libs/gst/rtp/gstbasertppayload.c:
21474         (gst_basertppayload_class_init), (gst_basertppayload_init),
21475         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21476         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21477         (gst_basertppayload_push), (gst_basertppayload_get_property),
21478         (gst_basertppayload_change_state):
21479         Allow 0 ssrc too.
21480
21481 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21482
21483         * docs/libs/compiling.sgml:
21484           fixing typos
21485
21486 2005-09-20  Wim Taymans  <wim@fluendo.com>
21487
21488         * gst-libs/gst/rtp/gstbasertppayload.c:
21489         (gst_basertppayload_class_init), (gst_basertppayload_init),
21490         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21491         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21492         (gst_basertppayload_push), (gst_basertppayload_set_property),
21493         (gst_basertppayload_get_property),
21494         (gst_basertppayload_change_state):
21495         * gst-libs/gst/rtp/gstbasertppayload.h:
21496         Added property to configure sequence number offsets.
21497
21498 2005-09-20  Wim Taymans  <wim@fluendo.com>
21499
21500         * gst-libs/gst/rtp/gstbasertppayload.c:
21501         (gst_basertppayload_class_init), (gst_basertppayload_init),
21502         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21503         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21504         (gst_basertppayload_push), (gst_basertppayload_set_property),
21505         (gst_basertppayload_get_property),
21506         (gst_basertppayload_change_state):
21507         * gst-libs/gst/rtp/gstbasertppayload.h:
21508         Make timestamp offset configurable.
21509
21510 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21511
21512         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21513           fix wrong pop/unref
21514
21515 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21516
21517         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21518
21519         * gst-libs/gst/interfaces/propertyprobe.c:
21520         (gst_property_probe_probe_property_name),
21521         (gst_property_probe_needs_probe_name),
21522         (gst_property_probe_get_values_name),
21523         (gst_property_probe_probe_and_get_values_name):
21524           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21525           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21526
21527 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21528
21529         * check/Makefile.am:
21530           have some tests be disabled for valgrinding
21531         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21532         (GST_START_TEST):
21533         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21534           Fix A Leak.  Chain To Parent Finalize.
21535
21536 2005-09-19  Wim Taymans  <wim@fluendo.com>
21537
21538         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21539         Fixed wav pipeline.
21540
21541 2005-09-19  Wim Taymans  <wim@fluendo.com>
21542
21543         * gst-libs/gst/rtp/gstbasertppayload.c:
21544         (gst_basertppayload_class_init), (gst_basertppayload_init),
21545         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21546         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21547         (gst_basertppayload_push), (gst_basertppayload_get_property),
21548         (gst_basertppayload_change_state):
21549         Posting ERROR and WARNING messages is good.
21550
21551 2005-09-19  Wim Taymans  <wim@fluendo.com>
21552
21553         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21554         (gst_base_rtp_depayload_add_to_queue),
21555         (gst_base_rtp_depayload_push),
21556         (gst_base_rtp_depayload_set_gst_timestamp),
21557         (gst_base_rtp_depayload_queue_release):
21558         This one was not supposed to go in.
21559
21560 2005-09-19  Wim Taymans  <wim@fluendo.com>
21561
21562         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21563         Fix for bus API.
21564
21565         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21566         (gst_base_rtp_depayload_chain),
21567         (gst_base_rtp_depayload_add_to_queue),
21568         (gst_base_rtp_depayload_push),
21569         (gst_base_rtp_depayload_set_gst_timestamp),
21570         (gst_base_rtp_depayload_queue_release):
21571         Some cleanups.
21572
21573         * gst-libs/gst/rtp/gstbasertppayload.c:
21574         (gst_basertppayload_class_init), (gst_basertppayload_init),
21575         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21576         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21577         (gst_basertppayload_get_property),
21578         (gst_basertppayload_change_state):
21579         Added debugging category.
21580
21581 2005-09-18  David Schleef  <ds@schleef.org>
21582
21583         * gst/playback/gstdecodebin.c: free plugin list correctly
21584         * gst/playback/gstplaybin.c: emit warning if autovideosink
21585           and autoaudiosink can't be found (instead of segfaulting)
21586
21587 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21588
21589         * check/elements/audioconvert.c: (GST_START_TEST):
21590           try out 24 bit conversion
21591
21592 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21593
21594         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21595         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21596         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21597         * ext/vorbis/vorbisenc.h:
21598           Fix EOS handling.  Still needs a fix in the ogg muxer to
21599           mark the last page as eos.
21600
21601 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21602
21603         * common/gtk-doc-plugins.mak:
21604         * docs/plugins/Makefile.am:
21605         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21606         * gst/ffmpegcolorspace/Makefile.am:
21607         * gst/ffmpegcolorspace/avcodec.h:
21608         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21609         * gst/tcp/gstmultifdsink.c:
21610           fix up ffmpegcolorspace docs; extract header
21611
21612 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21613
21614         * common/gtk-doc-plugins.mak:
21615         * docs/plugins/Makefile.am:
21616         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21617         * ext/theora/Makefile.am:
21618         * ext/theora/gsttheoraenc.h:
21619         * ext/theora/theoraenc.c:
21620         * ext/vorbis/vorbisenc.c:
21621           pick up signals and args for vorbis; add some docs for vorbis
21622
21623 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21624
21625         * common/gstdoc-scangobj:
21626         * common/gtk-doc-plugins.mak:
21627         * docs/libs/Makefile.am:
21628         * docs/plugins/gst-plugins-base-plugins.args:
21629         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21630         * docs/plugins/gst-plugins-base-plugins.interfaces:
21631         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21632         * docs/plugins/gst-plugins-base-plugins.signals:
21633           only scanobj stuff from our source module.  Not sure yet
21634           if that's correct, given the hierarchy stuff :)
21635
21636 2005-09-15  Wim Taymans  <wim@fluendo.com>
21637
21638         * gst/audioconvert/gstaudioconvert.c:
21639         And enable 24 bits mode as well..
21640
21641 2005-09-15  Wim Taymans  <wim@fluendo.com>
21642
21643         * gst-libs/gst/rtp/Makefile.am:
21644         * gst-libs/gst/rtp/gstbasertppayload.c:
21645         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21646         (gst_basertppayload_class_init), (gst_basertppayload_init),
21647         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21648         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21649         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21650         (gst_basertppayload_set_property),
21651         (gst_basertppayload_get_property),
21652         (gst_basertppayload_change_state):
21653         * gst-libs/gst/rtp/gstbasertppayload.h:
21654         Added rtp payloader base class.
21655
21656 2005-09-15  Andy Wingo  <wingo@pobox.com>
21657
21658         * configure.ac (plugindir): Remove the EOL matcher from the
21659         regexp, as it causes me problems. Libtool? Make? Who knows?
21660
21661 2005-09-14  David Schleef  <ds@schleef.org>
21662
21663         * check/generic/states.c: 
21664         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21665         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21666           Fixes for changes in registry API.
21667
21668         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21669           to GST_PLUGIN_LDFLAGS.
21670         * ext/libvisual/visual.c: Make the library shut up.
21671         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21672         * gst-libs/gst/audio/gstaudiofilter.c: same
21673
21674 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21675
21676         * docs/plugins/Makefile.am:
21677         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21678         * docs/plugins/inspect/plugin-libvisual.xml:
21679         * docs/plugins/tmpl/element-tcpserversink.sgml:
21680         * ext/theora/theoraenc.c:
21681           add libvisual plugin and theoraenc element to docs
21682
21683 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21684
21685         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21686         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21687         * ext/theora/theoraenc.c:
21688           add theoraenc
21689
21690 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21691
21692         * gst/audioconvert/Makefile.am:
21693           Audioconvert derives from GstBaseTransform and should
21694           link to the library with our base elements to avoid
21695           unresolved symbols. Makes things work with MinGW (#316160)
21696
21697         * gst/playback/test4.c: (main):
21698           Fix MinGW build problem and use g_usleep() instead of 
21699           sleep() (#316162)
21700
21701 2005-09-12  Wim Taymans  <wim@fluendo.com>
21702
21703         * gst/audioconvert/audioconvert.c: (float),
21704         (audio_convert_prepare_context), (audio_convert_convert):
21705         * gst/audioconvert/audioconvert.h:
21706         Cleanups, speedups, simplifications, added back support
21707         for 24 bits.
21708
21709 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21710
21711         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21712         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21713         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21714         * docs/plugins/tmpl/element-tcpserversink.sgml:
21715         * gst/ffmpegcolorspace/gstffmpeg.c:
21716         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21717         * gst/videotestsrc/gstvideotestsrc.c:
21718         * gst/volume/gstvolume.c:
21719           add more elements to the docs
21720
21721 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21722
21723         * check/Makefile.am:
21724         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21725         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21726           Add extra tests for basetransform based components. 
21727           Comment out the test_element_negotiation test until we decide
21728           if it's testing correct behaviour.
21729         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21730         (gst_visual_chain), (gst_visual_change_state):
21731           Slightly more correct but still bogus timestamping.
21732           Fix state change function.
21733         * gst/audioconvert/gstaudioconvert.c:
21734         (gst_audio_convert_class_init):
21735         * gst/audioresample/gstaudioresample.c:
21736         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21737         (gst_ffmpegcsp_class_init):
21738         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21739         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21740         (gst_videoscale_prepare_image):
21741         * gst/volume/gstvolume.c: (gst_volume_class_init),
21742         (volume_transform_ip):
21743           Basetransform updates. Enable passthrough modes.
21744         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21745         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21746         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21747           Negotiation fix that allows the window to return to the original
21748           size and renegotiate passthrough upstream. Extra debug output.
21749
21750 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21751
21752         * gst/sine/gstsinesrc.c:
21753         * gst/volume/gstvolume.c:
21754           fix up header include
21755
21756 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
21757
21758         * gst-libs/gst/audio/gstbaseaudiosink.c:
21759         (gst_base_audio_sink_render):
21760         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
21761         * gst/volume/gstvolume.c: (gst_volume_class_init),
21762         (volume_transform):
21763           fixing lost sync, some more debugging
21764
21765 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
21766
21767         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21768         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
21769         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21770         (gst_xvimagesink_check_xshm_calls):
21771           Fix compilation when XShm is not available.
21772
21773 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21774
21775         * ext/libvisual/visual.c: (gst_visual_dispose),
21776         (gst_visual_getcaps), (gst_visual_src_setcaps),
21777         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
21778         (gst_visual_change_state):
21779           Finish fixing up libvisual plugin so that it runs. 
21780
21781 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21782
21783         * ext/vorbis/vorbisenc.c:
21784         * gst-libs/gst/tag/gstvorbistag.c:
21785           gsttaginterface.h -> gsttagsetter.h
21786
21787 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21788
21789         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
21790           added another test that failes for me (test is not active by default)
21791
21792 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21793
21794         * configure.ac:
21795           v4l2 is no longer in gst-plugins-base
21796
21797 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21798
21799         * configure.ac:
21800           In the output at the end, don't show the first plugin on the same
21801           line as "Core plug-ins, always built:".
21802           Indent the output as for other plugin categories
21803         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
21804           #define that can be used to not use peer buffer_alloc functions for
21805           test purposes.
21806         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21807         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
21808         (gst_ximagesink_show_frame):
21809         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21810         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
21811         (gst_xvimagesink_show_frame):
21812           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
21813           fails gracefully instead of XError aborting or deadlocking.
21814
21815 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21816
21817         * ext/libvisual/Makefile.am:
21818           link against gst-base-libs
21819
21820 2005-09-06  David Schleef  <ds@schleef.org>
21821
21822         * configure.ac: Enable libvisual plugin.
21823         * ext/libvisual/Makefile.am:
21824         * ext/libvisual/visual.c: Fixes to make it compile.
21825
21826 === release 0.9.2 ===
21827
21828 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21829
21830         * NEWS:
21831         * RELEASE:
21832         * configure.ac:
21833         * docs/random/ChangeLog-0.8:
21834           releasing 0.9.2, "Spoon"
21835
21836 2005-09-05  Michael Smith <msmith@fluendo.com>
21837
21838         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
21839           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
21840           that in the vorbisenc element.
21841
21842 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21843
21844         * common/gtk-doc-plugins.mak:
21845         * docs/plugins/Makefile.am:
21846           fix distcheck
21847         * gst/audioresample/resample.c:
21848           fix wrong docstring
21849
21850 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21851
21852         * common/gst-xmlinspect.py:
21853         * common/gtk-doc-plugins.mak:
21854           only inspect plugins for this given package
21855           require gst-python 0.9
21856
21857 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21858
21859         * Makefile.am:
21860         * autogen.sh:
21861         * common/gst-xmlinspect.py:
21862         * configure.ac:
21863         * docs/Makefile.am:
21864         * docs/plugins/inspect/plugin-alsa.xml:
21865         * docs/plugins/inspect/plugin-audioresample.xml:
21866         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21867         * docs/plugins/inspect/plugin-ogg.xml:
21868         * docs/plugins/tmpl/element-gnomevfssink.sgml:
21869         * docs/plugins/tmpl/element-multifdsink.sgml:
21870         * docs/plugins/tmpl/element-tcpserversink.sgml:
21871         * docs/plugins/tmpl/element-vorbisenc.sgml:
21872         * gst-plugins-base.spec.in:
21873           various doc-related updates
21874
21875 2005-08-31  Wim Taymans  <wim@fluendo.com>
21876
21877         * gst-libs/gst/audio/gstbaseaudiosink.c:
21878         (gst_base_audio_sink_render):
21879         Resync if the buffer timestamps drift more than a 10th 
21880         of a second.
21881
21882 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
21883
21884         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
21885         (gst_v4lsrc_get_property):
21886           The 'timestamp-offset' property is registered as an int64, so
21887           let's use g_value_{set|get}_int64() in our setter and getter
21888           functions (makes it work and fixes warnings with gst-inspect).
21889
21890 2005-08-30  Wim Taymans  <wim@fluendo.com>
21891
21892         * check/elements/audioconvert.c: (setup_audioconvert):
21893         * check/elements/audioresample.c: (setup_audioresample):
21894         * check/elements/volume.c: (setup_volume):
21895         Fix checks.
21896
21897 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21898
21899         * common/gtk-doc-plugins.mak:
21900         * common/plugins.xsl:
21901         * docs/plugins/Makefile.am:
21902           make module a param
21903
21904 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
21905
21906         * examples/seeking/seek.c: (make_mp3_pipeline),
21907         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
21908         (play_cb), (pause_cb), (stop_cb):
21909           update the example
21910
21911 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
21912
21913         * gst/volume/gstvolume.c: (gst_volume_class_init),
21914         (volume_transform):
21915           do not update controlled params, if buffer has no timestamp
21916
21917 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
21918
21919         * configure.ac:
21920         * gst/sine/Makefile.am:
21921         * gst/volume/Makefile.am:
21922           controllerized elements also need to link against controller-libs ;)
21923
21924 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
21925
21926         * docs/libs/tmpl/gstcolorbalance.sgml:
21927         * docs/libs/tmpl/gstgconf.sgml:
21928         * docs/libs/tmpl/gstmixer.sgml:
21929         * docs/libs/tmpl/gstringbuffer.sgml:
21930         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21931         (gst_sinesrc_create):
21932         * gst/volume/gstvolume.c: (gst_volume_class_init),
21933         (volume_transform):
21934           controllerized two audio plugins
21935
21936 2005-08-29  Andy Wingo  <wingo@pobox.com>
21937
21938         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
21939         (vorbis_handle_data_packet): Fix some int overflow errors.
21940
21941         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
21942         -1.
21943         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
21944         valid.
21945         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
21946         if it's valid. Fixed streaming-mode playback.
21947
21948         * check/elements/volume.c (cleanup_volume): Fix for running
21949         CK_FORK=no.
21950
21951         * check/elements/audioconvert.c: Convert from native endian, not
21952         little endian.
21953
21954 2005-08-29  Michael Smith <msmith@fluendo.com>
21955
21956         * ext/ogg/Makefile.am:
21957         * ext/ogg/gstogg.c: (plugin_init):
21958         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
21959         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
21960         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
21961         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
21962         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
21963         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
21964         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
21965         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
21966         Add an ogg parser element.
21967
21968 2005-08-28  Andy Wingo  <wingo@pobox.com>
21969
21970         * Updates for two-arg init from GST_BOILERPLATE_FULL.
21971
21972 2005-08-26  Wim Taymans  <wim@fluendo.com>
21973
21974         * gst/audioconvert/audioconvert.c: (if), (float),
21975         (audio_convert_get_func_index), (check_default),
21976         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21977         (audio_convert_clean_context), (audio_convert_get_sizes),
21978         (audio_convert_convert):
21979         Cleanups.
21980
21981 2005-08-26  Wim Taymans  <wim@fluendo.com>
21982
21983         * gst/audioconvert/audioconvert.c: (if), (float),
21984         (audio_convert_get_func_index), (check_default),
21985         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21986         (audio_convert_clean_context), (audio_convert_get_sizes),
21987         (audio_convert_convert):
21988         More elegant and working temp buffer selection algo.
21989
21990 2005-08-26  Wim Taymans  <wim@fluendo.com>
21991
21992         * gst/audioconvert/audioconvert.c: (if), (float),
21993         (audio_convert_get_func_index), (check_default),
21994         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21995         (audio_convert_clean_context), (audio_convert_get_sizes),
21996         (get_temp_buffer), (audio_convert_convert):
21997         Use realloc else we lose our original data.
21998
21999 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22000
22001         * gst/audioresample/gstaudioresample.c:
22002           use base class' newsegment to properly timestamp
22003
22004 2005-08-26  Wim Taymans  <wim@fluendo.com>
22005
22006         * gst/audioconvert/audioconvert.c: (if), (float),
22007         (audio_convert_get_func_index), (check_default),
22008         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22009         (audio_convert_clean_context), (audio_convert_get_sizes),
22010         (get_temp_buffer), (audio_convert_convert):
22011         * gst/audioconvert/gstaudioconvert.c:
22012         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22013         (gst_audio_convert_transform_caps),
22014         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22015         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22016         Oops, allocate enough space to perform the channel mix.
22017
22018 2005-08-26  Wim Taymans  <wim@fluendo.com>
22019
22020         * gst/audioconvert/Makefile.am:
22021         * gst/audioconvert/audioconvert.c: (if), (float),
22022         (audio_convert_get_func_index), (check_default),
22023         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22024         (audio_convert_clean_context), (audio_convert_get_sizes),
22025         (get_temp_buffer), (audio_convert_convert):
22026         * gst/audioconvert/audioconvert.h:
22027         * gst/audioconvert/gstaudioconvert.c:
22028         (gst_audio_convert_class_init), (gst_audio_convert_init),
22029         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22030         (gst_audio_convert_get_unit_size),
22031         (gst_audio_convert_transform_caps),
22032         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22033         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22034         * gst/audioconvert/gstaudioconvert.h:
22035         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22036         (gst_channel_mix_fill_identical),
22037         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22038         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22039         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22040         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22041         (gst_channel_mix_mix):
22042         * gst/audioconvert/gstchannelmix.h:
22043         Cleanups, librarify a bit, optimize, better negotiation and more.
22044
22045 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22046
22047         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22048         Another from MikeS:
22049         During typefinding, don't support negative offsets
22050         (offsets from the end of the stream) in our typefind->peek() function
22051         - nothing embedded in ogg ever needs them. However, we need to recognise
22052         those requests and reject them, otherwise we return invalid pointers.
22053
22054 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22055
22056         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22057         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22058         (vorbisdec_finalize), (vorbis_handle_type_packet):
22059           Big shout-out to MikeS for fixing this giant memory leak.
22060           Huzzah!
22061
22062 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22063
22064         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22065         (audio_convert_get_unit_size):
22066           plug some leaks
22067
22068 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22069
22070         * check/Makefile.am:
22071         * check/elements/audioconvert.c: (setup_audioconvert),
22072         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22073         (GST_START_TEST), (audioconvert_suite), (main):
22074           add a test for audioconvert
22075         * gst/audioresample/gstaudioresample.c:
22076         * gst/audioresample/gstaudioresample.h:
22077           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22078           note that for buffers of 1/3 sec this means DURATION(c) is 
22079           one nanosecond more than for a and b
22080
22081 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22082
22083         * check/Makefile.am:
22084         * check/elements/audioresample.c: (setup_audioresample),
22085         (cleanup_audioresample), (fail_unless_perfect_stream),
22086         (test_perfect_stream_instance), (GST_START_TEST),
22087           add a check for audioresample
22088         (audioresample_suite), (main):
22089         * check/elements/volume.c: (GST_START_TEST):
22090           remove unused method
22091         * gst/audioresample/gstaudioresample.c:
22092           set correct buffer parameters since we're changing them
22093         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22094           add some debug
22095
22096 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22097
22098         * gst/audioresample/debug.c:
22099         * gst/audioresample/gstaudioresample.c:
22100           add room for extra overlap samples when asked to transform size
22101           protect against possible mem corruption and check for discrepancies
22102           between written size and outbuffer's size so we can warn for
22103           potential problems
22104         * gst/audioresample/resample.c: (resample_init),
22105         (resample_get_output_size_for_input), (resample_get_output_size),
22106         (resample_set_n_channels), (resample_set_format):
22107           set debug level based on RESAMPLE_DEBUG env var
22108           make sure that get_output_size* returns a whole number of
22109           sample_size
22110           set sample_size each time either channel or format is set
22111         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22112         * gst/audioresample/resample_functable.c:
22113         (resample_scale_functable):
22114         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22115           remove r->sample_size, it's done in resample.c now
22116           add some debugging to the ref implementation
22117           make sure we only give back bytes that are wholes of the sample
22118           size
22119
22120 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22121         * gst/playback/gstplaybasebin.c: (fill_buffer):
22122         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22123
22124 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22125
22126         * gst/volume/gstvolume.c:
22127           made set_caps function static
22128
22129 2005-08-24  Wim Taymans  <wim@fluendo.com>
22130
22131         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22132         (gst_vorbisenc_change_state):
22133         Stop leaking taglists.
22134
22135 2005-08-24  Wim Taymans  <wim@fluendo.com>
22136
22137         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22138         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22139         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22140         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22141         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22142         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22143         Parse seeking events better.
22144         Unref static caps.
22145         Generate correct newsegment events, fixes seeking in live oggs.
22146
22147         * ext/theora/theoradec.c: (theora_dec_src_query),
22148         (theora_dec_src_event), (theora_dec_src_getcaps),
22149         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22150         Use newsegment values to report correct play time.
22151
22152         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22153         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22154         * ext/vorbis/vorbisdec.h:
22155         Parse and use newsegment values to report correct play time.
22156
22157         * gst-libs/gst/audio/gstbaseaudiosink.c:
22158         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22159         Clear ringbuffer on flush.
22160         Use newsegment values to calculate playback time.
22161
22162         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22163         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22164         Basesink does newsegment calculations for us now.
22165
22166 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22167
22168         * check/Makefile.am:
22169         * configure.ac:
22170           add core's plugins to the mix so that playbin works
22171         * check/generic/states.c: (GST_START_TEST):
22172           set a 0 timeout on pipelines, so they don't force the next
22173           state change
22174         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22175         (gst_play_base_bin_change_state):
22176           remove the crappy error handling and do GST error handling
22177
22178 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22179
22180         * check/Makefile.am:
22181         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22182           add same test as to core, it bitches out on playbin atm.
22183
22184 2005-08-24  Wim Taymans  <wim@fluendo.com>
22185
22186         * configure.ac:
22187         Remove audioscale.
22188
22189 2005-08-24  Wim Taymans  <wim@fluendo.com>
22190
22191         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22192         (gst_videoscale_prepare_size), (parse_caps),
22193         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22194         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22195         (gst_videoscale_transform):
22196         * gst/videoscale/gstvideoscale.h:
22197         Refactor, make use of BaseTranform really well.
22198
22199 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22200
22201         * configure.ac:
22202           compile audioresample
22203         * gst/audioresample/Makefile.am:
22204         * gst/audioresample/buffer.c:
22205         * gst/audioresample/functable.c:
22206         * gst/audioresample/gstaudioresample.c:
22207         * gst/audioresample/gstaudioresample.h:
22208         * gst/audioresample/resample.c:
22209         (resample_get_output_size_for_input):
22210         * gst/audioresample/resample.h:
22211         * gst/audioresample/resample_chunk.c:
22212         * gst/audioresample/resample_functable.c:
22213         * gst/audioresample/resample_ref.c:
22214           port to use basetransform; doesn't work in all cases yet
22215
22216 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22217
22218         * gst/audioconvert/gstaudioconvert.c:
22219         (gst_audio_convert_class_init), (gst_audio_convert_init),
22220         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22221         (audio_convert_fixate_caps), (audio_convert_set_caps),
22222         (audio_convert_transform),
22223         (gst_audio_convert_buffer_to_default_format),
22224         (gst_audio_convert_buffer_from_default_format),
22225         (gst_audio_convert_channels):
22226         * gst/audioconvert/gstchannelmix.c:
22227         * gst/audioconvert/gstchannelmix.h:
22228           port to basetransform
22229         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22230         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22231         (gst_ffmpegcsp_get_unit_size):
22232         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22233         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22234           fix for basetransform changes
22235
22236 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22237
22238         * check/Makefile.am:
22239           Add CHECK_CFLAGS and LDFLAGS
22240
22241         * gst/playback/gstplaybasebin.c: (fill_buffer):
22242           GST_MESSAGE_SRC became a GObject
22243
22244 2005-08-24  Wim Taymans  <wim@fluendo.com>
22245
22246         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22247         (gst_ring_buffer_clear_all):
22248         * gst-libs/gst/audio/gstringbuffer.h:
22249         Added function to clear the ringbuffer.
22250
22251 2005-08-24  Andy Wingo  <wingo@pobox.com>
22252
22253         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22254         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22255         of _open and _close.
22256
22257         * sys/v4l/gstv4lxoverlay.h:
22258         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22259         an Xv connection here, instead of all the time. Make Xv only be
22260         loaded if you axe for it. Kindof a workaround for buggy behaviour
22261         of Xv when using remote xservers (XvQueryExtension would block).
22262         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22263         replace the _open and _close public API. Only start the xv
22264         connection if necessary.
22265         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22266
22267 2005-08-23  David Schleef  <ds@schleef.org>
22268
22269         * gst/audioresample/Makefile.am: Leet audioresampling code
22270         * gst/audioresample/buffer.c:
22271         * gst/audioresample/buffer.h:
22272         * gst/audioresample/debug.c:
22273         * gst/audioresample/debug.h:
22274         * gst/audioresample/functable.c:
22275         * gst/audioresample/functable.h:
22276         * gst/audioresample/gstaudioresample.c:
22277         * gst/audioresample/gstaudioresample.h:
22278         * gst/audioresample/resample.c:
22279         * gst/audioresample/resample.h:
22280         * gst/audioresample/resample_chunk.c:
22281         * gst/audioresample/resample_functable.c:
22282         * gst/audioresample/resample_ref.c:
22283
22284 2005-08-23  Wim Taymans  <wim@fluendo.com>
22285
22286         * examples/seeking/seek.c: (make_vorbis_pipeline),
22287         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22288         Small seek updates.
22289
22290 2005-08-23  Andy Wingo  <wingo@pobox.com>
22291
22292         * gst-libs/gst/audio/gstbaseaudiosrc.c
22293         (gst_base_audio_src_fixate): Only fixate endianness if it is
22294         present in the caps.
22295
22296 2005-08-22  Andy Wingo  <wingo@pobox.com>
22297
22298         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22299         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22300         device-name property.
22301
22302         * gst-libs/gst/audio/gstaudiosrc.h:
22303         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22304         close_device in the ring buffer, like gstaudiosink.
22305
22306         * ext/alsa/gstalsamixer.h:
22307         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22308         macro to implement the interface without much code. Cleanups. 
22309
22310         * ext/alsa/gstalsasrc.h:
22311         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22312         READY.
22313
22314         * ext/alsa/Makefile.am: Add new files.
22315         * ext/alsa/gstalsamixerelement.c: 
22316         * ext/alsa/gstalsamixerelement.c: Split element code out from
22317         mixer code so that alsasrc can be a mixer too.
22318
22319 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22320
22321         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22322         (GST_START_TEST):
22323         * check/elements/vorbisdec.c: (setup_vorbisdec),
22324         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22325         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22326         (vorbis_handle_identification_packet),
22327         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22328         (vorbis_handle_header_packet), (vorbis_dec_push),
22329         (vorbis_dec_chain):
22330           use the setup/teardown methods to save code.  save code is good.
22331
22332 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22333
22334         * check/Makefile.am:
22335           add ext dir for plugins
22336           add vorbisdec test conditionally
22337         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22338         (GST_START_TEST), (volume_suite):
22339           add a test with wrong caps
22340         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22341         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22342           add a vorbisdec test
22343         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22344         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22345           clean up debug output
22346         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22347           yay, fix a segfault/security issue in vorbisdec
22348           gst-launch fakesrc ! vorbisdec wasn't happy
22349         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22350         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22351         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22352         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22353         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22354         (gst_vorbisenc_set_metadata), (get_constraints_string),
22355         (update_start_message), (gst_vorbisenc_setup),
22356         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22357         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22358         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22359         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22360         * ext/vorbis/vorbisenc.h:
22361           march in line
22362         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22363         (gst_ffmpegcsp_transform):
22364           have the kow come home
22365         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22366           debug my func ptr
22367         * gst/volume/gstvolume.c: (volume_set_caps):
22368           add a debug
22369
22370 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22371
22372         * Makefile.am:
22373         * check/.cvsignore:
22374         * check/Makefile.am:
22375         * check/elements/.cvsignore:
22376         * check/elements/volume.c: (chain_func), (event_func),
22377         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22378         (main):
22379         * configure.ac:
22380           add unit test structure for gst-plugins-base
22381           add a test for volume
22382         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22383         (gst_volume_set_volume), (gst_volume_get_volume),
22384         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22385         (volume_funcfind), (volume_process_float), (volume_process_int16),
22386         (volume_set_caps), (volume_transform), (volume_update_mute),
22387         (volume_update_volume), (volume_set_property),
22388         (volume_get_property):
22389           document a little; use basetransform vmethod _set_caps
22390
22391 2005-08-19  Andy Wingo  <wingo@pobox.com>
22392
22393         * ext/alsa/gstalsamixertrack.h:
22394         * ext/alsa/gstalsamixertrack.c:
22395         * ext/alsa/gstalsamixeroptions.h:
22396         * ext/alsa/gstalsamixeroptions.c:
22397         * ext/alsa/gstalsamixer.h:
22398         * ext/alsa/gstalsamixer.c: Port to 0.9.
22399
22400         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22401         Remove gstalsa.c and alsaclock. No more cruft here.
22402         
22403 2005-08-18  Wim Taymans  <wim@fluendo.com>
22404
22405         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22406         (gst_base_rtp_depayload_chain),
22407         (gst_base_rtp_depayload_add_to_queue),
22408         (gst_base_rtp_depayload_push),
22409         (gst_base_rtp_depayload_queue_release):
22410         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22411         Fix for RTPBuffer changes.
22412
22413         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22414         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22415         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22416         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22417         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22418         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22419         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22420         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22421         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22422         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22423         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22424         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22425         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22426         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22427         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22428         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22429         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22430         (gst_rtpbuffer_get_payload):
22431         * gst-libs/gst/rtp/gstrtpbuffer.h:
22432         Don't subclass GstBuffer but add methods and helper functions
22433         to construct and manipulate RTP packets in regular GstBuffers.
22434
22435 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22436
22437         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22438           moved statement below switch
22439         * gst/volume/gstvolume.c: (gst_volume_class_init):
22440           added debug ptr
22441
22442 2005-08-16  Wim Taymans  <wim@fluendo.com>
22443
22444         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22445         (gst_base_audio_src_change_state):
22446         Open and close device in READY<->NULL state change.
22447
22448 2005-08-16  Andy Wingo  <wingo@pobox.com>
22449
22450         * examples/seeking/Makefile.am: Don't compile non-compiling
22451         compiled objects with the compiler.
22452
22453         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22454         elements.
22455
22456 2005-08-12  Philippe Khalaf <burger@speedy.org>
22457         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22458         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22459           Made a thread to release the queue.
22460           Removed timestamp conversion for now.
22461
22462 2005-08-10  Philippe Khalaf <burger@speedy.org>
22463         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22464         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22465           Added rtp timestamp -> gst timestamp conversion.
22466           Fixed several problems with queue.
22467
22468 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22469
22470         * gst-libs/gst/audio/gstaudioclock.h:
22471         * gst-libs/gst/audio/gstaudiofilter.h:
22472         * gst-libs/gst/audio/gstaudiosink.h:
22473         * gst-libs/gst/audio/gstaudiosrc.h:
22474         * gst-libs/gst/audio/gstbaseaudiosink.h:
22475         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22476         * gst-libs/gst/audio/gstringbuffer.h:
22477         * gst-libs/gst/net/gstnetbuffer.h:
22478         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22479         * gst-libs/gst/rtp/gstrtpbuffer.h:
22480           Add padding (you will need to rebuild gst-plugins-base,
22481           gst-plugins and all applications afterwards!)
22482
22483 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22484
22485         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22486         (gst_riff_parse_chunk):
22487           Fix bug in debug message and add some more debug messages.
22488
22489 2005-08-08  Edward Hervey  <edward@fluendo.com>
22490
22491         * gst-libs/gst/riff/riff-media.c:
22492         backported updates since branch
22493
22494 2005-08-08  Andy Wingo  <wingo@pobox.com>
22495
22496         * gst-libs/gst/audio/gstbaseaudiosink.c
22497         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22498         like good elements should. Close on READY->NULL too.
22499
22500         * gst-libs/gst/audio/gstaudiosink.c
22501         (gst_audioringbuffer_open_device,
22502         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22503         (gst_audioringbuffer_release): Updates for new ring buffer API,
22504         hook into the new audio sink api.
22505
22506         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22507         (GstAudioSinkClass.close): Just open and close the device -- no
22508         resource allocation or configuration.
22509         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22510         vmethods, handle device setup and resource allocation.
22511
22512         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22513         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22514         base class API.
22515
22516         * gst-libs/gst/audio/gstringbuffer.h
22517         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22518         New vmethods.
22519
22520         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22521         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22522         New API functions. The device should be opened before acquiring
22523         and closed after releasing.
22524
22525 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22526
22527         * gst-libs/gst/interfaces/mixer.h:
22528           Reset padding to GST_PADDING.
22529
22530 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22531
22532         * gst/playback/gstplaybin.c: (remove_sinks):
22533           Remove visualization from parent explicitely; works around some
22534           apparent refcount issue that I haven't tracked down yet.
22535
22536 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22537
22538         * ext/alsa/gstalsasink.c: (set_hwparams):
22539           Assign debug category, add negotiation debug msgs.
22540
22541 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22542
22543         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22544           Fix error code for file-not-found to NOT_FOUND.
22545
22546 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22547
22548         * common/gtk-doc-plugins.mak:
22549         * docs/plugins/Makefile.am:
22550         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22551         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22552           renamed to actual element names, so much nicer to look at
22553         * docs/plugins/tmpl/gstmultifdsink.sgml:
22554           remove
22555         * docs/plugins/tmpl/multifdsink.sgml:
22556         * docs/plugins/tmpl/tcpserversink.sgml:
22557           add
22558         * ext/alsa/gstalsa.c:
22559         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22560         * ext/ogg/gstoggmux.c:
22561         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22562         * gst/playback/gstdecodebin.c:
22563         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22564         * gst/tcp/gsttcpserversink.c:
22565           various fixes and documentation additions
22566
22567 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22568
22569         * common/Makefile.am:
22570         * common/gstdoc-scangobj:
22571         * common/gtk-doc-plugins.mak:
22572         * common/gtk-doc.mak:
22573           add a custom scangobj that uses the registry
22574           add a custom gtk-doc-plugins.mak that uses it
22575           some doc build fixes
22576         * configure.ac:
22577         * docs/Makefile.am:
22578         * docs/plugins/Makefile.am:
22579         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22580         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22581         * docs/plugins/gst-plugins-base-plugins.types:
22582         * docs/plugins/tmpl/gstmultifdsink.sgml:
22583           add docs for one element, multifdsink
22584         * gst/adder/gstadder.h:
22585         * gst/volume/gstvolume.h:
22586           don't privatize enum
22587         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22588         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22589         (gst_sync_method_get_type), (gst_client_status_get_type),
22590         (gst_multifdsink_class_init),
22591         (gst_multifdsink_client_queue_buffer),
22592         (gst_multifdsink_handle_client_write):
22593         * gst/tcp/gstmultifdsink.h:
22594         * gst/tcp/gsttcp.h:
22595         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22596         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22597         (gst_tcpclientsink_render):
22598         * gst/tcp/gsttcpclientsink.h:
22599         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22600         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22601         (gst_tcpclientsrc_start):
22602         * gst/tcp/gsttcpclientsrc.h:
22603         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22604         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22605         * gst/tcp/gsttcpserversrc.h:
22606         * gst/typefind/gsttypefindfunctions.c:
22607           remove superfluous Type stuff
22608
22609 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22610
22611         * gst/playback/gstplaybin.c: (gen_video_element):
22612           Enable videoscale.
22613
22614 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22615
22616         * gst-libs/gst/gconf/gconf.c:
22617         * gst-libs/gst/gconf/gconf.h:
22618           Fix some Andy Problem [tm].
22619
22620 2005-08-04  Andy Wingo  <wingo@pobox.com>
22621
22622         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22623         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22624         (gst_ffmpegcsp_get_size): Adapt to API changes.
22625
22626         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22627         Implement an in-place do-nothing transform.
22628
22629 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22630
22631         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22632         (gst_ximagesink_renegotiate_size):
22633           Do not set new window sizes yet if we prepare a new buffer size
22634           for upstream renegotiation (software scaling) at some point in the
22635           future, because this new size waqs not actually accepted yet. Once
22636           accepted, renegotiation later on will set the new sizes just fine.
22637           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22638           embedding testcase.
22639
22640 2005-08-03  Andy Wingo  <wingo@pobox.com>
22641
22642         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22643         (gst_ximagesink_buffer_alloc): 
22644         Protect the height, width, and desired_caps with the pool_lock.
22645         Fixes videotestsrc ! queue ! ximagesink.
22646
22647 2005-08-02  Edward Hervey  <edward@fluendo.com>
22648
22649         * gst/volume/gstvolume.c:
22650         include left from controller cleanup
22651
22652 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22653         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22654           Stop collectpads before calling the parent state
22655           change function on PAUSED->READY.
22656
22657 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22658         * configure.ac:
22659           When testing for X libs, use the X CFlags 
22660         * gst/adder/gstadder.c: (gst_adder_change_state):
22661           Stop the collectpads before calling parent state change function
22662           on PAUSED->READY, otherwise we deadlock deactivating pads.
22663
22664 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22665
22666         * configure.ac:
22667         * docs/libs/tmpl/gstcolorbalance.sgml:
22668         * docs/libs/tmpl/gstmixer.sgml:
22669         * examples/Makefile.am:
22670         * gst/sine/Makefile.am:
22671         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22672         (gst_sinesrc_set_property), (plugin_init):
22673         * gst/sine/gstsinesrc.h:
22674         * gst/volume/Makefile.am:
22675         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22676         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22677         (volume_process_float), (volume_process_int16),
22678         (volume_set_property), (plugin_init):
22679         * gst/volume/gstvolume.h:
22680           deactivate and remove dparams (libgstcontrol)
22681
22682 2005-07-29  Wim Taymans  <wim@fluendo.com>
22683
22684         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22685         Convert me to BaseTransform!! help..
22686
22687 2005-07-29  Andy Wingo  <wingo@pobox.com>
22688
22689         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22690         sinks.
22691
22692         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22693         support of both endiannesses.
22694
22695 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22696
22697         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22698           Fix confusing debug message (s/event/query/)
22699
22700 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22701
22702         * gst/videotestsrc/videotestsrc.h:
22703           Use "_stdint.h" instead of <stdint.h>
22704
22705 2005-07-27  Wim Taymans  <wim@fluendo.com>
22706
22707         * ext/vorbis/Makefile.am:
22708         Revert wrong commit.
22709
22710 2005-07-27  Wim Taymans  <wim@fluendo.com>
22711
22712         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22713         More compilation fixen.
22714
22715 2005-07-27  Wim Taymans  <wim@fluendo.com>
22716
22717         * gst-libs/gst/audio/gstbaseaudiosink.c:
22718         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22719         (gst_base_audio_sink_create_ringbuffer),
22720         (gst_base_audio_sink_change_state):
22721         Fix compilation.
22722
22723 2005-07-27  Wim Taymans  <wim@fluendo.com>
22724
22725         * examples/seeking/seek.c: (setup_dynamic_link),
22726         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22727         (query_positions_elems), (query_positions_pads), (do_seek):
22728         Update seek example.
22729
22730         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22731         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22732         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22733         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22734         (gst_ogg_demux_handle_event),
22735         (gst_ogg_demux_deactivate_current_chain),
22736         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22737         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22738         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22739         (gst_ogg_demux_loop):
22740         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22741         * ext/theora/theoradec.c: (theora_dec_src_event),
22742         (theora_dec_src_getcaps), (theora_dec_sink_event),
22743         (theora_dec_push), (theora_dec_chain):
22744         * ext/vorbis/Makefile.am:
22745         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22746         (vorbis_dec_sink_event), (vorbis_dec_push),
22747         (vorbis_handle_data_packet):
22748         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22749         (gst_vorbisenc_chain):
22750         * gst/playback/gststreaminfo.c: (cb_probe):
22751         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22752         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22753         * gst/videoscale/gstvideoscale.c:
22754         (gst_videoscale_handle_src_event):
22755         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
22756         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
22757         (gst_ximagesink_navigation_send_event):
22758         * sys/xvimage/xvimagesink.c:
22759         (gst_xvimagesink_navigation_send_event):
22760         Various event updates and cleanups
22761
22762 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22763
22764         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
22765           Fix segfault for I420/YV12.
22766
22767 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22768
22769         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
22770           Report bitrate.
22771
22772 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22773
22774         * gst/playback/gstplaybin.c: (gen_video_element),
22775         (gen_audio_element):
22776           Switch to auto*sink elements as default sinks; add volume element
22777           so that volume control in totem works.
22778
22779 2005-07-21  Wim Taymans  <wim@fluendo.com>
22780
22781         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
22782         * gst/playback/gstplaybin.c: (setup_sinks),
22783         (gst_play_bin_change_state):
22784         Refcount fix and more comments.
22785
22786 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22787
22788         * sys/ximage/Makefile.am:
22789         * sys/ximage/ximage.c: (plugin_init):
22790         * sys/ximage/ximagesink.c:
22791         Prepare for adding ximagesrc, rename of plugin to ximage etc.
22792         
22793
22794 2005-07-21  Wim Taymans  <wim@fluendo.com>
22795
22796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22797         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22798         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22799         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22800         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22801         (gst_ogg_demux_init), (gst_ogg_demux_activate_chain),
22802         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
22803         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
22804         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
22805         Generate correct disconts for live chained oggs.
22806
22807         * gst-libs/gst/audio/gstbaseaudiosink.c:
22808         (gst_base_audio_sink_render),
22809         (gst_base_audio_sink_create_ringbuffer),
22810         (gst_base_audio_sink_change_state):
22811         Handle discont math correctly.
22812
22813         * gst/playback/gstplaybin.c: (add_sink):
22814         Some small debug cleanup.
22815
22816 2005-07-21  Wim Taymans  <wim@fluendo.com>
22817
22818         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
22819         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22820         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22821         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22822         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22823         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
22824         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22825         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
22826         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22827         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
22828         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
22829         (gst_ogg_demux_change_state), (gst_ogg_print):
22830         Reorganize code to send the right disconts when in streaming
22831         mode.
22832
22833 2005-07-20  Andy Wingo  <wingo@pobox.com>
22834
22835         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
22836         fix (?), fixes a seggie mcfalterson (#310894).
22837
22838 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22839
22840         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
22841         (gst_ogg_mux_set_header_on_caps):
22842         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
22843         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
22844         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
22845         * gst-libs/gst/audio/multichannel.c:
22846         (gst_audio_set_channel_positions),
22847         (gst_audio_set_structure_channel_positions_list):
22848         * gst/playback/gstdecodebin.c: (dynamic_create):
22849         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
22850         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
22851           Fixes for API changes in core.
22852
22853 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22854
22855         * gst/playback/gstplaybasebin.c: (fill_buffer):
22856           Use _new_custom() so we can set custom message types for buffering
22857           messages.
22858
22859 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22860
22861         * configure.ac:
22862         * gst-libs/gst/Makefile.am:
22863         * gst-libs/gst/gconf/.cvsignore:
22864         * gst-libs/gst/gconf/Makefile.am:
22865         * gst-libs/gst/gconf/test-gconf.c:
22866         * pkgconfig/Makefile.am:
22867         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22868         * pkgconfig/gstreamer-gconf.pc.in:
22869           Remove gconf stuff, use gconf elements instead from now on.
22870
22871 2005-07-20  Wim Taymans  <wim@fluendo.com>
22872
22873         * gst-libs/gst/audio/TODO:
22874         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
22875         (gst_audio_clock_get_internal_time):
22876         * gst-libs/gst/audio/gstaudioclock.h:
22877         * gst-libs/gst/audio/gstbaseaudiosink.c:
22878         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
22879         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
22880         (gst_base_audio_sink_render),
22881         (gst_base_audio_sink_create_ringbuffer),
22882         (gst_base_audio_sink_change_state):
22883         Make sure the audio clock always returns an increasing value.
22884
22885 2005-07-19  Andy Wingo  <wingo@pobox.com>
22886
22887         * gst/videotestsrc/: Cleanups.
22888
22889 2005-07-19  Wim Taymans  <wim@fluendo.com>
22890
22891         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
22892         Better debugging.
22893
22894 2005-07-19  Wim Taymans  <wim@fluendo.com>
22895
22896         * examples/seeking/seek.c: (make_dv_pipeline),
22897         (make_vorbis_theora_pipeline), (query_rates),
22898         (query_positions_elems), (query_positions_pads), (do_seek):
22899         Make correct DV pipeline.
22900
22901 2005-07-18  Andy Wingo  <wingo@pobox.com>
22902
22903         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
22904         default. Also because it's the only thing that really works. (This
22905         is used in the GConf elements).
22906         Use AS_LIBTOOL_TAGS.
22907
22908 2005-07-18  Wim Taymans  <wim@fluendo.com>
22909
22910         * gst/playback/gstdecodebin.c: (remove_element_chain):
22911         * gst/playback/gstplaybin.c: (add_sink):
22912         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22913         (gst_stream_info_set_mute):
22914         * gst/playback/gststreamselector.c:
22915         (gst_stream_selector_get_linked_pad),
22916         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
22917         More leak and compile fixes.
22918
22919 2005-07-18  Wim Taymans  <wim@fluendo.com>
22920
22921         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22922         (query_rates), (query_positions_elems), (query_positions_pads),
22923         (do_seek), (seek_cb), (stop_seek):
22924         Updated seek example. 
22925
22926         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
22927         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
22928         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
22929         * gst/playback/gstplaybin.c: (add_sink):
22930         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22931         (gst_stream_info_set_mute):
22932         Some refcount leak fixes.
22933
22934 2005-07-16  Wim Taymans  <wim@fluendo.com>
22935
22936         * gst-libs/gst/audio/gstbaseaudiosink.c:
22937         (gst_base_audio_sink_render):
22938         Align samples even if we have roundoff errors in the 
22939         timestamp conversion.
22940
22941 2005-07-16  Wim Taymans  <wim@fluendo.com>
22942
22943         * docs/libs/tmpl/gstringbuffer.sgml:
22944         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22945         (query_rates), (query_positions_elems), (query_positions_pads),
22946         (update_scale), (do_seek):
22947         Updated seek example.
22948
22949         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22950         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
22951         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
22952         (gst_ogg_demux_loop):
22953         Push out correct discont values.
22954
22955         * ext/theora/theoradec.c: (theora_dec_src_convert),
22956         (theora_dec_sink_convert), (theora_dec_src_getcaps),
22957         (theora_dec_sink_event), (theora_handle_type_packet),
22958         (theora_handle_header_packet), (theora_dec_push),
22959         (theora_handle_data_packet), (theora_dec_chain),
22960         (theora_dec_change_state):
22961         Better timestamping.
22962
22963         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22964         (vorbis_dec_sink_event), (vorbis_dec_push),
22965         (vorbis_handle_data_packet), (vorbis_dec_chain):
22966         * ext/vorbis/vorbisdec.h:
22967         Better timestamping.
22968
22969         * gst-libs/gst/audio/gstbaseaudiosink.c:
22970         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
22971         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22972         Handle syncing on timestamps instead of sample offsets. Make
22973         use of DISCONT values as described in design docs.
22974
22975         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22976         (gst_base_audio_src_get_time):
22977         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
22978         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
22979         (gst_ring_buffer_read):
22980         * gst-libs/gst/audio/gstringbuffer.h:
22981         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
22982         (gst_ximagesink_show_frame):
22983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22984         Correcly convert buffer timestamp to stream time.
22985
22986 2005-07-16  Wim Taymans  <wim@fluendo.com>
22987
22988         * gst/audioconvert/gstaudioconvert.c:
22989         (gst_audio_convert_get_buffer):
22990         Timestamp buffers correctly.
22991
22992         * gst/playback/gstplaybin.c: (gen_video_element):
22993         Make internal fakesink silent.
22994
22995 2005-07-15  Wim Taymans  <wim@fluendo.com>
22996
22997         * gst/ffmpegcolorspace/Makefile.am:
22998         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22999         (gst_ffmpegcsp_caps_remove_format_info),
23000         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23001         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23002         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23003         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23004         Ported ffmpegcolorspace to basetransform.
23005
23006         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23007         * gst/volume/gstvolume.c: (volume_transform):
23008         Ported to new API.
23009
23010 2005-07-14  Wim Taymans  <wim@fluendo.com>
23011
23012         * gst/videotestsrc/Makefile.am:
23013         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23014         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23015         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23016         (gst_videotestsrc_init), (gst_videotestsrc_event),
23017         (gst_videotestsrc_create), (gst_videotestsrc_start),
23018         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23019         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23020         (gst_videotestsrc_get_property):
23021         * gst/videotestsrc/gstvideotestsrc.h:
23022         Make videotestsrc a pushsrc.
23023
23024 2005-07-14  Wim Taymans  <wim@fluendo.com>
23025
23026         * gst/tcp/gstfdset.c: (gst_fdset_free):
23027         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23028         (gst_multifdsink_add), (gst_multifdsink_remove),
23029         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23030         (gst_multifdsink_remove_client_link),
23031         (gst_multifdsink_client_queue_data),
23032         (gst_multifdsink_client_queue_caps),
23033         (gst_multifdsink_client_queue_buffer),
23034         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23035         (gst_multifdsink_stop):
23036         * gst/tcp/gstmultifdsink.h:
23037         0.8 backporting.
23038
23039         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23040         Also draw image when not from a pool.
23041
23042 2005-07-14  Wim Taymans  <wim@fluendo.com>
23043
23044         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23045         (mute_stream), (silence_stream):
23046         Small debug additions.
23047
23048 2005-07-14  Wim Taymans  <wim@fluendo.com>
23049
23050         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23051         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23052         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23053         Better error recovery, ignore unconnected pads and
23054         non-fatal errors.
23055
23056 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23057
23058         * docs/libs/tmpl/gstaudio.sgml:
23059         * docs/libs/tmpl/gstcolorbalance.sgml:
23060         * docs/libs/tmpl/gstgconf.sgml:
23061         * docs/libs/tmpl/gstmixer.sgml:
23062         * docs/libs/tmpl/gstringbuffer.sgml:
23063         * docs/libs/tmpl/gsttuner.sgml:
23064         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23065         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23066         (gst_tcpclientsrc_class_init):
23067         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23068         (gst_tcpserversrc_class_init):
23069         * sys/v4l/gstv4lelement.c:
23070           more autistic cleanliness in functions/names/defines
23071
23072 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23073
23074         * configure.ac:
23075           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23076           added manually to each Makefile.am so we are sure it goes
23077           *last* and doesn't add -L flags before linking in libs of our
23078           own, like, say, internal .la libs, that then accidentally pick
23079           up the installed copy.
23080         * docs/libs/Makefile.am:
23081         * ext/alsa/Makefile.am:
23082         * ext/cdparanoia/Makefile.am:
23083         * ext/gnomevfs/Makefile.am:
23084         * ext/libvisual/Makefile.am:
23085         * ext/ogg/Makefile.am:
23086         * ext/theora/Makefile.am:
23087         * ext/vorbis/Makefile.am:
23088         * gst-libs/gst/video/Makefile.am:
23089         * gst/adder/Makefile.am:
23090         * gst/audioconvert/Makefile.am:
23091         * gst/audiorate/Makefile.am:
23092         * gst/audioscale/Makefile.am:
23093         * gst/ffmpegcolorspace/Makefile.am:
23094         * gst/playback/Makefile.am:
23095         * gst/sine/Makefile.am:
23096         * gst/subparse/Makefile.am:
23097         * gst/tags/Makefile.am:
23098         * gst/tcp/Makefile.am:
23099         * gst/typefind/Makefile.am:
23100         * gst/videorate/Makefile.am:
23101         * gst/videoscale/Makefile.am:
23102         * gst/videotestsrc/Makefile.am:
23103         * gst/volume/Makefile.am:
23104         * sys/v4l/Makefile.am:
23105         * sys/ximage/Makefile.am:
23106         * sys/xvimage/Makefile.am:
23107           adapt properly to this change. This should make sure that
23108           plugins and libs properly link to the as-yet-uninstalled
23109           copies of stuff like libgstinterfaces and libgstvideo
23110
23111 2005-07-13  Andy Wingo  <wingo@pobox.com>
23112
23113         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23114         (gst_v4lsrc_fixate): Fixate on format as well.
23115
23116         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23117         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23118         buffer points to it.
23119         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23120         rather just doing X calls ourselves. Also fixes a memleak.
23121
23122 2005-07-12  Andy Wingo  <wingo@pobox.com>
23123
23124         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23125         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23126         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23127         TRUE to avoid deadlocks if an element holds on to our buffers.
23128
23129 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23130
23131         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23132         (gst_sinesrc_init), (gst_sinesrc_create),
23133         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23134         (gst_sinesrc_start):
23135         * gst/sine/gstsinesrc.h:
23136           removing num-buffers property before moving it
23137
23138 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23139
23140         * configure.ac:
23141           use overridable ERROR_CFLAGS
23142         * docs/libs/gst-plugins-base-libs.types:
23143         * docs/libs/tmpl/gstringbuffer.sgml:
23144         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23145         (gst_alsasink_class_init):
23146         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23147         (gst_alsasrc_class_init):
23148         * gst-libs/gst/audio/audio.h:
23149         * gst-libs/gst/audio/gstaudioclock.h:
23150         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23151         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23152         (gst_audio_filter_link), (gst_audio_filter_init),
23153         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23154         (gst_audio_filter_get_property),
23155         (gst_audio_filter_class_add_pad_templates):
23156         * gst-libs/gst/audio/gstaudiofilter.h:
23157         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23158         (gst_audio_filter_template_get_type),
23159         (gst_audio_filter_template_base_init),
23160         (gst_audio_filter_template_class_init),
23161         (gst_audio_filter_template_init),
23162         (gst_audio_filter_template_set_property),
23163         (gst_audio_filter_template_get_property), (plugin_init),
23164         (gst_audio_filter_template_setup),
23165         (gst_audio_filter_template_filter),
23166         (gst_audio_filter_template_filter_inplace):
23167         * gst-libs/gst/audio/gstaudiosink.c:
23168         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23169         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23170         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23171         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23172         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23173         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23174         * gst-libs/gst/audio/gstaudiosink.h:
23175         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23176         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23177         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23178         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23179         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23180         (gst_audio_src_class_init), (gst_audio_src_init),
23181         (gst_audio_src_create_ringbuffer):
23182         * gst-libs/gst/audio/gstaudiosrc.h:
23183         * gst-libs/gst/audio/gstbaseaudiosink.c:
23184         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23185         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23186         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23187         (gst_base_audio_sink_set_property),
23188         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23189         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23190         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23191         (gst_base_audio_sink_create_ringbuffer),
23192         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23193         * gst-libs/gst/audio/gstbaseaudiosink.h:
23194         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23195         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23196         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23197         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23198         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23199         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23200         (gst_base_audio_src_event), (gst_base_audio_src_create),
23201         (gst_base_audio_src_create_ringbuffer),
23202         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23203         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23204         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23205         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23206         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23207         (gst_ring_buffer_debug_spec_caps),
23208         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23209         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23210         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23211         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23212         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23213         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23214         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23215         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23216         (gst_ring_buffer_clear):
23217         * gst-libs/gst/audio/gstringbuffer.h:
23218         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23219         (gst_video_sink_class_init), (gst_video_sink_get_type):
23220         * gst-libs/gst/video/videosink.h:
23221         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23222         (gst_multifdsink_class_init),
23223         (gst_multifdsink_handle_client_write),
23224         (gst_multifdsink_change_state):
23225         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23226         (gst_tcpclientsink_setcaps):
23227         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23228         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23229         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23230         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23231         (gst_ximagesink_send_pending_navigation),
23232         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23233         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23234         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23235         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23236         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23237         (gst_xvimagesink_send_pending_navigation),
23238         (gst_xvimagesink_navigation_send_event),
23239         (gst_xvimagesink_set_xwindow_id),
23240         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23241         (gst_xvimagesink_get_type):
23242         more macro splitting
23243
23244 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23245
23246         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23247           plug a memleak, allows me to import 1479 albums in one go
23248           in jamboree
23249         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23250         (vorbis_handle_type_packet), (vorbis_dec_chain),
23251         (vorbis_dec_change_state):
23252           fix some format strings
23253
23254 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23255
23256         * docs/libs/tmpl/gstcolorbalance.sgml:
23257         * docs/libs/tmpl/gstmixer.sgml:
23258         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23259         (gst_alsasink_set_property), (gst_alsasink_get_property):
23260         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23261         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23262           add device property
23263
23264 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23265
23266         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23267         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23268         (audiocast_register_listener), (audiocast_thread_run),
23269         (gst_gnomevfssrc_send_additional_headers_callback),
23270         (gst_gnomevfssrc_received_headers_callback),
23271         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23272         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23273         (gst_gnomevfssrc_get_size):
23274           add/clean up debugging
23275         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23276           cleanups
23277
23278 2005-07-07  Andy Wingo  <wingo@pobox.com>
23279
23280         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23281         framerate. Need to get a handle on when exactly this function is
23282         called, tho.
23283
23284         * sys/v4l/v4lsrc_calls.h:
23285         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23286         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23287         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23288
23289         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23290         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23291         v4lelements are sources.
23292
23293         * sys/v4l/gstv4lxoverlay.h:
23294         * sys/v4l/gstv4lxoverlay.c:
23295         * sys/v4l/gstv4ltuner.h:
23296         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23297         
23298         * sys/v4l/gstv4lsrc.h:
23299         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23300         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23301         or something should handle that. Made a live source.
23302
23303         * sys/v4l/gstv4lelement.h:
23304         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23305         signals. Some cleanups.
23306
23307         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23308
23309         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23310         stuff.
23311
23312         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23313         stuff.
23314
23315         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23316
23317 2005-07-07  Wim Taymans  <wim@fluendo.com>
23318
23319         * ext/theora/theoradec.c: (theora_get_query_types),
23320         (theora_dec_src_getcaps), (theora_dec_push):
23321         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23322         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23323         Remove deprecated/unused query types.
23324
23325 2005-07-06  Wim Taymans  <wim@fluendo.com>
23326
23327         * ext/alsa/Makefile.am:
23328         * ext/alsa/gstalsaplugin.c: (plugin_init):
23329         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23330         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23331         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23332         (gst_alsasrc_class_init), (gst_alsasrc_init),
23333         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23334         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23335         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23336         (gst_alsasrc_reset):
23337         * ext/alsa/gstalsasrc.h:
23338         * gst-libs/gst/audio/Makefile.am:
23339         * gst-libs/gst/audio/gstaudiosink.c:
23340         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23341         (gst_audioringbuffer_start):
23342         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23343         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23344         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23345         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23346         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23347         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23348         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23349         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23350         * gst-libs/gst/audio/gstaudiosrc.h:
23351         * gst-libs/gst/audio/gstbaseaudiosink.c:
23352         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23353         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23354         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23355         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23356         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23357         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23358         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23359         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23360         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23361         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23362         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23363         (gst_baseaudiosrc_change_state):
23364         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23365         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23366         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23367         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23368         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23369         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23370         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23371         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23372         * gst-libs/gst/audio/gstringbuffer.h:
23373         Added audiosource base classes.
23374         Ported alsasrc, still very basic.
23375
23376 2005-07-06  Wim Taymans  <wim@fluendo.com>
23377
23378         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23379         (theora_dec_push), (theora_handle_data_packet):
23380         Prepare for better timestamp fix later.
23381
23382         * gst/audioconvert/gstaudioconvert.c:
23383         List most accurate caps first
23384
23385         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23386         Use proper pad task function.
23387
23388         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23389         (gst_xvimagesink_show_frame):
23390         Fix deadlock when alloc failed.
23391
23392 2005-07-05  Andy Wingo  <wingo@pobox.com>
23393
23394         * ext/gnomevfs/gstgnomevfssrc.c:
23395         * gst/sine/gstsinesrc.c:
23396         * gst/tcp/gsttcpserversrc.c:
23397         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23398
23399         * sys/v4l/: Port from 0.8.
23400
23401         * Many files: Null if we got it....
23402
23403 2005-07-05  Andy Wingo  <wingo@pobox.com>
23404
23405         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23406         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23407         Signedness fixes.
23408
23409 2005-07-05  Wim Taymans  <wim@fluendo.com>
23410
23411         * configure.ac:
23412         * gst/tcp/Makefile.am:
23413         * gst/tcp/README:
23414         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23415         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23416         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23417         (is_sync_frame), (gst_multifdsink_handle_client_write),
23418         (gst_multifdsink_render), (gst_multifdsink_start),
23419         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23420         * gst/tcp/gstmultifdsink.h:
23421         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23422         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23423         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23424         * gst/tcp/gsttcp.h:
23425         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23426         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23427         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23428         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23429         * gst/tcp/gsttcpclientsink.h:
23430         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23431         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23432         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23433         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23434         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23435         * gst/tcp/gsttcpclientsrc.h:
23436         * gst/tcp/gsttcpplugin.c: (plugin_init):
23437         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23438         * gst/tcp/gsttcpserversink.h:
23439         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23440         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23441         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23442         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23443         (gst_tcpserversrc_stop):
23444         * gst/tcp/gsttcpserversrc.h:
23445         * gst/tcp/gsttcpsink.c:
23446         * gst/tcp/gsttcpsink.h:
23447         * gst/tcp/gsttcpsrc.c:
23448         * gst/tcp/gsttcpsrc.h:
23449         Ported tcp plugins to 0.9. 
23450         
23451
23452 2005-07-05  Andy Wingo  <wingo@pobox.com>
23453
23454         * gst/playback/gstplaybasebin.c (fill_buffer):
23455         message_new_application fixen.
23456
23457         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23458         Style fix.
23459
23460 2005-07-04  Wim Taymans  <wim@fluendo.com>
23461
23462         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23463         Set caps on output buffer.
23464
23465 2005-07-04  Andy Wingo  <wingo@pobox.com>
23466
23467         * ext/gnomevfs/gstgnomevfssrc.c
23468         (gst_gnomevfssrc_received_headers_callback) 
23469         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23470         hopefully.
23471
23472         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23473         No refcount leakage.
23474
23475         * configure.ac: Enable -Werror.
23476         
23477         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23478         * gst/audioconvert/bufferframesconvert.c
23479         (buffer_frames_convert_fixate):
23480         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23481         (gst_audio_convert_fixate):
23482         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23483         (gst_sinesrc_create): Fixate func changes.
23484         
23485         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23486         (gst_ximagesink_buffer_alloc): Unused var.
23487
23488 2005-07-01  Andy Wingo  <wingo@pobox.com>
23489
23490         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23491         getcaps to do explicit caps. Needs to be done in all decoders,
23492         possibly via a base class.
23493
23494         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23495
23496         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23497         caps on the sink pad, just rely on the pad template. Also, setting
23498         ANY caps on a pad is not valid because the caps are not fixed.
23499
23500         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23501         caps on the buffer, and get the width from the desired_caps if
23502         they're set.
23503         (gst_ximagesink_renegotiate_size): Implement via setting the
23504         desired_caps on the ximagesink.
23505         (gst_ximagesink_setcaps): Only reset the width of the player if it
23506         wasn't already set. Not sure if this is right.
23507         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23508
23509         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23510         that the user wants. NULL unless the window has been resized.
23511
23512         * gst/volume/gstvolume.c (volume_transform): Adapt to
23513         basetransform refcount changes.
23514         
23515 2005-07-01  Andy Wingo  <wingo@pobox.com>
23516
23517         * gst/videoscale/gstvideoscale.c:
23518         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23519         from BaseTransform, implements a transform_caps. Removed dead code
23520         including some PAR stuff that was never reached -- should probably
23521         be added back somehow.
23522
23523 2005-07-01  Andy Wingo  <wingo@pobox.com>
23524
23525         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23526         come later.
23527
23528 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23529
23530         * configure.ac:
23531         * docs/libs/Makefile.am:
23532         * docs/libs/gst-plugins-libs.types:
23533         * ext/alsa/Makefile.am:
23534         * ext/alsa/gstalsamixer.h:
23535         * ext/alsa/gstalsamixeroptions.h:
23536         * ext/alsa/gstalsamixertrack.h:
23537         * gst-libs/gst/Makefile.am:
23538         * gst-libs/gst/colorbalance/.cvsignore:
23539         * gst-libs/gst/colorbalance/Makefile.am:
23540         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23541         * gst-libs/gst/colorbalance/colorbalance.c:
23542         * gst-libs/gst/colorbalance/colorbalance.h:
23543         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23544         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23545         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23546         * gst-libs/gst/interfaces/Makefile.am:
23547         * gst-libs/gst/interfaces/colorbalance.c:
23548         (gst_color_balance_class_init):
23549         * gst-libs/gst/interfaces/colorbalance.h:
23550         * gst-libs/gst/interfaces/interfaces-marshal.list:
23551         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23552         * gst-libs/gst/interfaces/mixer.h:
23553         * gst-libs/gst/interfaces/mixeroptions.h:
23554         * gst-libs/gst/interfaces/navigation.c:
23555         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23556         * gst-libs/gst/interfaces/tuner.h:
23557         * gst/volume/Makefile.am:
23558         * gst/volume/gstvolume.c:
23559         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23560         * sys/ximage/Makefile.am:
23561         * sys/ximage/ximagesink.c:
23562         * sys/xvimage/Makefile.am:
23563         * sys/xvimage/xvimagesink.c:
23564           fold in all interfaces into an interfaces dir, preserving CVS
23565           history
23566
23567 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23568
23569         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23570           Fix build after riff changes.
23571
23572 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23573
23574         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23575         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23576         (gst_riff_create_video_template_caps),
23577         (gst_riff_create_audio_template_caps),
23578         (gst_riff_create_iavs_template_caps):
23579         * gst-libs/gst/riff/riff-media.h:
23580         * gst-libs/gst/riff/riff-read.h:
23581         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23582           Add gst_riff_init() to initialize the debug category, instead
23583           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23584
23585 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23586
23587         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23588           Oops, I shouldn't apply hacks.
23589
23590 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23591
23592         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23593           Remove pad_loop function which doesn't work.
23594
23595 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23596
23597         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23598           Send EOS when deactivating.
23599         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23600         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23601         (gen_preroll_element), (probe_triggered), (mute_stream),
23602         (silence_stream), (new_decoded_pad), (setup_substreams),
23603         (set_active_source):
23604         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23605         (remove_sinks), (add_sink):
23606         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23607           Change for new probe API.
23608
23609 2005-06-29  Wim Taymans  <wim@fluendo.com>
23610
23611         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23612         * gst-libs/gst/audio/gstbaseaudiosink.c:
23613         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23614         (gst_baseaudiosink_change_state):
23615         * gst-libs/gst/audio/gstbaseaudiosink.h:
23616         * gst-libs/gst/audio/gstringbuffer.c:
23617         (gst_ringbuffer_set_callback):
23618         Fix compilation error.
23619         Ringbuffer starts out as not running.
23620         Free our clock in dispose.
23621         When releasing the ringbuffer we need to renegotiate so
23622         clear the pad caps.
23623
23624 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23625
23626         * autogen.sh:
23627         * configure.ac:
23628         * docs/Makefile.am:
23629         * docs/libs/Makefile.am:
23630         * docs/libs/gst-plugins-libs-docs.sgml:
23631         * docs/libs/gst-plugins-libs-sections.txt:
23632         * docs/libs/gst-plugins-libs.types:
23633         * docs/libs/tmpl/gstaudio.sgml:
23634         * docs/libs/tmpl/gstcolorbalance.sgml:
23635         * docs/libs/tmpl/gstringbuffer.sgml:
23636         * gst-libs/gst/audio/gstringbuffer.c:
23637         (gst_ringbuffer_set_callback):
23638           reinstate gtk-doc docs for plugin libs
23639
23640 2005-06-28  Wim Taymans  <wim@fluendo.com>
23641
23642         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23643         (gst_ogg_demux_init):
23644         Removed pad loop function.
23645
23646 2005-06-28  Wim Taymans  <wim@fluendo.com>
23647
23648         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23649         If we're building a chain we are not in an error case
23650         when we queue a buffer.
23651
23652 2005-06-28  Andy Wingo  <wingo@pobox.com>
23653
23654         * *.c: Don't cast to GstObject before reffing/unreffing.
23655
23656 2005-06-27  Andy Wingo  <wingo@pobox.com>
23657
23658         * gst/videotestsrc/gstvideotestsrc.c
23659         (gst_videotestsrc_activate_push): Activation API changes.
23660
23661         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23662         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23663         they have refs on the decodebin.
23664
23665         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23666         parent class.
23667         (gst_ogg_pad_typefind): Don't leak a pad ref.
23668         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23669         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23670         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23671
23672 2005-06-27  Edward Hervey  <edward@fluendo.com>
23673
23674         * ext/theora/theoradec.c: (theora_dec_change_state): 
23675         re-arranged call to parent's state change in order to avoid locks (or
23676         worse).
23677
23678 2005-06-26  Edward Hervey  <edward@fluendo.com>
23679
23680         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23681         2nd argument of 'unknow-type' signal is a GstCaps and not a
23682         GstMiniObject
23683
23684 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23685         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23686           Set the worker thread's running flag to TRUE before starting the
23687           thread.
23688         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23689           Catch a failure to add typefind to the bin.
23690
23691 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23692
23693         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23694         (gst_sinesrc_init), (gst_sinesrc_create),
23695         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23696         (gst_sinesrc_start):
23697         * gst/sine/gstsinesrc.h:
23698           add num-buffers and timestamp-offset properties
23699         * gst/videotestsrc/gstvideotestsrc.c:
23700         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23701         (gst_videotestsrc_get_property):
23702           add timestamp-offset property
23703
23704 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23705
23706         * configure.ac: add videorate
23707         * gst-plugins-base.spec.in: add videorate
23708
23709 2005-06-23  Wim Taymans  <wim@fluendo.com>
23710
23711         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23712         (gst_videorate_getcaps), (gst_videorate_setcaps),
23713         (gst_videorate_event), (gst_videorate_chain):
23714         Fixed videorate, fixating an already fixated caps is not
23715         an error.
23716
23717 2005-06-23  Wim Taymans  <wim@fluendo.com>
23718
23719         * ext/ogg/README:
23720         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23721         Buffer on caps is not boxed anymore.
23722
23723 2005-06-22  Wim Taymans  <wim@fluendo.com>
23724
23725         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23726         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23727         Set buffers on caps as miniobjects and not as boxed.
23728
23729 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23730
23731         * configure.ac:
23732           back to HEAD
23733
23734 === release 0.9.1 ===
23735
23736 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23737
23738         * .cvsignore:
23739         * NEWS:
23740         * README:
23741         * RELEASE:
23742         * configure.ac:
23743         * po/af.po:
23744         * po/az.po:
23745         * po/cs.po:
23746         * po/en_GB.po:
23747         * po/hu.po:
23748         * po/it.po:
23749         * po/nb.po:
23750         * po/nl.po:
23751         * po/or.po:
23752         * po/sq.po:
23753         * po/sr.po:
23754         * po/sv.po:
23755         * po/uk.po:
23756         * po/vi.po:
23757           updates for release
23758
23759 2005-06-09  Andy Wingo  <wingo@pobox.com>
23760
23761         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
23762         
23763 2005-06-09  Andy Wingo  <wingo@pobox.com>
23764
23765         * configure.ac:
23766         * gst-libs/gst/Makefile.am:
23767         * gst-libs/gst/net/Makefile.am:
23768         Add gstnet to build.
23769
23770 2005-06-09  Andy Wingo  <wingo@pobox.com>
23771
23772         * gst-libs/gst/gconf/gconf.c:
23773         * gst/playback/test.c:
23774         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
23775         fixes.
23776
23777         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
23778
23779         * ext/theora/theoraenc.c (theora_enc_chain): 
23780         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
23781
23782         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
23783         RealPad.
23784
23785 2005-06-02  Wim Taymans  <wim@fluendo.com>
23786
23787         * gst-libs/gst/net/Makefile.am:
23788         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23789         * pkgconfig/gstreamer-libs.pc.in:
23790         Added net stuff, version net lib.
23791
23792 2005-06-02  Wim Taymans  <wim@fluendo.com>
23793
23794         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23795         (query_rates), (query_positions_elems), (query_positions_pads),
23796         (do_seek):
23797         Updated seek example.
23798
23799 2005-06-02  Andy Wingo  <wingo@pobox.com>
23800
23801         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
23802         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
23803         list.
23804
23805         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
23806         remove the typefind, the bin dispose will do it for us. When it's
23807         removed and unreffed, the signal handler will be disconnected,
23808         too.
23809         (unlinked): It's too difficult to disconnect from unlinked
23810         handlers, as they are on pads not elements. Just punt if the pads
23811         aren't grandkids of the bin.
23812
23813 2005-06-02  Wim Taymans  <wim@fluendo.com>
23814
23815         * ext/ogg/README:
23816         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23817         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
23818         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
23819         * ext/theora/theoradec.c: (theora_dec_src_query),
23820         (theora_handle_data_packet):
23821         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23822         (theora_enc_chain):
23823         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23824         (vorbis_handle_data_packet):
23825         * gst/audioconvert/bufferframesconvert.c:
23826         (buffer_frames_convert_chain):
23827         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23828         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23829         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23830         (gst_ffmpegcsp_chain):
23831         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23832         (gst_videorate_getcaps), (gst_videorate_setcaps),
23833         (gst_videorate_event), (gst_videorate_chain):
23834         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
23835         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
23836         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23837         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
23838         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
23839         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
23840         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
23841         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
23842         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
23843         Cleanups and buffer alloc.
23844
23845 2005-05-31  Wim Taymans  <wim@fluendo.com>
23846
23847         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
23848         Don't try to call the delay method when the device is not
23849         opened.
23850
23851 2005-05-31  Wim Taymans  <wim@fluendo.com>
23852
23853         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
23854         Get actual segment size and buffer size after opening
23855         the device.
23856
23857 2005-05-30  Wim Taymans  <wim@fluendo.com>
23858
23859         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
23860         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
23861         Also FLUSH upstream, makes the loop function exit faster.
23862         
23863         * ext/theora/theoradec.c: (theora_dec_src_query):
23864         Some more debug info in the query.
23865         
23866         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23867         (gst_ximagesink_setcaps):
23868         Release lock on par error, better error reporting.
23869
23870 2005-05-26  Wim Taymans  <wim@fluendo.com>
23871
23872         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23873         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
23874         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
23875         Clear chains in READY
23876         Queue packets until the chain is activated.
23877
23878 2005-05-25  Wim Taymans  <wim@fluendo.com>
23879
23880         * gst-libs/gst/audio/gstaudiosink.c:
23881         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23882         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23883         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23884         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23885         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23886         (gst_audiosink_create_ringbuffer):
23887         * gst-libs/gst/audio/gstbaseaudiosink.c:
23888         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23889         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23890         (gst_baseaudiosink_set_property), (build_linear_format),
23891         (debug_spec_caps), (debug_spec_buffer),
23892         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23893         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23894         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23895         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23896         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23897         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23898         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
23899         (gst_ringbuffer_play), (gst_ringbuffer_pause),
23900         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
23901         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
23902         (wait_segment), (gst_ringbuffer_commit),
23903         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
23904         (gst_ringbuffer_clear):
23905         Various small cleanups.
23906
23907         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23908         (gst_audio_convert_change_state):
23909         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
23910         No need to take the locks anymore.
23911
23912 2005-05-25  Wim Taymans  <wim@fluendo.com>
23913
23914         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23915         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
23916         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
23917         (type_found):
23918         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
23919         (group_destroy), (group_commit), (queue_overrun),
23920         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
23921         (mute_stream), (new_decoded_pad), (setup_substreams),
23922         (setup_source), (mute_group_type), (set_active_source),
23923         (gst_play_base_bin_change_state):
23924         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
23925         (gen_video_element), (gen_text_element), (gen_audio_element),
23926         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
23927         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
23928         (gst_stream_info_dispose), (gst_stream_info_set_mute):
23929         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
23930         Some playbin cleanups mostly refcounting sloppyness.
23931
23932 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23933
23934         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23935           Work with streaming input.
23936
23937 2005-05-25  Wim Taymans  <wim@fluendo.com>
23938
23939         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23940         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23941         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23942         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
23943         No need to take the STREAM lock anymore.
23944
23945 2005-05-25  Wim Taymans  <wim@fluendo.com>
23946
23947         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23948         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
23949         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
23950         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
23951         (gst_ogg_demux_sink_activate):
23952         * ext/theora/theoradec.c: (theora_dec_src_event),
23953         (theora_handle_comment_packet), (theora_dec_chain),
23954         (theora_dec_change_state):
23955         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23956         (vorbis_handle_data_packet), (vorbis_dec_chain),
23957         (vorbis_dec_change_state):
23958         Remove STREAM locks as they are taken in core now.
23959         Never set bogus granulepos on vorbis/theora.
23960         Fix leaks in theoradec tag parsing.
23961
23962 2005-05-25  Wim Taymans  <wim@fluendo.com>
23963
23964         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23965         Fix memleaks, GST_BUFFER_DATA() is not freed.
23966
23967 2005-05-25  Wim Taymans  <wim@fluendo.com>
23968
23969         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23970         Open non-blocking, set to blocking mode afterwards to avoid
23971         lockups when audio device is busy.
23972
23973 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23974
23975         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
23976           This can't be good.
23977
23978 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23979
23980         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
23981         (gst_audio_convert_chain), (gst_audio_convert_link_src),
23982         (gst_audio_convert_setcaps):
23983           Implement instant setup switching.
23984
23985 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23986
23987         * gst/playback/gstplaybasebin.c: (probe_triggered):
23988           Fix missing unlock.
23989         * gst/playback/gstplaybin.c: (add_sink):
23990           First add, then link (otherwise pad link fails).
23991
23992 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
23993
23994         * examples/Makefile.am:
23995         fix buildbot (make distcheck)
23996
23997 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23998
23999         * gst/playback/gstplaybin.c: (gen_vis_element):
24000           Remove some wrong code. Doesn't work yet.
24001
24002 2005-05-19  Wim Taymans  <wim@fluendo.com>
24003
24004         * gst-libs/gst/net/Makefile.am:
24005         * gst-libs/gst/net/README:
24006         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24007         (gst_netbuffer_class_init), (gst_netbuffer_init),
24008         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24009         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24010         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24011         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24012         * gst-libs/gst/net/gstnetbuffer.h:
24013         Added buffer subclass to store extra to/from addresses for
24014         network sources/sinks.
24015
24016 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24017
24018         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24019           Don't lock an unassigned variable.
24020
24021 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24022
24023         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24024           Increase buffer for video, decrease buffer for other media types.
24025         * gst/playback/gstplaybin.c: (gen_video_element),
24026         (gen_audio_element):
24027           Change names for debugging purposes.
24028
24029 2005-05-18  Wim Taymans  <wim@fluendo.com>
24030
24031         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24032         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24033         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24034         (gst_ffmpegcsp_chain):
24035         Enable buffer alloc passthrough if the source and dest
24036         formats are the same.
24037
24038 2005-05-17  Wim Taymans  <wim@fluendo.com>
24039
24040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24041         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24042         (gst_ogg_demux_chain_unlocked):
24043         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24044         (gst_audio_convert_caps_remove_format_info),
24045         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24046         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24047         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24048         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24049         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24050         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24051         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24052         (gst_ffmpegcsp_get_property):
24053         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24054         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24055         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24056         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24057         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24058         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24059         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24060         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24061         Leak fixes in oggdemux.
24062         Some cleanups in audioconvert.
24063         Make passthrough work along with buffer_alloc etc.
24064         Make buffer_alloc and buffer recycling actually work in
24065         xvimagesink.
24066
24067 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24068
24069         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24070           make the compiler happy
24071
24072 2005-05-17  Wim Taymans  <wim@fluendo.com>
24073
24074         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24075         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24076         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24077         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24078         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24079         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24080         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24081         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24082         (gst_xvimagesink_set_xwindow_id):
24083         * sys/xvimage/xvimagesink.h:
24084         Port xvimagesink to new MiniObject.
24085
24086 2005-05-17  Wim Taymans  <wim@fluendo.com>
24087
24088         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24089         (gst_audiofilter_chain):
24090         * gst-libs/gst/audio/gstaudiosink.c:
24091         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24092         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24093         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24094         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24095         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24096         (gst_audiosink_create_ringbuffer):
24097         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24098         (gst_audio_convert_caps_remove_format_info),
24099         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24100         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24101         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24102         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24103         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24104         Fix passthrough in ffmpegcolorspace.
24105         Fix memset in audiosink on wrong memory.
24106
24107 2005-05-16  David Schleef  <ds@schleef.org>
24108
24109         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24110         to GstMiniObject.
24111
24112 2005-05-16  David Schleef  <ds@schleef.org>
24113
24114         Port from GstData to GstMiniObject.
24115         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24116         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24117         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24118         (gst_ogg_mux_collected):
24119         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24120         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24121         (theora_handle_data_packet):
24122         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24123         (theora_set_header_on_caps), (theora_enc_chain):
24124         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24125         (vorbis_handle_comment_packet):
24126         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24127         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24128         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24129         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24130         * gst/audioconvert/gstaudioconvert.c:
24131         (gst_audio_convert_get_buffer):
24132         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24133         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24134         (mute_stream), (silence_stream):
24135         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24136         * gst/volume/gstvolume.c: (volume_transform):
24137         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24138         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24139         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24140         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24141         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24142         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24143         (gst_ximagesink_buffer_alloc):
24144         * sys/ximage/ximagesink.h:
24145
24146 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24147
24148         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24149         (fill_buffer), (check_queue), (queue_threshold_reached),
24150         (queue_out_of_data):
24151         * gst/playback/gstplaybasebin.h:
24152           Post buffer-fullness on the bus.
24153
24154 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24155
24156         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24157         (try_to_link_1):
24158         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24159         (group_commit), (probe_triggered), (setup_source),
24160         (gst_play_base_bin_change_state):
24161         * gst/playback/gstplaybasebin.h:
24162         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24163         (gst_play_bin_init), (remove_sinks), (setup_sinks),
24164         (gst_play_bin_change_state):
24165           Move setup_output_pads into a virtual function, remove
24166           group-switch (no longer needed) and redirect (handled by bus
24167           now) signals.
24168
24169 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24170
24171         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24172         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24173         (get_active_group), (get_building_group), (group_destroy),
24174         (group_commit), (check_queue), (queue_overrun),
24175         (queue_threshold_reached), (queue_out_of_data),
24176         (gen_preroll_element), (remove_groups), (unknown_type),
24177         (add_element_stream), (no_more_pads), (probe_triggered),
24178         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24179         (setup_substreams), (setup_source), (finish_source),
24180         (prepare_output), (muted_group_change_state),
24181         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24182         (gst_play_base_bin_change_state):
24183         * gst/playback/gstplaybasebin.h:
24184         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24185         (gst_play_bin_init), (gst_play_bin_set_property),
24186         (gen_video_element), (gen_text_element), (gen_audio_element),
24187         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24188         (gst_play_bin_change_state):
24189         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24190         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24191         (stream_info_change_state), (gst_stream_info_set_mute),
24192         (gst_stream_info_get_property):
24193         * gst/playback/gststreaminfo.h:
24194         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24195         (gst_stream_selector_get_linked_pad),
24196         (gst_stream_selector_getcaps),
24197         (gst_stream_selector_get_linked_pads),
24198         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24199         * gst/playback/gststreamselector.h:
24200           Rough port of playbin. Needs some more work, but is mostly done,
24201           and uses a few locks in important places, which should make stuff
24202           like chain-switches clean. Still uses GST_STATE() in a few places,
24203           which isn't all that good an idea, subtitles/elements disabled
24204           because no elements to test with and thus probably broken, query
24205           and event handling moved to GstBin, internal thread removed
24206           alltogether because the pipeline does that for us now. Can play
24207           Ogg/Vorbis files. Haven't tested anything else yet.
24208
24209 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24210
24211         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24212           Do no-more-pads (needed for autoplugging).
24213
24214 2005-05-10  Andy Wingo  <wingo@pobox.com>
24215
24216         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24217         message to the bus with the tags. Still not sent downstream tho.
24218
24219         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24220         get_parent.
24221         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24222         avoid refcounting hassles.
24223
24224 2005-05-09  Andy Wingo  <wingo@pobox.com>
24225
24226         * gst/volume/Makefile.am:
24227         * gst/volume/demo.c
24228         * gst/volume/gstvolume.h
24229         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24230         basetransform. Probably need an audio filter base class.
24231
24232 2005-05-09  Wim Taymans  <wim@fluendo.com>
24233
24234         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24235         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24236         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24237         (gst_vorbisenc_chain):
24238         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24239         (gst_audio_convert_caps_remove_format_info),
24240         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24241         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24242         Make caps writable before writing to it.
24243         Fix negotiation in audioconvert some more.
24244
24245 2005-05-09  Wim Taymans  <wim@fluendo.com>
24246
24247         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24248         (gst_videorate_getcaps), (gst_videorate_setcaps),
24249         (gst_videorate_event), (gst_videorate_chain):
24250         Better negotiation.
24251
24252 2005-05-09  Wim Taymans  <wim@fluendo.com>
24253
24254         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24255         (gst_videorate_getcaps), (gst_videorate_setcaps),
24256         (gst_videorate_blank_data), (gst_videorate_init),
24257         (gst_videorate_event), (gst_videorate_chain),
24258         (gst_videorate_change_state):
24259         Port videorate, do a better job at negotiation while we're at
24260         it.
24261
24262 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24263
24264         * configure.ac:
24265           Disable libvisual
24266
24267         * examples/Makefile.am:
24268         * gst-libs/gst/audio/Makefile.am:
24269         * gst-libs/gst/riff/Makefile.am:
24270         * gst-libs/gst/tag/Makefile.am:
24271         * gst-libs/gst/video/Makefile.am:
24272           Fixups for missing variables.
24273
24274 2005-05-09  Wim Taymans  <wim@fluendo.com>
24275
24276         * examples/seeking/seek.c: (make_theora_pipeline),
24277         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24278         (query_rates), (query_positions_elems), (query_positions_pads),
24279         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24280         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24281         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24282         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24283         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24284         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24285         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24286         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24287         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24288         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24289         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24290         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24291         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24292         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24293         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24294         (theora_dec_src_convert), (theora_dec_sink_convert),
24295         (theora_dec_src_query), (theora_dec_sink_query),
24296         (theora_dec_src_event), (theora_dec_sink_event),
24297         (theora_handle_comment_packet), (theora_handle_type_packet),
24298         (theora_handle_header_packet), (theora_handle_data_packet),
24299         (theora_dec_chain):
24300         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24301         (vorbis_dec_convert), (vorbis_dec_src_query),
24302         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24303         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24304         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24305         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24306         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24307         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24308         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24309         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24310         (gst_play_bin_query):
24311         * gst/playback/test3.c: (update_scale):
24312         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24313         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24314         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24315         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24316         (gst_videotestsrc_src_query):
24317         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24318         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24319         (paint_hline_YUV9):
24320         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24321         Port to new query API.
24322         Updated seek.
24323         Cleanups in x[v]imagesink
24324
24325 2005-05-09  Andy Wingo  <wingo@pobox.com>
24326
24327         * ext/alsa/gstalsasink.h:
24328         * ext/gnomevfs/gstgnomevfssrc.c:
24329         (gst_gnomevfssrc_get_icy_metadata):
24330         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24331         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24332         * ext/theora/theoradec.c (theora_dec_src_query)
24333         (theora_dec_src_event, theora_dec_sink_event)
24334         (theora_handle_comment_packet, theora_handle_data_packet):
24335         * ext/theora/theoraenc.c (theora_enc_chain):
24336         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24337         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24338         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24339         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24340         (qt_type_find):
24341         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24342         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24343         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24344         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24345         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24346         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24347         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24348         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24349         (paint_setup_RGB565, paint_setup_xRGB1555):
24350         * gst/videotestsrc/videotestsrc.h:
24351         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24352         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24353         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24354         GCC4 fixes.
24355         
24356         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24357         gst_pad_query_position. Fixes oggdemux.
24358
24359 2005-05-08  David Schleef  <ds@schleef.org>
24360
24361         * configure.ac: Require liboil.
24362         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24363         a few more.
24364         * gst/videotestsrc/videotestsrc.c:
24365         * gst/videotestsrc/videotestsrc.h:
24366
24367 2005-05-06  Wim Taymans  <wim@fluendo.com>
24368
24369         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24370         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24371         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24372         Well, unreffing a buffer right before pushing it is asking
24373         for trouble..
24374
24375 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24376
24377         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24378
24379 2005-05-06  Wim Taymans  <wim@fluendo.com>
24380
24381         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24382         (gst_audio_convert_caps_remove_format_info),
24383         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24384         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24385         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24386         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24387         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24388         * gst/sine/Makefile.am:
24389         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24390         (gst_sinesrc_class_init), (gst_sinesrc_init),
24391         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24392         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24393         (gst_sinesrc_update_freq):
24394         * gst/sine/gstsinesrc.h:
24395         * gst/tcp/gstmultifdsink.c:
24396         * sys/xvimage/xvimagesink.c:
24397         Fixed negotiation wrt _peer_get_caps()
24398         Some cleanups.
24399
24400
24401 2005-05-06  Wim Taymans  <wim@fluendo.com>
24402
24403         * gst-libs/gst/audio/gstaudiosink.c:
24404         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24405         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24406         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24407         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24408         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24409         (gst_audiosink_create_ringbuffer):
24410         * gst-libs/gst/audio/gstbaseaudiosink.c:
24411         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24412         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24413         (gst_baseaudiosink_set_property), (build_linear_format),
24414         (debug_spec_caps), (debug_spec_buffer),
24415         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24416         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24417         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24418         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24419         * gst-libs/gst/audio/gstbaseaudiosink.h:
24420         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24421         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24422         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24423         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24424         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24425         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24426         (wait_segment), (gst_ringbuffer_commit),
24427         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24428         (gst_ringbuffer_clear):
24429         * gst-libs/gst/audio/gstringbuffer.h:
24430         Make the base audiosink return an error when there is no
24431         audiobuffer negotiated.
24432
24433 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24434
24435         * ext/Makefile.am:
24436         Disable cdparanoia until someone ports it!
24437
24438 2005-05-06  Wim Taymans  <wim@fluendo.com>
24439
24440         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24441         (gst_ogg_demux_sink_activate):
24442         And revert after wingo's revert.. sigh..
24443
24444 2005-05-05  Andy Wingo  <wingo@pobox.com>
24445
24446         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24447         GObject.
24448         * configure.ac: Return audiorate and subparse from the ghetto.
24449         Re-enable -Wall -Werror.
24450         * gst/subparse/gstsubparse.c:
24451         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24452         or chain-based. Cleaned up a bit. Not tested.
24453         
24454 2005-05-05  Christian Schaller <christian@fluendo.com> 
24455
24456         * Makefile.am: remove stuff that is not building
24457         * configure.ac: remove stuff that is not building
24458         * examples/Makefile.am: remove stuff that is not building
24459         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24460         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24461         * sys/Makefile.am: remove stuff that is not building
24462         * testsuite/Makefile.am: remove stuff that is not building
24463
24464 2005-05-05  Andy Wingo  <wingo@pobox.com>
24465
24466         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24467         * gst-libs/gst/tag/gstvorbistag.c:
24468         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24469         * gst/adder/gstadder.h:
24470         * gst/audioconvert/gstchannelmix.c:
24471         (gst_audio_convert_fill_one_other):
24472         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24473         (gst_audiorate_init), (gst_audiorate_chain):
24474         * gst/playback/gstplaybasebin.c: (setup_source):
24475         * gst/playback/test3.c: (update_scale):
24476         Some GCC4 fixes
24477         
24478         * po/af.po:
24479         * po/az.po:
24480         * po/cs.po:
24481         * po/en_GB.po:
24482         * po/hu.po:
24483         * po/it.po:
24484         * po/nb.po:
24485         * po/nl.po:
24486         * po/or.po:
24487         * po/sq.po:
24488         * po/sr.po:
24489         * po/sv.po:
24490         * po/uk.po:
24491         * po/vi.po: Foo
24492
24493 2005-05-05  Wim Taymans  <wim@fluendo.com>
24494
24495         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24496         (gst_audio_convert_caps_remove_format_info),
24497         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24498         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24499         * gst/videotestsrc/gstvideotestsrc.c:
24500         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24501         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24502         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24503         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24504         Don't ignore _push() return values.
24505         Make sure no processing is done when shutting down.
24506         Videotestsrc pad activation fix.
24507
24508 2005-05-05  Wim Taymans  <wim@fluendo.com>
24509
24510         * gst/adder/Makefile.am:
24511         * gst/adder/gstadder.c: (gst_adder_setcaps),
24512         (gst_adder_class_init), (gst_adder_init),
24513         (gst_adder_request_new_pad), (gst_adder_collected),
24514         (gst_adder_change_state):
24515         * gst/adder/gstadder.h:
24516         Ported adder as an example of a mixer element using
24517         collect pads. Needs more negotiation work.
24518
24519 2005-05-05  Wim Taymans  <wim@fluendo.com>
24520
24521         * ext/theora/theoradec.c: (_inc_granulepos),
24522         (theora_dec_src_event), (theora_dec_sink_event),
24523         (theora_handle_comment_packet), (theora_handle_type_packet),
24524         (theora_handle_header_packet), (theora_handle_data_packet),
24525         (theora_dec_chain):
24526         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24527         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24528         (theora_push_buffer), (theora_push_packet),
24529         (theora_enc_sink_event), (theora_enc_chain),
24530         (theora_enc_change_state), (theora_enc_set_property),
24531         (theora_enc_get_property):
24532         Added stream lock to decoder so that we can serialize
24533         the discont event.
24534         More theoraenc porting, recover from errors, do clean
24535         shutdown.
24536
24537 2005-05-05  Wim Taymans  <wim@fluendo.com>
24538
24539         * ext/ogg/Makefile.am:
24540         * ext/ogg/README:
24541         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24542         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24543         (gst_ogg_print):
24544         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24545         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24546         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24547         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24548         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24549         (gst_ogg_mux_change_state):
24550         Ported ogg muxer.
24551
24552 2005-05-05  Wim Taymans  <wim@fluendo.com>
24553
24554         * docs/design-audiosinks.txt:
24555         * gst-libs/gst/audio/TODO:
24556         * gst-libs/gst/audio/gstaudiosink.c:
24557         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24558         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24559         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24560         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24561         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24562         (gst_audiosink_create_ringbuffer):
24563         * gst-libs/gst/audio/gstbaseaudiosink.c:
24564         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24565         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24566         (gst_baseaudiosink_set_property), (build_linear_format),
24567         (debug_spec_caps), (debug_spec_buffer),
24568         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24569         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24570         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24571         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24572         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24573         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24574         (gst_ringbuffer_release), (gst_ringbuffer_play),
24575         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24576         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24577         (gst_ringbuffer_set_sample), (wait_segment),
24578         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24579         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24580         More work on the audiosink, mostly debugging and a race in
24581         shutdown.
24582
24583 2005-04-28  Wim Taymans  <wim@fluendo.com>
24584
24585         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24586         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24587         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24588         (vorbis_dec_src_query), (vorbis_dec_src_event),
24589         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24590         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24591         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24592         Don't crap out when seeking back to position 0.
24593
24594 2005-04-28  Wim Taymans  <wim@fluendo.com>
24595
24596         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24597         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24598         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24599         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24600         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24601         Make audio sink configurable, use alsasink as default.
24602
24603 2005-04-28  Wim Taymans  <wim@fluendo.com>
24604
24605         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24606         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24607         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24608         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24609         (vorbis_dec_change_state):
24610         * ext/vorbis/vorbisdec.h:
24611         Refactor, use STREAM_LOCK.
24612
24613 2005-04-28  Wim Taymans  <wim@fluendo.com>
24614
24615         * ext/theora/theoradec.c: (_inc_granulepos),
24616         (theora_dec_sink_event), (theora_handle_comment_packet),
24617         (theora_handle_type_packet), (theora_handle_header_packet),
24618         (theora_handle_data_packet), (theora_dec_chain),
24619         (theora_dec_change_state):
24620         Refactor a bit, use STREAM_LOCK.
24621
24622 2005-04-28  Wim Taymans  <wim@fluendo.com>
24623
24624         * ext/alsa/Makefile.am:
24625         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24626         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24627         (gst_alsa_link), (gst_alsa_close_audio):
24628         * ext/alsa/gstalsaplugin.c: (plugin_init):
24629         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24630         (gst_alsasink_dispose), (gst_alsasink_base_init),
24631         (gst_alsasink_class_init), (gst_alsasink_init),
24632         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24633         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24634         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24635         (gst_alsasink_reset):
24636         * ext/alsa/gstalsasink.h:
24637         Implement alsasink with simple open/write/close API. 
24638         Make alsa dir build by disabling compilation of code.
24639
24640 2005-04-28  Wim Taymans  <wim@fluendo.com>
24641
24642         * gst-libs/gst/audio/Makefile.am:
24643         * gst-libs/gst/audio/audio.h:
24644         * gst-libs/gst/audio/audioclock.c:
24645         * gst-libs/gst/audio/audioclock.h:
24646         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24647         (gst_audio_clock_class_init), (gst_audio_clock_init),
24648         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24649         * gst-libs/gst/audio/gstaudioclock.h:
24650         * gst-libs/gst/audio/gstaudiosink.c:
24651         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24652         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24653         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24654         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24655         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24656         (gst_audiosink_create_ringbuffer):
24657         * gst-libs/gst/audio/gstbaseaudiosink.c:
24658         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24659         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24660         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24661         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24662         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24663         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24664         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24665         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24666         * gst-libs/gst/audio/gstbaseaudiosink.h:
24667         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24668         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24669         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24670         (gst_ringbuffer_release), (gst_ringbuffer_play),
24671         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24672         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24673         (gst_ringbuffer_set_sample), (wait_segment),
24674         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24675         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24676         * gst-libs/gst/audio/gstringbuffer.h:
24677         Make ringbuffer faster and more simple by removing the locks
24678         in the playback thread.
24679         Add sample accurate playback based on buffer sample offsets.
24680         Make the baseaudiosink provide a clock.
24681         Parse caps in the base class.
24682         Correctly handle seeking, flushing and state changes.
24683
24684 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24685
24686         * configure.ac:
24687         * gst/audioconvert/Makefile.am:
24688         * gst/audioscale/Makefile.am:
24689           Fix part of the build.  Come on guys, autogen didn't even work :)
24690
24691 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24692
24693         * configure.ac:
24694         * gst-libs/gst/Makefile.am:
24695         * gst-libs/gst/media-info/.cvsignore:
24696         * gst-libs/gst/media-info/Makefile.am:
24697         * gst-libs/gst/media-info/README:
24698         * gst-libs/gst/media-info/media-info-priv.c:
24699         * gst-libs/gst/media-info/media-info-priv.h:
24700         * gst-libs/gst/media-info/media-info-test.c:
24701         * gst-libs/gst/media-info/media-info.c:
24702         * gst-libs/gst/media-info/media-info.h:
24703         * gst-libs/gst/media-info/media-info.vcproj:
24704         * pkgconfig/Makefile.am:
24705         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24706         * pkgconfig/gstreamer-media-info.pc.in:
24707           Remove media-info, which is also successed by playbin (see Totem
24708           implementation).
24709
24710 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24711
24712         * configure.ac:
24713         * examples/Makefile.am:
24714         * examples/gstplay/.cvsignore:
24715         * examples/gstplay/Makefile.am:
24716         * examples/gstplay/player.c:
24717         * gst-libs/gst/Makefile.am:
24718         * gst-libs/gst/play/.cvsignore:
24719         * gst-libs/gst/play/Makefile.am:
24720         * gst-libs/gst/play/play.c:
24721         * gst-libs/gst/play/play.h:
24722         * gst-libs/gst/play/play.vcproj:
24723         * pkgconfig/Makefile.am:
24724         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24725         * pkgconfig/gstreamer-play.pc.in:
24726           Remove libgstplay, playbin is now the official successor.
24727
24728 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24729
24730         * configure.ac:
24731         * gst-libs/gst/Makefile.am:
24732         * gst-libs/gst/xwindowlistener/Makefile.am:
24733         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24734         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24735           Remove deprecated xwindowlistener (I've moved xwindowlistening
24736           in the v4l/v4l2 plugins over to serverside).
24737
24738 2005-04-25  David Schleef  <ds@schleef.org>
24739
24740         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24741         to examples/dynparams.  Examples do not belong interspersed with
24742         source code.
24743         * examples/dynparams/demo-dparams.c:
24744         * gst/sine/Makefile.am:
24745         * gst/sine/demo-dparams.c:
24746
24747 2005-04-25  David Schleef  <ds@schleef.org>
24748
24749         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24750         * gst-libs/gst/audio/Makefile.am:
24751         * gst-libs/gst/riff/Makefile.am:
24752         * gst-libs/gst/tag/Makefile.am:
24753         * gst-libs/gst/video/Makefile.am:
24754         * gst-libs/gst/xwindowlistener/Makefile.am:
24755
24756         Convert to 0.9 API, seems to work:
24757         * sys/ximage/Makefile.am:
24758         * sys/ximage/ximagesink.c:
24759
24760 2005-04-24  David Schleef  <ds@schleef.org>
24761
24762         Link plugins against libraries:
24763         * ext/alsa/Makefile.am:
24764         * gst/tcp/Makefile.am:
24765
24766         Remove asm code that should be in liboil
24767         * gst/videoscale/Makefile.am:
24768         * gst/videoscale/videoscale_x86_asm.s:
24769
24770         gettext wants these checked in:
24771         * po/af.po:
24772         * po/az.po:
24773         * po/cs.po:
24774         * po/en_GB.po:
24775         * po/hu.po:
24776         * po/it.po:
24777         * po/nb.po:
24778         * po/nl.po:
24779         * po/or.po:
24780         * po/sq.po:
24781         * po/sr.po:
24782         * po/sv.po:
24783         * po/uk.po:
24784         * po/vi.po:
24785
24786 2005-04-24  David Schleef  <ds@schleef.org>
24787
24788         Convert gst_main() to g_main_loop_run()
24789         * gst/playback/decodetest.c: (main):
24790         * gst/playback/test2.c: (main):
24791         * gst/playback/test3.c: (main):
24792         * gst/playback/test4.c: (main):
24793
24794         Link plugins against libraries:
24795         * ext/libvisual/Makefile.am:
24796         * sys/xvimage/Makefile.am:
24797
24798 2005-04-24  David Schleef  <ds@schleef.org>
24799
24800         * configure.ac: Remove idct and resample libs
24801         * gst-libs/gst/Makefile.am: same
24802
24803         Remove usage of gst_library_load():
24804         * ext/alsa/gstalsaplugin.c: (plugin_init):
24805         * ext/libvisual/visual.c: (plugin_init):
24806         * ext/ogg/gstogg.c: (plugin_init):
24807         * ext/theora/theora.c: (plugin_init):
24808         * ext/vorbis/vorbis.c: (plugin_init):
24809         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
24810         * gst/audioscale/gstaudioscale.c:
24811         * gst/adder/gstadder.c: (plugin_init):
24812         * gst/audioconvert/plugin.c: (plugin_init):
24813         * sys/ximage/ximagesink.c: (plugin_init):
24814         * sys/xvimage/xvimagesink.c: (plugin_init):
24815         * gst/tcp/gsttcpplugin.c: (plugin_init):
24816
24817         Link plugins against libraries:
24818         * ext/ogg/Makefile.am:
24819         * ext/theora/Makefile.am:
24820         * ext/vorbis/Makefile.am:
24821         * gst/audioconvert/Makefile.am:
24822
24823         Create proper libraries:
24824         * gst-libs/gst/riff/Makefile.am:
24825         * gst-libs/gst/audio/Makefile.am:
24826         * gst-libs/gst/video/Makefile.am:
24827
24828         Move resample library to audioscale plugin directory:
24829         * gst-libs/gst/resample/Makefile.am:
24830         * gst-libs/gst/resample/README:
24831         * gst-libs/gst/resample/dtof.c:
24832         * gst-libs/gst/resample/dtos.c:
24833         * gst-libs/gst/resample/functable.c:
24834         * gst-libs/gst/resample/private.h:
24835         * gst-libs/gst/resample/resample.c:
24836         * gst-libs/gst/resample/resample.h:
24837         * gst-libs/gst/resample/resample.vcproj:
24838         * gst-libs/gst/resample/test.c:
24839         * gst/audioscale/Makefile.am:
24840         * gst/audioscale/README:
24841         * gst/audioscale/dtof.c:
24842         * gst/audioscale/dtos.c:
24843         * gst/audioscale/functable.c:
24844         * gst/audioscale/private.h:
24845         * gst/audioscale/resample.c:
24846         * gst/audioscale/resample.h:
24847         * gst/audioscale/test.c:
24848
24849         Move tagedit library to gst-libs:
24850         * gst-libs/gst/tag/Makefile.am:
24851         * gst-libs/gst/tag/gstid3tag.c:
24852         * gst-libs/gst/tag/gsttagediting.c:
24853         * gst-libs/gst/tag/gsttageditingprivate.h:
24854         * gst-libs/gst/tag/gstvorbistag.c:
24855         * gst/tags/Makefile.am:
24856         * gst/tags/gstid3tag.c:
24857         * gst/tags/gstvorbistag.c:
24858
24859         Fix for core changes:
24860         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24861         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
24862         (gst_sinesrc_getrange):
24863
24864 2005-04-23  David Schleef  <ds@schleef.org>
24865
24866         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
24867         in gst-plugins in a long time, and properly belongs in liboil.
24868         * gst-libs/gst/idct/Makefile.am:
24869         * gst-libs/gst/idct/README:
24870         * gst-libs/gst/idct/dct.h:
24871         * gst-libs/gst/idct/doieee:
24872         * gst-libs/gst/idct/fastintidct.c:
24873         * gst-libs/gst/idct/floatidct.c:
24874         * gst-libs/gst/idct/idct.c:
24875         * gst-libs/gst/idct/idct.h:
24876         * gst-libs/gst/idct/idtc.vcproj:
24877         * gst-libs/gst/idct/ieeetest.c:
24878         * gst-libs/gst/idct/intidct.c:
24879
24880 2005-04-20  Wim Taymans  <wim@fluendo.com>
24881
24882         * docs/design-audiosinks.txt:
24883         * gst-libs/gst/audio/Makefile.am:
24884         * gst-libs/gst/audio/TODO:
24885         * gst-libs/gst/audio/gstaudiosink.c:
24886         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24887         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24888         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
24889         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24890         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24891         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
24892         (gst_audiosink_class_init), (gst_audiosink_init),
24893         (gst_audiosink_create_ringbuffer):
24894         * gst-libs/gst/audio/gstaudiosink.h:
24895         * gst-libs/gst/audio/gstbaseaudiosink.c:
24896         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
24897         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
24898         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
24899         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
24900         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
24901         (gst_baseaudiosink_create_ringbuffer),
24902         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24903         * gst-libs/gst/audio/gstbaseaudiosink.h:
24904         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24905         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
24906         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
24907         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24908         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
24909         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24910         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
24911         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
24912         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
24913         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
24914         * gst-libs/gst/audio/gstringbuffer.h:
24915         An attempt at a set of audio base classes together with some
24916         design docs.
24917
24918 2005-04-20  Wim Taymans  <wim@fluendo.com>
24919
24920         * gst/audioconvert/Makefile.am:
24921         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24922         (gst_audio_convert_caps_remove_format_info),
24923         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24924         (gst_audio_convert_channels):
24925         Link against audio libs.
24926         Fix audio convert plugin.
24927
24928 2005-04-20  Wim Taymans  <wim@fluendo.com>
24929
24930         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
24931         (gst_ogg_demux_sink_activate):
24932         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
24933         (theora_set_header_on_caps), (theora_enc_sink_event),
24934         (theora_enc_chain):
24935         Fix theora encoder.
24936
24937 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24938
24939         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
24940         * gst/playback/gstdecodebin.c: (find_compatibles):
24941           Work with staticpadtemplates in elementfactories.
24942
24943 2005-04-12  Wim Taymans  <wim@fluendo.com>
24944
24945         * gst/playback/README:
24946         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24947         (compare_ranks), (print_feature), (gst_decode_bin_init),
24948         (dynamic_create), (dynamic_free), (find_compatibles),
24949         (mimetype_is_raw), (close_pad_link), (got_redirect),
24950         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
24951         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
24952         (gst_decode_bin_change_state):
24953         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24954         (gst_play_base_bin_init), (group_destroy), (group_commit),
24955         (check_queue), (queue_overrun), (queue_threshold_reached),
24956         (queue_out_of_data), (gen_preroll_element), (unknown_type),
24957         (new_decoded_pad), (setup_subtitle), (gen_source_element),
24958         (got_redirect), (setup_source), (play_base_eos),
24959         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
24960         (gst_play_base_bin_remove_element):
24961         * gst/playback/gstplaybasebin.h:
24962         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24963         (gst_play_bin_init), (gst_play_bin_dispose),
24964         (gst_play_bin_set_property), (gen_video_element),
24965         (gen_text_element), (gen_audio_element), (remove_sinks),
24966         (gst_play_bin_send_event):
24967         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
24968         (stream_info_change_state), (gst_stream_info_set_mute):
24969         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24970         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
24971         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
24972         (gst_stream_selector_chain):
24973         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
24974         (main):
24975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24976         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
24977         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
24978         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
24979         Raw and crude port of decodebin. 
24980         Make playbin compile.
24981
24982 2005-04-06  Wim Taymans  <wim@fluendo.com>
24983
24984         * ext/gnomevfs/Makefile.am:
24985         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
24986         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
24987         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
24988         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
24989         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
24990         (gst_gnomevfssrc_stop):
24991         * ext/ogg/Makefile.am:
24992         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
24993         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
24994         * ext/theora/Makefile.am:
24995         * ext/theora/theoradec.c: (_inc_granulepos),
24996         (theora_dec_sink_event), (theora_dec_chain):
24997         * ext/vorbis/Makefile.am:
24998         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24999         (vorbis_dec_sink_event), (vorbis_dec_chain):
25000         * gst-libs/gst/audio/Makefile.am:
25001         * sys/xvimage/Makefile.am:
25002         Make gnomevfssrc extend the source base class.
25003         Fix linking against libs in various plugins.
25004
25005 2005-04-06  Andy Wingo  <wingo@pobox.com>
25006
25007         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25008         GST_BASE_LIBS.
25009
25010         * configure.ac: Add check and AC_SUBST for libgstbase.
25011
25012 2005-03-31  Wim Taymans  <wim@fluendo.com>
25013
25014         * examples/seeking/Makefile.am:
25015         * examples/seeking/cdparanoia.c: (main):
25016         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25017         (play_cb), (pause_cb), (stop_cb), (main):
25018         * examples/seeking/playbin.c:
25019         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25020         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25021         (make_sid_pipeline), (make_vorbis_pipeline),
25022         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25023         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25024         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25025         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25026         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25027         (stop_cb), (main):
25028         * examples/seeking/spider_seek.c:
25029         * examples/seeking/vorbisfile.c:
25030         * ext/gnomevfs/Makefile.am:
25031         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25032         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25033         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25034         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25035         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25036         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25037         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25038         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25039         * ext/ogg/README:
25040         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25041         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25042         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25043         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25044         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25045         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25046         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25047         (gst_ogg_demux_factory_filter), (compare_ranks),
25048         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25049         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25050         (gst_ogg_chain_new), (gst_ogg_chain_free),
25051         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25052         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25053         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25054         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25055         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25056         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25057         (gst_ogg_demux_get_prev_page),
25058         (gst_ogg_demux_deactivate_current_chain),
25059         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25060         (gst_ogg_demux_bisect_forward_serialno),
25061         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25062         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25063         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25064         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25065         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25066         (gst_ogg_demux_change_state), (gst_ogg_print):
25067         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25068         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25069         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25070         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25071         (gst_ogg_mux_loop):
25072         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25073         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25074         (theora_dec_src_convert), (theora_dec_sink_convert),
25075         (theora_dec_src_query), (theora_dec_src_event),
25076         (theora_dec_sink_event), (theora_dec_chain),
25077         (theora_dec_change_state):
25078         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25079         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25080         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25081         (theora_enc_change_state):
25082         * ext/vorbis/Makefile.am:
25083         * ext/vorbis/oggvorbisenc.c:
25084         * ext/vorbis/oggvorbisenc.h:
25085         * ext/vorbis/vorbis.c: (plugin_init):
25086         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25087         (vorbis_dec_src_query), (vorbis_dec_src_event),
25088         (vorbis_dec_sink_event), (vorbis_dec_chain),
25089         (vorbis_dec_change_state):
25090         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25091         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25092         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25093         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25094         (gst_vorbisenc_change_state):
25095         * ext/vorbis/vorbisenc.h:
25096         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25097         * gst-libs/gst/audio/audioclock.c:
25098         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25099         (gst_audiofilter_init), (gst_audiofilter_chain):
25100         * gst-libs/gst/audio/testchannels.c: (main):
25101         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25102         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25103         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25104         (gmip_find_track_streaminfo), (gmip_find_track_format):
25105         * gst-libs/gst/media-info/media-info.c:
25106         (gst_media_info_read_idler):
25107         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25108         (gst_play_get_all_by_interface):
25109         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25110         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25111         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25112         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25113         (gst_riff_parse_info):
25114         * gst-libs/gst/riff/riff-read.h:
25115         * gst-libs/gst/riff/riff.c: (plugin_init):
25116         * gst-libs/gst/video/Makefile.am:
25117         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25118         (gst_videosink_class_init), (gst_videosink_get_type):
25119         * gst-libs/gst/video/videosink.h:
25120         * gst/audioconvert/bufferframesconvert.c:
25121         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25122         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25123         * gst/audioconvert/channelmixtest.c: (main):
25124         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25125         (gst_audio_convert_chain),
25126         (gst_audio_convert_caps_remove_format_info),
25127         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25128         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25129         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25130         (gst_audio_convert_buffer_to_default_format),
25131         (gst_audio_convert_buffer_from_default_format),
25132         (gst_audio_convert_channels):
25133         * gst/audioconvert/gstchannelmix.h:
25134         * gst/ffmpegcolorspace/avcodec.h:
25135         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25136         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25137         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25138         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25139         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25140         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25141         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25142         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25143         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25144         (dv_type_find):
25145         * gst/videotestsrc/gstvideotestsrc.c:
25146         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25147         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25148         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25149         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25150         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25151         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25152         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25153         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25154         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25155         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25156         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25157         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25158         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25159         (gst_xvimagesink_navigation_send_event),
25160         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25161         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25162         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25163         * sys/xvimage/xvimagesink.h:
25164         Plugin port to 0.9, ogg/theora playback should work in the seek
25165         example now.
25166         Removed old examples.
25167         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25168         explained in 0.9 TODO doc.
25169
25170
25171 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25172
25173         * autogen.sh:
25174         * configure.ac:
25175         * ext/Makefile.am:
25176         * gst/Makefile.am:
25177         * po/POTFILES.in:
25178         * po/af.po:
25179         * po/az.po:
25180         * po/cs.po:
25181         * po/en_GB.po:
25182         * po/hu.po:
25183         * po/it.po:
25184         * po/nb.po:
25185         * po/nl.po:
25186         * po/or.po:
25187         * po/sq.po:
25188         * po/sr.po:
25189         * po/sv.po:
25190         * po/uk.po:
25191         * po/vi.po:
25192         * sys/Makefile.am:
25193         * testsuite/Makefile.am:
25194           remove a whole bunch of plugins.  This module now contains a set
25195           of free reference plugins/elements as agreed.
25196
25197 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25198
25199         * configure.ac:
25200           hunting season on 0.9 is now OPEN
25201
25202 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25203
25204         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25205           Kick the hell out of gcc for not warning me about a symbol conflict.
25206
25207 2005-02-22  Luca Ognibene  <luogni@tin.it>
25208
25209         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25210
25211         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25212           Don't leak caps string (fixes #168134)
25213
25214         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25215         (gst_jpegenc_init), (gst_jpegenc_finalize),
25216         (gst_jpegenc_change_state):
25217           Don't leak line buffers and context struct (fixes #168133).
25218
25219 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25220
25221         * configure.ac:
25222         * ext/dirac/gstdiracdec.cc:
25223         (gst_diracdec_chain):
25224           Since dirac 0.5.0 the framerate in dirac is expressed as a
25225           rational number. Fix build and up requirement to 0.5.0, and
25226           also pass parameters to gst_diracdec_link in the right order
25227           (fixes #167959).
25228
25229 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25230
25231         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25232         * ext/faad/gstfaad.h:
25233         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25234         certain invalid muxed streams, where some packets will contain 
25235         junk after decoder data. Partially fixes #149158.
25236
25237 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25238         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25239           Make sure we only write to writable buffers
25240
25241 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25242
25243         * gst-libs/gst/riff/riff-media.c:
25244         (gst_riff_create_audio_caps_with_data):
25245           Do actually fix invalid RIFF fmt header values for alaw
25246           and mulaw audio instead of just saying so.
25247
25248         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25249           Give gst_riff_create_audio_caps_with_data() a chance to
25250           fix up broken format header fields before extracting any
25251           parameters from the header. (fixes #167633)
25252
25253 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25254
25255         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25256
25257         * gst/audioconvert/bufferframesconvert.c:
25258         (buffer_frames_convert_link):
25259           Don't leak othercaps. (fixes #167878)
25260
25261 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25262
25263         * configure.ac:
25264         * ext/libvisual/visual.c: (gst_visual_srclink),
25265         (gst_visual_change_state):
25266           Support libvisual 0.2.0.
25267
25268 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25269
25270         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25271         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25272           Use same rowstrides for I420 as used everywhere else.
25273
25274 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25275
25276         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25277           Declare variables at beginning of block and make gcc-2.95 happy
25278           (fixes # 167482, patch by Gergely Nagy).
25279           
25280         * gst/tcp/gsttcpclientsrc.c:
25281         * gst/tcp/gsttcpclientsrc.h:
25282           Move some includes into the header, so that struct sockaddr_in is
25283           defined when it should be defined on FreeBSD as well (fixes
25284           #167483).
25285           
25286         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25287           Don't pass uninitialised values to setsockopt() here either.
25288
25289 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25290
25291         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25292
25293         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25294           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25295
25296 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25297
25298         * gst/playback/gstplaybin.c: (add_sink):
25299           Invert bin_add/link order to workaround deadlock in opt.
25300
25301 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25302
25303         * gst/modplug/gstmodplug.cc:
25304           Add missing break causing position queries to fail.
25305
25306 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25307
25308         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25309           Granpos can apparently be -1, which screws up calculations...
25310
25311 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25312
25313         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25314         (gst_ximagesink_send_pending_navigation),
25315         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25316         (gst_ximagesink_init):
25317         * sys/ximage/ximagesink.h:
25318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25319         (gst_xvimagesink_send_pending_navigation),
25320         (gst_xvimagesink_navigation_send_event),
25321         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25322         * sys/xvimage/xvimagesink.h:
25323           Use a mutex protected list to marshal navigation
25324           events into the stream thread from whichever thread
25325           sends them.
25326
25327 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25328
25329         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25330           Display current position and track length; misc. clean-ups.
25331           
25332         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25333         (speed_init), (speed_chain):
25334           Add query function, so that the stream length and current position
25335           get adjusted when queried (note that current position queries may
25336           still be wrong if the audio sink returns values based on buffer
25337           timestamps instead of passing on the query).
25338
25339 2005-02-13  Benjamin Otte  <otte@gnome.org>
25340
25341         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25342         (gst_audio_convert_channels):
25343           create channel conversion matrix when linking
25344         * gst/audioconvert/.cvsignore:
25345         * gst/audioconvert/Makefile.am:
25346         * gst/audioconvert/channelmixtest.c: (main):
25347           add (ugly) test that ensures stereo <=> mono conversion works
25348           correctly
25349
25350 2005-02-13  Benjamin Otte  <otte@gnome.org>
25351
25352         * gst/audioconvert/gstchannelmix.h:
25353           include missing header file
25354         * gst/audioconvert/gstchannelmix.c:
25355         (gst_audio_convert_fill_compatible):
25356           use same sign for both channels when converting to/from compatible
25357           channel. Previously used different signs made the signals cancel
25358           each other out and appear like silence. (fixes #167269)
25359
25360 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25361
25362         * gst/ffmpegcolorspace/avcodec.h:
25363         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25364         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25365         (gst_ffmpegcsp_avpicture_fill):
25366         * gst/ffmpegcolorspace/imgconvert.c:
25367           Convert to and from YV12 (fixes #156379).
25368
25369 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25370
25371         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25372         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25373         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25374         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25375         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25376         methods from chain and negotiation and vice versa (Fixes #166142).
25377         * sys/ximage/ximagesink.h: Add stream_lock.
25378         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25379         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25380         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25381         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25382
25383 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25384
25385         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25386           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25387           error message when we can't open the DVD device (when dvdnav_open()
25388           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25389           the above). Send something more useful instead (fixes #167117).
25390
25391 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25392
25393         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25394         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25395         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25396         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25397         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25398         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25399         methods from chain and negotiation and vice versa (Fixes #166142).
25400         Fix a possible bug of images in the buffer pool being discarded because
25401         we are looking at the wrong geometry.
25402         * sys/xvimage/xvimagesink.h: Add stream_lock.
25403
25404 2005-02-11  David Schleef  <ds@schleef.org>
25405
25406         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25407         unsigned int. (fixes #167128)
25408
25409 2005-02-11  David Schleef  <ds@schleef.org>
25410
25411         * gst/librfb/Makefile.am: Testing stuff before committing is
25412           for wimps... and people with fast machines.  Fix stupid
25413           mistake.
25414
25415 2005-02-11  David Schleef  <ds@schleef.org>
25416
25417         * configure.ac: Pull in librfb from my CVS tree, because it is
25418           too small and annoying to be separate.  Move rfbsrc plugin
25419           to gst/.
25420         * ext/Makefile.am:
25421         * ext/librfb/Makefile.am:
25422         * ext/librfb/gstrfbsrc.c:
25423         * gst/librfb/Makefile.am:
25424         * gst/librfb/gstrfbsrc.c:
25425         * gst/librfb/rfb.c:
25426         * gst/librfb/rfb.h:
25427         * gst/librfb/rfbbuffer.c:
25428         * gst/librfb/rfbbuffer.h:
25429         * gst/librfb/rfbbytestream.c:
25430         * gst/librfb/rfbbytestream.h:
25431         * gst/librfb/rfbcontext.h:
25432         * gst/librfb/rfbdecoder.c:
25433         * gst/librfb/rfbdecoder.h:
25434         * gst/librfb/rfbutil.h:
25435
25436 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25437
25438         * gst/speed/Makefile.am:
25439         * gst/speed/demo-mp3.c: (main):
25440         * gst/speed/filter.func:
25441         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25442         (speed_class_init), (speed_init), (speed_chain_int16),
25443         (speed_chain_float32), (speed_chain), (speed_set_property),
25444         (speed_get_property), (speed_change_state):
25445         * gst/speed/gstspeed.h:
25446           Fix speed element and make it chain-based (fixes #156467),
25447           and make it handle more than one channel.
25448
25449 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25450
25451         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25452         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25453         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25454         * ext/dts/gstdtsdec.h:
25455           Don't clobber the stack constructing the channels array.
25456           Make the element chain-based. DTS tracks can now be played.
25457           
25458 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25459
25460         * gst-libs/gst/audio/multichannel.h:
25461         * gst-libs/gst/gconf/gconf.h:
25462         * gst-libs/gst/idct/idct.h:
25463         * gst-libs/gst/media-info/media-info-priv.h:
25464         * gst-libs/gst/play/play.h:
25465         * gst-libs/gst/resample/private.h:
25466         * gst-libs/gst/resample/resample.h:
25467         * gst-libs/gst/riff/riff-ids.h:
25468         * gst-libs/gst/video/video.h:
25469         * gst-libs/gst/video/videosink.h:
25470           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25471           missing, so that they work when included from C++ code.
25472
25473 2005-02-09  David Schleef  <ds@schleef.org>
25474
25475         * testsuite/gst-lint: Check for non-statically scoped
25476           parent_class variables.  This won't be a problem once
25477           plugins are loaded with RTLD_LOCAL.
25478
25479 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25480
25481         * ext/mplex/gstmplexibitstream.cc:
25482           gcc madness.
25483
25484 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25485
25486         * ext/ogg/gstogmparse.c:
25487         * gst/debug/gstnavigationtest.c:
25488           Die, thou faulty symbol pollutors (non-static parent_class).
25489
25490 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25491
25492         * ext/mplex/gstmplexibitstream.cc:
25493           Fix event handling (#165525).
25494
25495 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25496
25497         * ext/mikmod/gstmikmod.c:
25498         * gst/modplug/gstmodplug.cc:
25499           Add missing endianness to template (fixes #165509).
25500
25501 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25502
25503         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25504           Fix wrong order of reading of optional bytes (#165290).
25505
25506 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25507
25508         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25509           Implement FILLER event awareness.
25510
25511 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25512
25513         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25514           Fix track calculations (#166208).
25515
25516 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25517
25518         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25519
25520         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25521         * ext/libpng/gstpngenc.c:
25522           Fix byte-order, use proper fixed caps. Fixes #164197.
25523
25524 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25525
25526         * configure.ac:
25527           Add dvdlpcmdec 
25528
25529         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25530         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25531           Don't push buffers if the src pad isn't negotiated yet.
25532           
25533         * gst/audioconvert/gstaudioconvert.c:
25534         (gst_audio_convert_buffer_to_default_format),
25535         (gst_audio_convert_buffer_from_default_format):
25536           Add support for 24-bit width.
25537
25538         * gst/dvdlpcmdec/.cvsignore:
25539         * gst/dvdlpcmdec/Makefile.am:
25540         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25541         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25542         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25543         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25544         (plugin_init):
25545         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25546           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25547           format. Needs support for the channels maps if someone can find 
25548           a DVD LPCM track with > 2 channels.
25549
25550         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25551         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25552         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25553         * gst/mpegstream/gstdvddemux.h:
25554         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25555         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25556         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25557         * gst/mpegstream/gstmpegdemux.h:
25558         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25559         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25560         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25561         (gst_mpeg_parse_handle_src_query),
25562         (gst_mpeg_parse_handle_src_event):
25563           Use audio/x-dvd-lpcm for LPCM output.
25564           Add DTS output.
25565
25566 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25567
25568         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25569
25570         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25571         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25572           Add BGRA handling (#165736).
25573
25574 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25575
25576         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25577
25578         * gst/law/alaw-decode.c: (alawdec_link):
25579         * gst/law/alaw-encode.c: (alawenc_link):
25580         * gst/law/mulaw-decode.c: (mulawdec_link):
25581         * gst/law/mulaw-encode.c: (mulawenc_link):
25582           Fix caps memleaks (#166600).
25583
25584 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25585
25586         * ext/tarkin/mem.h:
25587         * ext/tarkin/wavelet.h:
25588         * ext/tarkin/yuv.h:
25589         * gst/ffmpegcolorspace/avcodec.h:
25590           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25591           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25592
25593 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25594
25595         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25596         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25597         (gst_xvimagesink_change_state):
25598           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25599           Xv video (and thereby regenerate Xv colourkey) in clear() so
25600           that PLAY -> READY -> PLAY works (fixes #162504).
25601
25602 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25603
25604         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25605           Switch to list instead of range, since MJPEG-devices really just
25606           support decimations, not any size.
25607
25608 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25609         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25610         (gst_mpeg2dec_reset), (free_all_buffers),
25611         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25612         * ext/mpeg2dec/gstmpeg2dec.h:
25613           The libmpeg2 user-allocated buffer management is awkward, 
25614           to say the least. Hopefully this fixes things.
25615
25616 2005-02-04  Andy Wingo  <wingo@pobox.com>
25617
25618         * gst/audioconvert/bufferframesconvert.c
25619         (buffer_frames_convert_fixate): New function, fixates to 256
25620         frames per buffer by default. (Much better than 1.)
25621         (buffer_frames_convert_init): Set the fixate function for both src
25622         and sink pad.
25623         (buffer_frames_convert_link): After success setting nonfixed caps,
25624         get the negotiated caps so we can know how many buffer-frames it
25625         will be. No idea how this worked at all before.
25626
25627 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25628
25629         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25630         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25631         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25632         (handle_sequence), (handle_picture):
25633         * ext/mpeg2dec/gstmpeg2dec.h:
25634           Rearrange buffer tracking and refcounting and refactor
25635           a little for readability. 
25636
25637 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25638         * sys/v4l/gstv4l.c: (plugin_init):
25639         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25640         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25641         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25642         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25643         * sys/v4l/gstv4ljpegsrc.h:
25644         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25645         * sys/v4l/v4l_calls.h:
25646         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25647         (gst_v4lsrc_get_fps):
25648         * sys/v4l/v4lsrc_calls.h:
25649           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25650           you jpeg inside rgb frames" driver.
25651           Don't error in the v4lsrc link function, just return 
25652           REFUSED.
25653
25654 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25655
25656         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25657         (gst_qcamsrc_open):
25658           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25659
25660 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25661
25662         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25663           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25664
25665 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25666
25667         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25668           Reset negotiated state on PAUSED->READY.
25669
25670 2005-02-02  David Schleef  <ds@schleef.org>
25671
25672         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25673         whereever possible.  (Fixes #165997)
25674         * examples/capsfilter/capsfilter1.c: (main):
25675         * examples/dynparams/filter.c: (create_ui):
25676         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25677         * examples/seeking/chained.c: (main):
25678         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25679         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25680         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25681         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25682         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25683         * examples/switch/switcher.c: (main):
25684         * ext/dv/demo-play.c: (main):
25685         * ext/faad/gstfaad.c: (gst_faad_change_state):
25686         * ext/mad/gstmad.c: (gst_mad_chain):
25687         * ext/smoothwave/demo-osssrc.c: (main):
25688         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25689         (gst_gconf_render_bin_from_description),
25690         (gst_gconf_get_default_audio_sink),
25691         (gst_gconf_get_default_video_sink),
25692         (gst_gconf_get_default_audio_src),
25693         (gst_gconf_get_default_video_src),
25694         (gst_gconf_get_default_visualization_element):
25695         * gst/level/demo.c: (main):
25696         * gst/level/plot.c: (main):
25697         * gst/playback/gstplaybin.c: (gen_video_element),
25698         (gen_audio_element):
25699         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25700         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25701         * gst/sine/demo-dparams.c: (main):
25702         * gst/spectrum/demo-osssrc.c: (main):
25703         * gst/speed/demo-mp3.c: (main):
25704         * gst/volume/demo.c: (main):
25705         * testsuite/embed/embed.c: (main):
25706
25707 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25708
25709         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25710         (gst_tcpclientsink_finalize):
25711         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25712         (gst_tcpclientsrc_finalize):
25713         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25714         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25715         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25716         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25717           Don't leak the hostname when shutting down.
25718           In tcpserversrc, take a copy of the default hostname.
25719
25720 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25721
25722         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25723           Set caps to systemstream=TRUE.
25724
25725 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25726
25727         * testsuite/Makefile.am:
25728           Fix more OSX buildbots.
25729
25730 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25731
25732         * ext/mpeg2dec/gstmpeg2dec.c:
25733           Don't send things to NULL PAD_PEERs
25734
25735         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25736           Copy-on-write the incoming buffer.
25737
25738         * gst/mpegstream/gstdvddemux.h:
25739         * gst/mpegstream/gstmpegclock.h:
25740         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25741         (normal_seek), (gst_mpeg_demux_handle_src_event):
25742         * gst/mpegstream/gstmpegdemux.h:
25743         * gst/mpegstream/gstmpegpacketize.h:
25744         * gst/mpegstream/gstmpegparse.c:
25745         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25746         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25747         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25748         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25749         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25750         * gst/mpegstream/gstmpegparse.h:
25751         * gst/mpegstream/gstrfc2250enc.h:
25752           Various changes to the way time is computed that make seeking and
25753           total time estimation much better here.
25754           Use G_BEGIN/END_DECLS instead of __cplusplus
25755
25756         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
25757           Use gst_buffer_stamp instead of only copying the TIMESTAMP
25758
25759 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25760
25761         * gst/subparse/gstsubparse.c:
25762           Fix OSX buildbot.
25763
25764 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25765
25766         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25767         (theora_enc_chain), (theora_enc_change_state):
25768         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25769         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
25770         (gst_vorbisenc_change_state):
25771         * ext/vorbis/vorbisenc.h:
25772           Set granulepos and timestamp correctly for streams not
25773           starting at 0, taking into account the initial delay.
25774
25775 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25776
25777         * gst/mpegstream/gstdvddemux.c:
25778           Add audio/x-dts to audio pad template caps
25779
25780 2005-01-30  David Schleef  <ds@schleef.org>
25781
25782         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
25783         (create_context), (gst_polypsink_link): Fix silly endianness
25784         bug.  Add some debugging.  Remove float from caps; it doesn't
25785         work.  Attempt to get remote audio working.
25786
25787 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25788
25789         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25790           Add 3IV2 fourcc.
25791
25792 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25793
25794         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
25795         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
25796         (gst_avi_demux_stream_data):
25797         * gst/avi/gstavidemux.h:
25798           Invert DIB images. Fixes #132341.
25799
25800 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25801
25802         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25803         (gst_ffmpegcsp_chain):
25804           D'oh, reference the palette data, not the palette structure.
25805           Fixes color distortion in #132341.
25806
25807 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25808
25809         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25810           PAR can be non-fixed when not provided as argument (#162626).
25811
25812 2005-01-29  David Moore  <dcm@acm.org>
25813
25814         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25815
25816         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25817         (gst_qtdemux_loop_header):
25818           Re-apply patch from #142272 that allows non-seekable sources,
25819           re-proposed by Daniel Drake <dsd@gentoo.org>.
25820
25821 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25822
25823         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
25824           Use the src template for creating the src pad (#162330).
25825
25826 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25827
25828         * configure.ac:
25829         * ext/musepack/Makefile.am:
25830         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
25831         (gst_musepackdec_init), (gst_musepackdec_dispose),
25832         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
25833         (gst_musepack_stream_init), (gst_musepackdec_loop),
25834         (gst_musepackdec_change_state):
25835         * ext/musepack/gstmusepackdec.cpp:
25836         * ext/musepack/gstmusepackdec.h:
25837         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
25838         (gst_musepack_reader_read), (gst_musepack_reader_seek),
25839         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
25840         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
25841         * ext/musepack/gstmusepackreader.cpp:
25842         * ext/musepack/gstmusepackreader.h:
25843           Update to 1.1 API (#165446).
25844
25845 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25846
25847         * ext/Makefile.am:
25848           Unbreak buildbot.
25849
25850 2005-01-28  Andy Wingo  <wingo@pobox.com>
25851
25852         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
25853         to reflect a different dubious internet source. Add a reference
25854         and some commentary.
25855
25856 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25857
25858         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25859         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
25860         * gst/playback/gststreamselector.h:
25861           Be more selective when we're redoing caps negotiation from
25862           within the chain function on a stream change.
25863
25864 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25865
25866         * configure.ac:
25867         * ext/Makefile.am:
25868         * ext/amrnb/Makefile.am:
25869         * ext/amrnb/amrnb.c: (plugin_init):
25870         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
25871         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
25872         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
25873         (gst_amrnbdec_state_change):
25874         * ext/amrnb/amrnbdec.h:
25875         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
25876         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
25877         (gst_amrnbparse_init), (gst_amrnbparse_formats),
25878         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
25879         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
25880         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
25881         * ext/amrnb/amrnbparse.h:
25882           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
25883         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25884           Add AMR-NB/-WB raw formats.
25885         * ext/alsa/gstalsa.c: (gst_alsa_link):
25886           Keep valid time when changing format.
25887         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25888         (qtdemux_parse_trak):
25889           Add some more format-specific options (#140141, #143555, #155163).
25890
25891 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25892
25893         * gst/matroska/matroska-demux.c:
25894         (gst_matroska_demux_parse_blockgroup):
25895           Fix logic error in timing of subtitle stream synchronization.
25896         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
25897           Add skip-chunk, which is found in kodak-camera streams.
25898
25899 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25900
25901         * po/LINGUAS:
25902         * po/vi.po:
25903           Adding Vietnamese translation (submitted by Clytie Siddall)
25904
25905 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25906
25907         * gst/playback/gstdecodebin.c: (try_to_link_1):
25908           Use realpad for signal.
25909
25910 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25911
25912         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
25913           Fix category so decodebin picks it up.
25914
25915 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25916
25917         * ext/mad/Makefile.am:
25918         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
25919         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
25920         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
25921         (found_type), (gst_id3demux_bin_change_state):
25922         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
25923         (gst_id3_tag_init), (gst_id3_tag_handle_event),
25924         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25925         (gst_id3_tag_change_state), (plugin_init):
25926         * ext/mad/gstmad.h:
25927           Add id3demuxbin (which is a simple bin consisting of id3demux
25928           and typefind), take over rank from id3demux, remove typefind
25929           code from id3demux. Makes all broken mp3s that I know of work,
25930           and thereby fixes #152688.
25931
25932 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
25933
25934         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25935
25936         * ext/mad/gstmad.c: (gst_mad_src_event):
25937         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
25938           Allow seeks on audio pad, make mad forward those (#164826).
25939         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25940           Set duration (#165335).
25941
25942 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25943
25944         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
25945         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
25946         (gst_asf_demux_process_ext_content_desc),
25947         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
25948         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
25949         * gst/asfdemux/gstasfdemux.h:
25950           Improve metadata display, e.g. if the metadata comes before the
25951           streams are loaded (which is perfectly valid).
25952
25953 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25954
25955         * tools/gst-launch-ext-m.m:
25956           Fix AVI/ASF pipelines (#165340).
25957
25958 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
25959         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
25960         build failure on amd64
25961
25962 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
25963
25964         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
25965         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
25966           Check environment variables GST_ID3V2_TAG_ENCODING,
25967           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
25968           list of character encodings to force interpretation of non-unicode
25969           strings stored in an ID3v2 tag to a particular encoding. If none
25970           is specified, try to use current locale's encoding, then fall back
25971           to ISO-8859-1 (which will always succeed). (Resolves #149274)
25972         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
25973         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
25974           Check environment variables GST_ID3V1_TAG_ENCODING,
25975           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
25976           list of character encodings to use in case a string encountered
25977           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
25978           specified, try to use the current locale's encoding, then fall
25979           back to ISO-8859-1 (which will always succeed).
25980
25981 2005-01-25  Benjamin Otte  <otte@gnome.org>
25982
25983         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
25984           - on half framerate, compute the rate in advance so the comparisons
25985             don't compare wrong values
25986           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
25987             behaviour
25988           - don't use mad_header_decode anymore, mad_frame_decode does that
25989             automatically
25990           - when getting rid of consumed bytes, reset the stream's skiplen
25991           (fixes #163867)
25992
25993 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
25994
25995         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
25996           Use 1/2 a second for default max_discont, as PES streams from DVB
25997           seem to have larger spacings in the SCR. 
25998           Fix a typo.
25999
26000 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26001
26002         * gst/playback/gstplaybasebin.c: (group_commit):
26003           Notify delayed stream-info availability.
26004
26005 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26006         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26007         (gst_a52dec_handle_event), (gst_a52dec_chain):
26008         Add some debug output. Check that a discont has a valid
26009         time associated.
26010         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26011         (gst_alsa_sink_loop):
26012         Ignore TAG events. A little extra debug for broken timestamps.
26013         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26014         (dvdnavsrc_change_state):
26015         Ensure we send a discont to engage the link before we send any
26016         other events.
26017         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26018         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26019         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26020         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26021         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26022         dvd://title works in totem because typefinding sends a seek that ends
26023         up going back to chapter 1 regardless.
26024         * ext/mpeg2dec/gstmpeg2dec.c:
26025         * ext/mpeg2dec/gstmpeg2dec.h:
26026         Output correct timestamps and handle disconts.
26027         * ext/ogg/gstoggdemux.c: (get_relative):
26028         Small guard against a null dereference.
26029         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26030         (gst_textoverlay_set_property):
26031         Free memory when done. Don't call gst_event_filler_get_duration on
26032         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26033         g_warning.
26034         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26035         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26036         (gst_sw_srclink), (gst_smoothwave_chain):
26037         Draw solid lines, prettier colours.
26038         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26039         Add a default palette that'll work for some movies.
26040         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26041         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26042         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26043         * gst/mpegstream/gstdvddemux.h:
26044         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26045         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26046         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26047         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26048         * gst/mpegstream/gstmpegparse.h:
26049         Use PTM/NAV events when for timestamp adjustment when connected to 
26050         dvdnavsrc. Don't use many discont events where one suffices.
26051         * gst/playback/gstplaybasebin.c: (group_destroy),
26052         (gen_preroll_element), (gst_play_base_bin_add_element):
26053         * gst/playback/gstplaybasebin.h:
26054         Make sure we remove subtitles from the same bin we put them in.
26055         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26056         (gst_subparse_buffer_format_autodetect),
26057         (gst_subparse_change_state):
26058         Fix some memleaks and invalid accesses.
26059         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26060         (oggskel_type_find), (cmml_type_find), (plugin_init):
26061         Some typefind functions for Annodex v3.0 files
26062         * gst/wavparse/gstwavparse.h:
26063         GstRiffReadClass is the correct parent class.
26064
26065 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26066
26067         * gst-libs/gst/riff/riff-media.c:
26068         (gst_riff_create_video_caps_with_data):
26069           Add extradata to huffyuv (fixes #165013).
26070         * gst-libs/gst/riff/riff-read.c:
26071         (gst_riff_read_strf_vids_with_data):
26072           Fix extradata extraction if it is in the chunk size.
26073
26074 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26075
26076         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26077
26078         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26079         (gst_quarktv_change_state), (gst_quarktv_dispose):
26080           Memory free'ing location fix (#164708).
26081
26082 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26083
26084         * gst/playback/gstplaybasebin.c: (group_commit),
26085         (gen_preroll_element), (probe_triggered), (gen_source_element),
26086         (setup_source), (gst_play_base_bin_change_state),
26087         (gst_play_base_bin_add_element):
26088           Don't block for streams.
26089         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26090         (gst_stream_info_set_mute):
26091           Use gst_pad_set_active_recursive.
26092
26093 2005-01-25  Andy Wingo  <wingo@pobox.com>
26094
26095         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26096         for #ifndef HAVE_XVIDEO.
26097
26098 2005-01-24  Jeffrey C. Ollie
26099
26100         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26101
26102         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26103         * ext/gsm/gstgsmdec.h:
26104         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26105         * ext/gsm/gstgsmenc.h:
26106         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26107         was given by property. Add proper buffer timestamps and offsets.
26108
26109 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26110
26111         * gst-libs/gst/riff/riff-media.c:
26112         (gst_riff_create_audio_caps_with_data):
26113           Audio can be <8000Hz.
26114
26115 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26116
26117         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26118           Explicit state change to workaround refcount bugs.
26119
26120 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26121
26122         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26123         (gst_avimux_riff_get_avi_header):
26124           Fix...
26125
26126 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26127
26128         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26129         (gst_riff_read_element_data):
26130         * gst-libs/gst/riff/riff-read.h:
26131           Add _peek version (req'ed in CDXA).
26132         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26133         (gst_cdxaparse_loop):
26134           Fix parsing in playbin.
26135         * gst/playback/gstdecodebin.c: (close_pad_link):
26136           Ignore current_ pads, they cause major annoyance.
26137
26138 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26139
26140         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26141           Safety guard.
26142
26143 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26144
26145         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26146           Fix padding...
26147
26148 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26149
26150         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26151           Allow for 0-sized buffers. Fixes length query problems in
26152           starwars.mkv from the testsuite.
26153
26154 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26155
26156         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26157         (gst_video_box_i420), (gst_video_box_chain):
26158           Fix row strides for I420 (fixes #163159)
26159           
26160 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26161
26162         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26163           MPEG2 has a useful rate property, so we can actually use that.
26164           For MPEG-1, continue using the bytes/time properties.
26165
26166 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26167
26168         * gst-libs/gst/riff/riff-media.c:
26169         (gst_riff_create_video_caps_with_data),
26170         (gst_riff_create_video_template_caps):
26171           Add intel-h263.
26172
26173 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26174
26175         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26176           Fail if caps negotiation fails. Should fix #162184, and should
26177           definately be in there regardless of it fixing the actual bug.
26178         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26179         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26180         (gst_avimux_riff_get_avix_header),
26181         (gst_avimux_riff_get_video_header),
26182         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26183         (gst_avimux_start_file), (gst_avimux_handle_event),
26184         (gst_avimux_change_state):
26185         * gst/avi/gstavimux.h:
26186           Refactor structure writing to use GST_WRITE_UINT macros, add
26187           metadata writing support.
26188
26189 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26190
26191         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26192           Elements may already be destroyed when this function is called.
26193
26194 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26195
26196         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26197         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26198           More memory leak fixes (#149162).
26199
26200 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26201
26202         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26203         (gst_qtdemux_add_stream):
26204           Fix two memleaks.
26205
26206 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26207
26208         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26209           Argh...
26210
26211 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26212
26213         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26214           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26215           when fixating to six channels in Totem.
26216
26217 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26218
26219         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26220           Fix compile warnings on Solaris 10 buildbot
26221
26222 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26223
26224         * ext/dvdread/dvdreadsrc.c: (_read):
26225           Don't read beyond the last cell in a chapter (fixes 
26226           invalid memory access)
26227
26228 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26229
26230         * ext/dvdread/stream_labels.c:
26231         (dvdreadsrc_get_audio_stream_labels):
26232           Use NULL for an empty GList instead of g_list_alloc(); fix 
26233           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26234           of GString (easier to bulk free later)
26235
26236 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26237
26238         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26239
26240         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26241         (gst_ffmpeg_pixfmt_to_caps):
26242           Fix BGRA32 caps (#164209).
26243
26244 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26245
26246         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26247
26248         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26249         (gst_ffmpeg_caps_to_pixfmt):
26250           alpha_mask can be RGBA/ABGR. Fixes #164265.
26251
26252 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26253
26254         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26255
26256         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26257         (gst_mpeg2dec_alloc_buffer):
26258         * ext/mpeg2dec/gstmpeg2dec.h:
26259           Crop if decoding size is not the actual image size (#163676).
26260
26261 2005-01-17  Steve Baker  <steve@stevebaker.org>
26262
26263         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26264
26265         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26266         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26267           Add libsndfile typefind functions (#163309).
26268
26269 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26270
26271         * tools/gst-launch-ext-m.m:
26272           Add .aac, fix .m1v/.m2v (#163891).
26273
26274 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26275
26276         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26277           Sanity check, don't wait endlessly since the clock might not
26278           actually run at this point (which is a deadlock). Fixes #164069.
26279
26280 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26281
26282         * gst/playback/gstplaybasebin.c: (probe_triggered):
26283           Of course, only pause if group is done...
26284
26285 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26286
26287         * gst/playback/gstplaybasebin.c: (probe_triggered):
26288           Thread safety.
26289
26290 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26291
26292         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26293           Don't return state change success when the parent
26294           failed.
26295
26296 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26297
26298         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26299           Free events (fix memleak in #162905).
26300
26301 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26302
26303         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26304
26305         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26306         (gst_ffmpeg_caps_to_pixfmt):
26307           Fix for depth = 15. Fixes #161675.
26308
26309 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26310
26311         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26312           Set FPS correctly, even for webcams and the like.
26313         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26314           Don error on setting while capturing.
26315
26316 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26317
26318         * ext/dv/gstdvdec.c:
26319         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26320         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26321           I'm a bad boy. using /1001. to force C to do float division
26322           and not integer division (as it did in my last commit)
26323           Thanks to David I. Lehn for pointing this mistake.
26324
26325 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26326
26327         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26328           Revert Johan's 1.35->1.36 since it breaks compat.
26329
26330 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26331
26332         * ext/dv/gstdvdec.c:
26333         * ext/libfame/gstlibfame.c:
26334         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26335         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26336           replace framerate aproximations by their real value
26337           (24000/1001, 30000/1001, 60000/1001)
26338           Finish fixing bug #164049
26339
26340 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26341
26342         * ext/ogg/gstoggmux.c:
26343           eos/bos debugging
26344         * gst/tcp/gstmultifdsink.c:
26345         * gst/tcp/gstmultifdsink.h:
26346         * gst/tcp/gsttcp.c:
26347         * gst/tcp/gsttcp.h:
26348         * gst/tcp/gsttcpclientsink.c:
26349         * gst/tcp/gsttcpclientsrc.c:
26350         * gst/tcp/gsttcpserversink.c:
26351         * gst/tcp/gsttcpserversrc.c:
26352           improve reusability of elements after state changes and errors
26353           make multifdsink throw away streamheaders when receiving new ones
26354
26355 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26356
26357         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26358           Fix for if items are already in list...
26359
26360 2005-01-12  Benjamin Otte  <otte@gnome.org>
26361
26362         * gst/adder/gstadder.c: (gst_adder_loop):
26363           fix adder a bit so it doesn't screw up with events as much anymore
26364
26365 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26366
26367         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26368         (pixbufscale_scale), (gst_pixbufscale_chain):
26369         * ext/gdk_pixbuf/pixbufscale.h:
26370           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26371           to ensure rowstrides are calculated the same way as 
26372           ffmpegcolorspace
26373           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26374           that we pick up duration and offset also.
26375
26376 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26377
26378         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26379         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26380           Reusability fixes.
26381
26382 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26383
26384         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26385         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26386         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26387         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26388           Update flags when requested.
26389
26390 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26391
26392         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26393           Fix dmix.
26394
26395 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26396
26397         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26398         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26399         (probe_triggered), (new_decoded_pad), (gen_source_element),
26400         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26401         * gst/playback/gstplaybasebin.h:
26402         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26403         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26404         (gst_play_bin_change_state):
26405           Implement group-switch signal for use in apps to clear metadata
26406           cache, clean up subtitle, add suburi property instead of # hack,
26407           some error-out fixes.
26408
26409 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26410
26411         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26412           Debug.
26413         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26414           If we got a state change in the _get handler, don't return success.
26415
26416 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26417
26418         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26419         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26420           Make jpegdec quiet on MJPEG decoding
26421         * gst/asfdemux/README:
26422           Fix mimetypes for MJPEG and H263
26423
26424 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26425
26426         * ext/theora/theoradec.c: (theora_dec_chain):
26427           Fix broken code generation by gcc by swapping arguments.
26428         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26429           Fix \n in debug.
26430
26431 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26432
26433         * TODO:
26434           delete this file, it is by far outdated
26435         * ext/alsa/gstalsa.1: remove
26436         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26437         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26438         (gst_alsa_get_caps):
26439           Add HW probing for supported sample rates. Fixes #161704
26440
26441 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26442
26443         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26444           Don't crash, biatch! :).
26445
26446 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26447
26448         * ext/musepack/gstmusepackreader.cpp:
26449         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26450           Some work on tags - still doesn't work in playbin...
26451         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26452           Handle events...
26453
26454 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26455
26456         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26457           Also shove tags on kid pads.
26458
26459 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26460
26461         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26462           Don't bail on unknown events.
26463         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26464           Don't crash on events before negotiation.
26465         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26466           Send tags on pads, too.
26467         * gst/playback/gststreamselector.c:
26468         (gst_stream_selector_request_new_pad):
26469           Forward events on first pad if no input was selected yet.
26470
26471 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26472
26473         * gst/playback/gstplaybasebin.c: (setup_substreams):
26474           Don't disable streamtype if the stream doesn't exist, since
26475           then playing a video after audio will disable both and nothing
26476           will happen. Fixes the testsuite.
26477
26478 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26479
26480         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26481         (gst_v4l_xoverlay_set_xwindow_id):
26482         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26483         (gst_v4l2_xoverlay_set_xwindow_id):
26484           Add debug categories, fix overlay disabling.
26485
26486 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26487
26488         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26489         * ext/alsa/gstalsa.h:
26490           Add HW probing for period_count/size and buffer_size MIX/MAX
26491           Adjust default/user defined value if out of bounds
26492           Should fix bug #162024
26493
26494 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26495
26496         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26497           Fix warning (#161191).
26498
26499 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26500
26501         * ext/dvdread/stream_labels.c:
26502         (dvdreadsrc_get_audio_stream_labels):
26503           Fix warning (init the good variable in switch default)
26504
26505 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26506
26507         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26508
26509         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26510           Fix gcc-2.95 compile (#163485).
26511
26512 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26513
26514         * configure.ac:
26515         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26516         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26517         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26518         (gst_flacenc_change_state):
26519         * ext/flac/gstflacenc.h:
26520           Update for API change in flac-1.1.1. Update requirement in
26521           configure.ac. Fixes #162974.
26522
26523 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26524
26525         * gst/playback/gstplaybasebin.c: (group_destroy):
26526           Remove hack to get rid of assert and get rid of unlinked
26527           signals properly.
26528
26529 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26530
26531         * gst/playback/gstplaybasebin.c: (setup_source):
26532           Set source to NULL so that resources are free'ed. Fixes issues
26533           with playback of CDDA and similar device-accessing things.
26534
26535 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26536
26537         * testsuite/embed/Makefile.am:
26538           test->noinst, fix make test in buildbot.
26539
26540 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26541
26542         * ext/dvdread/stream_labels.c: new file
26543         * ext/dvdread/stream_labels.h: new file
26544         * ext/dvdread/Makefile.am:
26545         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26546           Extract audio stream label from DVD IFO files.
26547           It only dump them on the console for now, still have to
26548           make playbin aware of them.
26549
26550 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26551
26552         * gst/playback/gstplaybasebin.c: (setup_source):
26553           Fix hanging subs.
26554
26555 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26556
26557         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26558         (gen_preroll_element), (remove_groups), (setup_subtitle),
26559         (gen_source_element), (setup_source):
26560         * gst/playback/gstplaybasebin.h:
26561           Multiple .sub files is just a stupid idea... Fix some threading
26562           mistakes. Interestingly, external .sub files cause playbin to
26563           hang, I don't know why... Parsing fixes contributed by Fran??ois
26564           Kooman <fkooman@tuxed.net>.
26565
26566 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26567
26568         * testsuite/embed/Makefile.am:
26569           Fix buildbot.
26570
26571 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26572
26573         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26574
26575         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26576         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26577         (gst_pngenc_set_property):
26578         * ext/libpng/gstpngenc.h:
26579           Add compression level property (#163323).
26580
26581 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26582
26583         * configure.ac:
26584         * examples/capsfilter/capsfilter1.c: (main):
26585         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26586         * ext/dvdread/Makefile.am:
26587         * ext/dvdread/demo-play:
26588         * ext/dvdread/demo-play.c:
26589         * gconf/gstreamer.schemas.in:
26590         * gst-libs/gst/gconf/gconf.c:
26591         * sys/v4l/TODO:
26592         * testsuite/Makefile.am:
26593         * testsuite/embed/Makefile.am:
26594         * testsuite/embed/embed.c: (cb_expose), (main):
26595           Remove all references to xvideosink, fix examples (#140845).
26596         * gst/playback/gstplaybasebin.c: (group_destroy):
26597           Apparently, disposal does not unlink - so do explicitely.
26598         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26599           Add debug.
26600
26601 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26602
26603         * README: fix PKG_CONFIG_PATH instructions, what was there
26604         previously was breaking default search path, not nice. 
26605         Fixes #163358
26606
26607 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26608
26609         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26610         (gst_audioscale_chain):
26611           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26612           when resampling - how the ^@$^!@^! is this possible?!?
26613
26614 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26615
26616         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26617           Reset variables on READY.
26618         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26619         (gst_matroska_mux_loop):
26620           Require data before writing header.
26621
26622 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26623
26624         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26625
26626         * ext/mad/gstmad.c: (gst_mad_chain):
26627           Don't call mad_stream_sync() directly after recovering sync.
26628           Fixes #151661.
26629
26630 2005-01-09  Martin Eikermann  <meiker@upb.de>
26631
26632         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26633
26634         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26635         (snapshot_handler), (gst_snapshot_sinkconnect),
26636         (gst_snapshot_chain):
26637           Allocate resources when required, fix recursive signal emission
26638           and fix caps. Fixes #161667.
26639
26640 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26641
26642         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26643
26644         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26645         (gst_pngdec_chain):
26646           Handle only 8-bppc (bits-per-pixel-component) images, better
26647           error handling and correct strides. Fixes #163177.
26648         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26649         (gst_pngenc_chain):
26650           Better error handling. Fixes #163348.
26651
26652 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26653
26654         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26655         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26656         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26657         (dvdnavsrc_uri_handler_init):
26658           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26659         * gst/playback/gstplaybasebin.c: (gen_source_element):
26660           Add MMS to streaming URIs.
26661
26662 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26663
26664         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26665         * sys/xvimage/xvimagesink.c:
26666         (gst_xvimagesink_navigation_send_event):
26667           Check for pad availability before sending event.
26668
26669 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26670
26671         * gst-plugins.spec.in:
26672           Add subparse.
26673
26674 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26675
26676         * configure.ac:
26677           Since we use functions from CVS, up requirement.
26678
26679 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26680
26681         * gst/playback/Makefile.am:
26682         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26683         (group_destroy), (group_commit), (group_is_muted),
26684         (gen_preroll_element), (add_stream), (unknown_type),
26685         (probe_triggered), (preroll_unlinked), (mute_stream),
26686         (silence_stream), (new_decoded_pad), (setup_substreams),
26687         (setup_source), (get_active_source), (mute_group_type),
26688         (muted_group_change_state), (set_active_source),
26689         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26690         (play_base_eos), (gst_play_base_bin_change_state):
26691         * gst/playback/gstplaybasebin.h:
26692         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26693         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26694         (gst_stream_info_dispose), (stream_info_mute_pad),
26695         (stream_info_change_state), (gst_stream_info_set_mute):
26696         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26697         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26698         (gst_stream_selector_init), (gst_stream_selector_dispose),
26699         (gst_stream_selector_get_linked_pad),
26700         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26701         (gst_stream_selector_get_linked_pads),
26702         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26703         * gst/playback/gststreamselector.h:
26704           Adding stream selection support plus required properties for
26705           applications to use this. Fully fixes #100931.
26706
26707 2005-01-08  Benjamin Otte  <otte@gnome.org>
26708
26709         * gst/games/gstpuzzle.c: (nav_event_handler):
26710           - handle nav events differently: forward every event no matter if it
26711             was handled or not.
26712           - translate events
26713           You can now cheat by using navigationtest ! puzzle and moving the
26714           mouse close to the edge of a tile. ;)
26715
26716 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26717
26718         * configure.ac:
26719         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26720         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26721         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26722         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26723         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26724         (gst_ogm_parse_plugin_init):
26725         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26726         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26727         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26728         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26729         * ext/pango/gsttextoverlay.h:
26730         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26731         (gst_matroska_demux_handle_seek_event),
26732         (gst_matroska_demux_sync_streams),
26733         (gst_matroska_demux_parse_blockgroup),
26734         (gst_matroska_demux_subtitle_caps),
26735         (gst_matroska_demux_plugin_init):
26736         * gst/matroska/matroska-ids.h:
26737         * gst/playback/gstdecodebin.c: (close_pad_link):
26738         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26739         (gen_preroll_element), (remove_groups), (add_stream),
26740         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26741         (setup_source):
26742         * gst/playback/gstplaybasebin.h:
26743         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26744         * gst/subparse/Makefile.am:
26745         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26746         (gst_subparse_base_init), (gst_subparse_class_init),
26747         (gst_subparse_init), (gst_subparse_formats),
26748         (gst_subparse_eventmask), (gst_subparse_event),
26749         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26750         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26751         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26752         (parse_mpsub_deinit), (parse_mpsub_init),
26753         (gst_subparse_buffer_format_autodetect),
26754         (gst_subparse_format_autodetect), (gst_subparse_loop),
26755         (gst_subparse_change_state), (gst_subparse_type_find),
26756         (plugin_init):
26757         * gst/subparse/gstsubparse.h:
26758         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
26759         (plugin_init):
26760           Add subtitle support, .sub parser (supports SRT and MPsub),
26761           OGM text support, Matroska UTF-8 text support, deadlock fixes
26762           all over the place, subtitle awareness in decodebin/playbin
26763           and some fixes to textoverlay to handle subtitles in a stream
26764           correctly. Fixes #100931.
26765
26766 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26767
26768         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26769           Check for pad availability before doing a query on it.
26770
26771 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26772
26773         * ext/dv/gstdvdec.c:
26774           really fix bpp24/32 dvdec caps (classic rgba indeed)
26775         * gst/asfdemux/gstasfdemux.c:
26776         (gst_asf_demux_process_ext_content_desc):
26777           don't send text tags if they are empty (bis repetita)
26778
26779 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26780
26781         * ext/dv/gstdvdec.c:
26782          remove unneeded comment from dvdec
26783           (related to DV 4CC codes in AVI files)
26784           moved them in gstreamer/docs/random/mimetypes
26785         * gst/asfdemux/gstasfdemux.c:
26786         (gst_asf_demux_process_ext_content_desc):
26787          don't send text tags if they are empty
26788          fix mem leak on error path
26789         * gst/ffmpegcolorspace/avcodec.h:
26790         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26791         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26792         (gst_ffmpegcsp_avpicture_fill):
26793         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
26794         * gst/ffmpegcolorspace/imgconvert_template.h:
26795          adds BGR32 and BGRA32 to ffmpegcolorspace
26796           (still bad colors, fixing it on next commit)
26797           helps with dvdec outputing BGR32
26798
26799 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26800
26801         * ext/dv/gstdvdec.c:
26802          Fix audio caps i just broke (missing ',')
26803         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
26804         (gst_matroska_mux_reset):
26805          Fix typo + add FIXME about old "x-gst-metadata" crap
26806
26807 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26808
26809         * ext/dv/demo-play.c: (main):
26810          xvideosink -> xvimagesink
26811         * ext/dv/gstdvdec.c:
26812          change rgb 32/32 caps to 24/32 (no alpha)
26813          change nb of channels to be a list (2 or 4, not 2)
26814          change sample rate to be a list (32, 44.1, 48 kHz) not a range
26815         * gst/asfdemux/gstasfdemux.c:
26816         (gst_asf_demux_process_ext_content_desc):
26817          Add 'date/year' to extracted metadata list
26818
26819 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26820
26821         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
26822           The return value of fixate_to does not imply that the requested
26823           value was set, so don't assume.
26824
26825 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
26826
26827         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26828
26829         * ext/libpng/gstpngdec.c:
26830         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
26831         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
26832         * ext/libpng/gstpngenc.h:
26833           Alpha support (encoder; #163161), mime fixage.
26834
26835 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
26836
26837         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26838
26839         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
26840         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
26841         (gst_faac_set_property), (gst_faac_get_property):
26842         * ext/faac/gstfaac.h:
26843           Allow for ADTS output (#153434).
26844
26845 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26846
26847         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26848           Fix against template (#150576).
26849
26850 2005-01-06  Benjamin Otte  <otte@gnome.org>
26851
26852         * gst/games/gstpuzzle.c: (draw_puzzle):
26853           don't draw a puzzle if either width or height of tiles would be 0.
26854
26855 2005-01-06  Benjamin Otte  <otte@gnome.org>
26856
26857         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
26858         (gst_puzzle_class_init), (gst_puzzle_finalize):
26859           no memleaks, please
26860         (gst_puzzle_create), (gst_puzzle_init),
26861         (gst_puzzle_set_property), (gst_puzzle_setup):
26862           change initialization code around so we don't reshuffle on resize
26863         (draw_puzzle):
26864           fix another stupid typo
26865
26866 2005-01-06  Benjamin Otte  <otte@gnome.org>
26867
26868         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
26869           fix stupid typo that borked copying on YUY2
26870
26871 2005-01-06  Benjamin Otte  <otte@gnome.org>
26872
26873         * gst/games/gstpuzzle.c: (draw_puzzle):
26874           fix edges when image sizes aren't multiples of tile sizes
26875
26876 2005-01-06  Benjamin Otte  <otte@gnome.org>
26877
26878         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
26879           make RGB endianness work correctly
26880         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
26881           refactor and fix race with initial shuffling
26882         (nav_event_handler):
26883           allow using the mouse to puzzle
26884         (draw_puzzle):
26885           insist on tiles having width and height as multiples of 4 to get
26886           clean YUV image handling
26887         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
26888         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
26889           s/DEBUG/LOG/ for common messages
26890         (gst_xvimagesink_navigation_send_event):
26891           fix mouse event translation to not include screen PAR
26892         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26893           fix mouse event translation to actually work
26894
26895 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26896
26897         * gst/asfdemux/gstasfdemux.c:
26898         (gst_asf_demux_process_ext_content_desc):
26899          Extract TrackNumber metadata + clean up code
26900         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
26901          Hope this is the good fix (var used unitialised)
26902
26903 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26904
26905         * ext/faad/gstfaad.c: (gst_faad_chain):
26906           Only increment timestamp if it's valid. Fixes raw AAC streams.
26907
26908 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26909
26910         * configure.ac:
26911         * gst/games/Makefile.am:
26912         * gst/games/gstpuzzle.c:
26913           add a puzzle game with...
26914         * gst/games/gstvideoimage.c:
26915         * gst/games/gstvideoimage.h:
26916           ... full colorspace support (that includes YUV9 and RGB16)) stolen
26917           from videotestsrc and made into something that would be a nice
26918           library for a lot of other plugins.
26919
26920 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26921
26922         * configure.ac:
26923          don't compile faad plugin if a RC of 2.0 is found
26924          Fixes #155346 (and FC1 buildbot)
26925         * gst/asfdemux/gstasfdemux.c:
26926         (gst_asf_demux_process_ext_content_desc):
26927          try to make Solaris compiler happier
26928
26929 2005-01-06  Paul Jack  <pjack@sfaf.org>
26930
26931         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26932
26933         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
26934           Fix segfault (#161667).
26935
26936 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26937
26938         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26939           Fix framerate reporting.
26940
26941 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26942
26943         * gst-libs/gst/riff/riff-ids.h:
26944         * gst/wavenc/riff.h:
26945          Add AMR (VBR and CBR) ids to riff.h audio codec list
26946         * gst/asfdemux/gstasfdemux.c:
26947         (gst_asf_demux_process_ext_content_desc),
26948         (gst_asf_demux_process_object):
26949           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
26950
26951 2005-01-05  Martin Eikermann  <meiker@upb.de>
26952
26953         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26954
26955         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26956         (gst_dvd_demux_handle_discont):
26957         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
26958         (gst_mpeg_demux_handle_discont):
26959           Recreate pads on new-media (#160730).
26960         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
26961           Send discont even if manager changes timestamps (#161929).
26962
26963 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
26964
26965         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26966
26967         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
26968           Fix invalid memory access (#159211).
26969
26970 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26971
26972         * examples/gstplay/player.c: (main):
26973           Don't iterate.
26974         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
26975           Add visualizations.
26976         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26977         (gst_a52dec_handle_frame):
26978           Set duration.
26979         * ext/dvdnav/gst-dvd:
26980           Add audioconvert. Fixes #161325.
26981         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
26982           Explicitely case to gint64. Possible valgrind error.
26983         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
26984         (gst_play_tick_callback), (gst_play_change_state),
26985         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
26986         (gst_play_set_location), (gst_play_get_location),
26987         (gst_play_seek_to_time), (gst_play_set_data_src),
26988         (gst_play_set_video_sink), (gst_play_set_audio_sink),
26989         (gst_play_set_visualization), (gst_play_connect_visualization),
26990         (gst_play_get_framerate), (gst_play_get_all_by_interface),
26991         (gst_play_new):
26992           Use playbin. Fixes #139749 and #147744.
26993         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
26994           Add genre tag.
26995         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
26996         (audioscale_get_type), (gst_audioscale_base_init),
26997         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
26998         (gst_audioscale_getcaps), (gst_audioscale_fixate),
26999         (gst_audioscale_link), (gst_audioscale_get_buffer),
27000         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27001         (gst_audioscale_init), (gst_audioscale_dispose),
27002         (gst_audioscale_chain), (gst_audioscale_set_property),
27003         (gst_audioscale_get_property), (plugin_init):
27004           Indent properly.
27005         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27006           Fix LPCM.
27007         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27008         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27009         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27010           Add more metadata (fixes #162656).
27011
27012 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27013
27014         * configure.ac:
27015           back to cvs
27016
27017 === release 0.8.7 ===
27018
27019 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27020
27021         * NEWS:
27022         * RELEASE:
27023         * configure.ac:
27024           releasing 0.8.7, "Hyperspace"
27025
27026 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27027
27028         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27029
27030         * gst/playback/gstplaybasebin.c:
27031          Fix for #162924 - free caps after use, not before
27032
27033 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27034
27035         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27036
27037         * gst/playback/gstplaybasebin.c:
27038         * gst/wavparse/gstwavparse.c:
27039           Fix for #154773 - fixes playback of small .wav files
27040
27041 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27042
27043         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27044
27045         * gst/audioscale/gstaudioscale.c:
27046           Fix for #162819 - make audioscale reusable
27047           Fixes playback of more than one file with playbin/totem
27048
27049 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27050
27051         * gst/ffmpegcolorspace/avcodec.h:
27052         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27053         * gst/ffmpegcolorspace/imgconvert.c:
27054           clean up the mess that made me cry and avoid needless duplication
27055
27056 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27057
27058         * gst/ffmpegcolorspace/imgconvert.c:
27059           give some indication of why we're segfaulting
27060
27061 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27062
27063         * configure.ac:
27064           Fix indentation, fix v4l2 plugin detection.
27065         * ext/Makefile.am:
27066           Fix libmms location (Maciej, use diff -u!).
27067         * ext/alsa/gstalsa.c: (gst_alsa_init):
27068           Initialize caps cache to NULL.
27069         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27070           Only change state on audiosink if it exists.
27071
27072 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27073
27074         * gst/matroska/matroska-demux.c:
27075         * gst/matroska/matroska-ids.h:
27076         * gst/matroska/matroska-demux.h:
27077         Fix Vorbis streams failing to decode in some files, where cluster_time
27078         isn't 0, because then it doesn't send codec_priv before actual data.
27079         Remove time-based test and replace it with marker set on beginning of
27080         new stream
27081
27082 2004-12-28  David Schleef  <ds@schleef.org>
27083
27084         Merge patch from Ronald fixing problems with streaming
27085         text.
27086         * ext/cairo/gstcairo.c: (plugin_init):
27087         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27088         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27089         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27090         (gst_textoverlay_font_init), (gst_textoverlay_init),
27091         (gst_textoverlay_set_property):
27092         * ext/cairo/gsttextoverlay.h:
27093
27094 2004-12-27  David Schleef  <ds@schleef.org>
27095
27096         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27097         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27098         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27099         (gst_textoverlay_font_init), (gst_textoverlay_init),
27100         (gst_textoverlay_set_property): Improvements to actually
27101         render text as white on black outline on video, including
27102         font selection and horizontal/vertical alignment.  (Ronald's
27103         christmas present)
27104         * ext/cairo/gsttextoverlay.h:
27105
27106 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27107
27108         * ext/ogg/gstogg.c:
27109         * ext/ogg/gstogmparse.c:
27110           fix ogm[audio/video]parse plugin registration
27111           (riff won't load if bytestream is already loaded)
27112
27113 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27114
27115         * gst/audioconvert/gstchannelmix.c:
27116           fix for GLIB < 2.4
27117
27118 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27119
27120         * Makefile.am:
27121         * configure.ac:
27122           disable docs again until it actually passes make distcheck.
27123
27124 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27125
27126         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27127         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27128         (plugin_init):
27129           Add 3GP (variables name Q3GP because they can't start with a
27130           number). Add samr audio fourcc (used in .3gp files), decoder
27131           is work in progress. Also do a GST_WARNING instead of ERROR
27132           in case of unknown nodes, to decrease output.
27133
27134 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27135
27136         * Makefile.am:
27137           really fix dist
27138
27139 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27140
27141         * configure.ac:
27142         * ext/speex/gstspeexdec.h:
27143         * ext/speex/gstspeexenc.h:
27144           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27145           Fix detection code in configure.ac
27146
27147 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27148
27149         * gst/matroska/matroska-demux.c:
27150         (gst_matroska_demux_parse_blockgroup):
27151           Save position, so that queries give proper return values. Don't
27152           know how this could ever have worked before...
27153
27154 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27155
27156         * configure.ac:
27157           Put additional LAME check inside the conditional.  Fixes #152339
27158
27159 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27160
27161         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27162         (gst_avi_demux_stream_scan):
27163           Add some more debug. Fix logic error when setting movi offset
27164           while reading index.
27165
27166 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27167
27168         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27169         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27170         (gst_avi_demux_process_next_entry):
27171           Add some debugging. Better detection of broken indexes and the
27172           accompanying index recovery. No infinite loops on state changes
27173           when we're still in our loopfunction.
27174
27175 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27176
27177         * configure.ac:
27178           Fix up.
27179
27180 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27181
27182         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27183
27184         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27185           Normalizing the value before setting
27186         (gst_sunaudiomixer_get_volume):
27187           Normalizing the value after getting. Fixes bug# 161980
27188
27189 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27190
27191         * Makefile.am: Make sure docs gets disted
27192         * docs/Makefile.am: Make sure all needed files get disted
27193         * gst-plugins.spec.in: latest updates
27194
27195 2004-12-22  Wim Taymans  <wim@fluendo.com>
27196
27197         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27198         Revert patch 1.38 as clock distribution over schedulers does
27199         not work correcly in the core yet.
27200
27201 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27202
27203         * sys/oss/README: remove this file, which predates my birth
27204           (and which content is by far outdated)
27205
27206 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27207
27208         * Makefile.am:
27209         * configure.ac:
27210         * docs/Makefile.am:
27211         * docs/libs/Makefile.am:
27212         * docs/libs/gst-plugins-libs-docs.sgml:
27213         * docs/libs/gst-plugins-libs-sections.txt:
27214         * docs/libs/tmpl/gstgconf.sgml:
27215         * docs/upload.mak:
27216         * docs/version.entities.in:
27217           Added boilerplate gtk-doc files for plugin-libs documentation.
27218
27219 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27220
27221         * gst/auparse/gstauparse.c: fix int and float audio caps
27222
27223 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27224
27225         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27226         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27227           g_assert() can be a macro, don't use #ifdef inside it.
27228
27229 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27230
27231         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27232
27233         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27234         (gst_videorate_init), (gst_videorate_chain),
27235         (gst_videorate_change_state):
27236           Event handling (fixes #159986).
27237
27238 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27239
27240         * gst-libs/gst/riff/riff-media.c:
27241         (gst_riff_create_video_caps_with_data):
27242           Add BLZ0 (Blizzard's version of DivX) fourcc.
27243
27244 2004-12-18  David Schleef  <ds@schleef.org>
27245
27246         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27247         portability fix.
27248
27249 2004-12-18  David Schleef  <ds@schleef.org>
27250
27251         * gst/tta/ttadec.h: Disable some header code that isn't used
27252         and clearly isn't portable.
27253
27254 2004-12-18  David Schleef  <ds@schleef.org>
27255
27256         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27257         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27258         (avcodec_get_pix_fmt), (avpicture_layout),
27259         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27260         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27261         Fix code to not use GCC extensions (and c99 extensions that
27262         Forte does not like.)
27263
27264 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27265
27266         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27267
27268         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27269         (gst_deinterlace_chain):
27270           Rowstride fixes. Fixes #161039.
27271         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27272         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27273         (gst_video_crop_getcaps), (gst_video_crop_link),
27274         (gst_video_crop_i420), (gst_video_crop_chain),
27275         (gst_video_crop_change_state):
27276           Rework of negotiation. Actually works now. Fixes #158650.
27277
27278 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27279
27280         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27281           That was very stupid.
27282
27283 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27284
27285         * gst/matroska/matroska-demux.c:
27286         (gst_matroska_demux_parse_blockgroup):
27287           Fix possible crasher.
27288
27289 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27290
27291         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27292         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27293           Lace sizes can be zero.
27294
27295 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27296
27297         * ext/musepack/gstmusepackdec.cpp:
27298           Fetch error return values. Fixes #161624.
27299         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27300           Really EOS.
27301
27302 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27303
27304         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27305           Work for truncated (unfinished download etc.) files. Fixes #160514.
27306
27307 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27308
27309         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27310           Fix for integer overflow. Makes #156001 not crash. Probably masks
27311           the real bug.
27312
27313 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27314
27315         * gst/ac3parse/gstac3parse.c: (plugin_init):
27316           Parsers never have ranks. Fixes #159651.
27317
27318 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27319
27320         * gst/playback/gstdecodebin.c: (compare_ranks):
27321           make sure the facotries are ordered the same every time even if they
27322           have the same rank by using the name
27323         * gst/playback/gstdecodebin.c: (find_compatibles):
27324           make sure we don't add factories to the list twice
27325
27326 2004-12-16  David Schleef  <ds@schleef.org>
27327
27328         * configure.ac: look for musepack headers as musepack/*.h
27329         (fixes #159847)
27330         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27331         * ext/musepack/gstmusepackreader.h: same
27332
27333 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27334
27335         * gst-libs/gst/riff/riff-read.c:
27336         (gst_riff_read_strf_auds_with_data):
27337           Read extradata correctly (fixes #155879).
27338
27339 2004-12-16  David Schleef  <ds@schleef.org>
27340
27341         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27342         audio.  does _not_ attempt or allow conversion unless channels
27343         is 1 or 2.
27344
27345 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27346
27347         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27348
27349 2004-12-16  David Schleef  <ds@schleef.org>
27350
27351         * gst/audioscale/gstaudioscale.c: the resample library only
27352         handles 1 or 2 channels.  Change caps to compensate.
27353
27354 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27355
27356         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27357         (gst_matroska_demux_audio_caps):
27358           Some MPEG-AAC hacks, because else it doesn't work...
27359
27360 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27361
27362         * gst-libs/gst/riff/riff-media.c:
27363         (gst_riff_create_video_caps_with_data),
27364         (gst_riff_create_video_template_caps):
27365           Add h264.
27366
27367 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27368
27369         * gst-libs/gst/audio/Makefile.am:
27370           Try to fix buildbot.
27371
27372 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27373
27374         * gst/tcp/gstmultifdsink.c:
27375           Clean up and uniformize debugging.
27376
27377 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27378
27379         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27380
27381         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27382         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27383         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27384         (gst_mpeg_demux_change_state):
27385           Reset on ready. Fixes 160276.
27386
27387 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27388
27389         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27390
27391         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27392         (gst_ffmpegcsp_pad_link):
27393           Fix memleak (#154815).
27394
27395 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27396
27397         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27398
27399         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27400         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27401         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27402         * ext/musicbrainz/gsttrm.h:
27403           Add support for using a proxy server when getting a trm id from
27404           the MusicBrainz database (#149613).
27405
27406 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27407
27408         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27409
27410         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27411         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27412           Fix memleaks (#157233).
27413
27414 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27415
27416         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27417
27418         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27419         * gst-libs/gst/resample/resample.h:
27420         * gst/audioscale/gstaudioscale.c:
27421           Fix memleak (#159215).
27422
27423 2004-12-16  Toni Willberg  <toniw@iki.fi>
27424
27425         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27426
27427         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27428         * sys/oss/oss_probe.c: (main):
27429           Check for mono/stereo support (similar to samplerate probing),
27430           fixes #159433. Also add missing copyright header to oss_probe.c.
27431
27432 2004-12-15  David Schleef  <ds@schleef.org>
27433
27434         * configure.ac: add audioresample and cairo plugins.  Remove
27435         HAVE_MMX stuff, because it's not used.
27436         * ext/Makefile.am: same
27437         * ext/audioresample/Makefile.am: You are not ready for an
27438         audio resampling element based on audioresample.
27439         * ext/audioresample/gstaudioresample.c:
27440         * ext/audioresample/gstaudioresample.h:
27441         * ext/cairo/Makefile.am: You are not ready for overlay elements
27442         based on cairo.  Don't look too closely, these elements kinda
27443         suck right now.
27444         * ext/cairo/gstcairo.c: new
27445         * ext/cairo/gsttextoverlay.c: new
27446         * ext/cairo/gsttextoverlay.h: new
27447         * ext/cairo/gsttimeoverlay.c: new
27448         * ext/cairo/gsttimeoverlay.h: new
27449         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27450         problem with compilers that don't support variadic macros.
27451
27452 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27453
27454         Reviewed by:  David Schleef  <ds@schleef.org>
27455
27456         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27457         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27458         bit.  Also ran indent-gst.
27459         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27460         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27461         (gst_sunaudiosrc_setparams):
27462
27463 2004-12-14  David Schleef  <ds@schleef.org>
27464
27465         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27466         output rate to 16000.  Should fix #160235.
27467
27468 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27469
27470         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27471         Add typefinding for mpeg2 pes streams
27472
27473 2004-12-13  David Schleef  <ds@schleef.org>
27474
27475         * configure.ac:  Applied patch from bug #143659, making default
27476         sources and sinks OS-dependent (for Solaris), and added code
27477         for OS/X.
27478         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27479
27480 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27481
27482         * gst-libs/gst/riff/riff-media.c:
27483           forgot to add h2.64 to avidemux template caps
27484
27485 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27486
27487         * gst/wavenc/riff.h:
27488         * gst-libs/gst/riff/riff-media.c:
27489         * gst-libs/gst/riff/riff-ids.h:
27490         * gst/avi/gstavimux.c
27491         add 4CC code for VideoSoft h264 in AVI (VSSH)
27492           fixes bug #160655
27493         remove s323 from riff, it's quicktime specific :(
27494
27495 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27496
27497         * gst/asfdemux/README
27498         * gst/wavenc/riff.h
27499         * gst-libs/gst/riff/riff-ids.h
27500         * gst-libs/gst/riff/riff-media.c
27501         * gst/qtdemux/qtdemux.c:
27502           add new 4CC codes for h263 related codecs
27503           fixes partially bug #155163
27504
27505 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27506
27507         * configure.ac: Update polyaudio requirement to 0.7
27508         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27509
27510 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27511
27512         * gst/interleave/deinterleave.c:
27513         fix my name's spelling! :)
27514
27515 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27516
27517         * AUTHORS ChangeLog
27518         * gst/auparse/gstauparse.c
27519         * gst/interleave/deinterleave.c
27520         * gst/law/:
27521                 alaw-decode.c alaw-encode.c
27522                 mulaw-decode.c mulaw-encode.c
27523         * gst/oneton/gstoneton.c
27524         * sys/osxaudio/:
27525                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27526         * sys/osxvideo/:
27527                 cocoawindow.h cocoawindow.m
27528                 osxvideosink.h osxvideosink.m
27529
27530         put the same mail address for Zaheer Abbas Merali everywhere
27531
27532 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27533
27534         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27535           Align by packetsize, and assert that we a packet available before
27536           playing. The first makes webstreams work (they often include
27537           trailing padding data in a packet), the second allows pausing a
27538           ASF stream in totem without getting demux errors afterwards.
27539
27540 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27541
27542         * ext/ogg/gstoggdemux.c: (get_relative):
27543           Check for non-NULL before accessing member (end-of-chain).
27544
27545 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27546
27547         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27548         (cdparanoia_set_property), (cdparanoia_get_property):
27549         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27550         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27551         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27552         (dvdreadsrc_init), (dvdreadsrc_set_property),
27553         (dvdreadsrc_get_property):
27554         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27555         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27556           Synchronize property names where not yet the case. Devices are
27557           now device=X, other versions are deprecated (but still exist).
27558           Also use g_free() unconditionally.
27559         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27560         (setup_source), (gst_play_base_bin_get_property):
27561           Expose source.
27562
27563 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27564
27565         * configure.ac: move GCONF macro outside conditional for the am
27566           conditional. Fixes #160439
27567
27568 2004-12-08  David Schleef  <ds@schleef.org>
27569
27570         * tools/gst-visualise-m.m: Switch to elements that currently
27571         exist.
27572
27573 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27574
27575         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27576           We love wrong commas.
27577
27578 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27579
27580         * gst/matroska/matroska-demux.c:
27581         (gst_matroska_demux_handle_src_query):
27582           Don't set DEFAULT, unsupported - makes length display incorrectly
27583           in some cases.
27584
27585 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27586
27587         * gst/monoscope/README: remove blurb about files being GPL
27588         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27589         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27590           monoscope is now effectively LGPL licensed
27591
27592 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27593
27594         * gst/monoscope/README: Update information to be more correct
27595         * gst/monoscope/convolve.c: Relicense to LGPL
27596         * gst/monoscope/convolve.h: Relicense to LGPL
27597
27598 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27599
27600         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27601           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27602         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27603           set default_duration for mpeg1 audio
27604
27605 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27606
27607         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27608         * ext/alsa/gstalsa.h:
27609           refactor big chunks of the core caps negotiation code to make it
27610           a lot faster, because people claim it's really slow
27611           (actually, just cache the getcaps when the device is opened)
27612
27613 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27614
27615         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27616         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27617         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27618         (gst_a52dec_change_state), (plugin_init):
27619         * ext/a52dec/gsta52dec.h:
27620           Do something useful with timestamps. Make chain-based (since
27621           there's really no reason to be loopbased).
27622         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27623           Update current_byte/frame correctly.
27624
27625 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27626
27627         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27628         (gst_ape_demux_stream_init):
27629           Forward tags, too.
27630
27631 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27632
27633         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27634           Let's make sure we're done typefinding when detecting tags.
27635
27636 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27637
27638         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27639         (gst_ebml_read_init), (gst_ebml_read_use_event),
27640         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27641         (gst_ebml_read_seek), (gst_ebml_read_skip),
27642         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27643         (gst_ebml_read_master):
27644         * gst/matroska/ebml-read.h:
27645         * gst/matroska/matroska-demux.c:
27646         (gst_matroska_demux_parse_contents),
27647         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27648           Disgustingly evil hack for working around INTERRUPT events and
27649           their extremely annoying habit of being a pain in the ass. We
27650           simply peek a cluster before reading any of it.
27651
27652 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27653
27654         * ext/musepack/gstmusepackdec.cpp:
27655           There's also floating point libmusepacks.
27656
27657 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27658
27659         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27660         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27661           Set DURATION even if source buffer didn't. Also use increasing
27662           timestamps.
27663         * gst-libs/gst/riff/riff-media.c:
27664         (gst_riff_create_audio_caps_with_data):
27665           Block_align can have larger values than 8192.
27666
27667 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27668
27669         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27670         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27671         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27672         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27673           Fix caps.
27674
27675 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27676
27677         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27678           Fix logic bug.
27679
27680 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27681
27682         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27683           Yay, another one.
27684
27685 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27686
27687         * ext/esd/esdsink.c: (gst_esdsink_chain):
27688           Make error actually say something useful (fixes #156798).
27689         * gst-libs/gst/riff/riff-media.c:
27690         (gst_riff_create_video_caps_with_data),
27691         (gst_riff_create_video_template_caps):
27692           Add Intel Video 5.0 fourcc (IV50).
27693
27694 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27695
27696         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27697         detection on mono and stereo mp3 files.
27698
27699 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27700
27701         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27702           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27703           the contained stream).
27704
27705 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27706
27707         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27708           Oops, remove debug.
27709
27710 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27711
27712         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27713
27714         * gst/law/alaw-decode.c: (alawdec_getcaps):
27715         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27716           Prevent warnings when negotiating caps (fixes #159338).
27717
27718 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27719
27720         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27721         (gst_ffmpegcsp_chain):
27722           Remove old leftover that shouldn't be there...
27723
27724 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27725
27726         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27727
27728         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27729           Don't forward DISCONT events (fixes #159684).
27730
27731 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27732
27733         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27734           Unlink manually since sometimes bin disposal (and therefore
27735           pad unlinking) is delayed, which will cause a new media file
27736           to not be able to start playing instantly.
27737
27738 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27739
27740         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27741           On mute of an unlinked stream, check for pad availability so
27742           we don't crash on unlinked pad.
27743
27744 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27745
27746         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27747         (gst_avi_demux_massage_index):
27748           Fix quite humiliating bug in omitting 0-sized index chunks but
27749           forgetting to count them for timestamps.
27750
27751 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27752
27753         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27754           Actually leave the loop if we failed to sync. Don't crash.
27755
27756 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27757
27758         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
27759         (gst_dvd_demux_process_private):
27760         * gst/mpegstream/gstdvddemux.h:
27761           Fix crash (#159759). Doesn't work, though. :-(.
27762
27763 2004-11-28  Benjamin Otte  <otte@gnome.org>
27764
27765         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27766           more overwriting protection due to modifying channels one by one
27767           instead of all at once
27768
27769 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27770
27771         * gst/audioconvert/gstchannelmix.c:
27772         (gst_audio_convert_fill_normalize):
27773           Normalize using absolute values.
27774
27775 2004-11-28  Julien MOUTTE  <julien@moutte.net>
27776
27777         * configure.ac:
27778         * ext/Makefile.am:
27779         * ext/directfb/Makefile.am:
27780         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
27781         (gst_directfbvideosink_get_pixel_format),
27782         (gst_directfbvideosink_get_format_from_fourcc),
27783         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
27784         (gst_directfbvideosink_sink_link),
27785         (gst_directfbvideosink_change_state),
27786         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
27787         (gst_directfbvideosink_buffer_alloc),
27788         (gst_directfbvideosink_interface_supported),
27789         (gst_directfbvideosink_interface_init),
27790         (gst_directfbvideosink_navigation_send_event),
27791         (gst_directfbvideosink_navigation_init),
27792         (gst_directfbvideosink_set_property),
27793         (gst_directfbvideosink_get_property),
27794         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
27795         (gst_directfbvideosink_base_init),
27796         (gst_directfbvideosink_class_init),
27797         (gst_directfbvideosink_get_type), (plugin_init):
27798         * ext/directfb/directfbvideosink.h: Adding a first version of
27799         directfbvideosink.
27800         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
27801         more.
27802
27803 2004-11-28  Benjamin Otte  <otte@gnome.org>
27804
27805         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27806           walk the samples backwards if out_channels > in_channels so we don't
27807           overwrite data
27808
27809 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27810
27811         * gst/audioconvert/Makefile.am:
27812         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
27813         (gst_audio_convert_link), (gst_audio_convert_change_state),
27814         (gst_audio_convert_channels):
27815         * gst/audioconvert/gstchannelmix.c:
27816         (gst_audio_convert_unset_matrix),
27817         (gst_audio_convert_fill_identical),
27818         (gst_audio_convert_fill_compatible),
27819         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
27820         (gst_audio_convert_fill_others),
27821         (gst_audio_convert_fill_normalize),
27822         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
27823         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
27824         * gst/audioconvert/gstchannelmix.h:
27825           Implement a channel mixer.
27826
27827 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
27828
27829         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
27830         * ext/alsa/gstalsa.h:
27831         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
27832         Make alsasink actually honor gst_element_set_clock and use that
27833         clock instead of its internal one.
27834
27835 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27836
27837         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
27838         (gst_play_base_bin_change_state): nullify source and decoder when
27839         going from READY to NULL so that we don't try to do weird stuff with
27840         them when going from NULL to READY
27841         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
27842         instead of g_object_unref
27843         (gen_video_element), (gen_audio_element): more refcounting fixes, now
27844         it should be correct
27845         (gst_play_bin_change_state): don't call remove_sinks if we are
27846         currently disposing the object
27847
27848 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27849
27850         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27851           Don't forget bass if it's there. Else left channel is silent...
27852
27853 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27854
27855         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
27856         (gst_a52dec_change_state):
27857           Don't do sample adjusting anymore, we use float audio now.
27858         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27859           Don't fixate to non-existing properties.
27860
27861 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27862
27863         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
27864         (gst_a52dec_change_state):
27865           Advertise that we can do surround sound.
27866
27867 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27868
27869         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
27870           Add buffer-frames=0.
27871         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
27872         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
27873         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
27874         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
27875         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
27876         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
27877         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
27878         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
27879         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
27880         * ext/dvdread/dvdreadsrc.h:
27881           Add seeking, querying for bytes, sectors, title, angle and
27882           chapter. Handle multiple chapters. Relicense to LGPL because
27883           Billy agreed on that (thanks Billy!).
27884
27885 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27886
27887         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
27888         call parent dispose method
27889
27890 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
27891
27892         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
27893         (gst_audio_clock_get_internal_time):
27894         Fix active <-> inactive transitions: ensure time value always
27895         grows and avoid abrupt value changes.
27896
27897 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
27898
27899         * configure.ac:
27900         * gst/tta/Makefile.am:
27901         * gst/tta/crc32.h:
27902         * gst/tta/filters.h:
27903         * gst/tta/gsttta.c:
27904         * gst/tta/gstttadec.c:
27905         * gst/tta/gstttadec.h:
27906         * gst/tta/gstttaparse.c:
27907         * gst/tta/gstttaparse.h:
27908         * gst/tta/ttadec.h:
27909           added TTA parser and decoder
27910
27911 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27912
27913         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27914         (probe_triggered), (check_queue), (buffer_underrun),
27915         (buffer_running), (buffer_overrun), (gen_source_element),
27916         (setup_source):
27917         * gst/playback/gstplaybasebin.h:
27918           Implement buffering. Needs some more work.
27919
27920 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27921
27922         * ext/theora/theoradec.c: (theora_dec_chain):
27923           Fix ilog mask range overflow.
27924
27925 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27926
27927         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
27928           Don't omit the last (which in case of dmix is the only :) )
27929           channel count. Don't set channels if <= 2.
27930
27931 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
27932
27933         * gst/playback/gstplaybin.c: (gen_video_element),
27934         (gen_audio_element): Removed 2 obsolete comments
27935
27936 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27937
27938         * ext/vorbis/oggvorbisenc.c
27939         * ext/vorbis/vorbisenc.c :
27940           change description fields of those plugins to differentiate them
27941           (pitivi show Encoders by description, they had the same one)
27942
27943 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
27944
27945         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27946
27947         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
27948         (gst_play_bin_set_property), (gen_video_element),
27949         (gen_audio_element):
27950           Refcounting fixes for provided audio-/videosinks.
27951
27952 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27953
27954         * gst/playback/gstplaybin.c: (gen_video_element),
27955         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
27956           Don't reference all sinks, but only the video- and audiosinks.
27957           The vis. element should be disposed when we're done with it.
27958           We don't have any reason to keep it around. This fixes warnings
27959           when reusing playbin for playing multiple audio files with
27960           vis. enabled. Also release audio device on pause - idea stolen
27961           from Rhythmbox.
27962
27963 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27964
27965         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
27966         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
27967         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
27968         * ext/alsa/gstalsaplugin.c: (plugin_init):
27969         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
27970         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
27971         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
27972         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
27973         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
27974         (gst_faad_change_state), (plugin_init):
27975         * ext/faad/gstfaad.h:
27976         * ext/vorbis/vorbis.c: (plugin_init):
27977         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
27978         * gst-libs/gst/audio/Makefile.am:
27979         * gst-libs/gst/audio/audio.c: (plugin_init):
27980         * gst-libs/gst/audio/multichannel.c:
27981         (gst_audio_check_channel_positions),
27982         (gst_audio_get_channel_positions),
27983         (gst_audio_set_channel_positions),
27984         (gst_audio_set_structure_channel_positions_list),
27985         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
27986         (gst_audio_fixate_channel_positions):
27987         * gst-libs/gst/audio/multichannel.h:
27988         * gst-libs/gst/audio/testchannels.c: (main):
27989         * gst/audioconvert/gstaudioconvert.c:
27990         (gst_audio_convert_class_init), (gst_audio_convert_init),
27991         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
27992         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
27993         (gst_audio_convert_fixate), (gst_audio_convert_channels):
27994         * gst/audioconvert/plugin.c: (plugin_init):
27995           Surround sound support.
27996
27997 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27998
27999         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28000           Fix position for discont if we're close as well. Nitpicking, but
28001           saves a few milliseconds of extra waiting or skipping.
28002
28003 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28004
28005         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28006           We sometimes need parsers for playback, so add those too.
28007
28008 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28009
28010         * configure.ac:
28011         * gst/apetag/Makefile.am:
28012         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28013         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28014         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28015         (gst_ape_demux_get_src_query_types),
28016         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28017         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28018         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28019         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28020         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28021         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28022         (gst_ape_demux_change_state):
28023         * gst/apetag/apedemux.h:
28024         * gst/apetag/apetag.c: (plugin_init):
28025         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28026         (plugin_init):
28027           APE v1/2 tag reader plus typefind function.
28028
28029 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28030
28031         * configure.ac:
28032         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28033         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28034           Remove hacks for older core. Require newer core version
28035           accordingly.
28036
28037 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28038
28039         * gst/cdxaparse/Makefile.am:
28040         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28041         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28042         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28043         * gst/cdxaparse/gstcdxaparse.h:
28044         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28045         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28046         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28047         (gst_cdxastrip_get_src_query_types),
28048         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28049         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28050         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28051         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28052         * gst/cdxaparse/gstcdxastrip.h:
28053           SVCD/VCD header stripping separated from CDXA image parsing.
28054         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28055         (plugin_init):
28056           Add VCD/SVCD header typefinding for VCD/SVCD.
28057         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28058         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28059         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28060         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28061         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28062         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28063         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28064         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28065         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28066         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28067         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28068         * sys/vcd/vcdsrc.h:
28069           Fix up, add seeking, querying, URI interface. Works in totem now.
28070
28071 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28072
28073         * configure.ac:
28074           back to CVS
28075
28076 === release 0.8.6 ===
28077
28078 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28079
28080         * NEWS:
28081         * RELEASE:
28082         * configure.ac:
28083         * po/af.po:
28084         * po/az.po:
28085         * po/cs.po:
28086         * po/en_GB.po:
28087         * po/hu.po:
28088         * po/it.po:
28089         * po/nb.po:
28090         * po/nl.po:
28091         * po/or.po:
28092         * po/sq.po:
28093         * po/sr.po:
28094         * po/sv.po:
28095         * po/uk.po:
28096           releasing 0.8.6, "IOU Love"
28097
28098 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28099
28100         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28101
28102         * gst/playback/gstplaybasebin.c:
28103           Fix unplayable files error handling.  Fixes #158365
28104
28105 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28106
28107         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28108
28109         * gst/typefind/gsttypefindfunctions.c:
28110           Fix broken mp3 typefinding.  Fixes #158375
28111
28112 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28113
28114         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28115
28116         * ext/ogg/gstoggdemux.c:
28117           Fix sync on broken files.  Fixes #158976
28118
28119 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28120
28121         patch by: Edward Hervey <bilboed@bilboed.com>
28122
28123         * ext/libpng/gstpngenc.c:
28124           Copy over buffer properties.  Fixes #158832
28125
28126 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28127
28128         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28129
28130         * ext/dvdread/dvdreadsrc.c:
28131           Fixes invalid reads (#158462)
28132
28133 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28134
28135         * sys/v4l/gstv4lsrc.c:
28136         * sys/v4l/gstv4lsrc.h:
28137         * sys/v4l/v4lsrc_calls.c:
28138           Probe less and cache it.  Fixes #159187.
28139
28140 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28141
28142         * gst/videorate/gstvideorate.c:
28143           Handle all video formats. Fixes #159186.
28144
28145 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28146         * gst/synaesthesia/gstsynaesthesia.c:
28147         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28148         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28149         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28150         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28151         (gst_synaesthesia_change_state), (plugin_init):
28152         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28153         Force 320x200 output, as that's the only thing the underlying
28154         synaesthesia implementation supports. Still needs to be made
28155         re-entrant.
28156
28157 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28158
28159         * configure.ac:
28160           Fix mpeg2enc configure check (similar to mplex check below).
28161
28162 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28163
28164         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28165
28166         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28167           Fix for gcc-2.95 (fixes #158221).
28168
28169 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28170
28171         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28172           Re-add clock distribution hack (until new core is released).
28173           Fixes #158125.
28174
28175 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28176         * configure.ac:
28177           fix mplex configure check segfaulting on some systems (bug #140994)
28178
28179 2004-11-13  Benjamin Otte  <otte@gnome.org>
28180
28181         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28182           add debugging
28183         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28184           do a wait when we enter the loop func with no data available to
28185           write instead of getting into an 100% CPU loop by just returning and
28186           being called again by the scheduler
28187
28188 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28189
28190         * configure.ac:
28191         * ext/libvisual/visual.c: (gst_visual_get_type),
28192         (libvisual_log_handler), (gst_visual_getcaps),
28193         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28194         (plugin_init):
28195           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28196         * ext/smoothwave/Makefile.am:
28197         * ext/smoothwave/demo-osssrc.c: (main):
28198         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28199         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28200         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28201         (plugin_init):
28202         * ext/smoothwave/gstsmoothwave.h:
28203           Make gstsmoothwave a working element in the 20th century.
28204
28205         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28206           Fix incorrect link function
28207
28208 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28209
28210         * gst/volume/gstvolume.c:
28211           Allow buffer-frames=0.
28212
28213 2004-11-12 Iain <iaingnome@gmail.com>
28214
28215         * configure.ac: Check for polypaudio
28216
28217         * ext/Makefile.am: Build the polyp dir
28218
28219         * ext/polyp: The polypsink sources.
28220
28221 2004-10-30 Iain <iaingnome@gmail.com>
28222
28223         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28224         caps to reflect the new number of channels.
28225
28226 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28227
28228         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28229           Fix for negotiation order problem. This would show when the
28230           ALSA loopfuction was called before any other function. ALSA
28231           wouldn't do anything because we're not negotiated yet, leading
28232           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28233
28234 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28235
28236         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28237
28238         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28239           No warnings (#157986).
28240
28241 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28242
28243         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28244           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28245
28246 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28247
28248         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28249           Signal no-more-pads (so it works in playbin).
28250
28251 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28252
28253         * ext/musepack/gstmusepackreader.cpp:
28254           Workaround for older core.
28255
28256 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28257
28258         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28259           Actually test for odd width/height rather than testing whether
28260           a temporary variable that was 0 before we subtracted 1 is now
28261           not equal to zero (which it always is).
28262
28263 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28264
28265         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28266         Fix compilation if HAVE_XVIDEO is not defined
28267
28268 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28269
28270         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28271         Fix compilation if HAVE_XVIDEO is not defined
28272
28273 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28274
28275         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28276         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28277         (gst_goom_change_state), (plugin_init):
28278         Use the bytestream adapter so goom doesn't depend on the input
28279         buffer size.
28280         Add a debug category
28281
28282 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28283
28284         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28285           Only set hardware parameters *after* negotiation. Before
28286           negotiation, it will set ANY and that seems to cause crashes
28287           (see e.g. #151288, #153227).
28288
28289 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28290
28291         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28292           This seems to be antique leftover. It needs to pass error
28293           checking.
28294         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28295         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28296         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28297         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28298           Fix GstXOverlay implementation (#151059).
28299
28300 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28301
28302         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28303           Don't assert (#157853).
28304
28305 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28306
28307         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28308           Fix bytes/samples confustion.
28309         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28310           Fix for underrun (#144389).
28311
28312 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28313
28314         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28315           Disable halfway-seek for pending release (since it needs a new
28316           core release).
28317
28318 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28319
28320         * sys/v4l/gstv4lsrc.c:
28321         * sys/v4l/gstv4lsrc.h:
28322         * sys/v4l/v4lsrc_calls.c:
28323           add autoprobe-fps property so we can separate autoprobing parts
28324
28325 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28326
28327         * sys/v4l/gstv4lsrc.c:
28328         * sys/v4l/v4lsrc_calls.c:
28329         initialise fourcc to catch unset fourcc's, and debug
28330
28331 2004-11-09  Wim Taymans  <wim@fluendo.com>
28332
28333         * gst/playback/README:
28334         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28335         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28336         (gst_play_bin_dispose), (gst_play_bin_set_property),
28337         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28338         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28339         (gst_play_bin_get_formats), (gst_play_bin_convert),
28340         (gst_play_bin_get_query_types), (gst_play_bin_query):
28341         Cleanups and some more documentation.
28342
28343 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28344
28345         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28346         (gst_cacasink_init), (gst_cacasink_chain):
28347         * ext/libcaca/gstcacasink.h:
28348         Cacasink inherits from VideoSink, so let that store the clock.
28349
28350 2004-11-09  Wim Taymans  <wim@fluendo.com>
28351
28352         * gst/playback/README:
28353         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28354         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28355         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28356         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28357         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28358         (setup_sinks):
28359         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28360         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28361         * gst/playback/gststreaminfo.h:
28362         Updated README.
28363         Only switch groups if all streams have muted (EOSed).
28364         Send Tags in sync with the stream playback instead of in
28365         the playback/preroll phase.
28366         Some cleanups, free the fakesrc elements.
28367
28368 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28369
28370         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28371           buffer-frames property was missing
28372         * ext/arts/gst_arts.c:
28373           rate missing from sinkcaps
28374         * ext/audiofile/gstafparse.c:
28375         * ext/audiofile/gstafsink.c:
28376         * ext/audiofile/gstafsrc.c:
28377         * ext/swfdec/gstswfdec.c:
28378           int audio doesn't know buffer-frames
28379         * ext/cdparanoia/gstcdparanoia.c:
28380           int audio doesn't know chunksize either
28381         * ext/nas/nassink.c:
28382           it's endianness, not endianess
28383         * gst-libs/gst/audio/audio.h:
28384           make float standard pad template caps really describe float
28385         * gst/law/mulaw.c: (linear_factory):
28386           signed only, please
28387         * gst/mpegstream/gstdvddemux.c:
28388           widths of 20 are not valid
28389
28390 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28391
28392         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28393
28394         * po/LINGUAS:
28395         * po/it.po:
28396           Add Italian
28397
28398 2004-11-08  Wim Taymans  <wim@fluendo.com>
28399
28400         * gst/playback/README:
28401         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28402         * gst/playback/gstplaybasebin.c: (probe_triggered),
28403         (gst_play_base_bin_change_state):
28404         Updated README, added more comments for fixmes etc..
28405
28406 2004-11-08  Wim Taymans  <wim@fluendo.com>
28407
28408         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28409         We can remove this hack now.
28410
28411 2004-11-08  Wim Taymans  <wim@fluendo.com>
28412
28413         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28414         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28415         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28416         Only mix AYUV for maximum quality.
28417
28418 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28419
28420         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28421         (gst_ogg_demux_push), (gst_ogg_pad_push):
28422           Let's act as if we're synchronized now! :).
28423         * ext/theora/theoradec.c: (theora_dec_chain):
28424           Add some debug.
28425
28426 2004-11-08  Wim Taymans  <wim@fluendo.com>
28427
28428         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28429         (gst_alpha_set_property), (gst_alpha_sink_link),
28430         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28431         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28432         (gst_alpha_init_params), (gst_alpha_chain):
28433         Implement alpha functions for AYUV too, this increases
28434         accuracy quite a bit.
28435
28436 2004-11-08  Wim Taymans  <wim@fluendo.com>
28437
28438         * gst/ffmpegcolorspace/avcodec.h:
28439         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28440         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28441         (gst_ffmpegcsp_avpicture_fill):
28442         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28443         (gst_ffmpegcsp_caps_remove_format_info):
28444         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28445         (shrink12), (img_get_alpha_info), (deinterlace_line),
28446         (deinterlace_line_inplace):
28447         * gst/ffmpegcolorspace/imgconvert_template.h:
28448         Added AYUV colorspace and handle RGBA a bit more respectful.
28449
28450 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28451
28452         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28453           Actually always send a discont (cornercase when resending the
28454           same serial-tagged chain twice).
28455
28456 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28457
28458         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28459         (gst_ximagesink_finalize):
28460         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28461         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28462
28463 2004-11-08  Wim Taymans  <wim@fluendo.com>
28464
28465         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28466         Don't segfault on NULL data.
28467
28468 2004-11-08  Wim Taymans  <wim@fluendo.com>
28469
28470         * gst/playback/gstdecodebin.c: (unlinked):
28471         * gst/playback/gstplay-marshal.list:
28472         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28473         (gst_play_base_bin_init), (group_create), (get_active_group),
28474         (get_building_group), (group_destroy), (group_commit),
28475         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28476         (add_element_stream), (no_more_pads), (probe_triggered),
28477         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28478         (state_change), (setup_source), (gst_play_base_bin_get_property),
28479         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28480         (gst_play_base_bin_link_stream),
28481         (gst_play_base_bin_get_streaminfo):
28482         * gst/playback/gstplaybasebin.h:
28483         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28484         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28485         Add support for chained ogg files. Prepare for playlist
28486         support. This patch introduces the concept of pad groups, which
28487         together compose one playable media file.
28488
28489 2004-11-07  David Schleef  <ds@schleef.org>
28490
28491         * testsuite/gst-lint: Check for pad templates that aren't statically
28492         scoped.
28493
28494 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28495
28496         * configure.ac:
28497         * ext/Makefile.am:
28498         * ext/musepack/Makefile.am:
28499         * ext/musepack/gstmusepackdec.cpp:
28500         * ext/musepack/gstmusepackdec.h:
28501         * ext/musepack/gstmusepackreader.cpp:
28502         * ext/musepack/gstmusepackreader.h:
28503           Add musepack decoder.
28504         * ext/faad/gstfaad.c: (gst_faad_base_init):
28505           Make pad templates static.
28506         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28507         (plugin_init):
28508           Add musepack typefinder, make mp3 typefinding work halfway stream,
28509           which doesn't actually work yet because id3demux doesn't implement
28510           _get_length().
28511
28512 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28513
28514         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28515         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28516           Fix interrupt event handling (#144436).
28517
28518 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28519
28520         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28521           Hide unused glory.
28522
28523 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28524
28525         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28526
28527         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28528           Fix weird caps (#157548).
28529
28530 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28531
28532         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28533
28534         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28535           Add missing NULL terminator (#157543).
28536
28537 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28538
28539         * gst/tcp/gsttcp.h:
28540         * gst/tcp/gsttcpclientsink.c:
28541         * gst/tcp/gsttcpclientsrc.c:
28542         * gst/tcp/gsttcpserversink.c:
28543         * gst/tcp/gsttcpserversrc.c:
28544           ports can go up to 65535.  Move common defines to gsttcp.h
28545
28546 2004-11-05  Wim Taymans  <wim@fluendo.com>
28547
28548         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28549         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28550         Added two more colorspaces.
28551
28552 2004-11-05  Wim Taymans  <wim@fluendo.com>
28553
28554         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28555         (gst_ffmpegcsp_avpicture_fill):
28556         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28557         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28558         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28559         More stride fixes.
28560
28561 2004-11-05  Wim Taymans  <wim@fluendo.com>
28562
28563         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28564         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28565         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28566         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28567         (gst_videomixer_loop):
28568         More stride fixes.
28569
28570 2004-11-05  Benjamin Otte  <otte@gnome.org>
28571
28572         * ext/mad/gstmad.c: (gst_mad_chain):
28573           don't overflow data buffer. Flush not needed sync data when syncing
28574           failed.
28575
28576 2004-11-04  Wim Taymans  <wim@fluendo.com>
28577
28578         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28579         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28580         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28581         (gst_alpha_init_params), (gst_alpha_chain),
28582         (gst_alpha_change_state):
28583         Updated the chroma keying algorithm with something more
28584         sophisticated.
28585
28586 2004-11-03  Wim Taymans  <wim@fluendo.com>
28587
28588         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28589         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28590         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28591         Fix stride issues. Does not completely work for odd
28592         heights.
28593
28594 2004-11-03  Wim Taymans  <wim@fluendo.com>
28595
28596         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28597         (gst_alpha_chroma_key), (gst_alpha_chain):
28598         Fix stride issues. Does not completely work for odd
28599         heights.
28600
28601 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28602
28603         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28604         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28605         leak fixes
28606
28607 2004-11-03  Wim Taymans  <wim@fluendo.com>
28608
28609         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28610         (gst_ffmpegcsp_avpicture_fill):
28611         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28612         (avpicture_alloc):
28613         * gst/ffmpegcolorspace/imgconvert_template.h:
28614         Use correct _fill function to get correct strides.
28615
28616 2004-11-02  David Schleef  <ds@schleef.org>
28617
28618         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28619         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28620         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28621         Change all g_print()s to debugging.  Add a bunch of consistency
28622         checks.
28623
28624 2004-11-02  Wim Taymans  <wim@fluendo.com>
28625
28626         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28627         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28628         (unlinked), (no_more_pads), (close_link):
28629         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28630         (unknown_type), (add_element_stream), (new_decoded_pad),
28631         (removed_decoded_pad), (setup_source):
28632         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28633         (gst_stream_info_class_init), (gst_stream_info_init),
28634         (gst_stream_info_new), (gst_stream_info_dispose),
28635         (stream_info_mute_pad), (gst_stream_info_set_property),
28636         (gst_stream_info_get_property):
28637         * gst/playback/gststreaminfo.h:
28638         Fix playback of multiple files.
28639         a slightly different approach to handling dynamic pad removals.
28640         This one only looks at pads that we have linked.
28641
28642 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28643
28644         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28645         free" warning from libc.
28646
28647 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28648
28649         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28650         (get_unconnected_element), (remove_starting_from), (pad_removed),
28651         (close_link):
28652           Implement support for dynamic pad changing. We listen to "live"
28653           pad removals (i.e. while playing) and re-setup autoplugging
28654           after that. Playbasebin/playbin need some more work for this
28655           to finally work, but decodebin supports (and replugs) chained
28656           ogg now.
28657
28658 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28659
28660         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28661         (gst_alsa_finalize):
28662         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28663         (gst_cdaudio_finalize):
28664         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28665         (cdparanoia_finalize):
28666         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28667         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28668         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28669         (dvdreadsrc_finalize):
28670         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28671         (gst_flacdec_finalize):
28672         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28673         (gst_flacenc_finalize):
28674         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28675         (gst_gnomevfssink_finalize):
28676         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28677         (gst_gnomevfssrc_finalize):
28678         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28679         (gst_fameenc_finalize):
28680         * ext/nas/nassink.c: (gst_nassink_class_init),
28681         (gst_nassink_finalize):
28682         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28683         (gst_sdlvideosink_class_init):
28684         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28685         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28686         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28687         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28688         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28689         (gst_x_window_listener_dispose):
28690         * gst/audioscale/gstaudioscale.c:
28691         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28692         (play_on_demand_finalize):
28693         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28694         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28695         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28696         (cdplayer_finalize):
28697         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28698         (gst_glimagesink_class_init):
28699         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28700         (gst_osselement_finalize):
28701         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28702         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28703         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28704           Fixes a bunch of problems with finalize and dispose functions,
28705           either assumptions that dispose is only called once, or not calling
28706           the parent class dispose/finalize function
28707
28708 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28709
28710         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28711           added two api precondition guards
28712           use g_strdup with getenv to fix crash when using ENVVAR
28713
28714 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28715         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28716         (gst_esdsink_finalize):
28717         Use a finalize function, not dispose, and more importantly,
28718         call the parent class finalize function too
28719
28720 2004-11-01  Johan Dahlin  <johan@gnome.org>
28721
28722         * ext/ogg/gstoggdemux.c:
28723         * gst/tags/gstvorbistag.c:
28724         Plug leaks.
28725
28726 2004-10-31  Benjamin Otte  <otte@gnome.org>
28727
28728         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28729           lotsa memleaks today. But they're all small...
28730
28731 2004-10-31  Benjamin Otte  <otte@gnome.org>
28732
28733         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28734           another memleak crushed
28735
28736 2004-10-31  Benjamin Otte  <otte@gnome.org>
28737
28738         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28739           fix memleak
28740
28741 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28742
28743         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28744           Hack to prevent crash when going to READY inside signal handler
28745           while this function is active.
28746
28747 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28748
28749         * gst/ffmpegcolorspace/Makefile.am:
28750         * gst/ffmpegcolorspace/avcodec.h:
28751         * gst/ffmpegcolorspace/common.h:
28752         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
28753         * gst/ffmpegcolorspace/dsputil.h:
28754         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
28755         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28756         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
28757         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
28758         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
28759         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
28760         (gst_ffmpegcsp_avpicture_fill):
28761         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28762         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28763         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28764         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
28765         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28766         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28767         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28768         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
28769         * gst/ffmpegcolorspace/imgconvert.c:
28770         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28771         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
28772         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
28773         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
28774         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
28775         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
28776         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
28777         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
28778         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
28779         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
28780         (grow21), (grow22), (grow41), (grow44), (conv411),
28781         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
28782         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
28783         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
28784         (avpicture_free), (is_yuv_planar), (img_convert),
28785         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
28786         (deinterlace_line_inplace), (deinterlace_bottom_field),
28787         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
28788         * gst/ffmpegcolorspace/imgconvert_template.h:
28789         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
28790         * gst/ffmpegcolorspace/mmx.h:
28791         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
28792         (av_fast_realloc), (av_mallocz_static), (av_free_static),
28793         (av_freep), (avcodec_get_context_defaults),
28794         (avcodec_alloc_context), (avcodec_init):
28795           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
28796           handling plus update from ffmpeg CVS. Large clean-up.
28797
28798 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28799
28800         * gst/playback/Makefile.am:
28801           We need the marshallers for decodebin, too.
28802
28803 2004-10-30  David Schleef  <ds@schleef.org>
28804
28805         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
28806           quicktime typefinding work with 64-bit offsets.
28807
28808 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
28809
28810         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
28811           Set EOS on the element when processing an EOS event.
28812         * ext/speex/gstspeexdec.h:
28813         * ext/speex/gstspeexenc.h:
28814           Only keep a const ptr to the mode
28815         * gst-libs/gst/riff/riff-media.c:
28816         (gst_riff_create_audio_caps_with_data),
28817         (gst_riff_create_audio_template_caps):
28818           Allow WMAV3, with up to 6 channels.
28819         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
28820           Don't call gst_pad_set_event_function on a sink pad.
28821         * gst/mpegstream/gstdvddemux.c:
28822         (gst_dvd_demux_get_subpicture_stream),
28823         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
28824           Copy the explicit caps that were set across to the cur_* pads,
28825           instead of trying to use a possibly non-existent negotiated caps.
28826           Reset the type of subpicture pads to UNKNOWN after calling
28827           init_stream, so that the caps get set.
28828
28829 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
28830
28831         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28832
28833         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28834           Don't touch buffer if it is of size 0 (fixes #151064).
28835
28836 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28837
28838         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
28839           Synchronized discont handling.
28840
28841 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28842
28843         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28844         (gst_ogg_demux_push):
28845           Make seeking sort-of exact again (fixes #156387).
28846
28847 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28848
28849         * gst/playback/gstplaybasebin.c: (unknown_type),
28850         (add_element_stream), (new_decoded_pad),
28851         (gst_play_base_bin_change_state):
28852         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
28853         (gst_stream_info_init), (gst_stream_info_new),
28854         (gst_stream_info_dispose), (gst_stream_info_get_property):
28855         * gst/playback/gststreaminfo.h:
28856           Make caps explicitely available. Makes testing for unsupported
28857           types possible. Improves error reporting.
28858
28859 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28860
28861         * gst/audioconvert/gstaudioconvert.c:
28862         (gst_audio_convert_buffer_to_default_format):
28863           Really don't touch read-only buffers (#156563).
28864
28865 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
28866
28867         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28868
28869         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
28870           Fix memleak (#155223).
28871
28872 2004-10-29  Wim Taymans  <wim@fluendo.com>
28873
28874         * gst/tcp/.cvsignore:
28875         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
28876         (gst_multifdsink_class_init), (gst_multifdsink_init),
28877         (gst_multifdsink_add), (gst_multifdsink_remove),
28878         (gst_multifdsink_remove_client_link), (is_sync_frame),
28879         (gst_multifdsink_new_client),
28880         (gst_multifdsink_handle_client_write),
28881         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28882         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
28883         (gst_multifdsink_get_property):
28884         * gst/tcp/gstmultifdsink.h:
28885         Added burst on connect sync_method, deprecated sync_clients,
28886         streamlined the sync code some more.
28887
28888 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28889
28890         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
28891         (gst_play_base_bin_change_state):
28892           Improve error reporting.
28893
28894 2004-10-28  Wim Taymans  <wim@fluendo.com>
28895
28896         * gst/tcp/Makefile.am:
28897         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
28898         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
28899         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
28900         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
28901         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
28902         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
28903         (gst_fdset_wait):
28904         Added more locks around fdset structures. Fixed/reworked
28905         the poll array resizing code.
28906         Added stress test for fdset.
28907
28908 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28909
28910         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
28911         fix build
28912
28913 2004-10-28  Benjamin Otte  <otte@gnome.org>
28914
28915         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
28916           fix link function to always query channels and query width for
28917           floats
28918         * configure.ac:
28919           add equalizer dir
28920         * gst/equalizer/Makefile.am:
28921         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
28922         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
28923         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
28924         (arg_to_scale), (setup_filter),
28925         (gst_iir_equalizer_compute_frequencies),
28926         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
28927         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
28928         (plugin_init):
28929           add an equalizer
28930
28931 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28932
28933         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
28934
28935         * po/LINGUAS:
28936         * po/nb.po:
28937           Added Norwegian Bokmaal translation
28938
28939 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28940
28941         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28942           Don't break on options (fixes #156488).
28943
28944 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28945
28946         * configure.ac:
28947         * ext/cdaudio/Makefile.am:
28948         * sys/Makefile.am:
28949           fix build on older automake
28950
28951 2004-10-26  Wim Taymans  <wim@fluendo.com>
28952
28953         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
28954         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
28955         Allow a little margin when negotiating the framerate.
28956
28957 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
28958
28959         * gst/level/gstlevel.c:
28960           synchonised naming of pads and pad-templates
28961
28962 2004-10-26  Wim Taymans  <wim@fluendo.com>
28963
28964         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28965         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
28966         (_find_streams_check), (gst_ogg_demux_push):
28967         Fix EOS again. Needs to be done in a better way. We should not
28968         remove the pad if there is no new chained stream.
28969
28970 2004-10-26 Iain <iaingnome@gmail.com>
28971
28972         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
28973         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
28974         of the caps.
28975         * gst/interleave/interleave.c (interleave_class_init): Hook up release
28976         pad.
28977         (interleave_release_pad): Remove the pad.
28978         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
28979         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
28980         the set device.
28981         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
28982         attrs
28983         (gst_xvimagesink_xcontext_clear): Free the xcontext.
28984         (gst_xvimagesink_finalize): Free the par.
28985
28986 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28987
28988         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
28989         (gst_avimux_stop_file):
28990           First calculate the rate, and only then use it. Hdr.rate is a
28991           multiple and not a derivative of hdr.scale. Scale is not the
28992           same as blockalign but is solely related to rate.
28993
28994 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28995
28996         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
28997         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
28998           Implement seeking.
28999
29000 2004-10-25  James Henstridge  <james@jamesh.id.au>
29001
29002         Reviewed by:  David Schleef  <ds@schleef.org>
29003
29004         * examples/gstplay/player.c: (got_stream_length), (main):
29005         * examples/seeking/cdplayer.c: (update_scale):
29006         * examples/seeking/seek.c: (format_value), (update_scale):
29007         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29008         (stop_seek):
29009         Build fixes on AMD64.
29010
29011 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29012
29013         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29014
29015         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29016         Fix for some v4l cards which hang in v4lsrc
29017
29018 2004-10-25  Wim Taymans  <wim@fluendo.com>
29019
29020         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29021         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29022         Make sure to remove the pad when a new chain is
29023         encountered. Set some vars to NULL so we don't try
29024         to reference freed memory.
29025
29026 2004-10-25  Wim Taymans  <wim@fluendo.com>
29027
29028         * examples/seeking/Makefile.am:
29029         * examples/seeking/cdplayer.c: (update_scale):
29030         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29031         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29032         (format_value), (update_scale), (iterate), (start_seek),
29033         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29034         (print_usage), (main):
29035         Added some more examples, update others.
29036
29037 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29038
29039         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29040         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29041         * ext/theora/theoradec.c: (theora_dec_chain):
29042         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29043           Add codec-name metadata.
29044
29045 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29046
29047         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29048
29049         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29050         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29051         * ext/alsa/gstalsamixertrack.h:
29052         * po/POTFILES.in:
29053           ALSA mixer track label internationalization (#154054).
29054
29055 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29056
29057         * ext/theora/theoradec.c: (theora_dec_chain):
29058           Export bitrate as metadata.
29059
29060 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29061
29062         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29063         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29064         * ext/alsa/gstalsamixertrack.h:
29065           Fix names, fix loop.
29066
29067 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29068
29069         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29070         (speex_dec_convert):
29071           sinkconvert function so oggdemux can get the file length (totem).
29072
29073 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29074
29075         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29076
29077         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29078           Don't push incomplete packets.
29079         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29080           Fix MPEG-4 audio typefinding.
29081
29082 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29083
29084         * sys/v4l/Makefile.am:
29085         * sys/v4l/gstv4l.c: (plugin_init):
29086         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29087         (gst_v4lelement_init), (gst_v4lelement_dispose),
29088         (gst_v4lelement_change_state):
29089         * sys/v4l/gstv4lelement.h:
29090         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29091         (gst_v4l_xoverlay_close), (idle_refresh),
29092         (gst_v4l_xoverlay_set_xwindow_id):
29093         * sys/v4l/gstv4lxoverlay.h:
29094         * sys/v4l/v4l-overlay_calls.c:
29095         * sys/v4l/v4l_calls.h:
29096         * sys/v4l2/Makefile.am:
29097         * sys/v4l2/gstv4l2.c: (plugin_init):
29098         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29099         (gst_v4l2element_init), (gst_v4l2element_dispose),
29100         (gst_v4l2element_change_state):
29101         * sys/v4l2/gstv4l2element.h:
29102         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29103         (gst_v4l2_xoverlay_close), (idle_refresh),
29104         (gst_v4l2_xoverlay_set_xwindow_id):
29105         * sys/v4l2/gstv4l2xoverlay.h:
29106         * sys/v4l2/v4l2-overlay_calls.c:
29107         * sys/v4l2/v4l2_calls.h:
29108           Remove client-side overlay handling, use the X-server v4l plugin
29109           for that. Nicer overlay, less code. Also make the plugin
29110           compileable without X (but then without overlay, obviously).
29111           Makes xwindowlistener obsolete, should we remove that?
29112
29113 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29114
29115         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29116         (gst_osssrc_src_query):
29117         * sys/oss/gstosssrc.h:
29118           OK, so people want offset in DEFAULT. This time, actually fix all
29119           cases.
29120         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29121           Add FPS properly.
29122
29123 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29124
29125         * gst/asfdemux/gstasfmux.c:
29126         * gst/avi/gstavimux.c:
29127           Framerate.
29128
29129 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29130
29131         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29132           Fix properties (channel, norm, frequency).
29133
29134 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29135
29136         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29137           Flag typo.
29138         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29139           No warnings.
29140
29141 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29142
29143         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29144           Fix hang.
29145
29146 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29147
29148         * sys/v4l2/gstv4l2element.h:
29149           Yet Another Hack (tm) for kernel header borkedness.
29150         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29151         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29152         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29153         (gst_v4l2src_change_state):
29154         * sys/v4l2/gstv4l2src.h:
29155         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29156         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29157           Fix caps, keep track of state, work.
29158
29159 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29160
29161         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29162           Quiet.
29163
29164 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29165
29166         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29167           Don't mix bytes and samples.
29168
29169 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29170
29171         * ext/ogg/gstoggmux.c:
29172           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29173           and theora. Any is incorrect.
29174         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29175           Fix caps.
29176         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29177         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29178         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29179         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29180         * sys/v4l/gstv4lmjpegsrc.h:
29181         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29182         (gst_v4lsrc_change_state):
29183         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29184         (gst_v4lmjpegsrc_capture_stop):
29185           Fix caps. Keep track of internal state. Work.
29186
29187 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29188
29189         * ext/Makefile.am:
29190           Fix the build fixes.
29191
29192 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29193
29194         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29195         (gst_ogg_demux_src_event), (_find_chain_seek),
29196         (gst_ogg_pad_push):
29197           Check for pad availability before using it.
29198         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29199           Fix parsing of chained ogg. Needs more work on the decoder side.
29200
29201 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29202
29203         * gst/spectrum/Makefile.am:
29204         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29205         (idle_func):
29206           Fix demo and reenable it. Yes, I'm currently playing with audio
29207           analysis tools
29208
29209 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29210
29211         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29212           We love it if files that start at zero work too...
29213
29214 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29215
29216         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29217           Handle files with missing EOS headers.
29218
29219 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29220
29221         * gst/tcp/gsttcpserversink.c:
29222         (gst_tcpserversink_handle_server_read),
29223         (gst_tcpserversink_init_send):
29224         Zero some variables first (need for accept not to return EINVAL)
29225
29226 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29227
29228         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29229         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29230         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29231         (theora_dec_chain):
29232         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29233         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29234           Seeking and querying finetune.
29235
29236 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29237
29238         * configure.ac:
29239         * ext/Makefile.am:
29240         * ext/raw1394/Makefile.am:
29241           fix the build
29242
29243 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29244
29245         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29246           Wrong return.
29247         * gst/playback/Makefile.am:
29248         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29249         * gst/playback/gstplay-marshal.list:
29250         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29251           Fix marshallers.
29252
29253 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29254
29255         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29256           Silence.
29257
29258 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29259
29260         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29261         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29262         (gst_ogg_pad_push):
29263           Yay for non-lineair granulepos in theora.
29264
29265 2004-10-18  Wim Taymans  <wim@fluendo.com>
29266
29267         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29268         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29269         * ext/dv/gstdvdec.h:
29270         Make sure we renegotiate aspect ratio when the camera switches.
29271
29272 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29273
29274         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29275         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29276           Start at zero.
29277         * ext/theora/theoradec.c: (theora_dec_chain):
29278           Skip headers. Bad idea for chained ogg, but fixes seeking.
29279
29280 2004-10-18  Wim Taymans  <wim@fluendo.com>
29281
29282         * configure.ac:
29283         I swear, this is the last time I touch this.
29284
29285 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29286
29287         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29288         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29289         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29290           Faster seeking.
29291         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29292           Time-to-default conversion.
29293         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29294           Don't error on unknown packets, just skip. We should probably
29295           read them if we want to support chained ogg.
29296
29297 2004-10-18  Wim Taymans  <wim@fluendo.com>
29298
29299         * configure.ac:
29300         Added cdaudio to wrong list.
29301
29302 2004-10-18  Wim Taymans  <wim@fluendo.com>
29303
29304         * configure.ac:
29305         Revive cdaudio.
29306
29307 2004-10-18  Wim Taymans  <wim@fluendo.com>
29308
29309         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29310         (gst_dvdec_video_link), (gst_dvdec_push):
29311         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29312         (gst_smokeenc_resync), (gst_smokeenc_chain):
29313         Fix mimetype on smoke encoder.
29314         Add aspect ratio to dvdec. Not sure if these
29315         values are correct though....
29316
29317 2004-10-18  Wim Taymans  <wim@fluendo.com>
29318
29319         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29320         Fix vorbis property descriptions and ranges.
29321
29322 2004-10-18  Wim Taymans  <wim@fluendo.com>
29323
29324         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29325         Really do nothing when no data is available.
29326         Go to the playing state when the stream is not seekable
29327         instead of failing.
29328
29329 2004-10-18  Wim Taymans  <wim@fluendo.com>
29330
29331         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29332         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29333         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29334         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29335         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29336         Added uri handler for cd://
29337         Port to new API.
29338
29339 2004-10-18  Wim Taymans  <wim@fluendo.com>
29340
29341         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29342         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29343         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29344         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29345         (remove_prerolls), (unknown_type), (add_element_stream),
29346         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29347         (gst_play_base_bin_remove_element),
29348         (gst_play_base_bin_link_stream):
29349         * gst/playback/gstplaybin.c: (gen_video_element),
29350         (gen_vis_element), (remove_sinks), (setup_sinks):
29351         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29352         (gst_stream_info_get_type), (gst_stream_info_class_init),
29353         (gst_stream_info_init), (gst_stream_info_new),
29354         (gst_stream_info_dispose), (stream_info_mute_pad),
29355         (gst_stream_info_set_property), (gst_stream_info_get_property):
29356         * gst/playback/gststreaminfo.h:
29357         Add sink padtemplate to decodebin.
29358         Added some more comments.
29359         Make queue size configurable in playbasebin.
29360         Added possibility to use elements as sinks (ex cdaudio).
29361
29362 2004-10-15  Wim Taymans  <wim@fluendo.com>
29363
29364         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29365         (gst_speexenc_chain):
29366         Fix speex timestamps so that it gets muxed properly.
29367
29368 2004-10-15  Wim Taymans  <wim@fluendo.com>
29369
29370         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29371         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29372         (gst_dv1394src_init), (gst_dv1394src_dispose),
29373         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29374         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29375         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29376         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29377         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29378         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29379         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29380         * ext/raw1394/gstdv1394src.h:
29381         Added conversion/query functions.
29382         Update buffer timestamps,
29383         Added signals.
29384         Added uri dv:// so it might play from the firewire in playbin.
29385         Fix a possible leak.
29386         Added debugging.
29387
29388 2004-10-15  Wim Taymans  <wim@fluendo.com>
29389
29390         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29391         (gst_dv1394src_init), (gst_dv1394src_set_property),
29392         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29393         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29394         * ext/raw1394/gstdv1394src.h:
29395         Added AV/C VTR control support needed for some cameras.
29396         Added automatic port detection.
29397         Added properties for selecting the channel.
29398         The configure.ac script is not yet updated to reflect the
29399         new libavc1394 and librom1394 dependencies.
29400
29401 2004-10-15  Wim Taymans  <wim@fluendo.com>
29402
29403         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29404         (qtdemux_parse), (gst_qtdemux_handle_esds):
29405         An esds box is not a container.
29406         Fix parsing of mp4v boxes.
29407         Do not try to renegotiate fps for each frame. Need to
29408         find a better method. This should fix mp4 playback.
29409
29410 2004-10-14  David Schleef  <ds@schleef.org>
29411
29412         * configure.ac: update for swfdec-0.3 and liboil-0.2
29413         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29414         * ext/swfdec/gstswfdec.h: same
29415         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29416         * gst/videotestsrc/videotestsrc.c: same
29417
29418 2004-10-14  Wim Taymans  <wim@fluendo.com>
29419
29420         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29421         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29422         (is_sync_frame), (gst_multifdsink_new_client),
29423         (gst_multifdsink_handle_client_write),
29424         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29425         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29426         Turn warnings into info.
29427         Don't allow a state change in the streaming thread.
29428
29429 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29430
29431         * ext/vorbis/oggvorbisenc.c:
29432         * ext/vorbis/vorbisdec.c:
29433           fix template sample rate
29434
29435 2004-10-13  Wim Taymans  <wim@fluendo.com>
29436
29437         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29438         Decoding the header first fixes some problems in resyncing
29439         in more mp3s.
29440
29441 2004-10-12  Wim Taymans  <wim@fluendo.com>
29442
29443         * gst/playback/gstplaybin.c: (gen_video_element),
29444         (gen_vis_element), (remove_sinks), (setup_sinks):
29445         Added vis plugin support, need to configure the vis
29446         element to activate it.
29447
29448 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29449
29450         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29451         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29452           Some debug.
29453         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29454         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29455         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29456         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29457         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29458         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29459         * gst/avi/gstavidemux.h:
29460           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29461           recovery (where, if part of the index is broken, we will still read
29462           the rest of the index and recover the broken part by stream
29463           scanning). More broken media support. EOS workarounds. General AVI
29464           braindamage headache recovery. Aspirin included.
29465
29466 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29467
29468         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29469         (cdparanoia_event), (cdparanoia_query):
29470           Get rid of hideous lead-in.
29471
29472 2004-10-11  Wim Taymans  <wim@fluendo.com>
29473
29474         * gst/playback/gstplaybasebin.c: (setup_source):
29475         Wrong var used to get g_list_next.
29476
29477 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29478
29479         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29480         (cdparanoia_get), (cdparanoia_open):
29481           Report discid as metadata, add duration.
29482
29483 2004-10-11  Wim Taymans  <wim@fluendo.com>
29484
29485         * gst/playback/gstplaybasebin.c: (setup_source):
29486         Cleanup the previous pipeline a little earlier for the
29487         case that a source element provides raw data.
29488
29489 2004-10-11  Benjamin Otte  <otte@gnome.org>
29490
29491         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29492           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29493           consuming the last 128 bytes, even though it was valid mp3 data.
29494
29495 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29496
29497         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29498         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29499         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29500         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29501
29502 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29503
29504         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29505         Fix for webcams that support only specific width or height
29506
29507 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29508
29509         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29510
29511         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29512           Fix wrong discont event setup (fixes #154967).
29513
29514 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29515
29516         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29517
29518         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29519           Error out on invalid data (fixes #154807).
29520
29521 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29522
29523         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29524
29525         * ext/dvdread/dvdreadsrc.c: (_read):
29526           Make titles > 0 work again (fixes #154834).
29527
29528 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29529
29530         * gst-libs/gst/riff/riff-media.c:
29531         (gst_riff_create_video_template_caps):
29532           WMV3 missing in template caps.
29533
29534 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29535
29536         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29537           OK, so the original code was too strict. It makes random AVI files
29538           hang for seconds upon opening, which is unacceptable and is far
29539           beyond the original goal of getting multiple chunks for one-chunk
29540           sounc stream files. So now do just that.
29541
29542 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29543
29544         * gst/playback/gstplaybasebin.c: (setup_source),
29545         (gst_play_base_bin_change_state):
29546           Actually clean up streaminfo if output fails. This would trigger
29547           if, for example, there was no CD in the drive. No preroll, so
29548           a streaminfo structure is created, but the subsequent state change
29549           of the thread fails.
29550         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29551           Don't change state if parent failed.
29552
29553 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29554
29555         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29556         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29557         (gen_video_element), (remove_sinks):
29558           Add small bits of code for screenshot handling.
29559
29560 2004-10-08  Wim Taymans  <wim@fluendo.com>
29561
29562         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29563         (gen_video_element), (gen_audio_element), (setup_sinks):
29564         Don't assume the user provided sinks are named "sink"...
29565
29566 2004-10-08  Wim Taymans  <wim@fluendo.com>
29567
29568         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29569         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29570         (gst_play_base_bin_link_stream):
29571         Do not try to autoplug sources that generate raw streams like
29572         cdparanoia.
29573         disconnect the preroll overrun signal when we don't need it anymore.
29574
29575 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29576
29577         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29578         Added reworked patch from #154903 from milosz derezynski (deadchip).
29579
29580 2004-10-08  Wim Taymans  <wim@fluendo.com>
29581
29582         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29583         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29584         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29585         (cdparanoia_convert), (cdparanoia_uri_get_type),
29586         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29587         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29588         * ext/cdparanoia/gstcdparanoia.h:
29589         This adds the cdda://<tracknum> uri.
29590
29591 2004-10-08  Wim Taymans  <wim@fluendo.com>
29592
29593         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29594         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29595         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29596         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29597         (unknown_type), (gst_play_base_bin_remove_element),
29598         (gst_play_base_bin_link_stream):
29599         * gst/playback/gstplaybasebin.h:
29600         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29601         (gst_play_bin_set_property), (gen_video_element),
29602         (gen_audio_element), (setup_sinks):
29603         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29604         (gst_stream_info_get_type), (gst_stream_info_class_init),
29605         (gst_stream_info_init), (gst_stream_info_new),
29606         (gst_stream_info_dispose), (stream_info_mute_pad),
29607         (gst_stream_info_set_property), (gst_stream_info_get_property):
29608         * gst/playback/gststreaminfo.h:
29609         Reuse the audio and video bins.
29610         Some internal cleanups in the stream selection code.
29611
29612 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29613
29614         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29615         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29616         * sys/ximage/ximagesink.h:
29617         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29618         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29619         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29620         not coming from those elements. Moreover these elements should not keep
29621         the xid they have been given when in NULL state.
29622
29623 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29624
29625         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29626         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29627         * sys/ximage/ximagesink.h:
29628         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29629         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29630         * sys/xvimage/xvimagesink.h:
29631           Actually only create a new toplevel window if we're not gonna
29632           embed it right after.
29633
29634 2004-10-07  Wim Taymans  <wim@fluendo.com>
29635
29636         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29637         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29638         * gst/playback/gstplaybin.c: (setup_sinks):
29639         Implement muting/unmuting of streams, mute streams that are not
29640         used.
29641
29642 2004-10-07  Wim Taymans  <wim@fluendo.com>
29643
29644         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29645         (plugin_init):
29646         Added lame audio/x-ac3 typefind function.
29647
29648 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29649
29650         * configure.ac:
29651           bump nano to cvs
29652
29653 === release 0.8.5 ===
29654
29655 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29656
29657         * NEWS:
29658         * RELEASE:
29659         * configure.ac:
29660           releasing 0.8.5, "Take You On"
29661
29662 2004-10-06  Wim Taymans  <wim@fluendo.com>
29663
29664         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29665         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29666         (no_more_pads), (close_link), (type_found):
29667         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29668         * gst/playback/gstplaybin.c: (gen_video_element):
29669         Do not signal the no_more_pads after the first pad when
29670         we are plugging a non dynamic element with multiple
29671         output pads (like swfdec, dvdec, ...).
29672
29673 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29674
29675         * configure.ac:
29676           bump for prerelease
29677
29678 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29679
29680         * gst/wavparse/gstwavparse.c:
29681           add ATRAC3 to STATIC CAPS to fix a warning
29682
29683         * gst/matroska/ebml-read.c:
29684         * gst-libs/gst/riff/riff-read.c:
29685           fix typos
29686
29687 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29688
29689         * gst-libs/gst/riff/riff-media.c:
29690           generate caps for ATRAC3 audio streams
29691
29692         * gst/realmedia/rmdemux.c:
29693           generate caps for ATRAC3 audio streams
29694
29695 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29696
29697         * gst/wavparse/Makefile.am
29698         * gst/wavparse/riff.h
29699         * gst/wavparse/wavparse.vcproj
29700           riff.h removal (unused and duplication with riff-ids.h)
29701
29702 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29703
29704         * gst/wavparse/gstwavparse.h
29705           remove duplicated defines for audio codec codes
29706
29707         * gst-libs/gst/riff/riff-ids.h
29708         * gst/wavenc/riff.h:
29709           add "4CC" code for ATRAC3 audio streams
29710           add "4CC" code for ITU_G721_ADPCM (unused for now)
29711
29712 2004-10-06  Wim Taymans  <wim@fluendo.com>
29713
29714         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29715         Actually _do_ negotiation. Pass gdouble as arg instead
29716         of guint64 for the framerate.
29717
29718 2004-10-06  Wim Taymans  <wim@fluendo.com>
29719
29720         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29721         (find_compatibles), (close_pad_link), (try_to_link_1),
29722         (no_more_pads), (close_link), (type_found):
29723         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29724         * gst/playback/gstplaybin.c: (gen_video_element),
29725         (gen_audio_element):
29726         Set state on newly added element to READY so that negotiation
29727         can happen ASAP.
29728         Addes some more debug info.
29729         Do not try to plug pads with multiple caps structures or ANY
29730         because it is too dangerous since we do not do dynamic
29731         replugging.
29732
29733 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29734
29735         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29736
29737         * po/LINGUAS:
29738         * po/or.po:
29739           add Oriya translation
29740
29741 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29742
29743         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29744           Prevent overwrite of size member. Makes audio sound crappy.
29745
29746 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29747
29748         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29749         Add rmvb to the list of known RealMedia extensions
29750
29751 2004-10-05  Wim Taymans  <wim@fluendo.com>
29752
29753         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
29754         (mngdec_openstream), (mngdec_closestream),
29755         (mngdec_handle_sink_event), (mngdec_readdata),
29756         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
29757         (mngdec_getcanvasline), (mngdec_refresh),
29758         (gst_mngdec_change_state):
29759         Set the framerate correctly.
29760
29761 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29762
29763         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29764           There was something wrong with the index massaging.
29765
29766 2004-10-04  Wim Taymans  <wim@fluendo.com>
29767
29768         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
29769         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
29770         (gst_smokedec_chain):
29771         * ext/jpeg/gstsmokedec.h:
29772         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29773         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
29774         * ext/jpeg/gstsmokeenc.h:
29775         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
29776         (smokecodec_decode_new), (smokecodec_info_free),
29777         (smokecodec_set_quality), (smokecodec_get_quality),
29778         (smokecodec_set_threshold), (smokecodec_get_threshold),
29779         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29780         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
29781         (smokecodec_encode), (smokecodec_parse_id),
29782         (smokecodec_parse_header), (smokecodec_decode):
29783         * ext/jpeg/smokecodec.h:
29784         * ext/jpeg/smokeformat.h:
29785         Updated smoke, new bitstream, allows embedding in ogg.
29786
29787 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29788
29789         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
29790           Fix seeking in some files. All this code is no longer needed (and
29791           actually breaks stuff) because we now synchronize the full index
29792           right when reading the header.
29793
29794 2004-10-04  Wim Taymans  <wim@fluendo.com>
29795
29796         * configure.ac:
29797         configure update for libmng.
29798
29799 2004-10-04  Wim Taymans  <wim@fluendo.com>
29800
29801         * ext/libmng/Makefile.am:
29802         * ext/libmng/gstmng.c: (plugin_init):
29803         * ext/libmng/gstmng.h:
29804         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
29805         (gst_mngdec_base_init), (gst_mngdec_class_init),
29806         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
29807         (gst_mngdec_loop), (gst_mngdec_get_property),
29808         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
29809         (mngdec_closestream), (mngdec_handle_sink_event),
29810         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
29811         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
29812         (gst_mngdec_change_state):
29813         * ext/libmng/gstmngdec.h:
29814         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
29815         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
29816         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
29817         (gst_mngenc_chain), (gst_mngenc_get_property),
29818         (gst_mngenc_set_property):
29819         * ext/libmng/gstmngenc.h:
29820         Added basic MNG decoder. Needs more work. The encoder does
29821         not work yet.
29822
29823 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29824
29825         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
29826         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
29827         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
29828           Don't hang on length=0 chunks. Some negotiation fixes. Signal
29829           no-more-pads.
29830
29831 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29832
29833         * configure.ac:
29834           you need at least 1.0.4 of speex
29835
29836 2004-10-04 Iain <iaingnome@gmail.com>
29837
29838         * ext/speex/gstspeexdec.h: Revert the includes changes.
29839
29840         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
29841
29842 2004-09-30 Iain <iaingnome@gmail.com>
29843
29844         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
29845         found during init or set as a property instead of hardcoding /dev/audio
29846
29847 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29848
29849         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
29850         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
29851         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
29852         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
29853         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
29854         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
29855         (gst_rmdemux_dump_data):
29856           Use debug category, fix EOS handling. filesrc ! rmdemux now
29857           works.
29858
29859 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29860
29861         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29862         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
29863         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
29864           Improve allocation, cutting and sorting of the index. How takes a
29865           few seconds instead of minutes.
29866
29867 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
29868
29869         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
29870           fixed compilation
29871
29872 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29873
29874         * gst-libs/gst/riff/riff-media.c:
29875         (gst_riff_create_video_caps_with_data),
29876         (gst_riff_create_video_template_caps):
29877           Add wing commander format mimetype/fourccs.
29878         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29879           Don't crash if some value is 0.
29880
29881 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29882
29883         * gst-libs/gst/riff/riff-media.c:
29884         (gst_riff_create_video_caps_with_data),
29885         (gst_riff_create_video_template_caps):
29886           Add DIB fourcc (raw, palettized 8-bit RGB).
29887         * gst-libs/gst/riff/riff-read.c:
29888         (gst_riff_read_strf_vids_with_data):
29889           Oops, fix strf_data reading bug.
29890         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29891           Use a non-NULL tag.
29892         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29893           Time for hacks. Sorry Dave. At least one quicktime movie (a
29894           trailer) that I've encountered contains multiple video tracks.
29895           One of those is the actual video track, the other are one-frame
29896           tracks (images). Unfortunately, the number of frames according
29897           to the trak header is 1 for each, so that doesn't help. So
29898           instead, I look at the duration and discard tracks with a
29899           duration shorter than 20% of the length of the stream. Better
29900           than nothing.
29901
29902 2004-10-01  Christian Schaller <christian@fluendo.com>
29903
29904         * ext/ivorbis/vorbis.c:
29905           Patch from Phil Blundell (Bug 152341)
29906
29907 2004-10-01  Wim Taymans  <wim@fluendo.com>
29908
29909         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
29910         (speex_dec_get_formats), (speex_dec_convert),
29911         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
29912         (speex_dec_chain), (gst_speexdec_get_property),
29913         (gst_speexdec_set_property):
29914         Small cleanups.
29915
29916 2004-10-01  Wim Taymans  <wim@fluendo.com>
29917
29918         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
29919         (gst_wavparse_stream_init), (gst_wavparse_fmt),
29920         (gst_wavparse_other), (gst_wavparse_loop),
29921         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
29922         (gst_wavparse_srcpad_event):
29923         * gst/wavparse/gstwavparse.h:
29924         Added some more debugging info.
29925         Fix the case where the length of the file is 0.
29926         Make sure we seek to sample borders.
29927
29928 2004-10-01  Wim Taymans  <wim@fluendo.com>
29929
29930         * gst/playback/README:
29931         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
29932         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29933         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29934         Add some debug info to decodebin, update README
29935
29936 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29937
29938         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
29939           Don't use g_print(); use GST_DEBUG().
29940
29941 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29942
29943         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29944         (gst_ogg_mux_queue_pads):
29945           Handle EOS properly.
29946
29947 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
29948
29949         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29950
29951         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
29952         (gst_faad_chain), (gst_faad_change_state):
29953         * ext/faad/gstfaad.h:
29954           Allow playback of raw (unframed) MPEG AAC files (#148993).
29955
29956 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
29957
29958         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29959
29960         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29961           Throw error if we didn't recognize the stream. Fixes #152289.
29962
29963 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29964
29965         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
29966           Fix negotiation.
29967
29968 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
29969
29970         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29971
29972         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29973           Fix memleak.
29974
29975 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
29976
29977         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29978
29979         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
29980           Solve #152805.
29981         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
29982           Solve 152806.
29983
29984 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29985
29986         * gst-libs/gst/riff/riff-media.c:
29987         (gst_riff_create_video_caps_with_data),
29988         (gst_riff_create_audio_caps_with_data):
29989           Add codec_data handling (like asfdemux used to do).
29990         * gst/asfdemux/gstasf.c: (plugin_init):
29991         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
29992         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
29993           Use riff-media for caps creation instead of our own (mostly
29994           broken) copy of its functions.
29995
29996 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29997
29998         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
29999           Don't actually error out if we get another return value than
30000           -EINVAL. Opposite to what I first thought, drivers have random
30001           return values for this, although -EINVAL is the expected return
30002           value. Since this is not fatal, we shouldn't use
30003           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30004
30005 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30006
30007         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30008         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30009         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30010         (dvdreadsrc_get), (dvdreadsrc_open_file),
30011         (dvdreadsrc_change_state):
30012           Fix. Don't do one big huge loop around the whole DVD, that will
30013           cache all data and thus eat sizeof(dvd) (several GB) before we
30014           see something.
30015         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30016           Actually NULL'ify event after using it.
30017         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30018         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30019         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30020         (gst_ebml_read_seek), (gst_ebml_read_skip):
30021           Handle events.
30022         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30023         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30024         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30025           Fix timing (this will probably break if I seek using menus, but
30026           I didn't get there yet). VOBs and normal DVDs should now work.
30027           Add a mpeg2-only pad with high rank so this get autoplugged for
30028           MPEG-2 movies.
30029         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30030         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30031         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30032         (gst_mpeg_demux_get_audio_stream),
30033         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30034         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30035           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30036           MPEG-1 but use dvddemux for MPEG-2.
30037         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30038         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30039         (gst_mpeg_parse_parse_packhead):
30040           Timing. Only add pad template if it exists. Add sink template from
30041           class and not from ourselves. This means we will always use the
30042           correct sink template even if it is not the one defined in this
30043           file.
30044
30045 2004-09-29  Wim Taymans  <wim@fluendo.com>
30046
30047         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30048         (gst_mpeg_demux_parse_pes):
30049         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30050         Fix playback of mpeg again, timestamps where screwed up by
30051         patch 1.61.
30052
30053 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30054
30055         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30056           Only return true if we actually filled something in. Prevents
30057           player applications from showing a random length for flac files.
30058         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30059         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30060         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30061         (gst_riff_read_strf_vids_with_data),
30062         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30063           OK, ok, so I implemented event handling. Apparently it's normal
30064           that we receive random events at random points without asking
30065           for it.
30066         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30067         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30068         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30069         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30070         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30071         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30072         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30073         * gst/avi/gstavidemux.h:
30074           Implement non-lineair chunk handling and subchunk processing.
30075           The first solves playback of AVI files where the audio and video
30076           data of individual buffers that we read are not synchronized.
30077           This should not happen according to the wonderful AVI specs, but
30078           of course it does happen in reality. It is also a prerequisite for
30079           the second. Subchunk processing allows us to cut chunks in small
30080           pieces and process each of these pieces separately. This is
30081           required because I've seen several AVI files with incredibly large
30082           audio chunks, even some files with only one audio chunk for the
30083           whole file. This allows for proper playback including seeking.
30084           This patch is supposed to fix all AVI A/V sync issues.
30085         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30086         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30087           Work.
30088         * gst/modplug/gstmodplug.cc:
30089           Proper return value setting for the query() function.
30090         * gst/playback/gstplaybasebin.c: (setup_source):
30091           Being in non-playing state (after, e.g., EOS) is not necessarily
30092           a bad thing. Allow for that. This fixes playback of short files.
30093           They don't actually playback fully now, because the clock already
30094           runs. This means that small files (<500kB) with a small length
30095           (<2sec) will still not or barely play. Other files, such as mod
30096           or flx, will work correctly, however.
30097
30098 2004-09-28  Wim Taymans  <wim@fluendo.com>
30099
30100         * ext/speex/gstspeex.c: (plugin_init):
30101         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30102         (gst_speex_dec_class_init), (speex_dec_get_formats),
30103         (speex_get_event_masks), (speex_get_query_types),
30104         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30105         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30106         (gst_speexdec_get_property), (gst_speexdec_set_property),
30107         (speex_dec_change_state):
30108         * ext/speex/gstspeexdec.h:
30109         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30110         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30111         (gst_speexenc_base_init), (gst_speexenc_class_init),
30112         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30113         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30114         (gst_speexenc_src_query), (gst_speexenc_init),
30115         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30116         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30117         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30118         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30119         (gst_speexenc_chain), (gst_speexenc_get_property),
30120         (gst_speexenc_set_property), (gst_speexenc_change_state):
30121         * ext/speex/gstspeexenc.h:
30122         Rewrote speex encoder, make sure it can be embedded in ogg.
30123         Implemented speex decoder.
30124
30125 2004-09-28  Christian Schaller <christian@fluendo.com>
30126
30127         * configure.ac:
30128         Remove kioslave plugin. Markey is brewing a new working one
30129         * ext/Makefile.am: Remove kioslave plugin
30130         * ext/kio: remove
30131         * gst-plugins.spec.in: remove kio plugin from spec
30132
30133 2004-09-27  Wim Taymans  <wim@fluendo.com>
30134
30135         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30136         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30137         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30138         (gst_multifdsink_new_client),
30139         (gst_multifdsink_handle_client_write),
30140         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30141         (gst_multifdsink_handle_clients):
30142         * gst/tcp/gstmultifdsink.h:
30143         Make syncing to keyframes actually work for new clients and lagging
30144         clients.
30145
30146 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30147
30148         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30149         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30150         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30151         * gst/debug/gstnavigationtest.h:
30152           make navigationtest display button-press and button-release events
30153
30154 2004-09-26 Iain <iaingnome@gmail.com>
30155
30156         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30157         the channels have received a new media event.
30158         (interleave_buffered_loop): Compresses a new media event on all
30159         channels into one.
30160
30161 2004-09-26 Iain <iaingnome@gmail.com>
30162
30163         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30164         call the sinkpad's default event handler and not the srcpads. He also
30165         says this is confusing :)
30166         (gst_wavenc_stop_file): Company says that seek events only go upstream
30167         we should send a discontinuous downstream instead.
30168
30169 2004-09-25  Christian Schaller <christian@fluendo.com>
30170
30171         * Update SPEC file to be usable in conjunction with Fedora Core,
30172           Fedora.us and freshrpms packages
30173         * Fix typo in multifilesrc test Makefile
30174
30175 2004-09-24  Wim Taymans  <wim@fluendo.com>
30176
30177         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30178         Only signal the no_more_pads signal when we have
30179         added the stream to our list.
30180
30181 2004-09-24  Wim Taymans  <wim@fluendo.com>
30182
30183         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30184         (new_decoded_pad):
30185         * gst/playback/gstplaybasebin.h:
30186         * gst/playback/gstplaybin.c: (setup_sinks):
30187         Don't try to preroll or decode more than one audio/video
30188         track.
30189
30190 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30191
30192         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30193           Throw error if we failed to find a suitable output. This should
30194           throw an error if we successfully set up a pipeline (e.g. because
30195           we recognized a media file) but found no decodable streams in it
30196           (e.g. because it contains only media stream types for which we
30197           have no decoders, or because it's not a media type).
30198
30199 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30200
30201         * ext/dirac/Makefile.am:
30202         * ext/dirac/gstdirac.cc:
30203         * ext/dirac/gstdiracdec.cc:
30204         * ext/dirac/gstdiracdec.h:
30205           Do something. Don't actually know if this works because I don't
30206           have a demuxer yet.
30207         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30208           Add channels=1 to caps returned from _getcaps().
30209         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30210         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30211         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30212         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30213         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30214         (gst_ogm_parse_change_state):
30215           Separate between audio/video so ogmaudioparse actually uses the
30216           audio pad templates. Both audio and video work now, including
30217           autoplugging. Also use sometimes-srcpad hack.
30218         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30219           Handle events better. Don't hang on infinite loops.
30220         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30221         (gst_avi_demux_init), (gst_avi_demux_reset),
30222         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30223         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30224         (gst_avi_demux_change_state):
30225         * gst/avi/gstavidemux.h:
30226           Improve A/V sync. Still not perfect.
30227         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30228         (gst_ebml_read_skip):
30229           Handle events better.
30230         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30231         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30232         (qtdemux_audio_caps):
30233           Add IMA4. Improve event handling. Save offset after a seek when
30234           the headers are at the end of the file so that we don't end up in
30235           an infinite loop.
30236         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30237           Add low-priority typefind support for files with no length.
30238
30239 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30240
30241         * testsuite/multifilesink/Makefile.am:
30242         fix typo
30243
30244 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30245
30246         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30247         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30248         mistakes from thaytan's patches.
30249
30250 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30251
30252         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30253           For completeness, XSync in the destroy function as xvimage does.
30254
30255 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30256
30257         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30258            Correct caps negotiation
30259         * gst/volume/gstvolume.c: (volume_chain_float),
30260         (volume_chain_int16):
30261            Modify debug output to be little more informative
30262         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30263         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30264         (gst_xvimagesink_xvimage_destroy):
30265           Add XSync calls after detaching from the shared memory segment to
30266           avoid a crash.
30267
30268 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30269
30270         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30271         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30272         * ext/vorbis/vorbis.c: (plugin_init):
30273         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30274         (gst_vorbisenc_chain):
30275         * ext/vorbis/vorbisenc.h:
30276         remove explicit newmedia support from oggmux and vorbisenc
30277         add debug category to vorbisenc
30278         * gst/multifilesink/gstmultifilesink.c:
30279         (gst_multifilesink_class_init), (gst_multifilesink_init),
30280         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30281         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30282         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30283         (plugin_init):
30284         * gst/multifilesink/gstmultifilesink.h:
30285         add support for streamheader in multifilesink
30286
30287 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30288
30289         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30290         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30291         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30292           Prevent infinite loops. More correct error reporting.
30293         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30294           Error out if negotiation fails.
30295         * gst/playback/gstplaybasebin.c: (setup_source),
30296         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30297         (gst_play_base_bin_found_tag):
30298           Error/tag forwarding. Pre-roll fixes for source errors on state
30299           changes (e.g. "file does not exist") to prevent hangs.
30300
30301 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30302
30303         * testsuite/multifilesink/Makefile.am:
30304         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30305         (gst_newmedia_class_init), (gst_newmedia_init),
30306         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30307         (newfile_signal), (test_signal), (main):
30308         * testsuite/multifilesink/multifilesrc_test.c: (main):
30309         * testsuite/multifilesink/oggtheora_test.c:
30310         (gst_newmedia_base_init), (gst_newmedia_class_init),
30311         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30312         (test_format), (newfile_signal), (test_signal), (main):
30313         * testsuite/multifilesink/oggvorbis_test.c:
30314         (gst_newmedia_base_init), (gst_newmedia_class_init),
30315         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30316         (test_format), (newfile_signal), (test_signal), (main):
30317         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30318         (gst_newmedia_class_init), (gst_newmedia_init),
30319         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30320         (newfile_signal), (test_signal), (main):
30321         New media tests
30322
30323 2004-09-20  Christian Schaller <christian@fluendo.com>
30324
30325         * Fix mikmod license to LGPL as they have relicensed
30326         * Move Dirac and Effectv into LGPL section of README_license
30327
30328 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30329
30330         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30331         (gst_mad_change_state):
30332           Allow for mp3 rate/channels changes. However, only very
30333           conservatively. Reason that we *have* to enable this is smiply
30334           because the mad find_sync() function is not good enough, it will
30335           regularly sync on random data as valid frames and therefore make
30336           us provide random caps as *final* caps of the stream. The best fix
30337           I could think of is to simply require several of the same stream
30338           changes in a row before we change caps.
30339           The actual testcase that works now is #
30340         * ext/ogg/Makefile.am:
30341         * ext/ogg/gstogg.c: (plugin_init):
30342         * ext/ogg/gstogmparse.c:
30343           OGM support (video only for now; I need an audio sample file).
30344         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30345         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30346         (gst_asf_demux_add_video_stream):
30347           WMV extradata.
30348         * gst/playback/gstplaybasebin.c: (unknown_type):
30349           Don't error out on single unknown-types after all. It's wrong.
30350           If we found type of video and audio but not of a subtitle stream,
30351           it will still error out (which is unwanted). Will find a better fix
30352           later on.
30353         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30354         (ogmaudio_type_find), (plugin_init):
30355           OGM support.
30356
30357 2004-09-20  Johan Dahlin  <johan@gnome.org>
30358
30359         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30360         after setting caps.
30361
30362 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30363
30364         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30365         * gst/wavenc/gstwavenc.h:
30366         Added newmedia support to wavenc
30367
30368 2004-09-17  Wim Taymans  <wim@fluendo.com>
30369
30370         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30371         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30372         (gst_fdset_fd_can_write), (gst_fdset_wait):
30373         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30374         (gst_multifdsink_init), (gst_multifdsink_add),
30375         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30376         (gst_multifdsink_remove_client_link),
30377         (gst_multifdsink_client_queue_buffer),
30378         (gst_multifdsink_handle_client_write),
30379         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30380         (gst_multifdsink_close), (gst_multifdsink_change_state):
30381         * gst/tcp/gstmultifdsink.h:
30382         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30383         (gst_tcpserversink_removed):
30384         Small cleanups in fdset.c
30385         Use a hastable to map fd to the client structure for faster
30386         lookup in _remove and get_stats.
30387         Added virtual function to close the fds.
30388         Handle clients even when the select/poll call was unblocked because
30389         of a command.
30390         Implement syncing to keyframe in the recovery procedure.
30391
30392 2004-09-16 Iain <iaingnome@gmail.com>
30393
30394         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30395         try caps.
30396
30397 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30398
30399         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30400           Caps are only set if the type of the stream is unknown, but this
30401           is initialized in ->init_stream(), so set to UNKNOWN after calling
30402           ->init_stream() so that capsnego starts.
30403
30404 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30405
30406         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30407         (gst_avi_demux_stream_data):
30408           Just hardcode for raw audio then. AVI audio sucks.
30409
30410 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30411
30412         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30413         * gst/matroska/matroska-mux.c: (audiosink_templ),
30414         (gst_matroska_mux_audio_pad_link):
30415         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30416         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30417
30418 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30419
30420         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30421         (gst_avi_demux_stream_data):
30422           Try to fix a/v sync issues.
30423
30424 2004-09-15  David Schleef  <ds@schleef.org>
30425
30426         * configure.ac: remove NASM check, since we don't use it.  Update
30427         dirac check to 0.4
30428         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30429         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30430         Initialized variables.
30431         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30432         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30433         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30434         SVQ3 format
30435
30436 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30437
30438         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30439         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30440         * gst/avi/gstavidemux.h:
30441           Fix for compressed audio (mp3) timestamp generation. How did this
30442           ever work?
30443
30444 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30445
30446         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30447           Volume is a double not a float.
30448
30449 2004-09-15  Wim Taymans  <wim@fluendo.com>
30450
30451         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30452         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30453         Don't close the fd in multifdsink as we didn't open it in the
30454         first place. Some cleanups.
30455
30456 2004-09-15  Wim Taymans  <wim@fluendo.com>
30457
30458         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30459         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30460         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30461         Fix the case where the muxer would mark pages as delta
30462         frames when they are not (vorbis only ogg).
30463
30464 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30465
30466         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30467         (gst_play_base_bin_change_state):
30468           Handle the case where we failed to setup a clear pipeline. This
30469           will throw an error (or EOS, another nice case) and if you don't
30470           catch that, the app will wait for the signal forever (and thus
30471           hang).
30472
30473 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30474
30475         * ext/gnomevfs/gstgnomevfssink.c:
30476         (gst_gnomevfssink_uri_get_protocols):
30477         * ext/gnomevfs/gstgnomevfssrc.c:
30478         (gst_gnomevfssrc_uri_get_protocols):
30479         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30480         * ext/gnomevfs/gstgnomevfsuri.h:
30481           Use _uri_new() instead of _open(), so it doesn't take as long and
30482           Christophe's computer won't hang.
30483         * gst/playback/gstplaybasebin.c: (unknown_type):
30484           Throw error on unknown media type, so apps actually display it.
30485
30486 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30487
30488         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30489           this script to work on Solaris since bash shell handles echo
30490           differenly than bash.
30491
30492 2004-09-17  Wim Taymans  <wim@fluendo.com>
30493
30494         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30495         (setup_source), (gst_play_base_bin_set_property),
30496         (gst_play_base_bin_add_element):
30497         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30498         Some more work on making sure seeking pauses the pipeline and
30499         that changing the uri actually does something.
30500
30501 2004-09-17  Wim Taymans  <wim@fluendo.com>
30502
30503         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30504         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30505         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30506         (gst_tcpserversink_close):
30507         Be a bit more paranoid when freeing memory.
30508
30509 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30510
30511         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30512         (qtdemux_parse_trak):
30513           Don't crash by dividing by zero (see sample movie in #126922).
30514
30515 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30516
30517         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30518           Don't touch non-existing data (fixes crash on file in #140147).
30519
30520 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30521
30522         * gst/playback/gstplaybasebin.c:
30523         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30524           Handle double disposals, and proper change of URIs.
30525
30526 2004-09-13  Martin Eikermann <meiker@upb.de>
30527
30528         * gst/mpegstream/gstmpegparse.c:
30529           fix synchronistation for streams recorded from digital PCR
30530           fixes bug #119376
30531
30532 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30533
30534         * ext/gnomevfs/Makefile.am:
30535         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30536         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30537         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30538         (gst_gnomevfssink_uri_get_type),
30539         (gst_gnomevfssink_uri_get_protocols),
30540         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30541         (gst_gnomevfssink_uri_handler_init),
30542         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30543         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30544         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30545         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30546         (gst_gnomevfssrc_uri_get_type),
30547         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30548         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30549         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30550         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30551         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30552         * ext/gnomevfs/gstgnomevfsuri.h:
30553           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30554           of fake URIs to see which this version of Gnome-VFS likes, and
30555           uses that for the Gst-URI interface. Makes playbin support http://
30556           streams. Also fix up some stupid behaviour in gnomevfssrc.
30557
30558 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30559
30560         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30561         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30562         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30563         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30564           Update mixer (to sync with other sessions) if we try to obtain
30565           a new value. This makes alsamixer work accross applications.
30566         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30567           Only call sync functions if we're running, else alsalib asserts.
30568         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30569           Sometimes fails to compile. Possibly a gcc bug.
30570         * gst/playback/gstplaybin.c: (gen_video_element),
30571         (gen_audio_element):
30572           Add a reference to an application-provided object, because we lose
30573           this same reference if we add it to the bin. If we don't do this,
30574           we can only use this object once and thus crash if we go from
30575           ready to playing, back to ready and back to playing again.
30576           Also add an audioscale element because several cheap soundcards -
30577           like mine - don't support all samplerates.
30578         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30579         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30580           Fix wrong order or PAR calls. Makes automatically obtained PAR
30581           from the X server atually being used.
30582
30583 2004-09-12  David Schleef  <ds@schleef.org>
30584
30585         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30586         #151887, #152102, #152247.
30587         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30588         * examples/seeking/cdparanoia.c: same
30589         * examples/seeking/cdplayer.c: same
30590         * examples/seeking/seek.c: same
30591         * examples/seeking/spider_seek.c: same
30592         * examples/seeking/vorbisfile.c: same
30593         * examples/stats/mp2ogg.c: same
30594         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30595         (gst_esdsink_dispose): Dispose of element properly.
30596         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30597         fixes.
30598         * ext/nas/nassink.c: (gst_nassink_class_init),
30599         (gst_nassink_dispose): Dispose of element correctly.
30600         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30601         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30602         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30603         Fix 64-bit warning.
30604         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30605         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30606         Fix 64-bit warning.
30607
30608 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30609
30610         * configure.ac : change speex detection as 1.1.6 now uses
30611           .pc/pkg-config and they changed their headers location.
30612
30613 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30614
30615         * gst/matroska/matroska-mux.h:
30616         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30617         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30618         (gst_matroska_mux_write_data):
30619           Write multiple blocks/frames per cluster.
30620                 Write meta-seek information (seek heads).
30621
30622 2004-09-09  Scott Wheeler <wheeler@kde.org>
30623
30624         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30625         (gst_play_bin_set_property), (gst_play_bin_get_property),
30626         (gen_audio_element), (gen_audio_element):
30627           Add a volume element / property to the pipeline.
30628
30629 2004-09-07  Wim Taymans  <wim@fluendo.com>
30630
30631         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30632         Copy timestamps from the master pad to the output buffers.
30633
30634 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30635
30636         * ext/raw1394/gstdv1394src.c:
30637           throw errors when applicable
30638
30639 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30640
30641         * gst/matroska/ebml-ids.h:
30642         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30643         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30644         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30645           automatically convert unix time <-> ebml time when reading/writing
30646           a date, use gst_ebml_write_uint to write CUETIME,
30647           not gst_ebml_write_date.
30648         * gst/matroska/matroska-ids.h:
30649         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30650         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30651         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30652         (gst_matroska_mux_write_data):
30653           Write track and segment UIDs, write muxing date, write
30654           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30655           Create cues for audio only files.
30656
30657 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30658
30659         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30660         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30661           Re-commit ALSA switches.
30662         * gst/adder/gstadder.c: (gst_adder_loop):
30663           64-bit fix (#151416).
30664         * gst/debug/progressreport.c: (gst_progressreport_report):
30665           64-bit fix (#151419).
30666         * gst/matroska/matroska-demux.c:
30667         (gst_matroska_demux_parse_contents):
30668           64-bit fix (#151420).
30669         * gst/playback/test3.c: (update_scale):
30670           64-bit fix (#151421).
30671
30672 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30673
30674         * configure.ac:
30675           bump nano to cvs
30676
30677 === release 0.8.4 ===
30678
30679 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30680
30681         * configure.ac: releasing 0.8.4, "Alias"
30682
30683 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30684
30685         * ext/theora/Makefile.am:
30686           fix makefile.  Fixes #151462.
30687
30688 2004-08-30  Wim Taymans  <wim@fluendo.com>
30689
30690         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30691         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30692         (gst_multifdsink_remove_client_link),
30693         (gst_multifdsink_client_queue_buffer),
30694         (gst_multifdsink_handle_client_write):
30695         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30696         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30697         Fix some memory leaks.
30698
30699 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30700
30701         Patch by: David Schleef
30702
30703         * configure.ac:
30704         * sys/Makefile.am:
30705           rename our detection macro for V4L2.  Fixes #151236.
30706
30707 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30708
30709         Patch by: David Schleef
30710
30711         * configure.ac:
30712           check to define LAMEPRESET.  Fixes #151232.
30713
30714 2004-08-27  David Schleef  <ds@schleef.org>
30715
30716         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30717         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30718         (gst_glimagesink_fixate):  Move local variable declarations to
30719         make gcc-2.95 happy.
30720
30721 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30722
30723         * configure.ac:
30724           bump nano for prerelease
30725
30726 2004-08-27  David Schleef  <ds@schleef.org>
30727
30728         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30729         * sys/sunaudio/gstsunaudiosrc.c:
30730         * sys/sunaudio/gstsunaudiosrc.h:
30731
30732 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30733
30734         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30735         handle EOS correctly
30736         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30737         * gst/matroska/matroska-mux.h:
30738         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30739         VFW compatibility mode
30740
30741 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30742
30743         patch by: Zaheer Abbas Merali
30744
30745         * ext/ogg/gstoggmux.c:
30746         * ext/vorbis/vorbisenc.c:
30747         * ext/vorbis/vorbisenc.h:
30748           handle NEWMEDIA
30749
30750 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30751
30752         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
30753         fix byte order reversion on little endian machines.
30754         * gst/matroska/matroska-mux.c: (audiosink_templ),
30755         (gst_matroska_mux_audio_pad_link):
30756         add TTA codec to the list of supported codecs.
30757         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
30758         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30759         (gst_matroska_mux_write_data):
30760         * gst/matroska/matroska-mux.h:
30761         write segment duration correctly, write muxing app string, fixes bugs
30762         #140897 and #140898.
30763         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
30764         wait for all pads to be negotiated before starting to mux.
30765
30766 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30767
30768         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
30769         * ext/lame/gstlame.h:
30770         Added new media support to lame
30771
30772 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
30773
30774         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
30775         send vorbis headers at the beginning of a stream, fixes bug #141554.
30776         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
30777         bug #148950.
30778         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
30779         (gst_matroska_demux_plugin_init):
30780         * gst/matroska/matroska-ids.h:
30781         enable demuxing of TTA audio streams, fixes bug #148951.
30782         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
30783         enable typefinding for TTA audio files, fixes bug #148711.
30784         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
30785         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
30786         fixes playback of packed bitstream and xvid with bframes, bug #135407.
30787
30788 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
30789
30790         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30791         (gst_riff_read_element_data), (gst_riff_read_seek),
30792         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
30793         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
30794         <teuf@gnome.org>
30795
30796 2004-08-23 Iain <iaingnome@gmail.com>
30797
30798         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
30799         tags. They appear to be handled differently to normal.
30800         (tag_list_to_id3_tag_foreach): Ditto.
30801
30802 2004-08-22  Wim Taymans  <wim@fluendo.com>
30803
30804         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30805         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30806         Make sure we never send -1 granulepos.
30807
30808 2004-08-20  Wim Taymans  <wim@fluendo.com>
30809
30810         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30811         (gst_ogg_mux_loop):
30812         I will accept bitchslappings with non sharp objects.
30813
30814 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30815
30816         * configure.ac:
30817         Clean up the test for lame presets
30818
30819 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30820
30821         * configure.ac:
30822         * ext/lame/Makefile.am:
30823         * ext/lame/gstlame.c: (gst_lame_class_init),
30824         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30825         Only enable lame presets if version of lame has presets in API
30826
30827 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
30828         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
30829         * gst/udp/gstudpsrc.h:
30830           Don't call gst_pad_push in a get function. Fixes #150449
30831
30832 2004-08-18  Wim Taymans  <wim@fluendo.com>
30833
30834         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
30835         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
30836         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30837         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30838         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30839         (gst_fdset_wait):
30840         * gst/tcp/gstfdset.h:
30841         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30842         (gst_multifdsink_client_queue_buffer),
30843         (gst_multifdsink_handle_client_write):
30844         * gst/tcp/gstmultifdsink.h:
30845         Some extra checks in gstfdset.
30846         Only use send() when the fd is a socket. Don't try to
30847         read from write only fds.
30848
30849 2004-08-18  Wim Taymans  <wim@fluendo.com>
30850
30851         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
30852         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30853         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30854         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30855         (gst_fdset_wait):
30856         Add more locking and bounds checking.
30857
30858 2004-08-18  Wim Taymans  <wim@fluendo.com>
30859
30860         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
30861         Realloc test fdset in the lock and right before starting
30862         the poll call. Bump the limit to 4096.
30863
30864 2004-08-17  David Schleef  <ds@schleef.org>
30865
30866         * sys/sunaudio/Makefile.am:
30867         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
30868         of rates and channels.  Make debugging less obnoxious.
30869
30870         Patch from Balamurali Viswanathan implementing a mixer for
30871         Sun audio.  (bug #144091):
30872         * sys/sunaudio/gstsunelement.c:
30873         * sys/sunaudio/gstsunelement.h:
30874         * sys/sunaudio/gstsunmixer.c:
30875         * sys/sunaudio/gstsunmixer.h:
30876
30877 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30878
30879         * gst/audioscale/gstaudioscale.c:
30880         * gst/audioscale/gstaudioscale.h:
30881         made audioscale resample from any sample rate to any sample rate
30882
30883 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30884
30885         * ext/libpng/gstpngdec.c:
30886           error out on unsupported types
30887
30888 2004-08-17  Iain <iaingnome@gmail.com>
30889
30890         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
30891         mid_side and loose_mid_side properties if its a stereo stream.
30892
30893 2004-08-17  Wim Taymans  <wim@fluendo.com>
30894
30895         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
30896         (theora_get_formats), (theora_dec_src_convert),
30897         (theora_dec_sink_convert), (theora_dec_src_query),
30898         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
30899         Add a debug line.
30900
30901 2004-08-17  Wim Taymans  <wim@fluendo.com>
30902
30903         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
30904         (gst_ogg_pad_push):
30905         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30906         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
30907         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
30908         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30909         Mark delta units in the muxer.
30910         Try to decode the packet after an out-of-sync error from
30911         libogg.
30912
30913 2004-08-17  Wim Taymans  <wim@fluendo.com>
30914
30915         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30916         (gst_multifdsink_init), (gst_multifdsink_add),
30917         (gst_multifdsink_client_queue_buffer),
30918         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
30919         * gst/tcp/gstmultifdsink.h:
30920         Added option to send a keyframe to clients as the first buffer.
30921         Make timeout property writable.
30922
30923 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30924
30925         patch by: Wim Taymans
30926
30927         * gst/tcp/gstfdset.c:
30928         * gst/tcp/gstmultifdsink.c:
30929           fix index comparison, should include 0
30930
30931 2004-08-16  Wim Taymans  <wim@fluendo.com>
30932
30933         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
30934         (gst_fdset_add_fd), (gst_fdset_remove_fd),
30935         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30936         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30937         (gst_fdset_wait):
30938           copy when reallocing for poll so the select arguments don't get
30939           changed during the call
30940
30941 2004-08-16  Wim Taymans  <wim@fluendo.com>
30942
30943         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
30944         (gst_theora_enc_class_init), (theora_enc_sink_link),
30945         (theora_buffer_from_packet), (theora_enc_chain):
30946         Fix bug where buffers were not marked as keyframes
30947         correctly.
30948
30949 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30950
30951         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
30952         (gst_lame_preset_get_type), (gst_lame_class_init):
30953         describe the enum values for vbr mode and presets more verbosely
30954
30955 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30956
30957         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
30958         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
30959         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
30960         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30961         * ext/lame/gstlame.h:
30962         add preset property to lame so it can use lame presets
30963
30964 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30965
30966         * ext/lame/gstlame.c: (gst_lame_get_property):
30967         whoops forgot break, thanks teuf
30968
30969 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30970
30971         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
30972         (gst_lame_class_init), (gst_lame_src_getcaps),
30973         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
30974         (gst_lame_get_property), (gst_lame_setup):
30975         * ext/lame/gstlame.h:
30976         fix lame's broken vbr stuff, allow it to resample if need be, and also
30977         make xing header optional
30978
30979 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30980
30981         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
30982         added getcaps function so samplerate doesnt get fixated to silly values
30983
30984 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30985
30986         * ext/lame/gstlame.c: (gst_lame_src_link):
30987         revert previous fix
30988
30989 2004-08-12  Johan Dahlin  <johan@gnome.org>
30990
30991         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
30992         checks. Doesn't matter what state we are in. Interfaces are a
30993         compile time thing, not runtime. It also broke the python bindings.
30994
30995 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30996
30997         * ext/lame/gstlame.c: (gst_lame_src_link):
30998         made source pad link function check if sinkpad is ok..fixes the problem
30999         where core fixates the output rate of lame stupidly
31000
31001 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31002
31003         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31004         * sys/v4l/v4l_calls.c:
31005         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31006           fix fixate function to handle nonsimple caps.
31007           remove bogus check in _link
31008           cleanups
31009
31010 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31011
31012         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31013         set default compression ratio parameter to 0.0 so bitrate parameter
31014         works :)
31015
31016 2004-08-11  David Schleef  <ds@schleef.org>
31017
31018         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31019
31020 2004-08-11  David Schleef  <ds@schleef.org>
31021
31022         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31023         before.
31024
31025 2004-08-11  David Schleef  <ds@schleef.org>
31026
31027         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31028
31029 2004-08-11  David Schleef  <ds@schleef.org>
31030
31031         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31032           license field
31033         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31034         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31035           LGPL.
31036         * gst/auparse/gstauparse.c: Fix plugin license field.
31037         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31038         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31039         * gst/rtp/gstrtp.c: Fix plugin license field.
31040
31041 2004-08-11  Wim Taymans  <wim@fluendo.com>
31042
31043         * gst/tcp/Makefile.am:
31044         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31045         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31046         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31047         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31048         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31049         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31050         (gst_fdset_fd_can_write), (gst_fdset_wait):
31051         * gst/tcp/gstfdset.h:
31052         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31053         (gst_multifdsink_class_init), (gst_multifdsink_init),
31054         (gst_multifdsink_add), (gst_multifdsink_remove),
31055         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31056         (gst_multifdsink_remove_client_link),
31057         (gst_multifdsink_handle_client_read),
31058         (gst_multifdsink_client_queue_data),
31059         (gst_multifdsink_client_queue_caps),
31060         (gst_multifdsink_client_queue_buffer),
31061         (gst_multifdsink_handle_client_write),
31062         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31063         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31064         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31065         (gst_multifdsink_close):
31066         * gst/tcp/gstmultifdsink.h:
31067         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31068         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31069         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31070         (gst_tcpserversink_close):
31071         * gst/tcp/gsttcpserversink.h:
31072         Abstracted away the select call, implemented poll (yes we ran into
31073         the 1024 limit in production).
31074
31075 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31076
31077         * gst/tcp/gsttcp.c:
31078         * gst/tcp/gsttcpplugin.c:
31079           improve debuggging, remove assert
31080
31081 2004-08-10  Wim Taymans  <wim@fluendo.com>
31082
31083         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31084         (gst_client_status_get_type), (gst_multifdsink_class_init),
31085         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31086         (gst_multifdsink_handle_client_read),
31087         (gst_multifdsink_handle_client_write),
31088         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31089         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31090         (gst_multifdsink_get_property):
31091         * gst/tcp/gstmultifdsink.h:
31092         * gst/tcp/gsttcp-marshal.list:
31093         Starting to prepare for specifying buffer time in other units
31094         than buffers. Expose remove reason in signal.
31095
31096 2004-08-10  Wim Taymans  <wim@fluendo.com>
31097
31098         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31099         (gst_multifdsink_remove), (gst_multifdsink_clear),
31100         (gst_multifdsink_remove_client_link),
31101         (gst_multifdsink_handle_client_read),
31102         (gst_multifdsink_client_queue_data),
31103         (gst_multifdsink_client_queue_buffer),
31104         (gst_multifdsink_handle_client_write),
31105         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31106         (gst_multifdsink_chain), (gst_multifdsink_close):
31107         * gst/tcp/gstmultifdsink.h:
31108         Added more debugging info. Changed the way clients are
31109         removed from the lists. Fixed a bug where a bad file descriptor
31110         could cause many clients to be removed.
31111
31112 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31113
31114         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31115           allow all pixel-aspect-ratios, not just 1:1
31116
31117 2004-08-09  David Schleef  <ds@schleef.org>
31118
31119         * sys/glsink/ARB_multitexture.h:  Remove old files.
31120         * sys/glsink/EXT_paletted_texture.h:
31121         * sys/glsink/NV_register_combiners.h:
31122         * sys/glsink/gstgl_nvimage.c:
31123         * sys/glsink/gstgl_pdrimage.c:
31124         * sys/glsink/gstgl_rgbimage.c:
31125         * sys/glsink/gstglsink.c:
31126         * sys/glsink/gstglsink.h:
31127         * sys/glsink/gstglxwindow.c:
31128         * sys/glsink/regcomb_yuvrgb.c:
31129
31130 2004-08-09  David Schleef  <ds@schleef.org>
31131
31132         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31133         GL sink plugin.  (Bug #147302)
31134
31135         * configure.ac: Test for OpenGL
31136         * sys/Makefile.am: Use test for OpenGL
31137         * sys/glsink/Makefile.am:
31138         * sys/glsink/glimagesink.c: rewrite
31139         * sys/glsink/glimagesink.h: rewrite
31140
31141 2004-08-09  David Schleef  <ds@schleef.org>
31142
31143         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31144         sane framerates.
31145         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31146         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31147         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31148
31149 2004-08-09  Wim Taymans  <wim@fluendo.com>
31150
31151         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31152         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31153         (gst_multifdsink_client_remove),
31154         (gst_multifdsink_handle_client_read),
31155         (gst_multifdsink_handle_client_write),
31156         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31157         Do a bit more logging, make the client_read code more robust.
31158
31159 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31160
31161         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31162         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31163         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31164         (gst_jpegdec_init), (gst_jpegdec_chain):
31165         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31166         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31167           cleanups, debugging fixes and memleak plugging
31168
31169 2004-08-09  Wim Taymans  <wim@fluendo.com>
31170
31171         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31172         (theora_get_formats), (theora_dec_src_convert),
31173         (theora_dec_sink_convert), (theora_dec_src_query),
31174         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31175         (theora_dec_change_state):
31176         Don't crash on missing header packets.
31177
31178 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31179
31180         * po/LINGUAS:
31181         * po/sq.po:
31182           Added Albanian translation (Laurent Dhima)
31183         * po/cs.po:
31184           updated
31185
31186 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31187
31188         * ext/lame/gstlame.c:
31189           fix/add debugging
31190
31191 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31192
31193         * sys/ximage/ximagesink.c:
31194         * sys/xvimage/xvimagesink.c:
31195           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31196
31197 2004-08-06  Wim Taymans  <wim@fluendo.com>
31198
31199         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31200         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31201         (gst_multifdsink_client_remove),
31202         (gst_multifdsink_handle_client_read),
31203         (gst_multifdsink_handle_client_write),
31204         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31205         Make sure we don't try to read more from a client that what
31206         ioctl says us or we deadlock.
31207
31208 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31209
31210         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31211         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31212         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31213           decouple running_time and n_frames so it can handle changing
31214           framerate while running
31215
31216 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31217
31218         * po/nl.po:
31219         * po/sv.po:
31220           updated translations
31221
31222 2004-08-04  Benjamin Otte  <otte@gnome.org>
31223
31224         * gst/videotestsrc/gstvideotestsrc.c:
31225         (gst_videotestsrc_get_capslist), (generate_capslist),
31226         (plugin_init):
31227           generate the list of supported caps at startup and reuse it instead
31228           of always generating it
31229
31230 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31231
31232         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31233           whoops, last checkin broke normal build
31234
31235 2004-08-03  Benjamin Otte  <otte@gnome.org>
31236
31237         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31238         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31239         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31240         (gst_alsa_mixer_get_option):
31241         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31242         (dvdnavsrc_print_event):
31243         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31244         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31245         (gst_ogg_mux_pad_unlink):
31246         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31247         (gst_multipart_mux_pad_unlink):
31248         * gst/videofilter/gstvideobalance.c:
31249         (gst_videobalance_colorbalance_set_value):
31250         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31251         (gst_videomixer_pad_unlink):
31252         * po/uk.po:
31253         * sys/oss/gstossmixer.c:
31254         * sys/v4l/gstv4lcolorbalance.c:
31255         * sys/v4l/gstv4ltuner.c:
31256         * sys/v4l/v4lsrc_calls.c:
31257         * sys/v4l2/gstv4l2colorbalance.c:
31258         * sys/v4l2/gstv4l2tuner.c:
31259           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31260
31261 2004-08-03  Benjamin Otte  <otte@gnome.org>
31262
31263         * examples/dynparams/filter.c: (ui_control_create):
31264         * examples/gstplay/player.c: (print_tag):
31265         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31266         * ext/gdk_pixbuf/gstgdkanimation.c:
31267         (gst_gdk_animation_iter_may_advance):
31268         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31269         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31270         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31271         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31272         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31273         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31274         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31275         * gst/sine/demo-dparams.c: (main):
31276         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31277         * testsuite/alsa/formats.c: (create_pipeline):
31278         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31279           fixes for G_DISABLE_ASSERT and friends
31280         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31281         (mp3_type_frame_length_from_header), (mp3_type_find),
31282         (plugin_init):
31283           require mp3 typefinding to have at least MIN_HEADERS valid headers
31284           add typefinding for AAC adts files
31285
31286 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31287
31288         * sys/ximage/ximagesink.c:
31289         (gst_ximagesink_calculate_pixel_aspect_ratio):
31290         * sys/xvimage/xvimagesink.c:
31291         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31292         Make sure we calculate pixel-aspect-ratio using floating point maths
31293
31294 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31295
31296         * po/uk.po:
31297           updated translation
31298
31299 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31300
31301         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31302         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31303           add debugging for display PAR calculation
31304
31305 2004-08-02  David Schleef  <ds@schleef.org>
31306
31307         * configure.ac: Fix mikmod CFLAGS.
31308
31309 2004-07-27  Benjamin Otte  <otte@gnome.org>
31310
31311         * gst/audioscale/gstaudioscale.c:
31312         - fix templates to only support S16, it's the only format that works
31313         - make caps nego code use try_set_caps_nonfixed and fixation instead
31314         of try_set_caps twice, which is not nice for autopluggers
31315         - change rank to secondary, so autopluggers can pick it up after
31316         audioconvert
31317
31318 2004-08-02  Iain <iain@prettypeople.org>
31319
31320         * gst/interleave/interleave.c (interleave_init),
31321         (interleave_request_new_pad),
31322         (interleave_pad_removed),
31323         (interleave_buffered_loop): Use the real pad count, not the artificial
31324         one.
31325
31326 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31327
31328         * configure.ac: bump nano back to development
31329
31330 === release 0.8.3 ===
31331
31332 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31333
31334         * configure.ac: releasing 0.8.3, "Water"
31335
31336 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31337
31338         * sys/xvimage/xvimagesink.c:
31339         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31340         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31341         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31342         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31343         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31344         * sys/xvimage/xvimagesink.h:
31345           apply similar PAR fixes as to ximagesink
31346
31347 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31348
31349         patch from: Benjamin Otte
31350
31351         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31352           add link function to lame.  Fixes #148986.
31353
31354 2004-08-02  Johan Dahlin  <johan@gnome.org>
31355
31356         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31357         fix debugging log
31358
31359 2004-07-30  David Schleef  <ds@schleef.org>
31360
31361         * gst/videomixer/Makefile.am: Fix things that should have been
31362         fixed in the last checkin.
31363
31364 2004-07-30  David Schleef  <ds@schleef.org>
31365
31366         * gst/multipart/Makefile.am: Fix things that should have been
31367         fixed in the last checkin.
31368
31369 2004-07-30  David Schleef  <ds@schleef.org>
31370
31371         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31372
31373 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31374
31375         * configure.ac:
31376           bump nano for prerelease
31377         * po/af.po:
31378         * po/az.po:
31379         * po/cs.po:
31380         * po/en_GB.po:
31381         * po/hu.po:
31382         * po/nl.po:
31383         * po/sr.po:
31384         * po/sv.po:
31385         * po/uk.po:
31386           updates
31387
31388 2004-07-30  Wim Taymans  <wim@fluendo.com>
31389
31390         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31391         (gst_multifdsink_add), (gst_multifdsink_remove),
31392         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31393         (gst_multifdsink_client_remove),
31394         (gst_multifdsink_handle_client_write),
31395         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31396         * gst/tcp/gstmultifdsink.h:
31397         Recover from a select with a bad file descriptor by removing
31398         the client.
31399
31400 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31401
31402         * configure.ac:
31403           fix requirement of core
31404         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31405         (gst_play_pipeline_setup):
31406           don't use colorspace element.  do use hermescolorspace element.
31407           make macro to get a colorspace element.
31408           mark strings for translation.
31409         * po/POTFILES.in:
31410           add play.c
31411         * po/af.po:
31412         * po/az.po:
31413         * po/cs.po:
31414         * po/en_GB.po:
31415         * po/hu.po:
31416         * po/nl.po:
31417         * po/sr.po:
31418         * po/sv.po:
31419         * po/uk.po:
31420           update translations
31421
31422 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31423
31424         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31425         fix default for newmedia flag
31426
31427 2004-07-30  Wim Taymans  <wim@fluendo.com>
31428
31429         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31430         (gst_theora_dec_init), (theora_get_formats),
31431         (theora_dec_src_convert), (theora_dec_sink_convert),
31432         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31433         (theora_dec_chain), (theora_dec_set_property),
31434         (theora_dec_get_property):
31435         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31436         (gst_theora_enc_class_init), (gst_theora_enc_init),
31437         (theora_enc_sink_link), (theora_enc_chain),
31438         (theora_enc_set_property), (theora_enc_get_property):
31439         Added cropping option to theora decoder.
31440         Added border option to theora encoder.
31441
31442 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31443
31444         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31445         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31446         (gst_pngenc_set_property):
31447         * ext/libpng/gstpngenc.h:
31448         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
31449
31450 2004-07-30  Wim Taymans  <wim@fluendo.com>
31451
31452         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31453         (theora_enc_sink_link), (theora_enc_chain),
31454         (theora_enc_set_property), (theora_enc_get_property):
31455         Fix encoding of non-multiple-of-16 video.
31456
31457 2004-07-29  David Schleef  <ds@schleef.org>
31458
31459         * configure.ac: make test for audiofile more strict
31460
31461 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31462
31463         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31464           give different names to typefind functions
31465
31466 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31467
31468         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31469         (gst_ximagesink_calculate_pixel_aspect_ratio),
31470         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31471         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31472         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31473         (gst_ximagesink_get_property), (gst_ximagesink_init):
31474         * sys/ximage/ximagesink.h:
31475           allocate PAR's dynamically.
31476           use autodetected PAR if no object-set PAR is given.
31477           add workaround for directfb's X not setting physical size.
31478           fix to xvimagesink will follow tomorrow.
31479
31480 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31481
31482         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31483         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31484         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31485         (gst_shout2send_class_init), (gst_shout2send_init),
31486         (set_shout_metadata), (gst_shout2send_set_metadata),
31487         (gst_shout2send_chain), (gst_shout2send_set_property),
31488         (gst_shout2send_get_property), (gst_shout2send_connect),
31489         (gst_shout2send_change_state):
31490         * ext/shout2/gstshout2.h:
31491         - fix for sending mp3 audio to icecast2 server, if pad link function not
31492         called before PAUSED state
31493         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31494         - added tagging support for mp3 audio broadcasted
31495         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31496         debug info
31497
31498 2004-07-28  Wim Taymans  <wim@fluendo.com>
31499
31500         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31501         (gst_ogg_demux_push):
31502         Return query failure when we don't know the length of
31503         an ogg stream insteda of returning TRUE with a bogus value.
31504
31505 2004-07-28  Wim Taymans  <wim@fluendo.com>
31506
31507         * ext/theora/theoradec.c: (theora_get_formats),
31508         (theora_dec_src_convert), (theora_dec_sink_convert),
31509         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31510         (theora_dec_chain):
31511         Don't screw up the 1 Chroma for 1 luma sample situation when we
31512         have an odd offset/width by adding a black border in those cases.
31513
31514 2004-07-28  Wim Taymans  <wim@fluendo.com>
31515
31516         * ext/theora/theoradec.c: (theora_get_formats),
31517         (theora_dec_src_convert), (theora_dec_sink_convert),
31518         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31519         (theora_dec_chain):
31520         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31521         Added first attempt at cropping of the image as required by the
31522         theora spec. We need more properties in the caps (offset_x,
31523         offset_y,stride) to implement this correctly.
31524
31525 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31526
31527         * ext/dvdnav/README:
31528           Update the README to use dvddemux
31529         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31530           Ensure getcaps returns a subset of the template caps
31531         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31532         (gst_mpeg2subt_init):
31533           Ensure getcaps returns a subset of the template caps
31534         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31535         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31536         (gst_dvd_demux_get_subpicture_stream),
31537         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31538         * gst/mpegstream/gstdvddemux.h:
31539           Set the explicit caps on the current_video pad before pushing
31540           anything
31541         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31542         (gst_mpeg_demux_get_audio_stream):
31543           Free caps used to gst_pad_set_explicit_caps, which takes a const
31544           GstCaps *
31545
31546 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31547
31548         * configure.ac: update GStreamer requirement to 0.8.4 because of
31549           GstFraction.
31550
31551 2004-07-28  Wim Taymans  <wim@fluendo.com>
31552
31553         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31554         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31555         Add the pad to the element after setting up the caps. This
31556         makes it a lot easier to autoplug.
31557
31558 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31559
31560         * gst/median/gstmedian.c:
31561         * gst/mpeg2subt/gstmpeg2subt.c:
31562         * gst/mpegaudioparse/gstmpegaudioparse.c:
31563         * gst/mpegstream/gstdvddemux.c:
31564         * gst/mpegstream/gstmpegdemux.c:
31565         * gst/mpegstream/gstmpegpacketize.c:
31566         * gst/rtjpeg/gstrtjpeg.c:
31567         * gst/rtjpeg/gstrtjpegdec.c:
31568         * gst/rtjpeg/gstrtjpegenc.c:
31569         * gst/sine/gstsinesrc.c:
31570         * gst/smooth/gstsmooth.c:
31571         * gst/smpte/gstsmpte.c:
31572         * gst/smpte/gstsmpte.h:
31573         * gst/stereo/gststereo.c:
31574         * gst/videofilter/gstgamma.c:
31575         * gst/videofilter/gstvideobalance.c:
31576         * gst/videofilter/gstvideofilter.c:
31577         * gst/videofilter/gstvideoflip.c:
31578         * gst/videoscale/gstvideoscale.c:
31579         * gst/videoscale/videoscale.c:
31580         * gst/videotestsrc/gstvideotestsrc.c:
31581         * gst/videotestsrc/videotestsrc.c:
31582         * gst/wavenc/gstwavenc.c:
31583         * gst/wavparse/gstwavparse.c:
31584           fix local includes and 64 bits constants
31585
31586 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31587
31588         * win32/gst.sln:
31589         * gst-libs/gst/*/*.vcproj:
31590         * gst/*/*.vcproj:
31591           more working plugins
31592
31593 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31594
31595         * testsuite/alsa/Makefile.am:
31596         * testsuite/alsa/srcstate.c:
31597         add test for alsasrc changing state
31598
31599 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31600
31601         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31602         (gst_silence_get):
31603         * gst/silence/gstsilence.h:
31604         fix silence generation for 16bit raw audio
31605
31606 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31607
31608         * gst/matroska/matroska-demux.c:
31609         (gst_matroska_demux_parse_metadata),
31610         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31611         * gst/mpegaudio/common.c:
31612         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31613         (gst_videoscale_getcaps), (gst_videoscale_link),
31614         (gst_videoscale_src_fixate), (gst_videoscale_init),
31615         (gst_videoscale_finalize):
31616         * gst/videoscale/gstvideoscale.h:
31617         * gst/videotestsrc/gstvideotestsrc.c:
31618         (gst_videotestsrc_get_capslist):
31619         * gst/wavenc/gstwavenc.c:
31620         * sys/oss/gstossmixer.c: (fill_labels):
31621         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31622         (gst_ximagesink_handle_xevents),
31623         (gst_ximagesink_calculate_pixel_aspect_ratio),
31624         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31625         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31626         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31627         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31628         (gst_ximagesink_init), (gst_ximagesink_class_init):
31629         * sys/ximage/ximagesink.h:
31630         * sys/xvimage/xvimagesink.c:
31631         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31632         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31633         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31634         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31635         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31636         * sys/xvimage/xvimagesink.h:
31637           first batch of pixel aspect ratio commits.
31638
31639 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31640
31641         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31642         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31643         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31644           handle stride, needs work if we want to move stride handling
31645           upstream, but works correctly for our purposes.
31646
31647 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31648
31649         * gst/videoscale/README:
31650           add testing examples
31651         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31652         (gst_videoscale_chain):
31653         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31654         (gst_videoscale_get_size):
31655           add get_size function that handles stride like videotestsrc.
31656           fixes conversion for YUV formats for as much as I can test them.
31657
31658 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31659
31660         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31661         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31663         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31664         (gst_xvimagesink_xvimage_put):
31665           further cleanups, logging, error handling and synchronizing
31666
31667 2004-07-27  Wim Taymans  <wim@fluendo.com>
31668
31669         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31670         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31671         (gst_videomixer_pad_set_property),
31672         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31673         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31674         (gst_videomixer_class_init), (gst_videomixer_init),
31675         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31676         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31677         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31678         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31679         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31680         (gst_videomixer_loop), (plugin_init):
31681         Be a nicer negotiation citizen and provide a getcaps function on
31682         the srcpad. This also fixes a crash when resizing.
31683
31684 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31685
31686         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31687         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31688
31689 2004-07-27  Wim Taymans  <wim@fluendo.com>
31690
31691         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31692         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31693         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31694         (gst_pngenc_set_property):
31695         * ext/libpng/gstpngenc.h:
31696         Added snapshot property to pngenc.
31697         removed g_print from pngdec
31698
31699 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31700
31701         * gst/ac3parse/ac3parse.vcproj
31702         * gst/adder/adder.vcproj
31703         * gst/alpha/alpha.vcproj
31704         * gst/alpha/alphacolor.vcproj
31705         * gst/asfdemux/asf.vcproj
31706         * gst/audioconvert/audioconvert.vcproj
31707         * gst/audiorate/audiorate.vcproj
31708         * gst/audioscale/audioscale.vcproj
31709         * gst/auparse/auparse.vcproj
31710         * gst/avi/avi.vcproj
31711         * gst/cdxaparse/cdxaparse.vcproj
31712         * gst/chart/chart.vcproj
31713         * gst/colorspace/colorspace.vcproj
31714         * gst/cutter/cutter.vcproj
31715         * gst/debug/debug.vcproj
31716         * gst/debug/efence.vcproj
31717         * gst/debug/navigationtest.vcproj
31718         * gst/deinterlace/deinterlace.vcproj
31719         * gst/effectv/effectv.vcproj
31720         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31721         * gst/filter/filter.vcproj
31722         * gst/flx/flxdec.vcproj
31723         * gst/goom/goom.vcproj
31724         * gst/interleave/interleave.vcproj
31725         * gst/law/alaw.vcproj
31726         * gst/law/mulaw.vcproj
31727         * gst/matroska/matroska.vcproj
31728         * gst/median/median.vcproj
31729         * gst/mixmatrix/mixmatrix.vcproj
31730         * gst/mpeg1sys/mpeg1systemencode.vcproj
31731         * gst/mpeg1videoparse/mp1videoparse.vcproj
31732         * gst/mpeg2sub/mpeg2subt.vcproj
31733         * gst/mpegaudio/mpegaudio.vcproj
31734         * gst/mpegaudioparse/mpegaudioparse.vcproj
31735         * gst/mpegstream/mpegstream.vcproj
31736         * gst/multifilesink/multifilesink.vcproj
31737         * gst/multipart/multipart.vcproj
31738         * gst/oneton/oneton.vcproj
31739         * gst/overlay/overlay.vcproj
31740         * gst/passthrough/passthrough.vcproj
31741         * gst/qtdemux/qtdemux.vcproj
31742         * gst/realmedia/rmdemux.vcproj
31743         * gst/rtjpeg/rtjpeg.vcproj
31744         * gst/rtp/rtp.vcproj
31745         * gst/silence/silence.vcproj
31746         * gst/sine/sinesrc.vcproj
31747         * gst/smooth/smooth.vcproj
31748         * gst/smpte/smpte.vcproj
31749         * gst/spectrum/spectrum.vcproj
31750         * gst/speed/speed.vcproj
31751         * gst/stereo/stereo.vcproj
31752         * gst/switch/switch.vcproj
31753         * gst/tags/tagedit.vcproj
31754         * gst/tcp/tcp.vcproj
31755         * gst/typefind/typefindfunctions.vcproj
31756         * gst/udp/udp.vcproj
31757         * gst/videobox/videobox.vcproj
31758         * gst/videocrop/videocrop.vcproj
31759         * gst/videodrop/videodrop.vcproj
31760         * gst/videofilter/gamma.vcproj
31761         * gst/videofilter/videobalance.vcproj
31762         * gst/videofilter/videofilter.vcproj
31763         * gst/videofilter/videoflip.vcproj
31764         * gst/videoflip/videoflip.vcproj
31765         * gst/videomixer/videomixer.vcproj
31766         * gst/videorate/videorate.vcproj
31767         * gst/videoscale/videoscale.vcproj
31768         * gst/videotestsrc/videotestsrc.vcproj
31769         * gst/virtualdub/virtualdub.vcproj
31770         * gst/volenv/volenv.vcproj
31771         * gst/volume/volume.vcproj
31772         * gst/wavenc/wavenc.vcproj
31773         * gst/wavparse/wavparse.vcproj
31774         * gst/y4m/y4menc.vcproj
31775         * gst-libs/gst/audio/audio.vcproj
31776         * gst-libs/gst/audio/audiofilter.vcproj
31777         * gst-libs/gst/colorbalance/colorbalance.vcproj
31778         * gst-libs/gst/idct/idtc.vcproj
31779         * gst-libs/gst/media-info/media-info.vcproj
31780         * gst-libs/gst/mixer/mixer.vcproj
31781         * gst-libs/gst/navigation/navigation.vcproj
31782         * gst-libs/gst/play/play.vcproj
31783         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
31784         * gst-libs/gst/resample/resample.vcproj
31785         * gst-libs/gst/riff/riff.vcproj
31786         * gst-libs/gst/tuner/tuner.vcproj
31787         * gst-libs/gst/video/video.vcproj
31788         * gst-libs/gst/xoverlay/xoverlay.vcproj
31789           avoid problems with math.h, fix release dependancy
31790           rename GStreamer-0.8.lib to libgstreamer.lib
31791
31792 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31793
31794         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
31795         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
31796         the atom is not available we have to unlock the mutex. Fixes #148023
31797
31798 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31799
31800         * gst-libs/gst/media-info/media-info.h:
31801           issue for a vararg macro with MSVC
31802
31803 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31804
31805         * gst/effectv/effectv.vcproj
31806         * gst-libs/gst/idct/idct.vcproj:
31807         * gst-libs/gst/media-info/media-info.vcproj:
31808         * gst-libs/gst/navigation/navigation.vcproj:
31809         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31810         * gst-libs/gst/video/video.vcproj:
31811         * gst-libs/gst/xoverlay/xoverlay.vcproj:
31812           fixes for build problems
31813
31814 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31815
31816         * gst-libs/gst/audio/audio.def:
31817         * gst-libs/gst/audio/riff.def:
31818           add some definitions needed by plugins
31819
31820 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31821
31822         * gst/asfdemux/gstasfmux.c
31823           Fix some 64 bits constants to be glib friendly
31824
31825 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31826
31827         * gst/ac3parse/gstac3parse.c
31828         * gst/audioscale/gstaudioscale.c
31829         * gst/auparse/gstauparse.c
31830         * gst/colorspace/gstcolorspace.c
31831         * gst/colorspace/yuv2rgb.h
31832           local include fixes
31833
31834 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31835
31836         * win32/gst.sln
31837           add more plugins to the build
31838
31839 2004-07-26  Julien MOUTTE  <julien@moutte.net>
31840
31841         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31842         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
31843
31844 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31845
31846         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
31847         (gst_level_set_property), (gst_level_get_property),
31848         (gst_level_base_init), (gst_level_class_init):
31849           add debugging categories.  cleanups.
31850
31851 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31852
31853         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31854         (gst_videoscale_planar411), (gst_videoscale_planar400),
31855         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
31856         (gst_videoscale_scale_nearest_str1),
31857         (gst_videoscale_scale_nearest_str2),
31858         (gst_videoscale_scale_nearest_str4),
31859         (gst_videoscale_scale_nearest_16bit),
31860         (gst_videoscale_scale_nearest_24bit):
31861           fixed stride issues
31862           tested with 320x240 -> 321, 322, 324 x240
31863           tested with YV12, I420, YUY2, UYVY
31864           fixed packed422rev (don't think it could have worked before)
31865           by testing with UYVY
31866
31867 2004-07-26  Benjamin Otte  <otte@gnome.org>
31868
31869         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
31870         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
31871         (plugin_init):
31872           add debugging category, add error checks like checking return values
31873           of setup calls, make sure it still works after
31874           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
31875
31876 2004-07-26  Wim Taymans  <wim@fluendo.com>
31877
31878         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31879         (gst_mpeg_demux_get_audio_stream),
31880         (gst_mpeg_demux_process_private):
31881         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
31882         Check for error codes from the negotiation functions. Make sure
31883         we really set the pad caps when a new pad is created.
31884
31885 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31886
31887         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
31888         (gst_ffmpeg_caps_to_pix_fmt):
31889         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
31890         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31891         (gst_ffmpegcolorspace_pad_link):
31892           don't make function do two things at the same time without reason.
31893
31894 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31895
31896         * gst/ac3parse/ac3parse.vcproj
31897         * gst/adder/adder.vcproj
31898         * gst/alpha/alpha.vcproj
31899         * gst/alpha/alphacolor.vcproj
31900         * gst/asfdemux/asf.vcproj
31901         * gst/audioconvert/audioconvert.vcproj
31902         * gst/audiorate/audiorate.vcproj
31903         * gst/audioscale/audioscale.vcproj
31904         * gst/auparse/auparse.vcproj
31905         * gst/avi/avi.vcproj
31906         * gst/cdxaparse/cdxaparse.vcproj
31907         * gst/chart/chart.vcproj
31908         * gst/colorspace/colorspace.vcproj
31909         * gst/cutter/cutter.vcproj
31910         * gst/debug/debug.vcproj
31911         * gst/debug/efence.vcproj
31912         * gst/debug/navigationtest.vcproj
31913         * gst/deinterlace/deinterlace.vcproj
31914         * gst/effectv/effectv.vcproj
31915         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31916         * gst/filter/filter.vcproj
31917         * gst/flx/flxdec.vcproj
31918         * gst/goom/goom.vcproj
31919         * gst/interleave/interleave.vcproj
31920         * gst/law/alaw.vcproj
31921         * gst/law/mulaw.vcproj
31922         * gst/matroska/matroska.vcproj
31923         * gst/median/median.vcproj
31924         * gst/mixmatrix/mixmatrix.vcproj
31925         * gst/mpeg1sys/mpeg1systemencode.vcproj
31926         * gst/mpeg1videoparse/mp1videoparse.vcproj
31927         * gst/mpeg2sub/mpeg2subt.vcproj
31928         * gst/mpegaudio/mpegaudio.vcproj
31929         * gst/mpegaudioparse/mpegaudioparse.vcproj
31930         * gst/mpegstream/mpegstream.vcproj
31931         * gst/multifilesink/multifilesink.vcproj
31932         * gst/multipart/multipart.vcproj
31933         * gst/oneton/oneton.vcproj
31934         * gst/overlay/overlay.vcproj
31935         * gst/passthrough/passthrough.vcproj
31936         * gst/qtdemux/qtdemux.vcproj
31937         * gst/realmedia/rmdemux.vcproj
31938         * gst/rtjpeg/rtjpeg.vcproj
31939         * gst/rtp/rtp.vcproj
31940         * gst/silence/silence.vcproj
31941         * gst/sine/sinesrc.vcproj
31942         * gst/smooth/smooth.vcproj
31943         * gst/smpte/smpte.vcproj
31944         * gst/spectrum/spectrum.vcproj
31945         * gst/speed/speed.vcproj
31946         * gst/stereo/stereo.vcproj
31947         * gst/switch/switch.vcproj
31948         * gst/tags/tagedit.vcproj
31949         * gst/tcp/tcp.vcproj
31950         * gst/typefind/typefindfunctions.vcproj
31951         * gst/udp/udp.vcproj
31952         * gst/videobox/videobox.vcproj
31953         * gst/videocrop/videocrop.vcproj
31954         * gst/videodrop/videodrop.vcproj
31955         * gst/videofilter/gamma.vcproj
31956         * gst/videofilter/videobalance.vcproj
31957         * gst/videofilter/videofilter.vcproj
31958         * gst/videofilter/videoflip.vcproj
31959         * gst/videoflip/videoflip.vcproj
31960         * gst/videomixer/videomixer.vcproj
31961         * gst/videorate/videorate.vcproj
31962         * gst/videoscale/videoscale.vcproj
31963         * gst/videotestsrc/videotestsrc.vcproj
31964         * gst/virtualdub/virtualdub.vcproj
31965         * gst/volenv/volenv.vcproj
31966         * gst/volume/volume.vcproj
31967         * gst/wavenc/wavenc.vcproj
31968         * gst/wavparse/wavparse.vcproj
31969         * gst/y4m/y4menc.vcproj
31970           more plugins supported under windows
31971
31972 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31973
31974         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31975         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
31976         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
31977         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
31978         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
31979           Add debugging statements.  Use the sizes as returned by the
31980           *CreateImage calls.
31981
31982 2004-07-26  Johan Dahlin  <johan@gnome.org>
31983
31984         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
31985         the pad is negotiated.
31986
31987         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
31988
31989 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31990
31991         * gst-libs/gst/colorbalance/colorbalance.vcproj:
31992         * gst-libs/gst/idct/idct.vcproj:
31993         * gst-libs/gst/media-info/media-info.vcproj:
31994         * gst-libs/gst/mixer/mixer.vcproj:
31995         * gst-libs/gst/navigation/navigation.vcproj:
31996         * gst-libs/gst/play/play.vcproj:
31997         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31998         * gst-libs/gst/resample/resample.vcproj:
31999         * gst-libs/gst/tuner/tuner.vcproj:
32000         * gst-libs/gst/video/video.vcproj:
32001         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32002           more plugins supported under windows
32003
32004 2004-07-25 Iain <iain@prettypeople.org>
32005
32006         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32007         pad now rather than when the pad is created because state changes wipe
32008         explicit caps (fixes #148043).
32009
32010 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32011
32012         reviewed by Benjamin Otte  <otte@gnome.org>
32013
32014         * ext/mad/gstmad.c:
32015           fix mad plugin crashing on Sun (fixes #148289)
32016
32017 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32018
32019         * gst/avi/avi.def:
32020         * gst/avi/avi.vcproj:
32021         * gst/matroska/matroska.def:
32022         * gst/matroska/matroska.vcproj:
32023           remove unused .def files
32024
32025 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32026
32027         * gst-libs/gst/audio/gstaudiofilter.c:
32028           Clean the local include
32029
32030 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32031
32032         * win32/gst.sln:
32033         * gst-libs/gst/audio/audio.def:
32034         * gst-libs/gst/audio/audio.vcproj:
32035         * gst-libs/gst/audio/audiofilter.vcproj:
32036         * gst-libs/gst/audio/riff.def:
32037         * gst-libs/gst/audio/riff.vcproj:
32038         * gst-libs/gst/gst-libs.def:
32039         * gst-libs/gst/gst-libs.vcproj:
32040         * gst/avi/avi.vcproj:
32041         * gst/avi/avi.vcproj:
32042           Copy the files where needed after building, cleaner projects
32043
32044 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32045
32046         * gst/matroska/ebml-write.c:
32047           Fix some 64 bits constants to be glib friendly
32048
32049 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32050
32051         * win32/gst.sln:
32052         * gst-libs/gst/gst-libs.def:
32053         * gst-libs/gst/gst-libs.vcproj:
32054         * gst/matroska/matroska.def:
32055         * gst/matroska/matroska.vcproj:
32056           Add the preliminary canvas to build plugins on Win32
32057
32058 2004-07-23  Benjamin Otte  <otte@gnome.org>
32059
32060         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32061           don't enfore negotiation from source side, it breaks
32062           sinesrc ! audioconvert ! osssink
32063
32064 2004-07-22  David Schleef  <ds@schleef.org>
32065
32066         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32067         for ELF files, since they can easily be recognized as audio/mpeg.
32068         (bug #147441)
32069
32070 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32071
32072         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32073         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32074         (gst_videoscale_scale_nearest_24bit),
32075         (gst_videoscale_scale_nearest_16bit):
32076           fix 16bit and 24bit for stride (24bit might need testing)
32077           don't pretend we do more than one algorithm
32078
32079 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32080
32081         * configure.ac:
32082         * gst/Makefile.am:
32083         * gst/multifilesink/Makefile.am:
32084         * gst/multifilesink/gstmultifilesink.c:
32085         (gst_multifilesink_get_formats),
32086         (gst_multifilesink_get_query_types), (_do_init),
32087         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32088         (gst_multifilesink_init), (gst_multifilesink_dispose),
32089         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32090         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32091         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32092         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32093         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32094         (gst_multifilesink_uri_get_type),
32095         (gst_multifilesink_uri_get_protocols),
32096         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32097         (gst_multifilesink_uri_handler_init), (plugin_init):
32098         * gst/multifilesink/gstmultifilesink.h:
32099         * testsuite/Makefile.am:
32100         * testsuite/multifilesink/Makefile.am:
32101         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32102         (gst_newmedia_class_init), (gst_newmedia_init),
32103         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32104         (newfile_signal), (test_signal), (main):
32105         multifilesink plugin for creating new files every time a new media
32106         discontinuity event occurs
32107
32108 2004-07-22  Wim Taymans  <wim@fluendo.com>
32109
32110         * gst/alpha/Makefile.am:
32111         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32112         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32113         (gst_alpha_color_init), (gst_alpha_color_set_property),
32114         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32115         (transform), (gst_alpha_color_chain),
32116         (gst_alpha_color_change_state), (plugin_init):
32117         Stupid plugin to to RGBA to AYUV conversion because none of
32118         the colorspace plugins can handle that yet.
32119
32120 2004-07-22  Wim Taymans  <wim@fluendo.com>
32121
32122         * examples/seeking/seek.c: (update_scale), (main):
32123         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32124         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32125         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32126         (gst_decode_bin_init), (gst_decode_bin_dispose),
32127         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32128         (no_more_pads), (close_link), (type_found),
32129         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32130         (plugin_init):
32131         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32132         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32133         (gst_play_base_bin_dispose), (queue_overrun),
32134         (gen_preroll_element), (remove_prerolls), (unknown_type),
32135         (no_more_pads), (new_stream), (setup_source),
32136         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32137         (play_base_eos), (gst_play_base_bin_change_state),
32138         (gst_play_base_bin_add_element),
32139         (gst_play_base_bin_remove_element),
32140         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32141         (gst_play_base_bin_unlink_stream),
32142         (gst_play_base_bin_get_streaminfo):
32143         * gst/playback/gstplaybin.c: (gen_video_element),
32144         (gen_audio_element):
32145         * gst/playback/gststreaminfo.h:
32146         More playback updates, attempt to fix things after the state change
32147         breakage.
32148
32149 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32150
32151         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32152         (gst_videoscale_scale_nearest_16bit):
32153           comment algorithm
32154
32155 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32156
32157         * gst/videotestsrc/gstvideotestsrc.c:
32158         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32159         (gst_videotestsrc_init), (gst_videotestsrc_get),
32160         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32161         (gst_videotestsrc_get_property):
32162         * gst/videotestsrc/gstvideotestsrc.h:
32163         * gst/videotestsrc/videotestsrc.c:
32164         * gst/videotestsrc/videotestsrc.h:
32165           cleanup and commenting
32166
32167 2004-07-21  Wim Taymans  <wim@fluendo.com>
32168
32169         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32170         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32171         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32172         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32173         (_find_chain_get_unknown_part), (_find_streams_check),
32174         (gst_ogg_demux_push), (gst_ogg_pad_push):
32175         * ext/theora/theoradec.c: (theora_get_formats),
32176         (theora_dec_src_convert), (theora_dec_sink_convert),
32177         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32178         (theora_dec_chain):
32179         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32180         (vorbis_dec_convert), (vorbis_dec_src_query),
32181         (vorbis_dec_src_event), (vorbis_dec_event):
32182         More seeking fixes, oggdemux now supports seeking to time and
32183         uses the downstream element to convert granulepos to time.
32184         Seeking in theora-only ogg files now works.
32185
32186 2004-07-21  Wim Taymans  <wim@fluendo.com>
32187
32188         * ext/theora/theoradec.c: (gst_theora_dec_init),
32189         (theora_get_formats), (theora_get_event_masks),
32190         (theora_get_query_types), (theora_dec_src_convert),
32191         (theora_dec_sink_convert), (theora_dec_src_query),
32192         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32193         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32194         (vorbis_get_event_masks), (vorbis_get_query_types),
32195         (gst_vorbis_dec_init), (vorbis_dec_convert),
32196         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32197         Added query/convert/formats functions to vorbis and theora decoders
32198         so that the outside world can use them too. Fixed seeking on an
32199         ogg/theora/vorbis file by disabling the seeking seeking on the
32200         theora srcpad.
32201
32202 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32203
32204         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32205         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32206         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32207         images creation for both elements. We don't create the image on caps
32208         nego or renego, we just destroy the internal one if present if it does
32209         not match the needs. The chain function takes care of creating a new
32210         image when needed.
32211         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32212         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32213         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32214         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32215         the image format information. The buffer pool checks for the context
32216         image format and discard images with different formats.
32217         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32218
32219 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32220
32221         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32222         (gst_ffmpegcolorspace_chain):
32223           no point in doing any chaining if the pad we want to push from
32224           isn't usable.
32225
32226 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32227
32228         * gst-libs/gst/riff/riff-media.c:
32229         (gst_riff_create_audio_caps_with_data):
32230           Fix double end-to-native symbol conversion (#148021).
32231
32232 2004-07-20  David Schleef  <ds@schleef.org>
32233
32234         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32235         Don't use an Atom that doesn't exist.
32236
32237 2004-07-20  Wim Taymans  <wim@fluendo.com>
32238
32239         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32240         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32241         (gst_multifdsink_client_remove),
32242         (gst_multifdsink_handle_client_write),
32243         (gst_multifdsink_queue_buffer):
32244         * gst/tcp/gstmultifdsink.h:
32245         More multifdsink stats. Avoid deadlock by releasing locks
32246         before sending out a signal.
32247
32248 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32249
32250         * po/LINGUAS:
32251         * po/hu.po:
32252           added Hungarian translation (Laszlo Dvornik)
32253
32254 2004-07-20  Wim Taymans  <wim@fluendo.com>
32255
32256         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32257         (gst_multifdsink_add), (gst_multifdsink_client_remove),
32258         (gst_multifdsink_handle_client_write),
32259         (gst_multifdsink_queue_buffer):
32260         * gst/tcp/gsttcp-marshal.list:
32261         Fixed the stupid marshal definition.
32262
32263 2004-07-20  Wim Taymans  <wim@fluendo.com>
32264
32265         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32266         (gst_multifdsink_init), (gst_multifdsink_add),
32267         (gst_multifdsink_client_remove),
32268         (gst_multifdsink_handle_client_write),
32269         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32270         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32271         (gst_multifdsink_init_send):
32272         * gst/tcp/gstmultifdsink.h:
32273         Added more stats, added timeout for a client, fixed some typos
32274         and added some comments.
32275
32276 2004-07-20  Wim Taymans  <wim@fluendo.com>
32277
32278         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32279         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32280         (gst_multifdsink_client_remove),
32281         (gst_multifdsink_handle_client_write):
32282         * gst/tcp/gstmultifdsink.h:
32283         * gst/tcp/gsttcp-marshal.list:
32284         Added get_stats method that returns a GValueArray of
32285         stats values.
32286
32287 2004-07-19  Benjamin Otte  <otte@gnome.org>
32288
32289         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32290           make sure longname, description and author are valid UTF-8
32291
32292 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32293
32294         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32295         (gst_ximagesink_set_property):
32296         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32297         (gst_xvimagesink_set_property):
32298           make sure SYNCHRONOUS is respected after getting the X context
32299
32300 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32301
32302         * gst/matroska/matroska-demux.c:
32303         (gst_matroska_demux_handle_src_event),
32304         (gst_matroska_demux_parse_blockgroup):
32305         * gst/matroska/matroska-ids.h:
32306           add BlockReference tag and ignore it to clear out log.
32307           ignore NAVIGATION events to clear out log.
32308
32309 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32310
32311         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32312         (gst_matroska_demux_add_stream):
32313         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32314           add debug categories
32315
32316 2004-07-16  Wim Taymans  <wim@fluendo.com>
32317
32318         * ext/libpng/Makefile.am:
32319         * ext/libpng/gstpng.c: (plugin_init):
32320         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32321         (gst_pngdec_get_type), (gst_pngdec_base_init),
32322         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32323         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32324         * ext/libpng/gstpngdec.h:
32325         Added png decoder.
32326
32327 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32328
32329         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32330         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32331         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32332         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32333         (gst_ximagesink_buffer_alloc):
32334         * sys/ximage/ximagesink.h:
32335         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32336         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32337         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32338         (gst_xvimagesink_buffer_alloc):
32339         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32340         again. Using internal data pointer of the x(v)image to store image's
32341         data to be coherent with the buffer alloc mechanism. Investigated the
32342         image destruction code to be sure that everything gets freed correctly.
32343
32344 2004-07-16  Wim Taymans  <wim@fluendo.com>
32345
32346         * gst-libs/gst/riff/riff-read.c:
32347         (gst_riff_read_strf_vids_with_data),
32348         (gst_riff_read_strf_auds_with_data):
32349         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32350         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32351         Make sure we don't create 0 sized subbuffers in riff-read.
32352         Signal the no more pads signal after reading the avi header.
32353
32354 2004-07-16  Wim Taymans  <wim@fluendo.com>
32355
32356         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32357         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32358         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32359         (gst_decode_bin_init), (gst_decode_bin_dispose),
32360         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32361         (no_more_pads), (close_link), (type_found),
32362         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32363         (gst_decode_bin_change_state), (plugin_init):
32364         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32365         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32366         (gst_play_base_bin_dispose), (queue_overrun),
32367         (gen_preroll_element), (remove_prerolls), (unknown_type),
32368         (no_more_pads), (new_stream), (setup_source),
32369         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32370         (play_base_eos), (gst_play_base_bin_change_state),
32371         (gst_play_base_bin_add_element),
32372         (gst_play_base_bin_remove_element),
32373         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32374         (gst_play_base_bin_unlink_stream),
32375         (gst_play_base_bin_get_streaminfo):
32376         * gst/playback/gstplaybasebin.h:
32377         Better error recovery. Added configurable preroll queue size. Faster
32378         detection of no-more-pads.
32379
32380 2004-07-16  Wim Taymans  <wim@fluendo.com>
32381
32382         * gst-libs/gst/video/video.h:
32383         Added 32 bits RGBA. Not sure if we should use another mime-type
32384         for alpha rgb. Currently the presence of the alpha_mask property
32385         signals an alpha channel.
32386
32387 2004-07-16  Wim Taymans  <wim@fluendo.com>
32388
32389         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32390         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32391         FPS seems to be 0.0 to MAX everywhere else.
32392
32393 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32394
32395         * gst-libs/gst/riff/riff-media.c:
32396         (gst_riff_create_video_caps_with_data):
32397           mp42/mp43 (no caps) exist too.
32398         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32399           Set pixel_width/height; we've got them in-caps.
32400         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32401         * gst/wavparse/gstwavparse.c: (plugin_init):
32402           Both are valid primary.
32403         * sys/oss/gstossmixer.c:
32404           Remove i18n hack and enable translations.
32405
32406 2004-07-15  Benjamin Otte  <otte@gnome.org>
32407
32408         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32409         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32410           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32411
32412 2004-07-15  Benjamin Otte  <otte@gnome.org>
32413
32414         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32415         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32416         (gst_alsa_close_audio):
32417           disable some of the debugging code for now. Writing debugging to a
32418           buffer is broken in current alsalib releases.
32419
32420 2004-07-12  Benjamin Otte  <otte@gnome.org>
32421
32422         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32423           use bufferpools
32424
32425 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32426
32427         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32428         (theora_dec_src_query), (theora_dec_event):
32429         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32430           add debugging categories.  Remove \n's.
32431
32432 2004-07-13  Johan Dahlin  <johan@gnome.org>
32433
32434         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32435         (gst_play_bin_get_property): Impl.
32436
32437 2004-07-13  Wim Taymans  <wim@fluendo.com>
32438
32439         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32440         When trying to find the stream length, seek back N pages
32441         instead of just one, where N is the number of streams in
32442         the current chain.
32443
32444 2004-07-13  Wim Taymans  <wim@fluendo.com>
32445
32446         * gst-libs/gst/riff/riff-media.c:
32447         (gst_riff_create_audio_caps_with_data),
32448         (gst_riff_create_audio_caps),
32449         (gst_riff_create_audio_template_caps):
32450         * gst-libs/gst/riff/riff-media.h:
32451         * gst-libs/gst/riff/riff-read.c:
32452         (gst_riff_read_strf_vids_with_data),
32453         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32454         * gst-libs/gst/riff/riff-read.h:
32455         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32456         (gst_avi_demux_add_stream):
32457         Set codec_data on caps for avidemuxer.
32458
32459 2004-07-12  David Schleef  <ds@schleef.org>
32460
32461         * configure.ac: Fix test for Objective C
32462
32463 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32464         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32465         (gst_gdk_pixbuf_chain):
32466           Add svg and pcx to template caps, and ensure that getcaps returns a
32467           subset of the template caps.
32468           Copy each row manually for output, as gdkpixbuf may pad the
32469           rowstride to a 32-bit word boundary.
32470
32471 2004-07-12  Wim Taymans  <wim@fluendo.com>
32472
32473         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32474         (gst_riff_create_video_template_caps):
32475         Fix the template caps to include some more media types.
32476
32477 2004-07-12  Wim Taymans  <wim@fluendo.com>
32478
32479         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32480         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32481         (compare_ranks), (print_feature), (gst_decode_bin_init),
32482         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32483         (try_to_link_1), (new_pad), (close_link), (type_found),
32484         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32485         (gst_decode_bin_change_state), (plugin_init):
32486         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32487         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32488         (gst_play_base_bin_dispose), (queue_overrun),
32489         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32490         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32491         (gst_play_base_bin_get_property), (play_base_eos),
32492         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32493         (gst_play_base_bin_remove_element),
32494         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32495         (gst_play_base_bin_unlink_stream),
32496         (gst_play_base_bin_get_streaminfo):
32497         * gst/playback/gstplaybasebin.h:
32498         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32499         (gst_play_bin_class_init), (gst_play_bin_init),
32500         (gst_play_bin_dispose), (gst_play_bin_set_property),
32501         (gst_play_bin_get_property), (gen_video_element),
32502         (gen_audio_element), (remove_sinks), (setup_sinks),
32503         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32504         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32505         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32506         (gst_play_bin_query), (plugin_init):
32507         * gst/playback/test4.c: (main):
32508         More fixes on reusing of the element.
32509
32510 2004-07-11  Benjamin Otte  <otte@gnome.org>
32511
32512         * ext/mad/gstmad.c: (normal_seek):
32513           allow seeking for other methods than just SET
32514
32515 2004-07-11  Andy Wingo  <wingo@pobox.com>
32516
32517         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32518         float, "any" caps -> buffer_frames=[0,MAX].
32519
32520         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32521         doesn't intersect our caps with the template any more. Do it
32522         ourselves.
32523         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32524
32525 2004-07-09  Wim Taymans  <wim@fluendo.com>
32526
32527         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32528         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32529         (compare_ranks), (print_feature), (gst_decode_bin_init),
32530         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32531         (try_to_link_1), (new_pad), (close_link), (type_found),
32532         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32533         (gst_decode_bin_change_state), (plugin_init):
32534         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32535         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32536         (gst_play_base_bin_dispose), (queue_overrun),
32537         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32538         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32539         (gst_play_base_bin_get_property), (play_base_eos),
32540         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32541         (gst_play_base_bin_remove_element),
32542         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32543         (gst_play_base_bin_unlink_stream),
32544         (gst_play_base_bin_get_streaminfo):
32545         * gst/playback/gstplaybasebin.h:
32546         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32547         (gst_play_bin_class_init), (gst_play_bin_init),
32548         (gst_play_bin_dispose), (gst_play_bin_set_property),
32549         (gst_play_bin_get_property), (gen_video_element),
32550         (gen_audio_element), (remove_sinks), (setup_sinks),
32551         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32552         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32553         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32554         (gst_play_bin_query), (plugin_init):
32555         * gst/playback/test4.c: (main):
32556         Work on object reuse and seeking.
32557
32558 2004-07-09  Wim Taymans  <wim@fluendo.com>
32559
32560         * examples/seeking/seek.c: (iterate):
32561         Don't consume all CPU in the idle loop.
32562
32563 2004-07-09  Wim Taymans  <wim@fluendo.com>
32564
32565         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32566         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32567         Add pad to element *after* setting the pad functions so that
32568         the scheduler can use the correct ones.
32569
32570 2004-07-09  Wim Taymans  <wim@fluendo.com>
32571
32572         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32573         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32574         Sync to keyframe after seek
32575
32576 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32577
32578         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32579         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32580         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32581         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32582         * ext/libvisual/visual.c: (gst_visual_change_state):
32583         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32584         * ext/theora/theoradec.c: (theora_dec_change_state):
32585         * ext/theora/theoraenc.c: (theora_enc_change_state):
32586         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32587         * gst-libs/gst/navigation/navigation.c:
32588         * gst/adder/gstadder.c: (gst_adder_change_state):
32589         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32590         (gst_audio_convert_get_buffer):
32591         * gst/multipart/multipartdemux.c:
32592         (gst_multipart_demux_change_state):
32593         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32594         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32595         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32596         * gst/videoscale/gstvideoscale.c:
32597         (gst_videoscale_handle_src_event):
32598         * gst/volume/gstvolume.c: (volume_chain_int16):
32599           don't assert in state change, this should be done by the base
32600           GstElement class.
32601           various debugging fixes.
32602
32603 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32604
32605         * configure.ac:
32606         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32607         (gst_play_dispose), (gst_play_set_location),
32608         (gst_play_set_data_src), (gst_play_set_video_sink),
32609         (gst_play_set_audio_sink), (gst_play_set_visualization),
32610         (gst_play_connect_visualization), (gst_play_get_sink_element),
32611         (gst_play_get_all_by_interface):
32612         * gst-libs/gst/play/play.h:
32613           add new method to get elements implementing an interface.
32614           add various error logging
32615
32616 2004-07-08  Wim Taymans  <wim@fluendo.com>
32617
32618         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32619         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32620         (make_playerbin_pipeline), (query_durations_elems),
32621         (query_durations_pads), (query_positions_elems),
32622         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32623         (main):
32624         Added playbin seeking example.
32625
32626 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32627
32628         * gst-libs/gst/play/play.c: (gst_play_set_location),
32629         (gst_play_set_data_src), (gst_play_set_video_sink),
32630         (gst_play_set_audio_sink), (gst_play_set_visualization),
32631         (gst_play_connect_visualization), (gst_play_get_framerate):
32632           use a macro to look up elements from hash table
32633
32634 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32635
32636         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32637         (gst_play_get_length_callback), (gst_play_set_location),
32638         (gst_play_seek_to_time), (gst_play_set_data_src),
32639         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32640         (gst_play_set_visualization), (gst_play_connect_visualization),
32641         (gst_play_get_sink_element):
32642         - add debugging info
32643         - fix looking up sink elements by iterating over complete caps
32644         - put everything except for source and autoplugger in a complete bin
32645
32646 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32647
32648         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32649         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32650         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32651         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32652         * ext/alsa/gstalsasink.h:
32653         - add debugging info
32654         - clean up schizophrenia of data/buffer/event
32655         - fix double event unref error
32656
32657 2004-07-08  Wim Taymans  <wim@fluendo.com>
32658
32659         * gst/playback/Makefile.am:
32660         Add headers to noinst
32661
32662 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32663
32664         * tools/gst-launch-ext-m.m:
32665         * tools/gst-launch-ext.1.in:
32666           convert to the third millenium
32667
32668 2004-07-07  David Schleef  <ds@schleef.org>
32669
32670         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32671
32672 2004-07-07  Wim Taymans  <wim@fluendo.com>
32673
32674         * gst/playback/Makefile.am:
32675         * gst/playback/README:
32676         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32677         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32678         (compare_ranks), (print_feature), (gst_decode_bin_init),
32679         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32680         (try_to_link_1), (new_pad), (close_link), (type_found),
32681         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32682         (plugin_init):
32683         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32684         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32685         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32686         (gen_preroll_element), (no_more_pads), (new_stream),
32687         (setup_source), (gst_play_base_bin_set_property),
32688         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32689         (gst_play_base_bin_add_element),
32690         (gst_play_base_bin_remove_element),
32691         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32692         (gst_play_base_bin_unlink_stream),
32693         (gst_play_base_bin_get_streaminfo):
32694         * gst/playback/gstplaybasebin.h:
32695         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32696         (gst_play_bin_class_init), (gst_play_bin_init),
32697         (gst_play_bin_dispose), (gst_play_bin_set_property),
32698         (gst_play_bin_get_property), (gen_video_element),
32699         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32700         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32701         (gst_play_bin_get_formats), (gst_play_bin_convert),
32702         (gst_play_bin_get_query_types), (gst_play_bin_query),
32703         (plugin_init):
32704         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32705         (gst_stream_info_get_type), (gst_stream_info_class_init),
32706         (gst_stream_info_init), (gst_stream_info_new),
32707         (gst_stream_info_dispose), (gst_stream_info_set_property),
32708         (gst_stream_info_get_property):
32709         * gst/playback/gststreaminfo.h:
32710         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32711         (main):
32712         * gst/playback/test2.c: (main):
32713         * gst/playback/test3.c: (update_scale), (main):
32714         More playbin fixes. Added README. Do better element filtering.
32715         Added base class to preroll media. Added test apps.
32716
32717 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32718
32719         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32720         * ext/mpeg2dec/gstmpeg2dec.h:
32721           various debugging improvements.  Reset stream to next picture
32722           instead of sequence header, otherwise seeks cannot work.
32723
32724 2004-07-07  Wim Taymans  <wim@fluendo.com>
32725
32726         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32727         (gst_video_box_class_init), (gst_video_box_set_property),
32728         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32729         Use pad_alloc where possible.
32730
32731 2004-07-07  Wim Taymans  <wim@fluendo.com>
32732
32733         * sys/oss/gstosselement.c: (gst_osselement_reset),
32734         (gst_osselement_parse_caps):
32735         * sys/oss/gstosselement.h:
32736         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32737         Fix offset on osssrc.
32738
32739 2004-07-07  Wim Taymans  <wim@fluendo.com>
32740
32741         * ext/theora/theora.c: (plugin_init):
32742         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32743         (theora_dec_src_query), (theora_dec_chain):
32744         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32745         (theora_enc_sink_link), (theora_buffer_from_packet),
32746         (theora_push_packet), (theora_enc_chain):
32747         Fix theora granulepos calculation.
32748         Fix overflow in duration/position calculation.
32749         Bump rank to PRIMARY for theoradec.
32750         Use granulepos of last packet to calculate position.
32751         Set keyframe flag on buffers when needed.
32752
32753 2004-07-06  David Schleef  <ds@schleef.org>
32754
32755         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
32756         serious?  (Fixed, obviously.)
32757
32758 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32759
32760         * po/LINGUAS:
32761         * po/cs.po:
32762           added Czech translation (Miloslav Trmac)
32763
32764 2004-07-05  Wim Taymans  <wim@fluendo.com>
32765
32766         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32767         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32768         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32769         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32770         (close_link), (type_found), (gst_decode_bin_set_property),
32771         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
32772         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
32773         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
32774         (gst_decode_bin_query), (plugin_init):
32775         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32776         (gst_play_bin_class_init), (gst_play_bin_init),
32777         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
32778         (get_video_element), (new_pad), (setup_source),
32779         (gst_play_bin_set_property), (gst_play_bin_get_property),
32780         (gst_play_bin_change_state), (gst_play_bin_add_element),
32781         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32782         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32783         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32784         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32785         * gst/playback/test.c: (main):
32786         More fixes, cleaned up playbin, make it use decodebin. Added
32787         threaded property to playbin.
32788
32789 2004-07-05  Wim Taymans  <wim@fluendo.com>
32790
32791         * configure.ac:
32792         * gst/playback/Makefile.am:
32793         * gst/playback/decodetest.c: (main):
32794         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32795         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32796         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32797         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32798         (close_link), (type_found), (gst_decode_bin_set_property),
32799         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
32800         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
32801         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
32802         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
32803         (plugin_init):
32804         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32805         (gst_play_bin_class_init), (gst_play_bin_init),
32806         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
32807         (collect_sink_pads), (find_compatibles), (close_pad_link),
32808         (try_to_link_1), (new_pad), (close_link), (type_found),
32809         (setup_source), (gst_play_bin_set_property),
32810         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
32811         (compare_ranks), (gst_play_bin_collect_factories),
32812         (gst_play_bin_change_state), (gst_play_bin_add_element),
32813         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32814         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32815         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32816         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32817         * gst/playback/test.c: (main):
32818         Added some playback helper elements and some test apps, very alpha
32819         still.
32820
32821 2004-07-04  Benjamin Otte  <otte@gnome.org>
32822
32823         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32824           only restart audio when we indeed have an xrun to fix repeated
32825           xruns. Fix suggested by Giuliano Pochini.
32826
32827 2004-07-03  David Schleef  <ds@schleef.org>
32828
32829         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
32830         call to gst_debug_log() if debugging is disabled (bug #145118)
32831
32832 2004-07-03  Benjamin Otte  <otte@gnome.org>
32833
32834         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32835           use our own functions for restarting the alsa device.
32836         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32837           I should apply patches myself - use MIN for the third argument, not
32838           the second, this fixes seeking
32839
32840 2004-07-02  David Schleef  <ds@schleef.org>
32841
32842         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
32843         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
32844         do with the logic.
32845
32846 2004-07-02  David Schleef  <ds@schleef.org>
32847
32848         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
32849         output buffers.  Fix logic mistake.  (bug #144866)
32850
32851 2004-07-02  David Schleef  <ds@schleef.org>
32852
32853         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
32854         on X.  (bug #144753)
32855
32856 2004-07-02  David Schleef  <ds@schleef.org>
32857
32858         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
32859         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
32860         (bug #144624)
32861         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
32862         (gst_osselement_rate_probe_check): Add another workaround for
32863         buggy drivers (bug #145336)
32864
32865 2004-07-02  David Schleef  <ds@schleef.org>
32866
32867         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
32868         Most systems don't have MSG_NOSIGNAL.
32869
32870 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32871
32872         * Makefile.am:
32873         * gst-libs/gst/colorbalance/Makefile.am:
32874         * gst-libs/gst/mixer/Makefile.am:
32875         * gst-libs/gst/play/Makefile.am:
32876         * gst-libs/gst/tuner/Makefile.am:
32877           (hopefully) fix both install and dist and make error message useful.
32878           needs testing across automakes.
32879
32880 2004-07-02  Benjamin Otte  <otte@gnome.org>
32881
32882         * ext/ogg/gstogg.c: (plugin_init):
32883           we require bytestream now
32884         * ext/ogg/gstoggdemux.c:
32885           huge diff to implement chain setup in a fast and generic way. This
32886           improves tag reading and startup of huge files (read: Theora videos)
32887           quite a bit. It probably contains bugs, too, so please test.
32888           Seeking is not improved to the fast method.
32889
32890 2004-06-29  Wim Taymans  <wim@fluendo.com>
32891
32892         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
32893         * ext/ogg/gstoggmux.c:
32894         Fix memleak in oggdemux when running unconnected pads.
32895         doc update in mux, start working on keyframe mode.
32896
32897 2004-06-29  Benjamin Otte  <otte@gnome.org>
32898
32899         * sys/oss/gstosssink.c:
32900         * sys/oss/gstosssrc.c:
32901           advertise correct template caps - we indeed do non-native endianness
32902           and 8bit audio has no endianness
32903         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
32904         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
32905           avoid (wrong) duplications in getcaps function and return
32906           template caps
32907
32908 2004-06-29  Wim Taymans  <wim@fluendo.com>
32909
32910         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32911         (gst_multifdsink_class_init), (gst_multifdsink_add),
32912         (gst_multifdsink_remove), (gst_multifdsink_clear),
32913         (gst_multifdsink_client_remove),
32914         (gst_multifdsink_handle_client_read),
32915         (gst_multifdsink_client_queue_data),
32916         (gst_multifdsink_client_queue_caps),
32917         (gst_multifdsink_client_queue_buffer),
32918         (gst_multifdsink_handle_client_write),
32919         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32920         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
32921         (gst_multifdsink_init_send), (gst_multifdsink_close):
32922         Fix wrong GList iteration that could crash the server when
32923         more then 2 clients disconnect at the same time. Read all the
32924         pending commands in one batch to recover from command storms under
32925         very heavy load.
32926
32927 2004-06-28  Wim Taymans  <wim@fluendo.com>
32928
32929         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32930         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32931         (gst_videomixer_pad_set_property),
32932         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32933         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32934         (gst_videomixer_class_init), (gst_videomixer_init),
32935         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
32936         (pad_zorder_compare), (gst_videomixer_sort_pads),
32937         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
32938         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
32939         (gst_videomixer_update_queues), (gst_videomixer_loop),
32940         (plugin_init):
32941         Avoid divide by zero, choose masterpad as the pad with the highest
32942         framerate.
32943
32944 2004-06-27  Julien Moutte  <julien@moutte.net>
32945
32946         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
32947         (gst_ximagesink_xwindow_new):
32948         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
32949         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
32950         function directly. We might want to call it from somewhere else one day.
32951
32952 2004-06-27  Julien Moutte  <julien@moutte.net>
32953
32954         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
32955         (gst_ximagesink_xwindow_new):
32956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
32957         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
32958         window decorations.
32959
32960 2004-06-27  Wim Taymans  <wim@fluendo.com>
32961
32962         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
32963         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
32964         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
32965         (gst_dvdec_set_property), (gst_dvdec_get_property):
32966         * ext/dv/gstdvdec.h:
32967         Implement drop_factor property to lower the framerate with
32968         a factor.
32969
32970 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32971
32972         * gst-libs/gst/colorbalance/Makefile.am:
32973         * gst-libs/gst/mixer/Makefile.am:
32974         * gst-libs/gst/play/Makefile.am:
32975         * gst-libs/gst/tuner/Makefile.am:
32976           unbreak Company's fix that didn't install the -enum.h files
32977
32978 2004-06-27  Wim Taymans  <wim@fluendo.com>
32979
32980         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
32981         (gst_dvdec_change_state):
32982         * ext/dv/gstdvdec.h:
32983         Fix timestamp, duration and offset of the buffers.
32984
32985 2004-06-27  Wim Taymans  <wim@fluendo.com>
32986
32987         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32988         (gst_multifdsink_class_init), (gst_multifdsink_add),
32989         (gst_multifdsink_remove), (gst_multifdsink_clear),
32990         (gst_multifdsink_client_remove),
32991         (gst_multifdsink_handle_client_read),
32992         (gst_multifdsink_client_queue_data),
32993         (gst_multifdsink_client_queue_caps),
32994         (gst_multifdsink_client_queue_buffer),
32995         (gst_multifdsink_handle_client_write),
32996         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32997         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
32998         (gst_multifdsink_init_send), (gst_multifdsink_close):
32999         * gst/tcp/gstmultifdsink.h:
33000         * gst/tcp/gsttcpserversink.c:
33001         (gst_tcpserversink_handle_server_read),
33002         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33003         More multifdsink fixes, more recovery policy fixes.
33004         Removed stupid g_print
33005
33006 2004-06-26  Wim Taymans  <wim@fluendo.com>
33007
33008         * gst/tcp/Makefile.am:
33009         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33010         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33011         (gst_multifdsink_class_init), (gst_multifdsink_init),
33012         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33013         (gst_multifdsink_handle_client_read),
33014         (gst_multifdsink_client_queue_data),
33015         (gst_multifdsink_client_queue_caps),
33016         (gst_multifdsink_client_queue_buffer),
33017         (gst_multifdsink_handle_client_write),
33018         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33019         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33020         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33021         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33022         (gst_multifdsink_close), (gst_multifdsink_change_state):
33023         * gst/tcp/gstmultifdsink.h:
33024         * gst/tcp/gsttcpplugin.c: (plugin_init):
33025         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33026         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33027         (gst_tcpserversink_handle_server_read),
33028         (gst_tcpserversink_handle_select),
33029         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33030         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33031         * gst/tcp/gsttcpserversink.h:
33032         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33033         one of the locks, added recovery policy to multifdsink.
33034
33035 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33036
33037         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33038           fix decision for when getting frames with same timestamp
33039         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33040         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33041         (gst_v4lsrc_get_property):
33042         * sys/v4l/gstv4lsrc.h:
33043           add latency offset property
33044
33045 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33046
33047         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33048         (plugin_init):
33049           fix debugging. add category.
33050
33051 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33052
33053         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33054           fix wrong offsets
33055
33056 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33057
33058         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33059         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33060         (gst_alsa_src_change_state):
33061           return a time that is in sync with the element's processing
33062
33063 2004-06-25  Wim Taymans  <wim@fluendo.com>
33064
33065         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33066         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33067         (gst_tcpserversink_client_remove),
33068         (gst_tcpserversink_handle_client_read),
33069         (gst_tcpserversink_client_queue_data),
33070         (gst_tcpserversink_client_queue_caps),
33071         (gst_tcpserversink_client_queue_buffer),
33072         (gst_tcpserversink_handle_client_write),
33073         (gst_tcpserversink_queue_buffer),
33074         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33075         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33076         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33077         (gst_tcpserversink_close):
33078         * gst/tcp/gsttcpserversink.h:
33079         Serversink rewrite. Really do non blocking writes to clients and
33080         maintain an internal queue to handle slower clients while not
33081         disturbing fast clients.
33082
33083 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33084
33085         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33086           better debug, don't override OFFSET and OFFSET_END
33087
33088 2004-06-25  Iain <iain@prettypeople.org>
33089
33090         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33091         name=source for the wavparse pipeline.
33092
33093 2004-06-24  Johan Dahlin  <johan@gnome.org>
33094
33095         * ext/theora/theoraenc.c (theora_enc_chain): Call
33096         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33097         streamheader caps are set correctly.
33098
33099 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33100
33101         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33102         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33103           respect minimum bitrate; same could be done for max bitrate
33104
33105 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33106
33107         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33108         (gst_vorbisenc_setup):
33109           fix sample rate range
33110
33111 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33112
33113         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33114         (gst_oggvorbisenc_setup):
33115         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33116         (gst_vorbisenc_setup):
33117           resolve ambiguities in code and description
33118
33119 2004-06-24  Wim Taymans  <wim@fluendo.com>
33120
33121         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33122         * ext/alsa/gstalsa.h:
33123         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33124         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33125         Use alsa trigger_tstamp to get the timestamp of the first
33126         sample in the buffer for more precise sync. Some cleanups.
33127
33128 2004-06-24  Wim Taymans  <wim@fluendo.com>
33129
33130         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33131         (gst_audiorate_init), (gst_audiorate_chain),
33132         (gst_audiorate_set_property), (gst_audiorate_get_property):
33133         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33134         (gst_videorate_chain):
33135         Added some logging, fixed an overflow bug in videorate.
33136
33137 2004-06-24  Benjamin Otte  <otte@gnome.org>
33138
33139         * ext/kio/Makefile.am:
33140           fix for builddir != srcdir and distcheck
33141
33142 2004-06-24  Benjamin Otte  <otte@gnome.org>
33143
33144         * gst-libs/gst/colorbalance/Makefile.am:
33145         * gst-libs/gst/mixer/Makefile.am:
33146         * gst-libs/gst/play/Makefile.am:
33147         * gst-libs/gst/tuner/Makefile.am:
33148         * gst/tcp/Makefile.am:
33149         * sys/dxr3/Makefile.am:
33150           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33151           tarball.
33152           Also add all *.list files that were missing.
33153         * Makefile.am:
33154           add a distcheck hook to ensure the above doesn't happen again.
33155
33156 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33157
33158         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33159
33160 2004-06-23  Colin Walters  <walters@redhat.com>
33161
33162         * m4/Makefile.am: Distribute gst-fionread.m4.
33163
33164 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33165
33166         * configure.ac: back to dev
33167
33168 2004-06-23  Wim Taymans  <wim@fluendo.com>
33169
33170         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33171         (gst_alsa_xrun_recovery):
33172         * ext/alsa/gstalsa.h:
33173         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33174         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33175         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33176         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33177         (gst_alsa_src_loop):
33178         Add clock to alsasrc. Take new capture timestamp when
33179         restarting after an overrun. Split up some functions between
33180         alsasrc and alsasink.
33181
33182 === release 0.8.2 ===
33183
33184 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33185
33186         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33187         (gst_alsa_change_state), (gst_alsa_update_avail),
33188         (gst_alsa_xrun_recovery):
33189         * ext/alsa/gstalsa.h:
33190         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33191           merge back changes from release
33192
33193 2004-06-23  Wim Taymans  <wim@fluendo.com>
33194
33195         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33196         (gst_audiorate_init), (gst_audiorate_chain),
33197         (gst_audiorate_set_property), (gst_audiorate_get_property):
33198         Implement sample dropping and notify
33199
33200 2004-06-22  Wim Taymans  <wim@fluendo.com>
33201
33202         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33203         (theora_enc_sink_link), (theora_buffer_from_packet),
33204         (theora_push_packet), (theora_enc_chain):
33205         Some cleanups, make sure the timestamps are correct.
33206
33207 2004-06-22  Wim Taymans  <wim@fluendo.com>
33208
33209         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33210         (gst_alsa_change_state), (gst_alsa_update_avail),
33211         (gst_alsa_xrun_recovery):
33212         * ext/alsa/gstalsa.h:
33213         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33214         Cleanups, take queued samples into account when reporting
33215         the time.
33216
33217 2004-06-22  Wim Taymans  <wim@fluendo.com>
33218
33219         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33220         (gst_videorate_init):
33221         Initialize the property as well.
33222
33223 2004-06-22  Wim Taymans  <wim@fluendo.com>
33224
33225         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33226         (gst_videorate_init), (gst_videorate_chain),
33227         (gst_videorate_set_property), (gst_videorate_get_property):
33228         Add property to make videorate silent.
33229         Add property to prefer new frames over old ones.
33230
33231 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33232
33233         * sys/osxvideo/Makefile.am:
33234         Workaround so that the osxvideo .so file gets linked with the
33235         Cocoa, OpenGL and QuickTime frameworks
33236
33237 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33238
33239         * sys/osxaudio/Makefile.am:
33240         Workaround so that the osxaudio .so file gets linked with the
33241         CoreAudio framework
33242
33243 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33244
33245         * configure.ac:
33246         Whoops, my fault...fixed build issues
33247
33248 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33249
33250         * configure.ac:
33251         Add objective-c support if running in Darwin/Mac OS X
33252         * sys/Makefile.am:
33253         * sys/osxvideo:
33254         * sys/osxvideo/Makefile.am:
33255         * sys/osxvideo/osxvideosink.h:
33256         * sys/osxvideo/osxvideosink.m:
33257         * sys/osxvideo/cocoawindow.h:
33258         * sys/osxvideo/cocoawindow.m:
33259         Add osxvideosink, a cocoa-based osx video sink
33260
33261
33262 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33263         * ext/dvdnav/gst-dvd:
33264         Grab the gconf key from the right spot
33265         * gst/debug/gstnavseek.c: (gst_navseek_init),
33266         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33267         (gst_navseek_chain):
33268         * gst/debug/gstnavseek.h:
33269           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33270           and loop parameters of a segment seek.
33271         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33272         (gst_videotestsrc_get_event_masks),
33273         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33274         * gst/videotestsrc/gstvideotestsrc.h:
33275           Add seeking support to videotestsrc
33276           Initialise the timestamp_offset variable.
33277
33278 2004-06-18  Wim Taymans  <wim@fluendo.com>
33279
33280         * ext/sidplay/gstsiddec.cc:
33281         Fix negotiation and set correct end offset.
33282
33283 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33284
33285         * configure.ac: branch and prerelease
33286
33287 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33288
33289         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33290         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33291         (gst_tcpclientsrc_init_receive):
33292         * gst/tcp/gsttcpclientsrc.h:
33293           read caps when connecting to server for GDP so we set them correctly
33294
33295 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33296
33297         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33298           notify drops and duplicates
33299         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33300           no good reason to limit ourselves to 100x100
33301
33302 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33303
33304         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33305         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33306         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33307         (gst_v4lsrc_get_property):
33308         * sys/v4l/gstv4lsrc.h:
33309         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33310         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33311         (gst_v4l_set_audio):
33312         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33313         (gst_v4lsrc_try_capture):
33314         * sys/v4l/v4lsrc_calls.h:
33315           change try_palette to more general try_capture
33316           add autoprobe option so we can turn off autoprobing
33317           various fixes
33318
33319 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33320
33321         * configure.ac:
33322           add videorate
33323         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33324         (gst_ximagesink_class_init):
33325         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33326         (gst_xvimagesink_class_init):
33327           run them as finalize, not dispose, since dispose can be invoked
33328           multiple times
33329
33330 2004-06-17  Wim Taymans  <wim@fluendo.com>
33331
33332         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33333         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33334         * ext/alsa/gstalsa.h:
33335         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33336         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33337         (gst_alsa_src_change_state):
33338         * ext/alsa/gstalsasrc.h:
33339         Make the xrun code timestamp and offset the buffers correctly.
33340         moved the clock to the base class, use alsa methods to get time.
33341         Do correct timestamping on outgoing buffers.
33342
33343 2004-06-17  Wim Taymans  <wim@fluendo.com>
33344
33345         * gst/audiorate/Makefile.am:
33346         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33347         (gst_audiorate_base_init), (gst_audiorate_class_init),
33348         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33349         (gst_audiorate_set_property), (gst_audiorate_get_property),
33350         (gst_audiorate_change_state), (plugin_init):
33351         Added an audiorate converter that fills in gaps.
33352
33353 2004-06-17  Johan Dahlin  <johan@gnome.org>
33354
33355         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33356
33357 2004-06-16  Wim Taymans  <wim@fluendo.com>
33358
33359         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33360         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33361         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33362         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33363         (gst_v4lsrc_get_property):
33364         * sys/v4l/gstv4lsrc.h:
33365         Added a copy mode to v4lsrc where it will output a copied version
33366         of its internal hardware buffer.
33367         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33368         can't | them.
33369
33370 2004-06-16  Wim Taymans  <wim@fluendo.com>
33371
33372         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33373         Timestamp fixes.
33374
33375 2004-06-16  Wim Taymans  <wim@fluendo.com>
33376
33377         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33378         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33379         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33380         (gst_v4lsrc_get_property):
33381         * sys/v4l/gstv4lsrc.h:
33382         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33383         Added a sync mode enum property to control v4lsrc timestamp method
33384         Removed the use-fixed-fps property and moved functionality in
33385         the enum.
33386         Don't error on an error value from v4l-conf, it might not always
33387         be a real error.
33388
33389 2004-06-16  Wim Taymans  <wim@fluendo.com>
33390
33391         * gst/videorate/Makefile.am:
33392         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33393         (gst_videorate_base_init), (gst_videorate_class_init),
33394         (gst_videorate_getcaps), (gst_videorate_link),
33395         (gst_videorate_init), (gst_videorate_chain),
33396         (gst_videorate_set_property), (gst_videorate_get_property),
33397         (gst_videorate_change_state), (plugin_init):
33398         Added a video timestamp corrector.
33399
33400 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33401
33402         fixed a potential leak with previous commit
33403
33404         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33405
33406 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33407
33408         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33409         Added missing refcount, fixes bug #144425
33410         Cheers Tim for finding the bug
33411
33412 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33413
33414         * sys/v4l/gstv4l.c: (plugin_init):
33415         * sys/v4l/gstv4lcolorbalance.c:
33416         * sys/v4l/gstv4lcolorbalance.h:
33417         * sys/v4l/gstv4lelement.c:
33418         * sys/v4l/gstv4lelement.h:
33419         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33420         * sys/v4l/gstv4lmjpegsink.h:
33421         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33422         * sys/v4l/gstv4lmjpegsrc.h:
33423         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33424         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33425         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33426         * sys/v4l/gstv4lsrc.h:
33427         * sys/v4l/gstv4ltuner.c:
33428         * sys/v4l/gstv4ltuner.h:
33429         * sys/v4l/gstv4lxoverlay.c:
33430         * sys/v4l/gstv4lxoverlay.h:
33431         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33432         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33433         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33434         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33435         (gst_v4l_set_audio):
33436         * sys/v4l/v4l_calls.h:
33437         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33438         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33439         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33440         (gst_v4lmjpegsink_playback_init),
33441         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33442         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33443         (gst_v4lmjpegsink_playback_stop),
33444         (gst_v4lmjpegsink_playback_deinit):
33445         * sys/v4l/v4lmjpegsink_calls.h:
33446         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33447         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33448         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33449         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33450         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33451         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33452         * sys/v4l/v4lmjpegsrc_calls.h:
33453         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33454         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33455         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33456         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33457         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33458         (gst_v4lsrc_try_palette):
33459         * sys/v4l/v4lsrc_calls.h:
33460           bunch of paranoia cleanups
33461
33462 2004-06-14  David Schleef  <ds@schleef.org>
33463
33464         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33465         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33466         Send discont events and change timestamps appropriately when
33467         we get a seek event.  (bug #144240)
33468         * ext/cdparanoia/gstcdparanoia.h:
33469
33470 2004-06-14  Benjamin Otte  <otte@gnome.org>
33471
33472         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33473           snd_pcm_hw_params_set_rate  since the latter fails for no good
33474           reason on some setups.
33475
33476 2004-06-14  David Schleef  <ds@schleef.org>
33477
33478         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33479         standard.  Thank you for playing.
33480
33481 2004-06-14  Wim Taymans  <wim@fluendo.com>
33482
33483         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33484         Patch 1.3 broke the ordering of the colorspace info and
33485         made the plugin basically work by coincidence, reordered
33486         the info.
33487
33488 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33489
33490         * ext/lame/gstlame.c:
33491         * ext/mad/gstmad.c:
33492           sync caps.  Make sure mad can only output a list of rates, not
33493           a full range.  In the future, have three caps lists for each of the
33494           mpeg versions.  Change mpegversion to a double as well.
33495
33496 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33497
33498         * gst/volume/.cvsignore:
33499         * gst/volume/Makefile.am:
33500         * gst/volume/demo.c: (value_changed_callback), (idler),
33501         (setup_gui), (main):
33502           added small demo app
33503
33504 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33505         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33506         * ext/esd/esdsink.h:
33507         Close the esd connection on pause, because esd will just wait -
33508         blocking all other esd clients indefinitely.
33509
33510 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33511
33512         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33513           previous commit with GST_DEBUG
33514
33515 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33516
33517         * configure.ac:
33518           add a header check for a dvdread header in dvdnav.  Fixes #133002
33519
33520 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33521
33522         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33523         * gst/tcp/gsttcpclientsink.h:
33524         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33525         * gst/tcp/gsttcpclientsrc.h:
33526         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33527         (gst_tcpserversink_handle_server_read),
33528         (gst_tcpserversink_init_send):
33529         * gst/tcp/gsttcpserversink.h:
33530         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33531         * gst/tcp/gsttcpserversrc.h:
33532         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33533         version of IP)
33534
33535 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33536
33537         * configure.ac:
33538         Added ogg library so that OSX detects libtheora properly
33539
33540 2004-06-11  Wim Taymans  <wim@fluendo.com>
33541
33542         * ext/theora/theoradec.c: (theora_dec_chain),
33543         (theora_dec_change_state):
33544         Don't try to decode frames before we received a keyframe.
33545
33546 2004-06-11  Wim Taymans  <wim@fluendo.com>
33547
33548         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33549         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33550         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33551         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33552         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33553         Added property to set the maximum delay of a page.
33554
33555 2004-06-10  Wim Taymans  <wim@fluendo.com>
33556
33557         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33558         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33559         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33560         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33561         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33562         Added max-delay property to control the maximum amount
33563         of data to put in one page.
33564
33565 2004-06-10  Wim Taymans  <wim@fluendo.com>
33566
33567         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33568         (gst_theora_enc_init), (theora_enc_sink_link),
33569         (theora_buffer_from_packet), (theora_enc_set_property),
33570         (theora_enc_get_property):
33571         Set duration on encoded buffer, added some more properties
33572
33573 2004-06-10  Wim Taymans  <wim@fluendo.com>
33574
33575         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33576         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33577         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33578         * ext/theora/theoraenc.c: (theora_enc_chain):
33579         Fix refcounting bugs
33580
33581 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33582
33583         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33584         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33585         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33586         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33587         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33588         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33589         (gst_asf_demux_change_state):
33590         * gst/asfdemux/gstasfdemux.h:
33591           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33592           feels like. I think we should set a new requirement for demuxers
33593           from now on to implement sane loop functions, data loops, query
33594           and seek functions before first commit into CVS. And this commit
33595           fixes all of the above.
33596
33597 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33598
33599         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33600           vorbis comments are properly encoded in UTF-8 before adding them
33601           to a GstTagList
33602
33603 2004-06-09  Benjamin Otte  <otte@gnome.org>
33604
33605         * ext/alsa/gstalsa.c: (add_channels):
33606           handle min <= max correctly
33607         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33608         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33609           add fixation functions so we fixate correctly. No preferring of alaw
33610           anymore because it's the first structure.
33611         * ext/alsa/gstalsa.h:
33612         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33613         (gst_alsa_hw_params_dump):
33614           add functions to ease debugging in alsalib
33615         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33616         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33617         (gst_alsa_start_audio):
33618           only specify hw params if we really setup a format (fixes #134007 -
33619           or at least works around it)
33620
33621 2004-06-09  Wim Taymans  <wim@fluendo.com>
33622
33623         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33624         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33625         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33626         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33627         (gst_ogg_mux_loop):
33628         Use stream caps to setup the initial pages in the ogg stream.
33629         Correctly set the streamheader caps on the srcpad.
33630
33631 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33632
33633         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33634         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33635         (gst_v4lsrc_getcaps):
33636         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33637         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33638           add querying of fps lists for webcams.  Negotiating to a framerate
33639           now works.
33640
33641 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33642
33643         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33644         (theora_push_buffer), (theora_push_packet),
33645         (theora_set_header_on_caps), (theora_enc_chain):
33646           mark buffers and put on streamheader, raw theora streaming
33647           now works too, whee
33648
33649 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33650
33651         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33652         (gst_tcp_gdp_read_caps):
33653           do a looping read for caps and GDP headers too
33654
33655 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33656
33657         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33658         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33659           return EOS instead of NULL in _get
33660
33661 2004-06-08  Wim Taymans  <wim@fluendo.com>
33662
33663         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33664         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33665         (gst_tcp_gdp_write_caps):
33666         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33667         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33668         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33669         Memory leak fixes
33670
33671 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33672
33673         * ext/vorbis/Makefile.am:
33674         * ext/vorbis/vorbis.c: (plugin_init):
33675         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33676         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33677         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33678         (vorbis_parse_change_state):
33679         * ext/vorbis/vorbisparse.h:
33680           adding a vorbisparse element that marks the buffers, streaming
33681           raw vorbis using GDP now works, whee
33682
33683 2004-06-08  Wim Taymans  <wim@fluendo.com>
33684
33685         * ext/jpeg/Makefile.am:
33686         * ext/jpeg/README:
33687         * ext/jpeg/gstjpeg.c: (plugin_init):
33688         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33689         (gst_smokedec_base_init), (gst_smokedec_class_init),
33690         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33691         * ext/jpeg/gstsmokedec.h:
33692         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33693         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33694         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33695         (gst_smokeenc_resync), (gst_smokeenc_chain),
33696         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33697         * ext/jpeg/gstsmokeenc.h:
33698         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33699         (smokecodec_flush_destination), (smokecodec_term_destination),
33700         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33701         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33702         (smokecodec_term_source), (smokecodec_encode_new),
33703         (smokecodec_decode_new), (smokecodec_info_free),
33704         (smokecodec_set_quality), (smokecodec_get_quality),
33705         (smokecodec_set_threshold), (smokecodec_get_threshold),
33706         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33707         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33708         (smokecodec_parse_header), (smokecodec_decode):
33709         * ext/jpeg/smokecodec.h:
33710         Added a new simple jpeg based codec
33711
33712 2004-06-08  Wim Taymans  <wim@fluendo.com>
33713
33714         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33715         (gst_multipart_mux_loop):
33716         Fix memory leak
33717
33718 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33719
33720         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33721         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33722         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33723         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33724         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33725         * gst/tcp/gsttcpserversink.h:
33726           take streamheader into account
33727
33728 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33729
33730         * gst/level/Makefile.am:
33731         * gst/level/gstlevel.c: (gst_level_class_init):
33732           clean up marshal generation
33733
33734 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33735
33736         * gst/tcp/Makefile.am:
33737         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33738         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33739         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33740         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33741         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33742         (gst_tcpclientsrc_get_property):
33743         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33744         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33745         (gst_tcpserversink_handle_client_read),
33746         (gst_tcpserversink_handle_client_write),
33747         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33748         * gst/tcp/gsttcpserversink.h:
33749           add signals client-added and client-removed
33750         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33751         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33752         (gst_tcpserversrc_get_property):
33753         uniformized, change default protocol to NONE
33754         * gst/tcp/gsttcp-marshal.list: added
33755 2004-06-07  Benjamin Otte  <otte@gnome.org>
33756
33757         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33758           handle discont events if they happen before caps nego
33759
33760 2004-06-07  Wim Taymans  <wim@fluendo.com>
33761
33762         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33763         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33764         (gst_multipart_demux_plugin_init):
33765         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33766         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33767         (gst_multipart_mux_change_state):
33768         Small updates, fix a memleak
33769
33770 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33771
33772         * configure.ac: OSS portability
33773         * ext/arts/gst_arts.c: idem
33774         * sys/oss/gstosselement.c: idem
33775         * sys/oss/gstossmixer.c: idem
33776         * sys/oss/gstosssink.c: idem
33777         * sys/oss/gstosssrc.c: idem
33778         * sys/oss/oss_probe.c: idem
33779           - check for soundcard.h in different places for some BSD
33780
33781 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
33782
33783         * AUTHORS:
33784         Add me to the authors file
33785         * configure.ac:
33786         Increase the libdv requirement to >= version 0.100
33787         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33788         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
33789         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
33790         * ext/dv/gstdvdec.h:
33791         Add support for the new_media flag when sending DISCONT events
33792         Make the querying work when video pad is not linked
33793
33794 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33795
33796         reviewed by Benjamin Otte  <otte@gnome.org>
33797
33798         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
33799           create a NULL-initialized array of pads, so we don't think they
33800           exist already. (fixes #143130)
33801
33802 2004-06-07  Benjamin Otte  <otte@gnome.org>
33803
33804         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
33805         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
33806         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
33807           don't use // coments
33808
33809 2004-06-07  Benjamin Otte  <otte@gnome.org>
33810
33811         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
33812           cast to GstClockTime to get higher granularity
33813         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33814           use gst_element_set_time_delay to get the exact time
33815         * ext/mad/gstmad.c: (gst_mad_chain):
33816           use the negotiated rate instead of the current frame's rate which
33817           might be wrong because of bit errors. This avoids emitting totally
33818           bogus timestamps and screwing sync.
33819         (fixes #143454)
33820
33821 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33822
33823         reviewed by Benjamin Otte  <otte@gnome.org>
33824
33825         * gst/adder/gstadder.c: (gst_adder_loop):
33826           properly error out when no negotiation has happened yet. (fixes
33827           #143032)
33828
33829 2004-06-06  Benjamin Otte  <otte@gnome.org>
33830
33831         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
33832           forward correctly transformed offset in discont events. Based on
33833           patch by Arwed v. Merkatz. (fixes #142851)
33834
33835 2004-06-06  David Schleef  <ds@schleef.org>
33836
33837         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
33838         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
33839         problems on several systems.
33840
33841 2004-06-06  Benjamin Otte  <otte@gnome.org>
33842
33843         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
33844           use explicit caps on the srcpad
33845         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33846           properly error out if caps couldn't be set (fixes #142764)
33847
33848 2004-06-06  Benjamin Otte  <otte@gnome.org>
33849
33850         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33851         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33852         (gst_alsa_start_audio):
33853           - don't call set_periods_integer anymore, it breaks the
33854           configuration randomly
33855           - call snd_pcm_hw_params_set_access directly instead of using masks
33856           - don't fail if the sw_params can't be set, just use the default
33857           params and hope it works. Alsalib has weird issues when you touch
33858           sw_params and does no proper error reporting about what failed.
33859         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33860         (gst_alsa_close_audio):
33861           make our alsa debugging go via gst debugging and not conditionally
33862           defined
33863         * ext/alsa/gstalsa.h:
33864           add ALSA_DEBUG_FLUSH macro
33865         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
33866         (plugin_init):
33867           wrap alsa errors to be printed via the gst debugging system and not
33868           spammed to stderr
33869
33870 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33871
33872         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
33873         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
33874         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
33875         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
33876         (qtdemux_parse_trak):
33877         * gst/qtdemux/qtdemux.h:
33878           Bitch. Also known as seeking, querying & co.
33879         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33880         (gst_osssink_change_state):
33881         * sys/oss/gstosssink.h:
33882           Resyncing is for weenies, this hack is no longer needed and was
33883           broken anyway (since it - unintendedly - always leaves resync to
33884           TRUE).
33885
33886 2004-06-05  Andrew Turner <zxombie@hotpop.com>
33887
33888         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
33889         * gst/tcp/gsttcpclientsrc.h: idem
33890           - define MSG_NOSIGNAL if not done
33891           - include unistd.h for off_t
33892           (fixes #143749)
33893
33894 2004-06-05  Benjamin Otte  <otte@gnome.org>
33895
33896         * configure.ac:
33897         * ext/kio/Makefile.am:
33898           check for qt's moc preprocessor explicitly and use it
33899
33900 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33901
33902         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
33903           don't get a signal for EPIPE on socket writes
33904           (somebody check if this works on other platforms)
33905
33906 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33907
33908         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33909         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33910           check error condition on available samples correctly
33911
33912 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33913
33914         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
33915           avoid a segfault
33916         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
33917         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
33918         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33919         (gst_tcpserversrc_gdp_read_header):
33920          use ssize_t over size_t since the former is signed and thus the
33921          check for error codes can work
33922
33923 2004-06-02  Wim Taymans  <wim@fluendo.com>
33924
33925         reviewed by: Johan
33926
33927         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33928         (gst_multipart_mux_loop):
33929         Oops
33930
33931 2004-06-02  Wim Taymans  <wim@fluendo.com>
33932
33933         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33934         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33935         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
33936         (gst_multipart_mux_change_state):
33937         Added configurable boundary specifier, added the value as a
33938         caps field as well.
33939
33940 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33941
33942         * gst/tcp/gsttcp.c:
33943         * gst/tcp/gsttcpclientsrc.c:
33944         * gst/tcp/gsttcpclientsrc.h:
33945         * gst/tcp/gsttcpserversrc.c:
33946           - portability fix, to compile on OSX
33947             (fixes #143146)
33948
33949         * sys/osxaudio/gstosxaudioelement.c:
33950         * sys/osxaudio/gstosxaudiosink.c:
33951         * sys/osxaudio/gstosxaudiosrc.c:
33952           - compilation warnings on OSX
33953             (fixes #143153)
33954
33955 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33956
33957         * ext/vorbis/vorbisdec.c : sign warning fixes
33958
33959         * gst-libs/gst/mixer/mixertrack.c :
33960           do no use defines which are glib 2.4 specific
33961
33962 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
33963
33964         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
33965           buffer since libflac doesn't expect it (reports a sync error when
33966           it encounters that)
33967
33968
33969 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
33970
33971         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
33972         * gst-libs/gst/mixer/mixertrack.c:
33973         (gst_mixer_track_get_property), (get_mixer_track_init),
33974         (get_mixer_track_get_property): Added property accessors
33975         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
33976         * gst-libs/gst/mixer/mixeroptions.c:
33977         (gst_mixer_options_get_values): Added
33978         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
33979         * gst-libs/gst/mixer/mixer.c: Fixed comment
33980
33981
33982 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33983
33984         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
33985           improve error messages on open
33986
33987
33988 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33989
33990         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33991           check if v4l-conf is in path
33992
33993 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
33994
33995         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
33996           change assert to a more readable error message
33997
33998 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33999
34000         * gst-libs/gst/tuner/tunerchannel.h:
34001           - add a freq_multiplicator field to make the conversion
34002             between internal frequency unit and Hz
34003         * sys/v4l/gstv4lelement.c:
34004         * sys/v4l2/gstv4l2element.c:
34005           - change default video device to /dev/video0
34006         * sys/v4l/v4l_calls.c:
34007         * sys/v4l2/v4l2_calls.c:
34008           - we only expose frequency to the user in Hz instead of
34009             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34010
34011 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34012         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34013           Initialise b_o_s and e_o_s variables
34014         * gst-libs/gst/riff/riff-media.c:
34015         (gst_riff_create_video_caps_with_data):
34016           Add some unusual fourcc's from mplayer avi's
34017         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34018           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34019           autoplugging.
34020
34021 2004-05-28  Wim Taymans  <wim@fluendo.com>
34022
34023         * configure.ac:
34024         * gst/alpha/Makefile.am:
34025         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34026         (gst_alpha_get_type), (gst_alpha_base_init),
34027         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34028         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34029         (gst_alpha_chroma_key), (gst_alpha_chain),
34030         (gst_alpha_change_state), (plugin_init):
34031         A plugin to add an alpha channel to I420 video. Can optionally do
34032         chroma keying.
34033         * gst/multipart/Makefile.am:
34034         * gst/multipart/multipart.c: (plugin_init):
34035         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34036         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34037         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34038         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34039         (gst_multipart_demux_change_state),
34040         (gst_multipart_demux_plugin_init):
34041         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34042         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34043         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34044         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34045         (gst_multipart_mux_pad_unlink),
34046         (gst_multipart_mux_request_new_pad),
34047         (gst_multipart_mux_handle_src_event),
34048         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34049         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34050         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34051         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34052         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34053         send multipart jpeg images to a browser.
34054         * gst/videobox/Makefile.am:
34055         * gst/videobox/README:
34056         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34057         (gst_video_box_get_type), (gst_video_box_base_init),
34058         (gst_video_box_class_init), (gst_video_box_init),
34059         (gst_video_box_set_property), (gst_video_box_get_property),
34060         (gst_video_box_sink_link), (gst_video_box_i420),
34061         (gst_video_box_ayuv), (gst_video_box_chain),
34062         (gst_video_box_change_state), (plugin_init):
34063         Crops or adds borders around an image. can do alpha channel
34064         borders as well.
34065         * gst/videomixer/Makefile.am:
34066         * gst/videomixer/README:
34067         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34068         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34069         (gst_videomixer_pad_get_sink_event_masks),
34070         (gst_videomixer_pad_get_property),
34071         (gst_videomixer_pad_set_property),
34072         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34073         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34074         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34075         (gst_videomixer_base_init), (gst_videomixer_class_init),
34076         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34077         (gst_videomixer_handle_src_event),
34078         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34079         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34080         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34081         (gst_videomixer_loop), (gst_videomixer_get_property),
34082         (gst_videomixer_set_property), (gst_videomixer_change_state),
34083         (plugin_init):
34084         Generic video mixer plugin, can handle multiple inputs all with
34085         different framerates and video sizes. Is fully alpha channel
34086         aware.
34087
34088 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34089
34090         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34091           Select first track as master track. Not sure how else to handle
34092           that...
34093         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34094           Discard discont events. Should fix #142962.
34095
34096 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34097
34098         * ext/alsa/Makefile.am:
34099         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34100         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34101         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34102         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34103         (gst_alsa_mixer_get_option):
34104         * ext/alsa/gstalsamixer.h:
34105         * ext/alsa/gstalsamixeroptions.c:
34106         (gst_alsa_mixer_options_get_type),
34107         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34108         (gst_alsa_mixer_options_new):
34109         * ext/alsa/gstalsamixeroptions.h:
34110         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34111         * ext/alsa/gstalsamixertrack.h:
34112           Add enumerations (as GstMixerOptions). Make correct distinction
34113           between input/output tracks. Add capture/playback private flag.
34114           Use flag to decide on whether to set capture or playback volumes
34115           or switches. Use playback and record switches.
34116         * gst-libs/gst/mixer/Makefile.am:
34117         * gst-libs/gst/mixer/mixer-marshal.list:
34118         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34119         (gst_mixer_set_option), (gst_mixer_get_option),
34120         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34121         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34122         * gst-libs/gst/mixer/mixer.h:
34123         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34124         (gst_mixer_options_class_init), (gst_mixer_options_init),
34125         (gst_mixer_options_dispose):
34126         * gst-libs/gst/mixer/mixeroptions.h:
34127           Add GstMixerOptions.
34128         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34129           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34130           broken device detection on computers with multiple OSS sound
34131           cards.
34132
34133 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34134
34135         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34136           fixate nicely even when the peer is not negotiating
34137
34138 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34139
34140         * gst/audioconvert/gstaudioconvert.c:
34141         (gst_audio_convert_parse_caps):
34142           make sure we don't allow depth > width
34143         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34144           fixate endianness to G_BYTE_ORDER as default
34145         * gst/audioscale/gstaudioscale.c:
34146           we don't handle another endianness as host-endianness
34147
34148 2004-05-25  David Schleef  <ds@schleef.org>
34149
34150         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34151
34152 2004-05-24  Benjamin Otte  <otte@gnome.org>
34153
34154         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34155         (gst_oggvorbisenc_setup):
34156           properly fail when we can't setup the vorbis encoder due to
34157           unsupported settings
34158         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34159         (gst_vorbisenc_setup):
34160           same
34161         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34162           fix case where warnings occured when one pad was unlinked while the
34163           other's link function was called
34164
34165 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34166
34167         * gst/tcp/Makefile.am:
34168           use GST_ENABLE_NEW
34169
34170 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34171
34172         * gst-libs/gst/resample/private.h:
34173           don't use optimizations that are #if 0'ed
34174
34175 2004-05-24  Wim Taymans  <wim@fluendo.com>
34176
34177         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34178         Fix potential division by zero error and hopefully get
34179         the position query right to get correct timestamps on avi
34180         audio.
34181
34182 2004-05-24  Wim Taymans  <wim@fluendo.com>
34183
34184         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34185         (gst_videoscale_scale_nearest_str2),
34186         (gst_videoscale_scale_nearest_str4),
34187         (gst_videoscale_scale_nearest_32bit),
34188         (gst_videoscale_scale_nearest_24bit),
34189         (gst_videoscale_scale_nearest_16bit):
34190         Fix the scaling algorithm and avoid a buffer overflow.
34191         removed the while loop in the scaling function as it
34192         was used for point sampling only.
34193
34194 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34195
34196         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34197         (gst_id3_tag_class_init), (gst_id3_tag_init),
34198         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34199         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34200         (gst_id3_tag_send_tag_event):
34201           lots of fixes to make id3mux work and id3demux work correctly
34202
34203 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34204
34205         * ext/Makefile.am:
34206           add rules to build shout2send (was removed by accident
34207           when this module was no more marked experimental/broken)
34208
34209 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34210
34211         * ext/shout2/gstshout2.c:
34212         * ext/shout2/gstshout2.h:
34213           adding a "connection problem" signal to shout2send
34214           (fixes #142954)
34215
34216 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34217
34218         * ext/kio/kioreceiver.cpp:
34219         * ext/kio/kioreceiver.h:
34220           fix sign comparison issues
34221
34222 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34223
34224         * gst/cdxaparse/gstcdxaparse.c:
34225         * gst/cdxaparse/gstcdxaparse.h:
34226           some renaming
34227           add some checks/sanity
34228           prepare for seek addition
34229
34230         * sys/sunaudio/gstsunaudio.c:
34231           remove exported dupe init function
34232
34233 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34234
34235         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34236         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34237           Fix format conversion and position querying.
34238         * gst/debug/progressreport.c: (gst_progressreport_report):
34239           Don't output a bogus total value that we didn't query.
34240         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34241           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34242           only a blank window after xine has been used.
34243
34244 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34245
34246         * m4/as-arts.m4:
34247           sync with upstream version to fix test on FC2
34248           readd with -ko to preserve Id header
34249
34250 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34251
34252         * configure.ac:
34253           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34254         * gst/tcp/gsttcpclientsrc.c: idem
34255         * gst/tcp/gsttcpserversink.c: idem
34256         * gst/tcp/gsttcpserversrc.c: idem
34257         * m4/gst-fionread.m4: idem
34258
34259         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34260
34261         * configure.ac: enable speex plugin for speex 1.1.5+
34262         * ext/speex/gstspeexenc.c: fix cast warning
34263
34264         * ext/esd/README: fix typo
34265
34266 2004-05-20  David Schleef  <ds@schleef.org>
34267
34268         * configure.ac: Minor cosmetic change to convince the buildbot to
34269         reautogen.
34270         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34271         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34272         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34273         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34274         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34275         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34276         More hacking.  Plays audio now.
34277
34278 2004-05-20  David Schleef  <ds@schleef.org>
34279
34280         * configure.ac:
34281         * sys/Makefile.am:
34282
34283 2004-05-20  David Schleef  <ds@schleef.org>
34284
34285         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34286         * sys/osxaudio/gstosxaudio.c:
34287         * sys/osxaudio/gstosxaudioelement.c:
34288         * sys/osxaudio/gstosxaudioelement.h:
34289         * sys/osxaudio/gstosxaudiosink.c:
34290         * sys/osxaudio/gstosxaudiosink.h:
34291         * sys/osxaudio/gstosxaudiosrc.c:
34292         * sys/osxaudio/gstosxaudiosrc.h:
34293
34294 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34295
34296         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34297         (gst_vorbisenc_chain):
34298           put the codec headers on the caps as streamheader as well as
34299           pushing them out
34300
34301 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34302
34303         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34304         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34305         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34306         split up push_packet into two functions
34307
34308 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34309
34310         * gst/tcp/.cvsignore:
34311           ignore enums
34312         * gst/tcp/Makefile.am:
34313         * gst/tcp/README:
34314         * gst/tcp/gsttcp.c:
34315         * gst/tcp/gsttcp.h:
34316         * gst/tcp/gsttcpclientsink.c:
34317         * gst/tcp/gsttcpclientsink.h:
34318         * gst/tcp/gsttcpclientsrc.c:
34319         * gst/tcp/gsttcpclientsrc.h:
34320         * gst/tcp/gsttcpplugin.c:
34321         * gst/tcp/gsttcpserversink.c:
34322         * gst/tcp/gsttcpserversink.h:
34323         * gst/tcp/gsttcpserversrc.c:
34324         * gst/tcp/gsttcpserversrc.h:
34325           add new tcp elements
34326
34327 2004-05-19  Wim Taymans  <wim@fluendo.com>
34328
34329         * gst/law/mulaw-conversion.c: (mulaw_encode):
34330         Fix overflow bug in ulaw encoding.
34331
34332 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34333
34334         * ext/mad/gstmad.c: (gst_mad_handle_event):
34335           don't unref the event twice
34336
34337 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34338
34339         * configure.ac:
34340           remove -Wno-sign-compare
34341
34342 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34343
34344         * configure.ac:
34345           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34346           if you want to work against glib 2.2 and 2.4
34347
34348 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34349
34350         * gst/tcp/Makefile.am:
34351         * gst/tcp/gsttcp.c:
34352         * gst/tcp/gsttcp.h:
34353         * gst/tcp/gsttcpsink.h:
34354         * gst/tcp/gsttcpsrc.h:
34355           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34356
34357 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34358
34359         * gst/debug/tests.c: (md5_get_value):
34360           fix segfault on gst-inspect
34361
34362 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34363
34364         * gst/debug/testplugin.c:
34365         * gst/debug/tests.c:
34366         * gst/debug/tests.h:
34367           add new extensible and configurable testing element. Current tests
34368           include buffer count, stream length, timestamp/duration matching and
34369           md5.
34370         * gst/debug/Makefile.am:
34371         * gst/debug/gstdebug.c: (plugin_init):
34372           add infrastructure for new element
34373
34374 2004-05-19  Johan Dahlin  <johan@gnome.org>
34375
34376         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34377         ending of the array. Fixes gst-inspect segfault on ppc.
34378
34379 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34380
34381         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34382
34383         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34384
34385 2004-05-18  David Schleef  <ds@schleef.org>
34386
34387         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34388         warnings (bugs, actually) noticed by gcc but not forte.
34389
34390 2004-05-18  David Schleef  <ds@schleef.org>
34391
34392         * sys/sunaudio/Makefile.am:
34393         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34394
34395 2004-05-18  David Schleef  <ds@schleef.org>
34396
34397         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34398         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34399         to allow qtdemux to use non-seekable streams. (bug #142272)
34400
34401 2004-05-18  David Schleef  <ds@schleef.org>
34402
34403         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34404         (gst_resample_sinc_ft_float): Remove use of static temporary
34405         buffer.  This code was obviously not supposed to last long, but
34406         it's stuck in our ABI, so it required a little hack to make it
34407         ABI-compatible.  Fixes #142585.
34408         * gst-libs/gst/resample/resample.h: same.
34409
34410 2004-05-18  David Schleef  <ds@schleef.org>
34411
34412         * configure.ac: Add sunaudio
34413         * examples/Makefile.am: make gstplay depend on gconf
34414         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34415         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34416         (convert_table_lookup), (img_convert): remove c99-isms
34417         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34418           unsigned, to fix a warning on Solaris
34419         * gst/mpeg1sys/systems.c: bcopy->memcpy
34420         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34421         * sys/Makefile.am: Add sunaudio
34422
34423 2004-05-18  Wim Taymans  <wim@fluendo.com>
34424
34425         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34426         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34427         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34428         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34429         (gst_ogg_mux_loop):
34430         Fix an ugly memleak where the muxer didn't flush enough ogg
34431         pages. This also resulted in badly muxed ogg files.
34432
34433 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34434
34435         * gst/asfdemux/asfheaders.c :
34436         * gst/asfdemux/asfheaders.h :
34437         * gst/asfdemux/gstasfdemux.c :
34438           - fix ASF_OBJ_PADDING guid
34439           - add 3 new object guids (language list, metadata,
34440             extended stream properties)
34441           - add a function to parse extended header objects
34442
34443 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34444
34445         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34446           remove leftover debugging g_print
34447
34448 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34449
34450         * ext/mad/gstmad.c: (gst_mad_handle_event):
34451           Fix for when the first format in a discont event is not a
34452           byte-based one. Should fix #137710.
34453
34454 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34455
34456         * m4/a52.m4 : fix compilation with -Wall -Werror
34457         * m4/libfame.m4 : idem
34458         * m4/libmikmod.m4 : idem
34459
34460 2004-05-17  Benjamin Otte  <otte@gnome.org>
34461
34462         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34463           signal the new tags before giving up the reference
34464
34465 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34466
34467         * ext/shout2/gstshout2.c:
34468           use application/ogg instead of application/x-ogg (patch by Patrick
34469           Guimond, fixes #142432)
34470         * sys/oss/gstosselement.c: (gst_osselement_reset),
34471         (gst_osselement_sync_parms):
34472           don't set fragment size unless specified (fixes #142493)
34473
34474 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34475
34476         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34477           fixes #142664
34478
34479 2004-05-17  Benjamin Otte  <otte@gnome.org>
34480
34481         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34482           compute offsets correctly for internal buffers so timestamps are set
34483           correctly when we can't seek. Also handle cases where there are no
34484           offsets. (based on a patch by David Moore, fixes #142507)
34485
34486 2004-05-17  Benjamin Otte  <otte@gnome.org>
34487
34488         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34489           use correct variable when determining amount of data to skip so we
34490           don't skip into the void and segfault
34491
34492 2004-05-16  Benjamin Otte  <otte@gnome.org>
34493
34494         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34495           Hi, I'm a memleak
34496
34497 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34498
34499         * gst/asfdemux/gstasfdemux.c:
34500           - fix a mem leak and always propagate tags
34501           - add WMV3 to known video codecs (but no decoder yet)
34502           - replace "surplus data" at end of audio header for what
34503             it is : codec specific data
34504           - fix a typo
34505
34506 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34507
34508         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34509
34510         * gst-libs/gst/audio/audioclock.c:
34511           Fix wrong return type (#142205).
34512
34513 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34514
34515         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34516           Ignore CRCs by default (fixes #142566).
34517
34518 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34519
34520         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34521         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34522         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34523         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34524         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34525         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34526           Fix for cases where we fail to attach to a mixer.
34527
34528 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34529
34530         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34531           Don't touch events after not owning them anymore.
34532         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34533         (gst_wavparse_fmt), (gst_wavparse_other),
34534         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34535         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34536         (gst_wavparse_srcpad_event):
34537         * gst/wavparse/gstwavparse.h:
34538           Add seeking, fix querying.
34539
34540 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34541
34542         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34543           - process comments even if they don't end with \0\0
34544             g_convert would ignore them if present and works well without them
34545
34546 2004-05-16  Benjamin Otte  <otte@gnome.org>
34547
34548         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34549           simplify caps
34550
34551 2004-05-16  Benjamin Otte  <otte@gnome.org>
34552
34553         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34554           don't write to memory we might not write to - g_convert does that
34555           for us anyway (fixes #142613)
34556         (gst_asf_demux_audio_caps):
34557           comment out gst_util_dump_mem
34558
34559 2004-05-16  Benjamin Otte  <otte@gnome.org>
34560
34561         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34562           compute correct expected timestamps after seek (broken since
34563           last commit)
34564         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34565           rename element and debugging category to gdkpixbufscale
34566
34567 2004-05-16  Benjamin Otte  <otte@gnome.org>
34568
34569         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34570           add error checking to snd_pcm_delay and remove duplicate call to
34571           snd_pcm_delay that caused issues (see inline code comments)
34572         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34573           make more readable and fix return value when snd_pcm_delay fails
34574         (fixes #142586)
34575
34576 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34577         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34578         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34579         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34580         (gst_pixbufscale_link), (gst_pixbufscale_init),
34581         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34582         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34583         (gst_pixbufscale_get_property), (pixbufscale_init):
34584         * ext/gdk_pixbuf/pixbufscale.h:
34585         Add these files I forgot earlier
34586
34587 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34588         * ext/gdk_pixbuf/Makefile.am:
34589         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34590         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34591         Add new pixbufscale element to scale RGB video
34592         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34593         and HYPER interpolation correctly.
34594         * ext/theora/theoraenc.c: (theora_enc_chain),
34595         Discard buffer and return if explicit caps could not be set
34596         (theora_enc_get_property):
34597         Make _get return kbps for the bitrate consistent with
34598         the _set function.
34599
34600
34601 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34602
34603         * ext/libvisual/visual.c: (gst_visual_chain):
34604           add missing visual_audio_analyze
34605
34606 2004-05-14  David Schleef  <ds@schleef.org>
34607
34608         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34609         is killed while we're playing.
34610         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34611         gst_element_no_more_pads().
34612
34613 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34614
34615         * gst-libs/gst/riff/riff-read.c :
34616           - fix INFO tag extraction in RIFF/AVI files
34617             because gst_event_unref (event) also freed taglist
34618           - avoid a mem leak
34619
34620 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34621
34622         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34623         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34624
34625         * gst/auparse/gstauparse.c :
34626           - add code (commented for now) to support audio/x-adpcm on src pad
34627             (we have no decoder for those layout yet)
34628
34629         * gst/cdxaparse/gstcdxaparse.c :
34630         * gst/cdxaparse/gstcdxaparse.h :
34631           - partial rewrite using RiffRead (ripped iain's wavparse code)
34632
34633         * gst/rtp/gstrtpL16enc.c : typo
34634         * gst/rtp/gstrtpgsmenc.c : typo
34635
34636 2004-05-13  Benjamin Otte  <otte@gnome.org>
34637
34638         * configure.ac:
34639           check for exact version of libvisual, it's not supposed to be
34640           API/ABI stable yet
34641
34642 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34643
34644         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34645           signal no-more-pads
34646
34647 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34648
34649         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34650         Report which format was used for GST_FORMAT_DEFAULT
34651         * gst/debug/Makefile.am:
34652         * gst/debug/gstdebug.c: (plugin_init):
34653         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34654         (gst_progressreport_class_init), (gst_progressreport_init),
34655         (gst_progressreport_report), (gst_progressreport_set_property),
34656         (gst_progressreport_get_property), (gst_progressreport_chain),
34657         (gst_progressreport_plugin_init):
34658         Add progressreport element for testing.
34659
34660 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34661
34662         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34663         * sys/v4l/gstv4lsrc.h:
34664         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34665         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34666         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34667         (gst_v4lsrc_grab_frame):
34668           add more debugging
34669           send a discont at start
34670
34671 2004-05-12  Colin Walters  <walters@redhat.com>
34672
34673         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34674         inflooping if we can't find a chunk.  Or in other words, don't blow
34675         chunks if we don't have a chunk to blow.
34676
34677 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34678         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34679         Remove old debug output
34680         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34681         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34682         (gst_dvdec_set_property), (gst_dvdec_get_property):
34683         Change the quality setting to an enum, so it works from gst-launch
34684         Don't renegotiate a non-linked pad. Allows audio only decoding.
34685         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34686         (gst_deinterlace_link), (gst_deinterlace_init):
34687         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34688         (gst_videodrop_link):
34689         Some caps negotiation fixes
34690
34691 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34692
34693         * ext/tarkin/gsttarkin.c :
34694           - Change RANK from NONE to PRIMARY
34695         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34696           - Change RANK from NONE to MARGINAL
34697         * ext/divx/gstdivxenc.c :
34698           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34699
34700 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34701
34702         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34703         (gst_vorbisenc_push_packet):
34704           copy a function that was added between 1.0 and 1.0.1 until we
34705           depend on worthwhile features of post-1.0
34706
34707 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34708
34709         * configure.ac:
34710           enable shout2 by default
34711         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34712         (gst_shout2send_base_init), (gst_shout2send_init),
34713         (gst_shout2send_connect), (gst_shout2send_change_state):
34714         * ext/shout2/gstshout2.h:
34715           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34716           #142262)
34717         * ext/theora/theora.c: (plugin_init):
34718           don't set rank on encoders
34719
34720 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34721
34722         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34723           Use codec_data property instead of flag1 and flag2 for wma
34724
34725 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34726
34727         * gst/cdxaparse/gstcdxaparse.c :
34728           - Add mpegversion to CAPS to make it link
34729           - Rank is as GST_RANK_SECONDARY instead of NONE
34730         * gst/auparse/gstauparse.c :
34731           - Document all audio encoding we can encounter from Solaris 9
34732             headers and libsndfile information.
34733           - Increase max. rate from 48000 to 192000 (to match other elements)
34734           - Don't try to play junk data between header and samples
34735
34736 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34737
34738         * ext/libvisual/visual.c: (gst_visual_getcaps):
34739           use the right caps depending on endianness (I hope)
34740         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34741           use GST_RANK_NONE for all non-decoding elements or spider gets
34742           mighty confused
34743
34744 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34745
34746         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34747           Fix some odd cases and fix BE metadata parsing of unicode16 text.
34748
34749 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34750
34751         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34752         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
34753         (gst_switch_loop), (gst_switch_get_type):
34754           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
34755           HEADERS. Had to be said.
34756
34757 2004-05-10  David Schleef  <ds@schleef.org>
34758
34759         * configure.ac: Add prototype Dirac support.
34760         * ext/Makefile.am:
34761         * ext/dirac/Makefile.am:
34762         * ext/dirac/gstdirac.cc:
34763         * ext/dirac/gstdiracdec.cc:
34764
34765 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34766
34767         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
34768         (gst_auparse_init), (gst_auparse_chain),
34769         (gst_auparse_change_state):
34770           Hack around spider. Remove me some day please.
34771
34772 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34773
34774         * gst/auparse/gstauparse.c: (gst_auparse_chain):
34775           Fix for some uninitialized variables in previous patch, also
34776           makes it work. Fixes #142286 while we're at it.
34777
34778 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34779
34780         * gst/auparse/gstauparse.c:
34781                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
34782                 only unsupported formats are ADPCM/CCITT G.72x
34783                 reviewed by Ronald
34784         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
34785
34786 2004-05-10  Wim Taymans  <wim@fluendo.com>
34787
34788         * ext/vorbis/Makefile.am:
34789         * ext/vorbis/README:
34790         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
34791         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
34792         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
34793         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
34794         (gst_oggvorbisenc_convert_sink),
34795         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
34796         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
34797         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
34798         (get_constraints_string), (update_start_message),
34799         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
34800         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
34801         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
34802         * ext/vorbis/oggvorbisenc.h:
34803         * ext/vorbis/vorbis.c: (plugin_init):
34804         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
34805         (raw_caps_factory), (gst_vorbisenc_class_init),
34806         (gst_vorbisenc_init), (gst_vorbisenc_setup),
34807         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
34808         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
34809         * ext/vorbis/vorbisenc.h:
34810         Added a raw vorbis encoder to be used with the oggmuxer.
34811         We still need the old encoder for some gnome applications,
34812         read the README to find out how that works.
34813         The raw encoder is called "rawvorbisenc" until 0.9.
34814
34815 2004-05-10  Wim Taymans  <wim@fluendo.com>
34816
34817         * ext/ogg/gstogg.c: (plugin_init):
34818         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
34819         (gst_ogg_print):
34820         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
34821         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
34822         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
34823         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
34824         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
34825         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
34826         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
34827         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
34828         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
34829         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
34830         Added an ogg muxer.
34831         Small typo fixes in the demuxer.
34832
34833 2004-05-10  Wim Taymans  <wim@fluendo.com>
34834
34835         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34836         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
34837         (theora_enc_change_state), (theora_enc_set_property),
34838         (theora_enc_get_property):
34839         Mark the last packet with an EOS flag which is not really needed
34840         in gstreamer.
34841         Do some better video framerate initialisation.
34842         Update the buffer timestamp.
34843
34844 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
34845
34846         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
34847         Return the result of the parent state change call
34848
34849 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34850
34851         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
34852         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
34853         * gst/law/alaw-encode.c : (idem)
34854         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
34855         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
34856         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
34857
34858 2004-05-09  Benjamin Otte  <otte@gnome.org>
34859
34860         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34861           don't use a fixed buffer size when writing variable length data to
34862           it. Fixes memory corruption and makes alsasrc work
34863
34864 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34865
34866         * ext/gnomevfs/gstgnomevfssink.c:
34867         (_gst_boolean_allow_overwrite_accumulator),
34868         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
34869           Run glib's default signal handler (??) in RUN_CLEANUP rather than
34870           RUN_LAST, and don't use that to set the accumulator value because
34871           then it's always FALSE.
34872
34873 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34874
34875         * gst-libs/gst/riff/riff-media.c:
34876         (gst_riff_create_video_caps_with_data),
34877         (gst_riff_create_audio_caps),
34878         (gst_riff_create_audio_template_caps):
34879         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34880           Fix for unaligned RIFF files (i.e. where all the chunks together
34881           in a LIST chunk are not of the same size as the size given in
34882           the LIST chunk header). Fixes several odd WAVE files. Also fix
34883           ADPCM (block_align property) in audio, so that wavparse based
34884           on this works now as it used to stand-alone.
34885
34886 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
34887
34888         reviewed by Benjamin Otte  <otte@gnome.org>
34889
34890         * ext/a52dec/gsta52dec.c:
34891         * ext/divx/gstdivxdec.c:
34892         * ext/divx/gstdivxenc.c:
34893         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
34894         * ext/faac/gstfaac.c: (gst_faac_base_init):
34895         * ext/faad/gstfaad.c: (gst_faad_base_init):
34896         * ext/ivorbis/vorbisfile.c:
34897         * ext/lame/gstlame.c:
34898         * ext/libfame/gstlibfame.c:
34899         * ext/mpeg2enc/gstmpeg2enc.cc:
34900         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
34901         * ext/sidplay/gstsiddec.cc:
34902         * ext/speex/gstspeexdec.c:
34903         * ext/speex/gstspeexenc.c:
34904         * ext/xvid/gstxviddec.c:
34905         * ext/xvid/gstxvidenc.c:
34906           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
34907           (fixes #142193)
34908
34909 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34910
34911         * ext/alsa/gstalsa.c: (device_list),
34912         (gst_alsa_class_probe_devices):
34913         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
34914           Fix alsa oddness in mixer after the combination of using mixer
34915           in source/sink elements and using hw:x,y instead of just hw:x.
34916
34917 2004-05-09  Benjamin Otte  <otte@gnome.org>
34918
34919         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
34920         (gst_wavparse_create_sourcepad):
34921           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
34922           sourcepads
34923
34924 2004-05-09  Benjamin Otte  <otte@gnome.org>
34925
34926         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34927           allow discont events before caps nego
34928
34929 2004-05-08  Benjamin Otte  <otte@gnome.org>
34930
34931         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34932           don't leak events
34933
34934 2004-05-08  Benjamin Otte  <otte@gnome.org>
34935
34936         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
34937         (gst_level_change_state), (gst_level_init):
34938         * gst/level/gstlevel.h:
34939           figure out if we're initialized directly instead of keeping a
34940           variable that's wrong in 90% of cases
34941           don't initialize pads and then leak them and use a new unitialized
34942           pad. (fixes #142084)
34943           these were bugs so n00bish I didn't find them for an hour :/
34944
34945 2004-05-08 Iain <iain@prettypeople.org>
34946
34947         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
34948         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
34949         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
34950         return the length that was read.
34951         (gst_riff_read_strf_auds): Allow fmt tags as well.
34952
34953 2004-05-07  David Schleef  <ds@schleef.org>
34954
34955         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
34956         signed char assumption in faad.h.
34957
34958 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34959
34960         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
34961           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
34962
34963 2004-05-07  Colin Walters  <walters@redhat.com>
34964
34965         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
34966         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
34967         function.
34968         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
34969         Add dispose function.
34970
34971 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
34972         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
34973           Fix caps nego and pad templates. RGB mode caps should
34974           work now.
34975         * ext/dvdnav/gst-dvd:
34976           Move mpeg2dec inside the thread because otherwise the
34977           queue rejects cap changes mid-stream
34978         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
34979         (gst_mpeg2dec_flush_decoder):
34980           For mpeg2dec > 0.4.0, call the flush function instead of
34981           manually extracting all in-flight frames.
34982         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
34983         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
34984           Change mime type video/dv go video/x-dv to match the
34985           rest of gst-plugins
34986
34987 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34988
34989         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34990         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
34991         (gst_alsa_sink_class_init):
34992         * ext/alsa/gstalsasink.h:
34993         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
34994         (gst_alsa_src_class_init):
34995         * ext/alsa/gstalsasrc.h:
34996           Make alsasink/src a subclass of alsamixer so that mixer stuff
34997           shows up in gst-rec. Needs some finetuning.
34998
34999 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35000
35001         * ext/lame/gstlame.c: (gst_lame_chain):
35002           simplify
35003         * ext/mad/gstmad.c: (gst_mad_handle_event):
35004           fix event leak
35005         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35006           be able to detect mp3 files < 4096 bytes
35007
35008 2004-05-06  Wim Taymans  <wim@fluendo.com>
35009
35010         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35011         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35012         (theora_enc_set_property), (theora_enc_get_property):
35013         Also encode the first frame, cleanup some code.
35014
35015 2004-05-06  Wim Taymans  <wim@fluendo.com>
35016
35017         * ext/mpeg2enc/gstmpeg2enc.cc:
35018         Forward events first before deciding that negotiation was
35019         not performed.
35020
35021 2004-05-06  Wim Taymans  <wim@fluendo.com>
35022
35023         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35024         First process the events before deciding that negotiation
35025         was not performed.
35026
35027 2004-05-06  Wim Taymans  <wim@fluendo.com>
35028
35029         * ext/theora/Makefile.am:
35030         * ext/theora/theora.c: (plugin_init):
35031         * ext/theora/theoradec.c: (theora_dec_change_state):
35032         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35033         (gst_theora_enc_class_init), (gst_theora_enc_init),
35034         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35035         (theora_enc_chain), (theora_enc_change_state),
35036         (theora_enc_set_property), (theora_enc_get_property):
35037         Added a theora encoder, grouped the encoder and decoder into the
35038         same plugin.
35039
35040 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35041
35042         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35043         (gst_jpegenc_chain):
35044         fix DURATION on outgoing buffers
35045         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35046         debug using time formats
35047         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35048         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35049         (gst_xvimagesink_sink_link):
35050         windows with width/height 0 generate X errors, so don't allow them
35051
35052 2004-05-05  Wim Taymans  <wim@fluendo.com>
35053
35054         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35055         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35056         (gst_mpeg2dec_negotiate_format):
35057         * ext/mpeg2dec/gstmpeg2dec.h:
35058           removed the static pad template so that we can add the
35059           more accurate framerate value to the caps.
35060
35061
35062 2004-05-04  Benjamin Otte  <otte@gnome.org>
35063
35064         * configure.ac:
35065           check for kdemacros.h, too (should fix #141821)
35066         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35067           don't crash if no header was sent, but nicely error out (fixes part
35068           of #141554)
35069
35070 2004-05-04  Wim Taymans  <wim@fluendo.com>
35071
35072         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35073         parent dispose function to avoid segfault on destroy.
35074
35075 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35076
35077         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35078         (plugin_init):
35079         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35080         (gst_xvimagesink_sink_link):
35081         clean up debugging caps
35082         also recreate xvimage when format has changed
35083
35084 2004-05-04  Benjamin Otte  <otte@gnome.org>
35085
35086         * ext/libvisual/Makefile.am:
35087         * ext/libvisual/visual.c: (gst_visual_class_init),
35088         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35089         (gst_visual_srclink), (gst_visual_chain),
35090         (gst_visual_change_state), (plugin_init):
35091           use a GstAdapter to correctly adapt buffer sizes - allows using a
35092           framerate
35093
35094 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35095
35096         * sys/v4l/gstv4lelement.h:
35097         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35098         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35099         (gst_v4lsrc_buffer_free):
35100         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35101         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35102         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35103         (gst_v4lsrc_requeue_frame):
35104         move some debugging categories around
35105         query for fps index and set accordingly if found
35106
35107 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35108
35109         * ext/lame/gstlame.c:
35110         correct defaults that lame_init puts out of range
35111
35112 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35113
35114         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35115         (gst_divxenc_class_init):
35116         fix range since -1 is the default
35117         * gst/mpeg1sys/gstmpeg1systemencode.c:
35118         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35119         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35120         (gst_rtjpegdec_chain):
35121         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35122         (gst_rtjpegenc_chain):
35123         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35124         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35125         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35126         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35127         * sys/v4l/gstv4lsrc.c:
35128         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35129         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35130         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35131         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35132         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35133           remove gst_info calls
35134
35135 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35136
35137         * Makefile.am:
35138         * po/af.po:
35139         * po/az.po:
35140         * po/en_GB.po:
35141         * po/nl.po:
35142         * po/sr.po:
35143         * po/sv.po:
35144           Updated translations
35145
35146 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35147
35148         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35149           refactor/comment code
35150
35151 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35152
35153         * gst/asfdemux/Makefile.am:
35154         * gst/asfdemux/asfheaders.c:
35155         * gst/asfdemux/asfheaders.h:
35156         * gst/asfdemux/gstasf.c: (plugin_init):
35157         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35158         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35159         (gst_asf_demux_setup_pad):
35160         * gst/asfdemux/gstasfdemux.h:
35161         * gst/asfdemux/gstasfmux.c:
35162         * gst/asfdemux/gstasfmux.h:
35163           Add tagging support to demuxer, split out registration in its own
35164           file instead of in demux (hacky), and prevent having some tables
35165           in our memory multiple times (in asfheaders.h).
35166
35167 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35168
35169         * gst/matroska/matroska-demux.c:
35170         (gst_matroska_demux_parse_metadata):
35171         * gst/matroska/matroska-ids.h:
35172           Basic tag reading support.
35173
35174 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35175
35176         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35177           Really detect ac-3 audio.
35178         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35179           really detect matroska files (off-by-1).
35180
35181 2004-04-30  David Schleef  <ds@schleef.org>
35182
35183         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35184         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35185         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35186         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35187         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35188         hackage -- parse a lot more atoms, extract a few tags.  One might even
35189         mistake this for tag support.  Maybe it is.
35190         * gst/qtdemux/qtdemux.h:
35191
35192 2004-04-30  Colin Walters  <walters@verbum.org>
35193
35194         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35195
35196 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35197
35198         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35199         (gst_ffmpegcolorspace_getcaps):
35200           remove broken nego fix
35201
35202 2004-04-30  Benjamin Otte  <otte@gnome.org>
35203
35204         * configure.ac:
35205         * ext/Makefile.am:
35206         * ext/libvisual/Makefile.am:
35207         * ext/libvisual/visual.c:
35208           add initial support for libvisual (http://libvisual.sourceforge.net)
35209           libvisual is still quite alpha, so expect crashes in there :)
35210
35211 2004-04-29  David Schleef  <ds@schleef.org>
35212
35213         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35214         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35215         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35216         code; you will no longer respect me.
35217
35218 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35219
35220         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35221         * ext/alsa/gstalsa.h :
35222         change alsa pcm device discovery to find more than 1 device
35223         per card. code review by Ronald.
35224
35225 2004-04-29  David Schleef  <ds@schleef.org>
35226
35227         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35228         Add a check for a driver bug on FreeBSD.  (bug #140565)
35229
35230 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35231
35232         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35233         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35234         (gst_jpegenc_getcaps):
35235           move format setting to inner loop
35236         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35237         (gst_ffmpegcolorspace_getcaps):
35238           use GST_PAD_CAPS if available so that we use already negotiated
35239           caps
35240         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35241         (qtdemux_parse_moov), (qtdemux_parse):
35242           extra debugging
35243         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35244         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35245           move hardcoded path to DEFINE
35246
35247 2004-04-28  David Schleef  <ds@schleef.org>
35248
35249         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35250         (bug #140064)
35251
35252 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35253
35254         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35255           Don't probe for playback device if we're a source element. Fixes
35256           #139658.
35257
35258 2004-04-29  Benjamin Otte  <otte@gnome.org>
35259
35260         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35261         (gst_id3_tag_chain):
35262           rewrite buffer offset
35263
35264 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35265
35266         * configure.ac:
35267         * ext/Makefile.am:
35268         * ext/dts/Makefile.am:
35269         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35270         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35271         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35272         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35273         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35274         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35275         (plugin_init):
35276         * ext/dts/gstdtsdec.h:
35277           New DTS decoder.
35278         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35279         (gst_faad_srcconnect):
35280           Add ESDS atom handling (.m4a).
35281
35282 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35283
35284         * ext/divx/gstdivxdec.c: (plugin_init):
35285           Remove comment that makes no sense.
35286         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35287           Fix for obvious typo that resulted in warnings during gst-register.
35288         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35289         (gst_xviddec_sink_link):
35290           Fix caps negotiation a bit better.
35291         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35292           We call this 'codec_data', not 'esds'.
35293
35294 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35295
35296         * gst/monoscope/gstmonoscope.c:
35297           make sure we only provide 256x128
35298         * gst/monoscope/monoscope.c: (monoscope_init):
35299           assert size of 256x128
35300
35301 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35302
35303         * Makefile.am:
35304         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35305         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35306           fixate to max width and height of device
35307
35308 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35309
35310         * Makefile.am:
35311         * sys/v4l/gstv4l.c:
35312         * sys/v4l/gstv4lsrc.c:
35313         * sys/v4l/v4l_calls.c:
35314         * sys/v4l/v4lsrc_calls.c:
35315           fix for qc-usb driver which fakes having more than one buffer
35316           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35317           buffer_free override
35318           add debugging
35319
35320 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35321
35322         * Makefile.am:
35323         * gst/videotestsrc/gstvideotestsrc.c:
35324         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35325         (gst_videotestsrc_init), (gst_videotestsrc_get),
35326         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35327         * gst/videotestsrc/gstvideotestsrc.h:
35328           add num-buffers property
35329
35330         2004-04-26  Benjamin Otte  <otte@gnome.org>
35331
35332         * ext/mad/gstid3tag.c: (plugin_init):
35333           set id3mux rank to NONE so it doesn't confuse spider
35334           require audio/mpeg,mpegversion=1 in id3mux
35335
35336 2004-04-26  Benjamin Otte  <otte@gnome.org>
35337
35338         * configure.ac:
35339           detect faad correctly as non-working if it's indeed non-working
35340
35341 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35342
35343         * Makefile.am:
35344         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35345         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35346         fix _getcaps so it only negotiates to its supported format
35347
35348 2004-04-25  Benjamin Otte  <otte@gnome.org>
35349
35350         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35351           fix memleak
35352
35353 2004-04-23  Benjamin Otte  <otte@gnome.org>
35354
35355         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35356           audio/x-raw-int with height rules! not. Now it's depth.
35357
35358 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35359
35360         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35361         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35362         (gst_wavparse_loop):
35363           Missing variable initialization. Add handling of DVI ADPCM. Fix
35364           mis-parsing of LIST chunks. This works around a bug where we mis-
35365           parse non-aligning LIST chunks (so LIST chunks where the contents
35366           don't align with the actual LIST size). The correct fix is to use
35367           rifflib, I'm not going to fix wavparse - too much work. All this
35368           fixes #104878.
35369
35370 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35371
35372         reviewed by Benjamin Otte  <otte@gnome.org>
35373
35374         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35375           fix shoutcast not working (fixes #140844)
35376
35377 2004-04-22  Benjamin Otte  <otte@gnome.org>
35378
35379         * ext/hermes/gsthermescolorspace.c:
35380         (gst_hermes_colorspace_caps_remove_format_info):
35381         * gst/colorspace/gstcolorspace.c:
35382         (gst_colorspace_caps_remove_format_info):
35383         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35384         (gst_ffmpegcolorspace_caps_remove_format_info):
35385           s/gst_caps_simplify/gst_caps_do_simplify/
35386
35387 2004-04-22  Benjamin Otte  <otte@gnome.org>
35388
35389         * gst-libs/gst/riff/riff-media.c:
35390         (gst_riff_create_video_caps_with_data):
35391           mpegversion is an int
35392         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35393           don't try to create pad templates with NULL caps, use any caps
35394           instead.
35395
35396 2004-04-20  David Schleef  <ds@schleef.org>
35397
35398         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35399         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35400         (bug #140384)
35401
35402 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35403
35404         reviewed by David Schleef
35405
35406         * ext/mad/gstid3tag.c: Add stdlib.h
35407         * gst/rtp/gstrtpgsmenc.c: same
35408         * gst/tags/gstid3tag.c: same
35409         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35410         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35411         GST_DISABLE_LOADSAVE use.
35412         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35413         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35414         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35415         atol(3)).
35416         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35417         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35418         strtoul(3)).
35419         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35420         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35421         $(ID3_CFLAGS).
35422         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35423         $(LIBFAME_CFLAGS).
35424
35425 2004-04-20  David Schleef  <ds@schleef.org>
35426
35427         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35428         last checkin.  Same idea.
35429
35430 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35431
35432         reviewed by David Schleef
35433
35434         * configure.ac: bump required gstreamer version to 0.8.1.1
35435         because of following changes [--ds]
35436
35437         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35438         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35439         (gst_riff_read_header):  Use GST_READ_UINT*
35440         macros to access possibly unaligned memory.
35441
35442         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35443         (mp3_type_find):  Use GST_READ_UINT*
35444         macros to access possibly unaligned memory.
35445         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35446         (speex_type_find): Likewise
35447
35448         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35449
35450         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35451         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35452         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35453         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35454         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35455         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35456         macros to access possibly unaligned memory.
35457
35458         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35459         Likewise.
35460
35461         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35462         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35463
35464         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35465         Likewise.
35466
35467         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35468         (gst_mpeg2subt_chain_subtitle): Likewise.
35469
35470         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35471         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35472         Likewise.
35473
35474         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35475         Likewise.
35476
35477         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35478         Likewise.
35479
35480         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35481         Likewise.
35482
35483 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35484
35485         * configure.ac:
35486           update required version of GStreamer because of GST_TIME_FORMAT
35487
35488 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35489
35490         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35491           remove leftover g_print
35492         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35493           don't try setting only a subset of the caps. We don't want to kill
35494           autoplugging on purpose
35495
35496 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35497
35498         * sys/ximage/ximagesink.c: (plugin_init):
35499         * sys/xvimage/xvimagesink.c: (plugin_init):
35500           add debugging categories
35501
35502 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35503
35504         * po/en_GB.po:
35505         * po/LINGUAS:
35506           Adding en_GB translation (Gareth Owen)
35507
35508 2004-04-20  David Schleef  <ds@schleef.org>
35509
35510         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35511         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35512         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35513         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35514         A number of new features and hacks to extract the esds atom and
35515         put it into the caps.  (bug #137724)
35516
35517 2004-04-19  David Schleef  <ds@schleef.org>
35518
35519         * gconf/Makefile.am: Fix for non-GNU make
35520         * gst-libs/gst/Makefile.am: Change directory order to handle
35521         GstPlay linking with gstinterfaces
35522         * gst-libs/gst/audio/make_filter: make use of tr portable
35523         * gst-libs/gst/play/Makefile.am: Add intended \
35524         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35525         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35526         function prototype instead of void *.
35527         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35528         macro.
35529         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35530         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35531         * gst/videofilter/make_filter: make use of tr portable
35532         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35533
35534 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35535
35536         * po/LINGUAS:
35537         * po/uk.po:
35538           Added Ukrainian translation (Maxim V. Dziumanenko)
35539
35540 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35541
35542         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35543         (gst_gsmdec_link), (gst_gsmdec_chain):
35544           Fix capsnego, simplify chain function slightly.
35545         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35546           Add GSM.
35547
35548 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35549
35550         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35551         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35552         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35553           Hack to make wavparse work with spider (always -> sometimes pad).
35554           Fixes #135862 && #140411.
35555
35556 2004-04-18  Benjamin Otte  <otte@gnome.org>
35557
35558         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35559         (gst_osselement_rate_probe_check),
35560         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35561           get rid of \n in debug output
35562
35563 2004-04-17  Iain <iain@prettypeople.org>
35564
35565         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35566         not just EOS.
35567
35568 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35569
35570         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35571         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35572         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35573         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35574         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35575         (gst_id3_tag_change_state), (plugin_init):
35576           deprecate id3tag element and replace with id3demux/id3mux.
35577           great side effect: this ugly file is now even uglier, yay!
35578         * ext/mad/gstmad.h:
35579           remove non-available function
35580           update for new get_type
35581
35582 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35583
35584         * configure.ac:
35585           require mpeg2dec >= 0.4.0
35586
35587 2004-04-17  Benjamin Otte  <otte@gnome.org>
35588
35589         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35590         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35591         (gst_xvimagesink_set_xwindow_id):
35592           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35593           assorted cleanup fixes.
35594
35595 2004-04-16  David Schleef  <ds@schleef.org>
35596
35597         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35598         * sys/xvimage/xvimagesink.h: same
35599
35600 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35601
35602         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35603           Fix GST_ELEMENT_ERROR with (NULL)
35604
35605 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35606
35607         * gst-libs/gst/riff/riff-media.c:
35608         (gst_riff_create_video_caps_with_data):
35609           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35610
35611 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35612
35613         * gst-libs/gst/riff/riff-media.c:
35614         (gst_riff_create_video_caps_with_data),
35615         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35616         (gst_riff_create_video_template_caps),
35617         (gst_riff_create_audio_template_caps):
35618         * gst-libs/gst/riff/riff-media.h:
35619         * gst-libs/gst/riff/riff-read.c:
35620         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35621         * gst-libs/gst/riff/riff-read.h:
35622         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35623           Add MS RLE support. I added some functions to read out strf chunks
35624           into strf chunks and the data behind it. This is usually color
35625           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35626           caps creation. Lastly, add ADPCM (similar to wavparse - which
35627           should eventually be rifflib based).
35628         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35629         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35630         * gst/matroska/matroska-demux.h:
35631           Remove placeholders for some prehistoric tagging system. Didn't add
35632           support for any tag system really anyway.
35633         * gst/qtdemux/qtdemux.c:
35634           Add support for audio/x-m4a (MPEG-4) through spider.
35635         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35636         (gst_wavparse_loop):
35637           ADPCM support (#135862). Increase max. buffer size because we
35638           cannot split buffers for ADPCM (screws references) and I've seen
35639           files with 2048 byte chunks. 4096 seems safe for now.
35640
35641 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35642
35643         * configure.ac: bump nano to 1
35644
35645 === release 0.8.1 ===
35646
35647 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35648
35649         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35650
35651 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35652
35653         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35654           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35655           Fixes #140058
35656
35657 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35658
35659         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35660           lower rank of dvddemux so that it's not used for mpeg playback.
35661
35662 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35663
35664         * configure.ac:
35665           save libs correctly when checking mad
35666
35667 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35668
35669         * ext/mad/gstid3tag.c: (plugin_init):
35670           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35671
35672 2004-04-13  David Schleef  <ds@schleef.org>
35673
35674         * common/m4/gst-feature.m4: Call -config scripts with
35675         --plugin-libs if it is supported.
35676         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35677         JPEG images are image/jpeg.
35678         * gst/debug/Makefile.am:
35679         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35680         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35681         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35682         (gst_negotiation_plugin_init): Add a property that acts like
35683         filter caps.
35684         * testsuite/gst-lint:  Move license checking to be a standard
35685         test.
35686
35687 2004-04-13  David Schleef  <ds@schleef.org>
35688
35689         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35690         patch from Sebastien Cote (bug #139958)
35691
35692 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35693
35694         * examples/gstplay/Makefile.am:
35695         * examples/gstplay/player.c: (main):
35696           make the commandline player example use gconf settings
35697
35698 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35699
35700         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35701         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35702         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35703           init/end library during state transition, not object
35704           creation/disposal.  get rid of custom dispose handler.
35705
35706
35707 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35708
35709         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35710         be a symlink
35711
35712 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35713
35714         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35715           Handle JUNK chunks inside data section. Prevents warnings.
35716
35717 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35718
35719         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35720         (gst_riff_create_video_template_caps):
35721           Add MS video v1.
35722         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35723         (gst_avi_demux_stream_data):
35724           Add support for "rec-list" chunks.
35725
35726 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35727
35728         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35729           Fix another codecname mismatch.
35730
35731 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35732
35733         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35734           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35735           so that MJPEG plays back.
35736
35737 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35738
35739         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35740         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35741         * gst/mpeg1videoparse/gstmp1videoparse.h:
35742           Fix for some slight mis-cuts in buffer parsing, and for some
35743           potential overflows or faults-causers. Adds disconts. Also fixes
35744           #139105 while we're at it.
35745
35746 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35747
35748         * configure.ac:
35749         * sys/v4l2/gstv4l2element.h:
35750           Workaround for missing struct v4l2_buffer declaration in Suse 9
35751           and Mandrake 10 linux/videodev2.h header file (#135919).
35752
35753 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35754
35755         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35756           Bail out if no filename was given.
35757
35758 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35759
35760         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
35761         (gst_v4l2_fourcc_from_structure):
35762           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
35763           Y41B somewhere).
35764
35765 2004-04-09  Benjamin Otte  <otte@gnome.org>
35766
35767         * ext/gnomevfs/gstgnomevfssink.c:
35768         (_gst_boolean_allow_overwrite_accumulator),
35769         (gst_gnomevfssink_class_init):
35770           fix erase signal - if any handler returns false the file will not be
35771           overwritten. If no handler is connected, the file will not be
35772           overwritten either.
35773           renamed signal to "allow-overwrite"
35774         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
35775           free string when adding it to ID3 failed
35776         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35777           unref event when done
35778         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35779           free caps
35780         * gst/typefind/gsttypefindfunctions.c:
35781         (mpeg_video_stream_type_find):
35782           fix invalid read
35783
35784 2004-04-08  David Schleef  <ds@schleef.org>
35785
35786         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35787         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
35788
35789 2004-04-08  David Schleef  <ds@schleef.org>
35790
35791         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
35792         we don't support (bug #139532)
35793
35794 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35795
35796         * ext/mad/gstmad.c: (gst_mad_handle_event),
35797         (gst_mad_check_caps_reset), (gst_mad_chain),
35798         (gst_mad_change_state):
35799           only set explicit caps if they haven't been set before for
35800           this stream.  MPEG-audio sample rate/channels aren't allowed
35801           to change in-stream.
35802           Fixes #139382
35803
35804 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35805
35806         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
35807         (_gst_boolean_did_something_accumulator),
35808         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
35809         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
35810         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
35811         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
35812         (gst_gnomevfssink_change_state):
35813           Fix erase signal. Don't erase by default. Remove handoff signal.
35814           Remove erase property. Don't segfault. General cleanup.
35815
35816 2004-04-07  Benjamin Otte  <otte@gnome.org>
35817
35818         * gst-libs/gst/gconf/test-gconf.c: (main):
35819           add missing gst_init
35820
35821 2004-04-07  Benjamin Otte  <otte@gnome.org>
35822
35823         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35824           free the mutexes, too
35825
35826 2004-04-07  Benjamin Otte  <otte@gnome.org>
35827
35828         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35829           actually free the URI string
35830         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
35831           compute offset correctly when passing discont events
35832         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35833           don't leak discont events
35834         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
35835           add some missing breaks so caps aren't copied randomly
35836         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
35837           if we realloc memory, we better use it
35838
35839 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35840
35841         * ext/mad/gstmad.c: (normal_seek):
35842           fix GST_FORMAT_TIME usage
35843
35844 2004-04-05  David Schleef  <ds@schleef.org>
35845
35846         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
35847         a deprecated function (hack!)
35848
35849 2004-04-05  Benjamin Otte  <otte@gnome.org>
35850
35851         * ext/esd/esdmon.c: (gst_esdmon_get):
35852           fix nonterminated vararg and memleak
35853
35854 2004-04-05  Benjamin Otte  <otte@gnome.org>
35855
35856         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
35857         (gst_ladspa_init), (gst_ladspa_force_src_caps),
35858         (gst_ladspa_set_property), (gst_ladspa_get_property),
35859         (gst_ladspa_instantiate), (gst_ladspa_activate),
35860         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
35861           clean up debugging
35862
35863 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
35864
35865         reviewed by Benjamin Otte  <otte@gnome.org>
35866
35867         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
35868           check for broken LADSPA parameters (fixes #138635)
35869
35870 2004-04-05  Benjamin Otte  <otte@gnome.org>
35871
35872         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
35873           advertise buffer-frames correctly on sinkpads
35874
35875 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35876
35877         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
35878         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
35879         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
35880         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
35881         (gst_mad_check_caps_reset), (gst_mad_chain):
35882         add more debugging, only reset caps when we're not in error state
35883
35884 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35885
35886         * ext/mad/gstmad.c: add debugging category, comment + cleanups
35887
35888 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35889
35890         reviewed by Benjamin Otte  <otte@gnome.org>
35891
35892         * configure.ac:
35893           fix == in test(1) operator
35894
35895 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35896
35897         reviewed by Benjamin Otte  <otte@gnome.org>
35898
35899         * configure.ac:
35900           fix --export-symblos-regex to a working regex.
35901
35902 2004-04-04  Benjamin Otte  <otte@gnome.org>
35903
35904         * sys/oss/.cvsignore:
35905           add for oss_probe
35906
35907 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
35908
35909         reviewed by Benjamin Otte  <otte@gnome.org>
35910
35911         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35912           add missing 'new_media' argument (fixes #138168)
35913         * gst/matroska/matroska-demux.c:
35914         (gst_matroska_demux_handle_seek_event):
35915           add vararg terminator (fixes #138169)
35916
35917 2004-04-02  David Schleef  <ds@schleef.org>
35918
35919         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
35920         disted (bug #138914)
35921
35922 2004-04-01  Benjamin Otte  <otte@gnome.org>
35923
35924         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
35925         (gst_alsa_close_audio):
35926           handle case better where a soundcard can't pause
35927         * ext/ogg/gstoggdemux.c:
35928           don't crash when we get events but don't have pads yet
35929
35930 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35931
35932         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
35933           throw an error if we couldn't probe any caps.
35934
35935 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
35936
35937         * ext/dvdnav/gst-dvd:
35938         Add a really simple sample DVD player
35939
35940 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
35941
35942         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
35943         (gst_a52dec_push), (gst_a52dec_handle_event),
35944         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
35945         (gst_a52dec_change_state):
35946         * ext/a52dec/gsta52dec.h:
35947           Use a debug category, Output timestamps correctly
35948           Emit tag info, Handle events, tell liba52dec about cpu
35949           capabilities so it can use MMX etc.
35950         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
35951           Fix a crasher accessing invalid memory
35952         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
35953         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
35954         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
35955         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
35956         (dvdnavsrc_query):
35957           Some support for byte-format seeking.
35958           Small fixes for still frames and menu button overlays
35959         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35960         (gst_mpeg2dec_alloc_buffer):
35961           Use a debug category. Adjust the report level of several items to
35962           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
35963           so it doesn't lose the GstBuffer pointer
35964         * gst/debug/Makefile.am:
35965         * gst/debug/gstdebug.c: (plugin_init):
35966         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
35967         (gst_navseek_base_init), (gst_navseek_class_init),
35968         (gst_navseek_init), (gst_navseek_seek),
35969         (gst_navseek_handle_src_event), (gst_navseek_set_property),
35970         (gst_navseek_get_property), (gst_navseek_chain),
35971         (gst_navseek_plugin_init):
35972         * gst/debug/gstnavseek.h:
35973           Add the navseek debug element for seeking back and forth in a
35974           video stream using arrow keys.
35975         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
35976         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
35977         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
35978         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
35979         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
35980         (gst_mpeg2subt_parse_header), (gst_get_nibble),
35981         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
35982         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
35983         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
35984         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
35985         * gst/mpeg2sub/gstmpeg2subt.h:
35986           Pretty much a complete rewrite. Now a loopbased element. May still
35987           require work to properly synchronise subtitle buffers.
35988         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
35989         (gst_dvd_demux_send_subbuffer):
35990         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
35991           Don't attempt to create subbuffers of size 0
35992           Reduce a couple of error outputs to warnings.
35993         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
35994         (gst_y4mencode_chain):
35995         Output the y4m frame header correctly.
35996
35997 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35998
35999         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36000           throw errors instead of allowing SIGFPE
36001
36002 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36003
36004         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36005         (gst_gconf_render_bin_from_key):
36006           leak plugging and style fixing
36007
36008 2004-03-31  David Schleef  <ds@schleef.org>
36009
36010         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36011         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36012         (bug #138225)
36013         * gst/debug/Makefile.am:
36014         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36015         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36016         plugin.
36017         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36018         (gst_negotiation_base_init), (gst_negotiation_class_init),
36019         (gst_negotiation_init), (gst_negotiation_getcaps),
36020         (gst_negotiation_pad_link), (gst_negotiation_chain),
36021         (gst_negotiation_set_property), (gst_negotiation_get_property),
36022         (gst_negotiation_plugin_init):  New element to talk about random
36023         negotiation things happening in a pipeline.
36024
36025 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36026
36027         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36028           fix integer addition with help of Stefan Kost
36029
36030 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36031
36032         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36033
36034 2004-03-30  David Schleef  <ds@schleef.org>
36035
36036         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36037         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36038         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36039         (bug #137504)
36040         * ext/mpeg2dec/gstmpeg2dec.h:
36041
36042 2004-03-30  David Schleef  <ds@schleef.org>
36043
36044         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36045
36046 2004-03-30  David Schleef  <ds@schleef.org>
36047
36048         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36049         Michael Petullo) to handle .mov
36050
36051 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36052
36053         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36054         (gst_osselement_rate_check_rate):
36055           probe caps correctly for sound cards that only support one format
36056
36057 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36058
36059         * ext/kio/kiosrc.cpp: (process_events):
36060           update handling event processing if inside KDE - untested
36061
36062 2004-03-29  David Schleef  <ds@schleef.org>
36063
36064         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36065         by 2 to not interfere with other colorspaces.
36066         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36067         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36068         one to not interfere with ffmpeg_colorspace.
36069
36070 2004-03-29  David Schleef  <ds@schleef.org>
36071
36072         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36073         aren't in the caps.
36074         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36075         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36076
36077 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36078
36079         * gst-libs/gst/riff/riff-media.c:
36080           fail on error, don't try to set stuff on NULL caps
36081
36082 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36083
36084         * configure.ac:
36085         * ext/Makefile.am:
36086         * ext/kio/Makefile.am:
36087         * ext/kio/kioreceiver.cpp:
36088         * ext/kio/kioreceiver.h:
36089         * ext/kio/kiosrc.cpp:
36090         * ext/kio/kiosrc.h:
36091           add experimental kiosrc plugin
36092         * ext/alsa/gstalsaplugin.c: (plugin_init):
36093           initialize debugging category only when we're sure registering the
36094           plugins worked.
36095
36096 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36097
36098         * examples/gstplay/player.c: (main):
36099         * gst-libs/gst/play/play.c: (gst_play_class_init),
36100         (gst_play_set_location), (gst_play_set_data_src),
36101         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36102         (gst_play_set_visualization), (gst_play_connect_visualization):
36103           check return values of element_set_state and return FALSE where
36104           failed
36105
36106 2004-03-29  Benjamin Otte  <otte@gnome.org>
36107
36108         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36109           try harder to check if an event is really a discont
36110
36111 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36112
36113         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36114         * po/az.po:
36115
36116 2004-03-28  Benjamin Otte  <otte@gnome.org>
36117
36118         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36119         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36120         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36121           get rid of non-standard "..." ranges in case statements.
36122
36123 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36124
36125         * gst/mpegstream/gstmpegdemux.c:
36126         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36127         specific functionality split to the new dvddemux element.
36128         * gst/mpegstream/gstdvddemux.c:
36129         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36130         streams, derived from mpegdemux.
36131         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36132         up. SCR based timestamp rewriting can be turned off (will probably
36133         completely disappear soon).
36134         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36135         hacking. General cleanup. All printf statements replaced by
36136         debugging messages. Almost complete libdvdnav support.
36137         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36138         by events. New properties for audio and subpicture languages.
36139         (dvdnavsrc_update_highlight): Now uses events.
36140         (dvdnavsrc_user_op): Cleaned up.
36141         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36142         based). Lots of cleanup, and propper support for most libdvdnav
36143         events.
36144         (dvdnavsrc_make_dvd_event): New function.
36145         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36146         (dvdnavsrc_make_clut_change_event): New function.
36147
36148 2004-03-26  Benjamin Otte  <otte@gnome.org>
36149
36150         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36151           fix bug where typefinding would claim it's theora whenever less then
36152           7 bytes of data were available
36153
36154 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36155
36156         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36157         (gst_alawdec_base_init), (gst_alawdec_class_init),
36158         (gst_alawdec_init), (gst_alawdec_chain):
36159         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36160         (gst_alawenc_base_init), (gst_alawenc_class_init),
36161         (gst_alawenc_init), (gst_alawenc_chain):
36162         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36163         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36164         (gst_mulawdec_init), (gst_mulawdec_chain):
36165         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36166         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36167         (gst_mulawenc_init), (gst_mulawenc_chain):
36168           Fix capsnego in all four, remove the unused property functions and
36169           simplify the chain functions slightly. I guess we could use macros
36170           or something similar for those, since the code is so similar, but
36171           I'm currently too lazy...
36172
36173 2004-03-24  David Schleef  <ds@schleef.org>
36174
36175         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36176         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36177         (gst_osselement_get_format_structure),
36178         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36179         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36180         (gst_osselement_rate_int_compare): Add code to handle rate probing
36181         (bug #120883)
36182         * sys/oss/gstosselement.h: same
36183         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36184         Use rate probing provided by osselement.
36185         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36186
36187 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36188
36189         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36190         (gst_xvidenc_get_property):
36191           ulong/int mess-up.
36192
36193 2004-03-24  David Schleef  <ds@schleef.org>
36194
36195         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36196         (gst_speexdec_init):
36197         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36198         (gst_speexenc_init):  Create the pad template correctly (from
36199         the static pad template, not a NULL pointer.)
36200
36201 2004-03-25  Benjamin Otte  <otte@gnome.org>
36202
36203         * gst/debug/Makefile.am:
36204         * gst/debug/breakmydata.c:
36205           add element that quasi-randomly changes bytes in the stream.
36206           Intended use is robustness checking of demuxers and decoders in
36207           media tests.
36208
36209 2004-03-24  Benjamin Otte  <otte@gnome.org>
36210
36211         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36212         (gst_alsa_probe_hw_params):
36213         * ext/alsa/gstalsa.h:
36214           debugging output fixes
36215
36216 2004-03-24  Benjamin Otte  <otte@gnome.org>
36217
36218         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36219           don't g_return_if_fail if element is PLAYING, fail silently as every
36220           other element.
36221         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36222           only fix needed for cast lvalue issues in gst-plugins
36223         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36224           add proxy_getcaps
36225
36226 2004-03-24  Benjamin Otte  <otte@gnome.org>
36227
36228         * gst/level/gstlevel.c: (gst_level_init):
36229           add proxying getcaps function, so level doesn't advertise impossible
36230           caps
36231
36232 2004-03-24  David Schleef  <ds@schleef.org>
36233
36234         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36235         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36236         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36237         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36238         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36239         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36240         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36241         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36242         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36243         messages.  Divide the chunk size by the compression ratio
36244         (needed for MACE audio)
36245
36246 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36247
36248         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36249           Fix buffer overflow read error.
36250
36251 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36252
36253         * ext/alsa/gstalsa.h:
36254           Remove unused entry.
36255         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36256           Add cinepak.
36257         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36258         (gst_videodrop_link), (gst_videodrop_chain):
36259           Fix, sort of. Was horribly broken with new capsnego. Bah...
36260
36261 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36262
36263         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36264         (plugin_init):
36265         Add a monkeysaudio typefind function
36266
36267 2004-03-23  Johan Dahlin  <johan@gnome.org>
36268
36269         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36270         (gst_play_video_fixate): Check so the structure has the field
36271         before trying to fixate them, this makes it possible to have
36272         fakesinks for video and audio output without printing errors on
36273         the output console.
36274
36275 2004-03-22  David Schleef  <ds@schleef.org>
36276
36277         * sys/oss/Makefile.am:
36278         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36279         (check_rate), (add_rate):  Rate probing test app.
36280
36281 2004-03-21  Benjamin Otte  <otte@gnome.org>
36282
36283         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36284         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36285           add a fixation function that pretty much does the right thing (fixes
36286           #137556)
36287
36288 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36289
36290         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36291
36292 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36293
36294         reviewed by: Benjamin Otte  <otte@gnome.org>
36295
36296         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36297           terminate gst_event_new_discontinuous correctly (fixes parts of
36298           #137711)
36299
36300 2004-03-19  David Schleef  <ds@schleef.org>
36301
36302         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36303         since it doesn't depend on X, and it's part of our ABI.
36304
36305 2004-03-19  Iain <iain@prettypeople.org>
36306
36307         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36308         is_int in the structure, not the local variable.
36309
36310 2004-03-19  David Schleef  <ds@schleef.org>
36311
36312         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36313         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36314         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36315         Improvements in caps negotiation.
36316
36317 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36318
36319         * po/LINGUAS:
36320         * po/af.po:
36321           adding Afrikaans (Petri Jooste)
36322
36323 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36324
36325         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36326         (gst_ffmpegcolorspace_chain):
36327         throw error instead of g_critical (#137588)
36328
36329 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36330
36331         * Makefile.am:
36332         * configure.ac:
36333           dist common and m4 correctly
36334         * po/sv.po:
36335
36336 2004-03-17  David Schleef  <ds@schleef.org>
36337
36338         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36339         (bug #137348)
36340
36341 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36342
36343         * po/LINGUAS:
36344         * po/sv.po:
36345           adding Swedish translation (Christian Rose)
36346
36347 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36348
36349         * Makefile.am: use release.mak
36350
36351 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36352
36353         * common/ChangeLog:
36354         * common/gst-autogen.sh:
36355           add some explanation about the version detection
36356         * configure.ac:
36357           fix X check
36358
36359 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36360
36361         * configure.ac: bump nano to 1
36362
36363 === release 0.8.0 ===
36364
36365 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36366
36367         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36368
36369 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36370
36371         * configure.ac:
36372           update libtool version
36373         * gst-libs/gst/media-info/Makefile.am:
36374           actually use libtool version
36375
36376 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36377
36378         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36379
36380 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36381
36382         * configure.ac:
36383         * gst-plugins.spec.in:
36384         * pkgconfig/Makefile.am:
36385         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36386         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36387         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36388         * pkgconfig/gstreamer-libs.pc.in:
36389         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36390         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36391         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36392         * pkgconfig/gstreamer-plugins.pc.in:
36393           remove @VERSION@ from some of the pc files since core and plugins
36394           are decoupled.
36395           created gstreamer-plugins.pc as it's a better name, but keeping
36396           -libs around for now to get fixes upstream done first.
36397
36398 2004-03-15  Julien MOUTTE <julien@moutte.net>
36399
36400         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36401         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36402         * gst-libs/gst/play/play.h:
36403
36404 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36405
36406         * *.c, *.cc: don't mix tabs and spaces
36407
36408 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36409
36410         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36411           use the new ffmpegcolorspace
36412         * gst-plugins.spec.in:
36413           package new colorspace and media-info
36414         * configure.ac:
36415         * pkgconfig/Makefile.am:
36416           fix some more disting issues
36417         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36418         * pkgconfig/gstreamer-media-info.pc.in:
36419           generate media-info pc files
36420
36421 2004-03-15  Johan Dahlin  <johan@gnome.org>
36422
36423         * *.h: Revert indenting
36424
36425 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36426
36427         * configure.ac:
36428           adding ffmpegcolorspace element
36429         * gst/ffmpegcolorspace/Makefile.am:
36430         * gst/ffmpegcolorspace/avcodec.h:
36431         * gst/ffmpegcolorspace/common.h:
36432         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36433         * gst/ffmpegcolorspace/dsputil.h:
36434         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36435         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36436         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36437         (gst_ffmpeg_caps_to_pix_fmt):
36438         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36439         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36440         (gst_ffmpegcolorspace_caps_remove_format_info),
36441         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36442         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36443         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36444         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36445         (gst_ffmpegcolorspace_set_property),
36446         (gst_ffmpegcolorspace_get_property),
36447         (gst_ffmpegcolorspace_register):
36448         * gst/ffmpegcolorspace/imgconvert.c:
36449         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36450         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36451         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36452         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36453         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36454         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36455         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36456         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36457         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36458         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36459         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36460         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36461         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36462         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36463         (img_get_alpha_info), (deinterlace_line),
36464         (deinterlace_line_inplace), (deinterlace_bottom_field),
36465         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36466         * gst/ffmpegcolorspace/imgconvert_template.h:
36467         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36468         * gst/ffmpegcolorspace/mmx.h:
36469         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36470           adding ffmpegcolorspace element supplied by Ronald after cleaning
36471           up and pulling in the right bits of upstream source.
36472           I'm sure a better C/compiler wizard could do some cleaning up (for
36473           example use GLIB's malloc stuff), but as a first pass this
36474           works very well
36475
36476 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36477
36478         * ext/alsa/gstalsa.h:
36479           I assume Ronald forgot to commit the change to have cardname
36480           as a struct member.  Expect some public spanking at the next
36481           opportunity.
36482
36483 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36484
36485         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36486         (gst_alsa_open_audio), (gst_alsa_close_audio):
36487         * ext/alsa/gstalsa.c:
36488           Don't open the device if we're a mixer (= padless).
36489         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36490         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36491         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36492           Open mixer during state change rather than during object
36493           initialization. Also, get a device name. Currently in a somewhat
36494           hackish fashion, but I didn't really find something better.
36495
36496 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36497
36498         * *.c, *.h: run gst-indent
36499
36500 2004-03-14  Benjamin Otte  <otte@gnome.org>
36501
36502         * gst/modplug/gstmodplug.cc:
36503         * gst/modplug/gstmodplug.h:
36504           set correct timestamps on outgoing buffers
36505
36506 2004-03-14  Benjamin Otte  <otte@gnome.org>
36507
36508         * gst/modplug/gstmodplug.cc:
36509           handle events - don't do crap when a discont arrives that's not
36510           necessary
36511           This allows correct loading and playback of mods in Rhythmbox
36512
36513 2004-03-14  Benjamin Otte  <otte@gnome.org>
36514
36515         * configure.ac:
36516         * gst-libs/gst/gconf/Makefile.am:
36517         * pkgconfig/Makefile.am:
36518           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36519           they get rebuilt properly
36520         * configure.ac:
36521           when checking for vorbis, try pkgconfig first.
36522         * gst/modplug/gstmodplug.cc:
36523           add fixate function
36524
36525 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36526
36527         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36528           Fix for obvious mistake, where we first shift the offset and then
36529           read a samplesize element assuming the old offset. Note that this
36530           part still has something weird, i.e. my movies containing those
36531           don't actually play well, but at least there's something that looks
36532           like sound now.
36533
36534 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36535         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36536         (plugin_init):
36537         Add a typefind function for speex format
36538
36539 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36540
36541         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36542         (gst_asf_demux_setup_pad):
36543           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36544           instead of 0. Reason is simple: some elements have a fps range
36545           of 1-max instead of 0-max. So now ASF video actually works.
36546
36547 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36548
36549         * po/LINGUAS:
36550         * po/sr.po:
36551           adding serbian as a language
36552
36553 2004-03-13  Benjamin Otte  <otte@gnome.org>
36554
36555         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36556           return taglist correctly from _get function, don't gst_pad_push it.
36557           (fixes #137042)
36558
36559 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36560         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36561
36562 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36563
36564         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36565         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36566         (gst_alsa_mixer_track_new):
36567         * ext/alsa/gstalsamixertrack.h:
36568           Fix ancient leftovers... MixerTrack is a GObject.
36569
36570 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36571
36572         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36573         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36574           Don't block during probing...
36575
36576 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36577
36578         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36579         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36580         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36581         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36582         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36583         (gst_alsa_open_audio), (gst_alsa_close_audio):
36584         * ext/alsa/gstalsa.h:
36585           Add propertyprobe interface implementation, add some device-name
36586           property, all this so that it looks good in gnome-volume-control.
36587
36588 2004-03-12  David Schleef  <ds@schleef.org>
36589
36590         * configure.ac: the Hermes library controls hermescolorspace, not
36591         colorspace.
36592         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36593         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36594         not /* */
36595         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36596         * ext/sdl/sdlvideosink.h: ditto.
36597         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36598
36599 2004-03-12  Benjamin Otte  <otte@gnome.org>
36600
36601         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36602         (gst_x_overlay_got_xwindow_id):
36603         * gst-libs/gst/xoverlay/xoverlay.h:
36604           replace XID with unsigned long to get rid of the xlibs dependency in
36605           XOverlay (fixes #137004)
36606
36607 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36608         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36609         (gst_agingtv_setup):
36610         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36611         (gst_dicetv_base_init), (gst_dicetv_class_init),
36612         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36613         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36614         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36615         (gst_edgetv_setup), (gst_edgetv_rgb32):
36616         * gst/effectv/gsteffectv.c:
36617         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36618         (gst_quarktv_set_property):
36619         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36620         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36621         (gst_revtv_setup), (gst_revtv_rgb32):
36622         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36623         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36624         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36625         (gst_shagadelictv_rgb32):
36626         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36627         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36628         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36629         * gst/effectv/gstwarp.c:
36630         Port everything that can be ported to videofilter and fix up the caps.
36631         Can someone with a big-endian machine please check these?
36632
36633 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36634
36635         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36636         (gst_osssink_chain), (gst_osssink_change_state):
36637           Latest fixes for A/V sync, audio playback and such. This is about
36638           all... MPEG playback issues are mostly related to the async build-
36639           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36640
36641 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36642
36643         patch from: Stephane Loeuillet
36644
36645         * configure.ac:
36646           use pkg-config for some libraries, falling back to the old .m4 way
36647           (fixes #131270)
36648         * m4/libdv.m4:
36649           removed
36650
36651 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36652
36653         * configure.ac:
36654         * tools/Makefile.am:
36655         * tools/Makefile.in:
36656         * tools/gst-launch-ext-m.m:
36657         * tools/gst-launch-ext.1.in:
36658         * tools/gst-visualise-m.m:
36659         * tools/gst-visualise.1:
36660         * tools/gst-visualise.1.in:
36661           reorganizing generation of script tools
36662
36663 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36664
36665         * ext/divx/gstdivxdec.c:
36666           Downgrade priority. We prefer ffdec_mpeg4.
36667         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36668         (gst_faad_chain), (gst_faad_change_state):
36669           Fix capsnego. Doesn't work for some sounds because we don't have
36670           a 5:1 to stereo element.
36671         * ext/xvid/gstxvid.c: (plugin_init):
36672           Add priority.
36673         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36674         (gst_osssink_change_state):
36675           Add discont handling.
36676
36677 2004-03-09  Colin Walters  <walters@verbum.org>
36678
36679         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36680         conversion.
36681
36682 2004-03-09  Benjamin Otte  <otte@gnome.org>
36683
36684         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36685           the signals take 2 arguments
36686
36687 2004-03-09  David Schleef  <ds@schleef.org>
36688
36689         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36690         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36691         * ext/alsa/gstalsa.h:
36692         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36693
36694 2004-03-09  Benjamin Otte  <otte@gnome.org>
36695
36696         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36697         (gst_mikmod_change_state):
36698         * ext/mikmod/gstmikmod.h:
36699           make mikmod's loop function not loop infinitely and call
36700           gst_element_yield anymore
36701         * gst/modplug/gstmodplug.cc:
36702           fix pad negotiation (fixes #136590)
36703
36704 2004-03-09  David Schleef  <ds@schleef.org>
36705
36706         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36707         doesn't conflict with the internal colorspace plugin.
36708         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36709         satisfy the crappy-ass shell shipped by a certain vendor.
36710         * gst/videofilter/make_filter: same (bug #135299)
36711
36712 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36713
36714         * configure.ac: bump nano to 1
36715
36716 === release 0.7.6 ===
36717
36718 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36719
36720         * configure.in: releasing 0.7.6, "There"
36721
36722 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36723
36724         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36725         * pkgconfig/gstreamer-play.pc.in:
36726           synchronize the two
36727
36728 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36729
36730         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36731         (cdparanoia_open), (cdparanoia_event):
36732           fix/add error handling
36733         * po/POTFILES.in:
36734           add cdparanoia source
36735         * tools/Makefile.am:
36736           make scripts executable
36737
36738 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36739
36740         * configure.ac:
36741         * ext/vorbis/Makefile.am:
36742         * sys/Makefile.am:
36743           remove id3types, vorbisfile and xvideosink from the build (#133783)
36744
36745 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36746
36747         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36748           Fix metadata read crash (#136537).
36749
36750 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36751
36752         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
36753         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
36754           adding mime types, fixing the one-stop function
36755
36756 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36757
36758         * ext/nas/nassink.c and /ext/nas/nassink.h:
36759         More NAS love from Arwed von Merkatz
36760         So lets all sing 'Can you feel the NAS tonight'
36761
36762 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36763
36764         * tools/gst-launch-ext.in:
36765         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
36766
36767 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36768
36769         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36770         (gst_mpeg2dec_init):
36771         remove the user_data pad for now, because it is being used in
36772         fixating causing MPEG playback to fixate on 1000 Hz for playback.
36773         If someone knows how to fix this properly, please do.
36774
36775 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36776
36777         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36778         (gst_osssink_get_time):
36779         add a warning, IMO this won't get triggered anymore, remove later
36780
36781 2004-03-07  David Schleef  <ds@schleef.org>
36782
36783         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
36784         format (bug #136470)
36785
36786 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36787
36788         * gst-libs/Makefile.am:
36789         * gst-libs/gst/media-info/Makefile.am:
36790         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
36791         (error_callback), (gst_media_info_error_create),
36792         (gst_media_info_error_element), (gmip_init), (gmip_reset),
36793         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
36794         * gst-libs/gst/media-info/media-info-priv.h:
36795         * gst-libs/gst/media-info/media-info-test.c: (main):
36796         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
36797         (gst_media_info_class_init), (gst_media_info_instance_init),
36798         (gst_media_info_set_source), (gst_media_info_read_with_idler),
36799         (gst_media_info_read_idler), (gst_media_info_read):
36800         * gst-libs/gst/media-info/media-info.h:
36801         fixed, should work now
36802
36803 2004-03-07  Christian Schaller <Uraeus@gnome.org>
36804
36805         * ext/nas/nassink.c:
36806         A bunch of NAS fixes from Arwed von Merkatz
36807
36808 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36809
36810         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
36811         (qtdemux_parse_trak):
36812           Fix crash (j might be greater than n_samples, in which case we're
36813           writing outside the allocated space for the array) and memleak.
36814
36815 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36816
36817         * sys/oss/gstosssink.c: (gst_osssink_chain):
36818           And another caller that couldn't handle delay < 0 (unsigned
36819           integer overflow). Video now continues playing on an audio
36820           buffer underrun, and the clock continues working. Audio still
36821           stalls.
36822
36823 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36824
36825         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36826         (gst_osssink_get_time):
36827           get_delay() may return values lower than 0. In those cases, we
36828           should not actually cast to *unsigned* int64, that will break
36829           stuff horribly. In my case, it screwed up A/V sync in movies
36830           in totem rather badly.
36831
36832 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36833
36834         * ext/faac/gstfaac.c: (gst_faac_chain):
36835         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36836         * ext/libpng/gstpngenc.c: (user_write_data):
36837         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
36838         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
36839         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
36840         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36841         Fix several misuse of gst_buffer_merge (it doesn't take ownership
36842         of any buffer), should fix some leaks. I hope I didn't unref buffers
36843         that shouldn't be...
36844
36845 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36846
36847         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
36848         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
36849         (error_callback), (gmi_reset), (gmi_seek_to_track),
36850         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
36851         (gmip_find_type_post), (gmip_find_stream_post),
36852         (gmip_find_track_streaminfo_post):
36853         * gst-libs/gst/media-info/media-info-priv.h:
36854         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
36855         (info_print), (main):
36856         * gst-libs/gst/media-info/media-info.c:
36857         (gst_media_info_error_create), (gst_media_info_error_element),
36858         (gst_media_info_instance_init), (gst_media_info_get_property),
36859         (gst_media_info_new), (gst_media_info_set_source),
36860         (gst_media_info_read_idler), (gst_media_info_read):
36861         * gst-libs/gst/media-info/media-info.h:
36862           first pass at making this work again.  This seems to work on
36863           tagged ogg/vorbis and mp3 files.
36864
36865 2004-03-06  Benjamin Otte  <otte@gnome.org>
36866
36867         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
36868           fix huge leak: gst_buffer_merge doesn't unref the first argument
36869           itself.
36870
36871 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36872
36873         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
36874           report layer/mode/emphasis
36875
36876 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36877
36878         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
36879
36880 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36881
36882         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
36883           signal serial
36884
36885 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36886
36887         * ext/vorbis/vorbis.c: (plugin_init):
36888         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
36889         (gst_vorbis_dec_init), (vorbis_dec_event):
36890         add debug category
36891         make vorbisdec handle _BYTE and _TIME queries
36892
36893 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36894
36895         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
36896           from the xing header
36897
36898 2004-03-06  Benjamin Otte  <otte@gnome.org>
36899
36900         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
36901         (gst_audio_convert_link), (gst_audio_convert_change_state),
36902         (gst_audio_convert_buffer_from_default_format):
36903           do conversions from/to float correctly, fix some caps nego errors,
36904           export correct supported caps in template and getcaps, use correct
36905           caps in try_set_caps functions
36906
36907 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36908
36909         For some reason, I only committed a ChangeLog entry yesterday and
36910         not the corresponding code...
36911         * ext/mad/gstmad.c: Fix detection of Xing headers
36912         * gst/tags/gstid3tag.c: Changes to support TLEN tags
36913
36914 2004-03-06  Benjamin Otte  <otte@gnome.org>
36915
36916         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
36917         (gst_ogg_demux_src_query):
36918           make sure to handle the case where there's no current chain
36919           gracefully.
36920
36921 2004-03-05  David Schleef  <ds@schleef.org>
36922
36923         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
36924         Add fixate function. (bug #131128)
36925         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
36926         (gst_sdlvideosink_fixate):  Add fixate function.
36927         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36928         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
36929         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
36930         Fix missing break that was causing ulaw to be interpreted as
36931         raw int.
36932
36933 2004-03-05  David Schleef  <ds@schleef.org>
36934
36935         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36936         Fix code that ignores return value of gst_buffer_merge().
36937         (bug #114560)
36938         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
36939         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
36940         * testsuite/gst-lint:  Check for above.
36941
36942 2004-03-05  David Schleef  <ds@schleef.org>
36943
36944         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
36945         caps and throw an element error.  (bug #136334)
36946
36947 2004-03-05  David Schleef  <ds@schleef.org>
36948
36949         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
36950         (gst_faad_chain): Fix negotiation.
36951         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
36952         key and button events.
36953         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
36954         dung heap of code.
36955         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
36956         depends on gconf
36957         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
36958         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
36959         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
36960         function to encourage better negotiation, particularly between
36961         audioconvert and osssink.
36962         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
36963         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
36964         more important.
36965         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
36966         typefinding.
36967         * gst/vbidec/vbiscreen.c:  Add glib header
36968         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
36969
36970 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
36971
36972         * ext/mad/gstmad.c: Fix detection of Xing headers
36973         * gst/tags/gstid3tag.c: Changes to support TLEN tags
36974
36975 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36976
36977         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
36978         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
36979           debug updates
36980
36981 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36982
36983         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
36984         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
36985         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
36986         files, and report the parsed length as a GST_TAG_DURATION tag.
36987         * gst/tags/gstid3tag.c: support TLEN (duration) tag
36988
36989 2004-03-05  Benjamin Otte  <otte@gnome.org>
36990
36991         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
36992           convert channels correctly. convert correctly to unsigned.
36993
36994 2004-03-05  Julien MOUTTE <julien@moutte.net>
36995
36996         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
36997         we have a window before clearing it.
36998
36999 2004-03-05  Julien MOUTTE <julien@moutte.net>
37000
37001         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37002         have a window before clearing it.
37003
37004 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37005
37006         * gconf/gstreamer.schemas.in:
37007         * gst-libs/gst/gconf/Makefile.am:
37008           version installation path the same way as for 0.6
37009         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37010         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37011         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37012           remove comment that was fixed
37013
37014 2004-03-05  David Schleef  <ds@schleef.org>
37015
37016         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37017         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37018         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37019         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37020         Add prototype code for handling seeking and querying.
37021
37022 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37023
37024         * examples/gstplay/player.c: (main):
37025           Initialize variables to NULL. Prevents a segfault because the
37026           (uninitialized) variable is not NULL, resulting in a crash on
37027           trying to reach error->message.
37028
37029 2004-03-05  Benjamin Otte  <otte@gnome.org>
37030
37031         * gst/audioconvert/gstaudioconvert.c:
37032         (gst_audio_convert_buffer_to_default_format):
37033         make float=>int conversion work correctly even in cornercases.
37034
37035 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37036
37037         * debian/README.Debian:
37038         * debian/build-deps:
37039         * debian/changelog:
37040         * debian/control:
37041         * debian/control.in:
37042         * debian/copyright:
37043         * debian/gstreamer-a52dec.files:
37044         * debian/gstreamer-aa.files:
37045         * debian/gstreamer-alsa.files:
37046         * debian/gstreamer-alsa.manpages:
37047         * debian/gstreamer-arts.files:
37048         * debian/gstreamer-artsd.files:
37049         * debian/gstreamer-audiofile.files:
37050         * debian/gstreamer-avifile.files:
37051         * debian/gstreamer-cdparanoia.files:
37052         * debian/gstreamer-colorspace.files:
37053         * debian/gstreamer-doc.files:
37054         * debian/gstreamer-dv.files:
37055         * debian/gstreamer-dvd.files:
37056         * debian/gstreamer-esd.files:
37057         * debian/gstreamer-festival.files:
37058         * debian/gstreamer-flac.files:
37059         * debian/gstreamer-gconf.conffiles:
37060         * debian/gstreamer-gconf.files:
37061         * debian/gstreamer-gconf.postinst:
37062         * debian/gstreamer-gnomevfs.files:
37063         * debian/gstreamer-gsm.files:
37064         * debian/gstreamer-http.files:
37065         * debian/gstreamer-jack.files:
37066         * debian/gstreamer-jpeg.files:
37067         * debian/gstreamer-mad.files:
37068         * debian/gstreamer-mikmod.files:
37069         * debian/gstreamer-misc.files:
37070         * debian/gstreamer-mpeg2dec.files:
37071         * debian/gstreamer-oss.files:
37072         * debian/gstreamer-plugin-apps.files:
37073         * debian/gstreamer-plugin-apps.manpages:
37074         * debian/gstreamer-plugin-libs-dev.files:
37075         * debian/gstreamer-plugin-libs.files:
37076         * debian/gstreamer-plugin-template.postinst:
37077         * debian/gstreamer-plugin-template.postrm:
37078         * debian/gstreamer-sdl.files:
37079         * debian/gstreamer-sid.files:
37080         * debian/gstreamer-vorbis.files:
37081         * debian/gstreamer-x.files:
37082         * debian/mk.control:
37083         * debian/rules:
37084         Debian package info not maintained here.
37085
37086 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37087
37088         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37089         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37090         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37091         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37092         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37093         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37094         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37095         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37096         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37097         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37098         * gst-libs/gst/colorbalance/colorbalance.c:
37099         (gst_color_balance_class_init):
37100         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37101         (gst_color_balance_channel_class_init):
37102         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37103         * gst-libs/gst/play/play.c: (gst_play_class_init):
37104         * gst-libs/gst/propertyprobe/propertyprobe.c:
37105         (gst_property_probe_iface_init):
37106         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37107         * gst-libs/gst/tuner/tunerchannel.c:
37108         (gst_tuner_channel_class_init):
37109         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37110         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37111         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37112         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37113         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37114         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37115         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37116         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37117         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37118           fix signals to use - instead of _
37119         * ext/libcaca/gstcacasink.h:
37120         * ext/sdl/sdlvideosink.h:
37121           fix header rename
37122
37123 2004-03-04  David Schleef  <ds@schleef.org>
37124
37125         * testsuite/gst-lint:  Add a check for bad signal names.
37126
37127 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37128
37129         reviewed by David Schleef
37130
37131         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37132         modified the alpha channel and caused a warning. (bug #136192)
37133
37134 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37135
37136         * gst-plugins.spec.in:
37137         Change names of plugins to actually be correct. Try to keep things
37138         alphabetical to avoid getting beat up by Thomas
37139
37140 2004-03-03  Julien MOUTTE <julien@moutte.net>
37141
37142         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37143         Using ximagesink as a default if no gconf key found. We should
37144         probably consider using alsasink instead of osssink for the audio
37145         part.
37146
37147 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37148
37149         * configure.ac:
37150           fix --with-plugins, don't think it ever worked before
37151         * gst-plugins.spec.in:
37152           even more updates
37153
37154 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37155
37156         * ext/sdl/sdlvideosink.h:
37157         * sys/ximage/ximagesink.h:
37158         * sys/xvideo/xvideosink.h:
37159         * sys/xvimage/xvimagesink.h:
37160           Fix for move of gstvideosink.h -> videosink.h.
37161
37162 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37163
37164         * gst-libs/gst/xwindowlistener/Makefile.am:
37165           this is a plugin library, not a library
37166
37167 2004-03-01  David Schleef  <ds@schleef.org>
37168
37169         * AUTHORS:  Added some names.  Add yourself if you're still
37170         missing.
37171
37172 2004-03-01  David Schleef  <ds@schleef.org>
37173
37174         * MAINTAINERS: Add
37175
37176 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37177
37178         * gst-plugins.spec.in: clean up spec file
37179
37180 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37181
37182         * gst-libs/gst/video/Makefile.am:
37183         * gst-libs/gst/video/gstvideosink.c:
37184         * gst-libs/gst/video/gstvideosink.h:
37185           rename gstvideosink.h to videosink.h to match other headers
37186         * gst/mixmatrix/Makefile.am:
37187           fix plugin filename
37188         * gst/tags/Makefile.am: fix plugin filename
37189
37190 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37191
37192         * gst/tags/Makefile.am: fix plugin filename
37193
37194 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37195
37196         * examples/gstplay/player.c: (got_time_tick), (main):
37197           add error handler
37198           display time_tick more readably
37199         * gst/mixmatrix/Makefile.am:
37200           fix plugin file name
37201
37202 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37203
37204         * sys/oss/gstosselement.c: (gst_osselement_probe),
37205         (device_combination_append), (gst_osselement_class_probe_devices):
37206         * sys/oss/gstosselement.h:
37207           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37208           on my system using alsa oss emulation, fixes bug #135597
37209
37210 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37211
37212         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37213         (gst_videodrop_chain), (gst_videodrop_change_state):
37214         * gst/videodrop/gstvideodrop.h:
37215           Work based on timestamp of input data, not based on the expected
37216           framerate from the input. The consequence is that this element now
37217           not only scales framerates, but also functions as a framerate
37218           corrector or framerate stabilizer/constantizer.
37219
37220 2004-02-27  David Schleef  <ds@schleef.org>
37221
37222         patches from jmmv@menta.net (Julio M. Merino Vidal)
37223
37224         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37225         GST_ELEMENT_ERROR call (bug #135634)
37226         * gst/interleave/interleave.c: (interleave_buffered_loop),
37227         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37228         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37229         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37230         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37231         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37232         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37233         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37234         Fix GST_ELEMENT_ERROR call.
37235         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37236         GST_ELEMENT_ERROR call.
37237
37238 2004-02-27  Benjamin Otte  <otte@gnome.org>
37239
37240         * gst-libs/gst/audio/audio.h:
37241           add macro to make sure header isn't included twice
37242         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37243           don't use gst_buffer_free
37244         * gst/playondemand/filter.func:
37245           don't use gst_data_free. Free data only once.
37246
37247 2004-02-26  David Schleef  <ds@schleef.org>
37248
37249         * gst-libs/gst/colorbalance/Makefile.am:
37250         * gst-libs/gst/mixer/Makefile.am:
37251         * gst-libs/gst/tuner/Makefile.am:
37252         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37253         should not be disted, -marshal.h files should not be installed,
37254         and -enum.h files _should_ be installed.  Fix to make this the
37255         case.
37256
37257 === release 0.7.5 ===
37258
37259 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37260
37261         * configure.ac: release 0.7.5, "Under The Sea"
37262
37263 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37264
37265         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37266         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37267         * gst/videoscale/gstvideoscale.c:
37268         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37269           assorted debug/warning fixes
37270
37271 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37272
37273         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37274         (gst_videoscale_init), (gst_videoscale_chain),
37275         (gst_videoscale_set_property), (plugin_init):
37276         * gst/videoscale/gstvideoscale.h:
37277         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37278         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37279         (gst_videoscale_planar400), (gst_videoscale_packed422),
37280         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37281         (gst_videoscale_24bit), (gst_videoscale_16bit),
37282         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37283         (gst_videoscale_scale_plane_slow),
37284         (gst_videoscale_scale_point_sample),
37285         (gst_videoscale_scale_nearest),
37286         (gst_videoscale_scale_nearest_str2),
37287         (gst_videoscale_scale_nearest_str4),
37288         (gst_videoscale_scale_nearest_32bit),
37289         (gst_videoscale_scale_nearest_24bit),
37290         (gst_videoscale_scale_nearest_16bit):
37291         add debugging category and use it properly
37292         fix use of GST_PTR_FORMAT
37293
37294 2004-02-25  Andy Wingo  <wingo@pobox.com>
37295
37296         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37297         push only when channel->buffer is NULL. Prevents segfaults doing
37298         the state change after a nonlocal exit, like a scheme exception.
37299
37300         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37301         Handle the case where the intersected caps is empty.
37302
37303 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37304
37305         * gst/law/mulaw-decode.c: (mulawdec_link):
37306         * gst/law/mulaw.c: (plugin_init):
37307           fix mulawdec so it actually works again
37308
37309 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37310
37311         reviewed by: David Schleef  <ds@schleef.org>
37312
37313         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37314         (gst_gamma_init), (gst_gamma_set_property),
37315         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37316         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37317         for RGB, with separate r g and b correction factors. (#131167)
37318
37319 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37320
37321         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37322           only signal tags for bitrate if they're > 0 (#134894)
37323
37324 2004-02-24  David Schleef  <ds@schleef.org>
37325
37326         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37327         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37328         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37329         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37330         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37331         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37332         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37333         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37334         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37335         category.  Attempt to fix timestamp calculation.
37336
37337 2004-02-24  Johan Dahlin  <johan@gnome.org>
37338
37339         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37340
37341 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37342
37343         * configure.ac:
37344         * gconf/Makefile.am:
37345         * gconf/gstreamer.schemas:
37346         * gst-libs/gst/gconf/Makefile.am:
37347         * gst-libs/gst/gconf/gconf.c:
37348           version gconf schemas and install locations
37349
37350 2004-02-23  Benjamin Otte  <otte@gnome.org>
37351
37352         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37353         (gst_xine_input_subclass_init):
37354           call parent dispose.
37355           change pad template for CD reader correctly
37356         * ext/xine/Makefile.am:
37357         * ext/xine/gstxine.h:
37358         * ext/xine/xine.c: (plugin_init):
37359         * ext/xine/xineaudiosink.c:
37360           wrap audio sinks, too
37361         * gst-libs/gst/resample/private.h:
37362         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37363         (gst_resample_reinit), (gst_resample_scale),
37364         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37365         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37366         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37367         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37368         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37369         * gst-libs/gst/resample/resample.h:
37370         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37371         (gst_audioscale_class_init), (gst_audioscale_link),
37372         (gst_audioscale_get_buffer), (gst_audioscale_init),
37373         (gst_audioscale_chain), (gst_audioscale_set_property),
37374         (gst_audioscale_get_property):
37375         * gst/audioscale/gstaudioscale.h:
37376           s/resample_*/gst_resample_*/i to not clobber namespaces
37377
37378 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37379
37380         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37381         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37382         (gst_riff_create_video_template_caps),
37383         (gst_riff_create_audio_template_caps),
37384         (gst_riff_create_iavs_template_caps):
37385         * gst-libs/gst/riff/riff-media.h:
37386         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37387         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37388         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37389         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37390         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37391         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37392         (gst_matroska_demux_plugin_init): First batch implementing audio and
37393         video codec tags in demuxers.
37394
37395 2004-02-22  Benjamin Otte  <otte@gnome.org>
37396
37397         * ext/xine/Makefile.am:
37398         * ext/xine/gstxine.h:
37399         * ext/xine/xine.c: (plugin_init):
37400         * ext/xine/xineinput.c:
37401           add input plugin wrapper. Playback from files, http, mms and cdda
37402           works.
37403         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37404           remove leftover G_GNUC_UNUSED
37405         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37406         (gst_asf_demux_identify_guid):
37407           improve debugging output
37408
37409 2004-02-22  Benjamin Otte  <otte@gnome.org>
37410
37411         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37412
37413         * autogen.sh:
37414           replace test -e with test -x for mkinstalldirs to be more portable.
37415           (fixes #134816)
37416
37417 2004-02-22  Benjamin Otte  <otte@gnome.org>
37418
37419         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37420
37421         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37422           set rank to PRIMARY
37423         * gst/volume/gstvolume.c: (plugin_init):
37424           set rank to NONE
37425         fixes #134960
37426
37427 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37428
37429         reviewed by Benjamin Otte  <otte@gnome.org>
37430
37431         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37432           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37433
37434 2004-02-22  Benjamin Otte  <otte@gnome.org>
37435
37436         * configure.ac:
37437           export [_]*{gst,Gst,GST}.* symbols from plugins
37438
37439 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37440
37441         reviewed by: Benjamin Otte  <otte@gnome.org>
37442
37443         * ext/lame/gstlame.c: (add_one_tag):
37444         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37445         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37446         (gst_vorbisenc_metadata_set1):
37447         * gst/tags/gstid3tag.c:
37448         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37449           apply fixes from bugs #135042 (lame can't write tags) and #133817
37450           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37451
37452 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37453
37454         * configure.ac: Export only gst_plugin_desc from plugins.
37455          Note that this change only makes any effect with Linux using libtool
37456          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37457          fine. And don't try to have several versions of libtool in different
37458          directories.
37459
37460 2004-02-20  Andy Wingo  <wingo@pobox.com>
37461
37462         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37463         interleave respectively.
37464
37465         * gst/interleave/deinterleave.c: New plugin: deinterleave
37466         (replaces on oneton).
37467         * gst/interleave/interleave.c: New plugin: interleave.
37468         * gst/interleave/plugin.h: Support file.
37469         * gst/interleave/plugin.c: Support file.
37470
37471         * configure.ac: Remove intfloat and oneton, add interleave.
37472
37473         * ext/sndfile/gstsf.c: Handle events better.
37474
37475         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37476         and float2int operation. int2float has scheduling problems as
37477         noted in in2float_chain.
37478
37479 2004-02-20  Benjamin Otte  <otte@gnome.org>
37480
37481         * ext/xine/Makefile.am:
37482         * ext/xine/gstxine.h:
37483         * ext/xine/xine.c:
37484         * ext/xine/xineaudiodec.c:
37485         * ext/xine/xinecaps.c:
37486           add first version of xine plugin wrapper. Currently only wraps the
37487           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37488         * configure.ac:
37489         * ext/Makefile.am:
37490           add xine plugin wrapper, disabled by default. Use --enable-xine to
37491           build. Note that it'll segfault on gst-register if you don't remove
37492           the goom and tvtime post plugins from xine.
37493         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37494         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37495           add extradata parsing for QDM2.
37496           change around debugging prints.
37497
37498 2004-02-19  Benjamin Otte  <otte@gnome.org>
37499
37500         * ext/lame/gstlame.c: (gst_lame_chain):
37501         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37502           use gst_tag_list_insert when you want to insert tags
37503
37504 2004-02-18  David Schleef  <ds@schleef.org>
37505
37506         * configure.ac:  Move massink to gst-rotten
37507         * ext/Makefile.am:
37508         * ext/mas/Makefile.am:
37509         * ext/mas/massink.c:
37510         * ext/mas/massink.h:
37511
37512 2004-02-18  David Schleef  <ds@schleef.org>
37513
37514         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37515         typefinding, since it seems to be worse than nothing.
37516         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37517         atom to recognize .mp4 and .m4a files as video/quicktime.
37518
37519 2004-02-18  David Schleef  <ds@schleef.org>
37520
37521         * gst/sine/demo-dparams.c: (quit_live),
37522         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37523         Use double dparams, not float.
37524         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37525         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37526         sync'd elements don't really work correctly.
37527         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37528         (volume_update_volume), (volume_get_property):  Change dparam
37529         to double.
37530
37531 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37532
37533         * sys/ximage/ximagesink.c:
37534         (gst_ximagesink_xwindow_update_geometry),
37535         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37536         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37537         (gst_ximagesink_init): Rework the way software video scaling works. So
37538         now we check on each chain call if the video frames are feeling the
37539         window. If not we try to renegotiate caps. On failure we memorize that
37540         and we won't try again for that PLAYING sessions.
37541         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37542         failure.
37543         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37544         synchronous flag.
37545
37546 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37547
37548         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37549           break up _link so we can give a better debug message for errors
37550
37551 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37552
37553         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37554           set up debug category
37555
37556 2004-02-18  Julien MOUTTE <julien@moutte.net>
37557
37558         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37559         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37560         the way renegotiation work. The event handling function is not taking
37561         care of external windows and renegotiate method check for pad flags
37562         NEGOTIATING. Should fix : #133209
37563
37564 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37565
37566         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37567         pad is negotiating before trying renegotiation.
37568
37569 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37570
37571         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37572           pass on all possible mime types as typefind hints
37573
37574 2004-02-17  Julien MOUTTE <julien@moutte.net>
37575
37576         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37577         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37578         possible SHM leak if we crash. All other apps using XShm are doing
37579         that.
37580
37581 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37582
37583         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37584         (gst_ximagesink_expose): Renegotiate size on expose.
37585         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37586         size on expose.
37587
37588 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37589
37590         * testsuite/alsa/sinesrc.c:
37591           cosmetic fix to fix compile issue with gcc 2.95.4
37592
37593 2004-02-16  Julien MOUTTE <julien@moutte.net>
37594
37595         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37596         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37597         failed opening the audio device.
37598         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37599         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37600         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37601         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37602         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37603         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37604         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37605         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37606         Removing some useless g_return_if_fail like wingo suggested.
37607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37608         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37609         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37610         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37611         (gst_xvimagesink_update_colorbalance),
37612         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37613         (gst_xvimagesink_xcontext_clear),
37614         (gst_xvimagesink_get_fourcc_from_caps),
37615         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37616         (gst_xvimagesink_set_xwindow_id),
37617         (gst_xvimagesink_colorbalance_list_channels),
37618         (gst_xvimagesink_colorbalance_set_value),
37619         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37620         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37621
37622 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37623
37624         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37625           throw error when not negotiated instead of asserting
37626
37627 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37628
37629         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37630         correct data refcounting.
37631
37632 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37633
37634         * gst/switch/gstswitch.c: (gst_switch_change_state),
37635         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37636         change, mostly the EOS flag.
37637
37638 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37639
37640         * examples/gstplay/player.c: (got_eos), (main): Adding some
37641         output for debugging.
37642         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37643         timeouts if we go to any state different from PLAYING.
37644         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37645         more EOS bugs in riff lib.
37646
37647 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37648
37649         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37650         visualization until i find a way to fix switch correctly.
37651         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37652         EOS arrives.
37653         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37654         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37655         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37656         Reworked switch to get a more correct behaviour with events and refing
37657         of data stored in sinkpads.
37658         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37659         we don't pull from a pad in EOS.
37660
37661 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37662
37663         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37664           remove v1 tag even if we can't read it (makes sure we don't detect
37665           it again)
37666
37667 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37668
37669         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37670         (gst_alsa_xrun_recovery):
37671         * ext/alsa/gstalsa.h:
37672           try xrun recovery when wait failed. Make xrun recovery function
37673           return TRUE/FALSE to indicate success. (might fix #134354)
37674
37675 2004-02-13  David Schleef  <ds@schleef.org>
37676
37677         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37678         (dynparm_value_changed), (main): Convert from float to double.
37679         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37680
37681 2004-02-13  David Schleef  <ds@schleef.org>
37682
37683         * gst/silence/gstsilence.c: (gst_silence_class_init),
37684         (gst_silence_set_clock), (gst_silence_get),
37685         (gst_silence_set_property), (gst_silence_get_property):
37686         * gst/silence/gstsilence.h: Add sync property.
37687         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37688         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37689         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37690         * gst/sine/gstsinesrc.h: Add sync property.
37691
37692 2004-02-13  David Schleef  <ds@schleef.org>
37693
37694         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37695         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37696
37697 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37698
37699         * configure.ac:
37700         * ext/Makefile.am:
37701         * gst-libs/ext/Makefile.am:
37702           move ffmpeg plugin to gst-ffmpeg module
37703
37704 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37705
37706         * configure.ac: use GST_ARCH to detect architecture
37707
37708 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37709
37710         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37711
37712 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37713
37714         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37715           classify LADSPA plugins based on number of src/sink pads
37716           (#133663, Stefan Kost)
37717         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37718           fix dparams registration
37719           (#133528, Stefan Kost)
37720         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37721           fix use of isprint and use g_ascii_isprint instead
37722           (#133316, Stefan Kost)
37723
37724 2004-02-11  David Schleef  <ds@schleef.org>
37725
37726         Convert a few inner loops to use liboil.  This is currently
37727         optional, and is only enabled if liboil is present (duh!).
37728         * configure.ac: Check for liboil-0.1
37729         * gst/intfloat/Makefile.am:
37730         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37731         (gst_int2float_chain_gint16):
37732         * gst/videofilter/Makefile.am:
37733         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37734         (tablelookup_u8), (gst_videobalance_planar411):
37735         * gst/videotestsrc/Makefile.am:
37736         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37737         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37738         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37739         (paint_hline_RGB565), (paint_hline_xRGB1555):
37740
37741 2004-02-11  David Schleef  <ds@schleef.org>
37742
37743         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37744         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37745         (gst_colorspace_getcaps), (gst_colorspace_link),
37746         (gst_colorspace_base_init), (gst_colorspace_init),
37747         (gst_colorspace_chain), (gst_colorspace_change_state),
37748         (plugin_init): Merge Ronald's patch (bug #117897) and update
37749         for new caps and negotiation.  Seems to work, although it
37750         shows off bugs in lcs.
37751
37752 2004-02-11  David Schleef  <ds@schleef.org>
37753
37754         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
37755         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
37756
37757 2004-02-11  David Schleef  <ds@schleef.org>
37758
37759         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
37760         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
37761         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
37762         Add server and port properties
37763
37764 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37765
37766         * m4/a52.m4:
37767         * m4/aalib.m4:
37768         * m4/as-ffmpeg.m4:
37769         * m4/as-liblame.m4:
37770         * m4/as-slurp-ffmpeg.m4:
37771         * m4/check-libheader.m4:
37772         * m4/esd.m4:
37773         * m4/freetype2.m4:
37774         * m4/gconf-2.m4:
37775         * m4/glib.m4:
37776         * m4/gst-alsa.m4:
37777         * m4/gst-artsc.m4:
37778         * m4/gst-ivorbis.m4:
37779         * m4/gst-matroska.m4:
37780         * m4/gst-sdl.m4:
37781         * m4/gst-shout2.m4:
37782         * m4/gst-sid.m4:
37783         * m4/gtk.m4:
37784         * m4/libdv.m4:
37785         * m4/libfame.m4:
37786         * m4/libmikmod.m4:
37787         * m4/ogg.m4:
37788         * m4/vorbis.m4:
37789           fix underquotedness of macros (#133800)
37790         * m4/as-avifile.m4:
37791         * m4/xmms.m4:
37792           removed because no longer used
37793
37794 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37795
37796         * configure.ac:
37797           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
37798           by autopoint (fixes #132996)
37799
37800 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37801
37802         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
37803         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
37804         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
37805         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
37806           fix memleaks
37807
37808 2004-02-11  David Schleef  <ds@schleef.org>
37809
37810         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
37811         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
37812         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
37813         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
37814         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
37815         (gst_jpegenc_class_init), (gst_jpegenc_init),
37816         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
37817         (gst_jpegenc_chain), (gst_jpegenc_set_property),
37818         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
37819         * ext/jpeg/gstjpegenc.h: Fix negotiation.
37820
37821 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37822
37823         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
37824         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
37825         * ext/mikmod/gstmikmod.h:
37826           fix caps negotiation in mikmod
37827         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
37828           output debug information
37829
37830 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37831
37832         * gst-libs/gst/colorbalance/Makefile.am:
37833         * gst-libs/gst/navigation/Makefile.am:
37834         * gst-libs/gst/xoverlay/Makefile.am:
37835           remove unused GST_OPT_CFLAGS from Makefiles
37836           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
37837
37838 2004-02-07  David Schleef  <ds@schleef.org>
37839
37840         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
37841         push events to pads that haven't been created (#133508)
37842
37843 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
37844
37845         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
37846         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
37847         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
37848         (gst_dvdec_loop), (gst_dvdec_change_state):
37849         Second attempt at committing a working dvdec element.
37850
37851 2004-02-06  David Schleef  <ds@schleef.org>
37852
37853         Build fixes for OS X: (see #129600)
37854         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
37855         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
37856         (gst_riff_read_strf_iavs):
37857         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
37858         (gst_avi_demux_stream_odml):
37859         * gst/playondemand/Makefile.am:
37860         * gst/rtp/rtp-packet.c:
37861
37862 2004-02-05  David Schleef  <ds@schleef.org>
37863
37864         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
37865         last change, because it Just Doesn't Compile.
37866
37867 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37868
37869         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37870           skip undecodable id3v2 tag instead of keeping it
37871
37872 2004-02-05  David Schleef  <ds@schleef.org>
37873
37874         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37875         Unref leaked buffer.  (Noticed by Ronald)
37876
37877 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
37878
37879         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37880         Sync requires with other checks.  >= vs =.
37881
37882 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
37883
37884         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
37885         (gst_dvdec_video_link), (gst_dvdec_loop):
37886         * ext/dv/gstdvdec.h:
37887           rework the caps negotiation so that dvdec works again instead
37888           of just segfaulting.
37889
37890 === release 0.7.4 ===
37891
37892 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37893
37894         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
37895         * configure.ac: changed for release
37896
37897 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37898
37899         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
37900         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37901         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37902         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37903           reworked patch by David Lehn to fix libdir and includedir for
37904           uninstalled libraries
37905           removed play and gconf from gstreamer-libs since they have their
37906           own pkgconfig files
37907
37908 2004-02-04  David Schleef  <ds@schleef.org>
37909
37910         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
37911         memleak.
37912
37913 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37914
37915         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37916           use correct GST_TAG_ENCODER tag
37917
37918 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37919
37920         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
37921           be sure to stop the clock when going to paused
37922         * sys/oss/gstosssink.c: (gst_osssink_change_state):
37923           reset number of transmitted when going to ready.
37924         fixes #132935
37925
37926 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
37927
37928         reviewed by Benjamin Otte
37929
37930         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37931           extract track count (fixes #133410)
37932
37933 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37934
37935         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
37936           that should be !=, not == (fixes #132519)
37937
37938 2004-02-04  David Schleef  <ds@schleef.org>
37939
37940         Make sure set_explicit_caps() is called before adding pad.
37941         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
37942         * gst/id3/gstid3types.c: (gst_id3types_loop):
37943         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
37944         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
37945
37946 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37947
37948         * configure.ac:
37949           bump nano to 2, first prerelease
37950           put back AM_PROG_LIBTOOL
37951
37952 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37953
37954         * testsuite/alsa/Makefile.am:
37955           these are user test apps, not automatic testsuite tests
37956
37957 2004-02-04  David Schleef  <ds@schleef.org>
37958
37959         Convert GST_DEBUG_CAPS() to GST_DEBUG():
37960         * gst/mpeg1videoparse/gstmp1videoparse.c:
37961         (mp1videoparse_parse_seq):
37962         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
37963         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
37964         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
37965         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
37966         (gst_xvideosink_getcaps):
37967         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
37968         * testsuite/gst-lint: more tests
37969
37970 2004-02-04  David Schleef  <ds@schleef.org>
37971
37972         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
37973         with the code that they would expand to.
37974         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
37975         (gst_flacdec_get_src_query_types),
37976         (gst_flacdec_get_src_event_masks):
37977         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
37978         (gst_gnomevfssrc_get_query_types),
37979         (gst_gnomevfssrc_get_event_mask):
37980
37981 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37982
37983         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37984         (gst_sinesrc_dispose):
37985           fix memleak by properly disposing sinesrc
37986
37987 2004-02-04  Julien MOUTTE  <julien@moutte.net>
37988
37989         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
37990         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
37991         an overlay to redraw the image because it has been exposed.
37992         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
37993         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
37994         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
37995         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
37996         interface
37997         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
37998         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
37999         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38000         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38001         interface
38002
38003 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38004
38005         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38006           more memleak fixage
38007
38008 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38009
38010         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38011         * gst/typefind/gsttypefindfunctions.c:
38012           fix memleaks shown by gst-typefind
38013
38014 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38015
38016         * common/glib-gen.mak:
38017           add hack rule to touch .Plo files
38018         * gst-libs/gst/colorbalance/Makefile.am:
38019         * gst-libs/gst/mixer/Makefile.am:
38020         * gst-libs/gst/play/Makefile.am:
38021         * gst-libs/gst/tuner/Makefile.am:
38022           remove glib_root variable
38023
38024 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38025
38026         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38027           set explicit caps before adding the element, so the autopluggers can
38028           plug correctly.
38029         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38030         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38031         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38032         (dv_type_find):
38033           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38034           argument.
38035
38036 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38037
38038         * gst-libs/gst/colorbalance/Makefile.am:
38039         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38040         * gst-libs/gst/colorbalance/colorbalance.c:
38041         * gst-libs/gst/colorbalance/colorbalance.h:
38042         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38043         * gst-libs/gst/mixer/Makefile.am:
38044         * gst-libs/gst/mixer/mixer-marshal.list:
38045         * gst-libs/gst/mixer/mixer.c:
38046         * gst-libs/gst/mixer/mixer.h:
38047         * gst-libs/gst/mixer/mixermarshal.list:
38048         * gst-libs/gst/play/Makefile.am:
38049         * gst-libs/gst/play/play.h:
38050         * gst-libs/gst/tuner/Makefile.am:
38051         * gst-libs/gst/tuner/tuner-marshal.list:
38052         * gst-libs/gst/tuner/tuner.c:
38053         * gst-libs/gst/tuner/tuner.h:
38054         * gst-libs/gst/tuner/tunermarshal.list:
38055           use new glib-gen.mak snippet to clean up Makefile.am
38056           fix various bugs in Makefile.am's
38057
38058 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38059
38060         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38061           handle chain parsing correctly in the multichain case
38062         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38063         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38064         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38065         (theora_dec_chain):
38066           handle events and queries correctly
38067
38068 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38069
38070         * .cvsignore:
38071         Ignore generated file _stdint.h.
38072
38073 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38074
38075         * gst-libs/gst/colorbalance/Makefile.am:
38076         * gst-libs/gst/colorbalance/colorbalance.h:
38077         * gst-libs/gst/mixer/Makefile.am:
38078         * gst-libs/gst/mixer/mixer.h:
38079         * gst-libs/gst/play/Makefile.am:
38080         * gst-libs/gst/play/play.h:
38081         * gst-libs/gst/tuner/Makefile.am:
38082         * gst-libs/gst/tuner/tuner.h:
38083         Generate enum type code with glib-mkenums.
38084         * gst-libs/gst/colorbalance/.cvsignore:
38085         * gst-libs/gst/mixer/.cvsignore:
38086         * gst-libs/gst/play/.cvsignore:
38087         * gst-libs/gst/tuner/.cvsignore:
38088         Ignore generated files.
38089
38090 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38091
38092         * gst-libs/gst/audio/.cvsignore:
38093         Ignore generated file.
38094         * gst-libs/gst/audio/Makefile.am:
38095         Do not install example filter.
38096
38097 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38098
38099         * examples/switch/.cvsignore:
38100         Ignore generated file.
38101
38102 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38103
38104         * common/m4/ax_create_stdint_h.m4:
38105         * configure.ac:
38106           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38107           _stdint.h.
38108         * Makefile.am:
38109           remove generated _stdint.h in DISTCLEANFILES
38110         * ext/a52dec/gsta52dec.c:
38111           include _stdint.h for a52dec. (should fix #133064)
38112
38113 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38114
38115         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38116         (gst_tag_to_vorbis_comments):
38117         Add replaygain support to vorbistag
38118
38119 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38120         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38121         (gst_ffmpeg_caps_to_extradata):
38122           Fix SVQ3 caps flag properties
38123           Use glib macro for bytes swap
38124
38125 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38126
38127         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38128         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38129         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38130         * ext/sndfile/gstsf.c: (plugin_init):
38131         * gst/avi/gstavi.c: (plugin_init):
38132         * sys/dxr3/dxr3init.c: (plugin_init):
38133         * sys/oss/gstossaudio.c: (plugin_init):
38134         * sys/v4l/gstv4l.c: (plugin_init):
38135         * sys/v4l2/gstv4l2.c: (plugin_init):
38136           remove textdomain calls
38137         * po/nl.po:
38138           update Dutch translation
38139
38140 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38141
38142         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38143         (gst_play_set_audio_sink): Moving volume in the audio thread for
38144         instantaneous volume change. Maybe i will add another volume in front
38145         of visualization later, not sure yet though.
38146
38147 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38148
38149         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38150         (gst_ximagesink_handle_xevents): Better X events handling, only take
38151         the latest events for configure and motion.
38152         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38153
38154 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38155
38156         reviewed by: David Schleef  <ds@schleef.org>
38157
38158         Fix memory leaks:
38159         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38160         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38161
38162 2004-02-02  David Schleef  <ds@schleef.org>
38163
38164         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38165         of lines.
38166         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38167         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38168         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38169         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38170         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38171         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38172         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38173         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38174         (gst_float2_2_int_link):
38175         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38176         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38177         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38178         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38179         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38180         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38181         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38182         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38183         * testsuite/gst-lint: Add tests for bzero and ;;
38184
38185 2004-02-02  David Schleef  <ds@schleef.org>
38186
38187         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38188
38189 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38190
38191         * ext/aalib/gstaasink.c: (gst_aasink_open):
38192         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38193         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38194         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38195         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38196         (gst_afsink_close_file):
38197         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38198         (gst_afsrc_close_file):
38199         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38200         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38201         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38202         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38203         * ext/esd/esdmon.c: (gst_esdmon_get):
38204         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38205         * ext/faac/gstfaac.c: (gst_faac_chain):
38206         * ext/faad/gstfaad.c: (gst_faad_chain):
38207         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38208         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38209         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38210         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38211         (gst_flacdec_loop):
38212         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38213         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38214         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38215         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38216         (gst_gnomevfssink_close_file):
38217         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38218         (gst_gnomevfssrc_open_file):
38219         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38220         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38221         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38222         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38223         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38224         * ext/mad/gstmad.c: (gst_mad_chain):
38225         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38226         * ext/mpeg2dec/gstmpeg2dec.c:
38227         * ext/mpeg2enc/gstmpeg2enc.cc:
38228         * ext/mplex/gstmplex.cc:
38229         * ext/mplex/gstmplexibitstream.cc:
38230         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38231         (gst_ogg_demux_push):
38232         * ext/raw1394/gstdv1394src.c:
38233         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38234         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38235         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38236         (gst_sf_loop):
38237         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38238         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38239         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38240         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38241         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38242         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38243         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38244         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38245         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38246         (gst_riff_read_element_data), (gst_riff_read_seek),
38247         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38248         * gst/adder/gstadder.c: (gst_adder_loop):
38249         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38250         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38251         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38252         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38253         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38254         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38255         * gst/goom/gstgoom.c: (gst_goom_chain):
38256         * gst/id3/gstid3types.c: (gst_id3types_loop):
38257         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38258         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38259         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38260         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38261         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38262         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38263         (gst_ebml_read_float), (gst_ebml_read_header):
38264         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38265         (gst_matroska_demux_parse_blockgroup):
38266         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38267         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38268         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38269         * gst/silence/gstsilence.c: (gst_silence_get):
38270         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38271         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38272         * gst/speed/gstspeed.c: (speed_loop):
38273         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38274         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38275         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38276         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38277         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38278         (gst_wavparse_loop):
38279         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38280         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38281         (dxr3audiosink_close):
38282         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38283         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38284         (dxr3videosink_close), (dxr3videosink_write_data):
38285         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38286         * sys/oss/gstosssink.c: (gst_osssink_chain):
38287         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38288         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38289         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38290         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38291         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38292         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38293         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38294         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38295         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38296         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38297         (gst_v4l_set_audio):
38298         * sys/v4l/v4l_calls.h:
38299         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38300         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38301         (gst_v4lmjpegsink_playback_init),
38302         (gst_v4lmjpegsink_playback_start):
38303         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38304         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38305         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38306         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38307         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38308         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38309         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38310         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38311         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38312         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38313         (gst_v4l2_get_output), (gst_v4l2_set_output),
38314         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38315         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38316         (gst_v4l2_set_attribute):
38317         * sys/v4l2/v4l2_calls.h:
38318         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38319         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38320         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38321         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38322         (gst_v4l2src_capture_stop):
38323         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38324         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38325         (gst_ximagesink_chain):
38326         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38327         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38328         (gst_xvideosink_xwindow_new):
38329         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38330         (gst_xvimagesink_chain):
38331
38332 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38333
38334         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38335         (gst_volume_get_volume), (volume_class_init), (volume_init),
38336         (volume_chain_int16), (volume_update_volume):
38337         * gst/volume/gstvolume.h:
38338           make code more readable by removing magic numbers
38339           make mixer interface export 0-100 range
38340           make it internally map to 0.0-1.0 range so users don't distort
38341           output by putting the sliders at full volume
38342
38343 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38344
38345         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38346         (gst_play_state_change), (gst_play_seek_to_time):
38347         block the tick callback for 0.5 secs after doing a seek
38348
38349 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38350
38351         * gst-libs/gst/play/play.c: (gst_play_new):
38352           check for GError
38353
38354 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38355
38356         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38357         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38358         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38359         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38360         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38361         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38362
38363 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38364
38365         * configure.ac:
38366         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38367           check for a function added in vorbis 1.1
38368
38369 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38370
38371         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38372         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38373           really start/stop clock only on PLAYING <=> PAUSED
38374         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38375           remove \n from debugging lines
38376         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38377           make it work when seeking does not
38378         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38379           reset on DISCONT
38380
38381 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38382
38383         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38384           start clock on PAUSED=>PLAYING, not later
38385         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38386           extract correct time for different discont formats
38387         (gst_alsa_sink_get_time):
38388           don't segfault when no format is negotiated yet, just return 0
38389         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38390         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38391         (gst_ogg_pad_push):
38392           handle flush and discont events correctly
38393         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38394           handle discont events correctly
38395
38396 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38397
38398         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38399         (gst_play_error_create), (gst_play_error_plugin),
38400         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38401         * gst-libs/gst/play/play.h:
38402           add error handling during creation
38403         * examples/gstplay/player.c: (main):
38404           use new gst_play_new
38405
38406
38407 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38408
38409         * ext/theora/theoradec.c: (theora_dec_chain):
38410           make comments work
38411         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38412         (vorbis_dec_src_event), (vorbis_dec_chain):
38413           add encoder tag, fix tag reading to be more error tolerant, change
38414           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38415           gst_pad_event_default.
38416         * gst/tags/gstvorbistag.c:
38417         (gst_tag_list_from_vorbiscomment_buffer):
38418           undefine function specific define at end of function
38419
38420 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38421
38422         * ext/flac/gstflac.c: (plugin_init):
38423         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38424         * ext/flac/gstflacdec.h:
38425         * ext/flac/gstflacenc.h:
38426           Fix typos
38427
38428 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38429
38430         * examples/gstplay/player.c: s/gstplay.h/play.h/
38431
38432 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38433
38434         * gst-libs/gst/play/Makefile.am:
38435         * gst-libs/gst/play/gstplay.c:
38436         * gst-libs/gst/play/gstplay.h:
38437         * gst-libs/gst/play/play.c:
38438           more surgery, operation complete
38439
38440 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38441
38442         * gst-libs/gst/play/play.old.c:
38443         * gst-libs/gst/play/play.old.h:
38444           after CVS surgery by moving, remove
38445         * gst-libs/gst/play/playpipelines.c:
38446           remove
38447
38448         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38449           add negotiation error
38450
38451 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38452
38453         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38454         (gst_ogg_demux_push):
38455           add some seeking debug info
38456           send a flush when seeking
38457
38458 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38459
38460         * configure.ac:
38461           use AC_C_INLINE
38462         * configure.ac:
38463         * ext/Makefile.am:
38464         * ext/theora/Makefile.am:
38465         * ext/theora/theoradec.c:
38466           add theora video decoder. Does just do simple decoding for now and
38467           has been tested against Theora cvs only. It only works when theora
38468           is compiled with --enable-static.
38469         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38470           always reset packetno on DISCONT
38471
38472 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38473
38474         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38475           Fix audio.
38476
38477 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38478
38479         * gst/mpegaudioparse/gstmpegaudioparse.c:
38480         (mp3_type_frame_length_from_header):
38481           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38482
38483 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38484
38485         * ext/esd/esdsink.c: (gst_esdsink_init):
38486           Since we have static pad template caps, we don't need to negotiate;
38487           either the core errors out or we know the format.
38488
38489 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38490
38491         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38492         (gst_riff_read_seek):
38493         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38494         (gst_ebml_read_seek):
38495           Fix event handling.
38496
38497 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38498
38499         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38500           removee video/x-theora from vp3 decoder, it doesn't handle raw
38501           theora streams
38502         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38503           fix bug with finalizing element that never went to PAUSED
38504         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38505           length and position queries were swapped
38506         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38507         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38508         (vorbis_dec_src_event):
38509           implement querying time and bytes
38510
38511 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38512
38513         * just about every source file:
38514           gst_element_error -> GST_ELEMENT_ERROR
38515
38516 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38517
38518         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38519         emiting FLUSH and even before DISCONT.
38520         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38521         get the best instant seeking as possible yay!
38522
38523 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38524
38525         * gst/mpeg1videoparse/gstmp1videoparse.c:
38526         (gst_mp1videoparse_real_chain):
38527           Committed wrong version last week... Grr... Didn't notice until now.
38528
38529 2004-01-29  Julien MOUTTE <julien@moutte.net>
38530
38531         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38532         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38533         have_xwindow_id signal in xwindow_create.
38534
38535 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38536
38537         * ext/ogg/gstoggdemux.c:
38538           lots of changes - mainly support for chained bitstreams, seeking,
38539           querying and bugfixes of course
38540         * ext/vorbis/Makefile.am:
38541         * ext/vorbis/vorbisdec.c:
38542         * ext/vorbis/vorbisdec.h:
38543           add vorbisdec raw vorbis decoder
38544         * ext/vorbis/vorbis.c: (plugin_init):
38545           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38546         * gst/intfloat/Makefile.am:
38547         * gst/intfloat/float22int.c:
38548         * gst/intfloat/float22int.h:
38549         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38550           add float2intnew plugin. It converts multichannel interleaved float to
38551           multichannel interleaved int. The name should probably be changed.
38552         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38553         (plugin_init):
38554           add typefinding for raw theora video so oggdemux can detect it.
38555
38556 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38557
38558         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38559         sink element first.
38560         * gst/videoscale/gstvideoscale.c:
38561         (gst_videoscale_handle_src_event): Fixing src event handler.
38562
38563 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38564
38565         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38566         (gst_v4lsrc_open), (gst_v4lsrc_close),
38567         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38568         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38569         * sys/v4l/gstv4lsrc.h:
38570         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38571         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38572           Implement resizing... Hack. But that's why v4l is b0rked...
38573
38574 2004-01-28  Julien MOUTTE <julien@moutte.net>
38575
38576         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38577         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38578         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38579         (gst_ximagesink_xwindow_destroy):
38580         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38581         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38582         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38583         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38584         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38585         correctly cleaning the image created to check xshm calls on succes,
38586         added a lot of XSync calls in X11 functions, and fixed a segfault when
38587         no image format was defined before negotiation happened.
38588
38589 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38590
38591         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38592           use gst_element_get_time to get correct time
38593
38594 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38595
38596         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38597         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38598         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38600         (gst_xvimagesink_check_xshm_calls),
38601         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38602         X plugins are now able to detect that XShm calls will fail even if the
38603         server claims that it has XShm support (remote displays most of the
38604         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38605         so that we use non XShm functions. This feature is almost useless for
38606         xvimagesink as Xv is not supported on remote displays anyway, but
38607         it might happen than even on the local display XShm calls fail.
38608
38609 2004-01-27  David Schleef  <ds@schleef.org>
38610
38611         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38612         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38613         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38614         changed esdsink to only use 44100,16,2, since esd sucks at rate
38615         conversion and esdsink has had difficulty negotiating.
38616
38617 2004-01-27  Julien MOUTTE <julien@moutte.net>
38618
38619         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38620         (gst_play_seek_to_time): Fixing the way to get current position.
38621
38622 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38623
38624         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38625           use gst_element_get_time to get correct time
38626
38627 2004-01-27  Julien MOUTTE <julien@moutte.net>
38628
38629         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38630         fix ever... Inverting 2 lines of code make spider autoplug correctly
38631         tagged mp3 !
38632
38633 2004-01-27  David Schleef  <ds@schleef.org>
38634
38635         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38636         Use gst_pad_try_set_caps_nonfixed().
38637
38638 2004-01-27  David Schleef  <ds@schleef.org>
38639
38640         * gst/ac3parse/gstac3parse.c: update to checklist 5
38641         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38642         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38643         * gst/audioscale/gstaudioscale.c: same
38644         * gst/auparse/gstauparse.c: same
38645         * gst/avi/gstavidemux.c: same
38646
38647 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38648
38649         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38650           stop processing after EOS
38651
38652 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38653
38654         * gst/asfdemux/asfheaders.h:
38655         * gst/asfdemux/gstasfdemux.c:
38656         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38657         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38658         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38659           lot's of fixes to make data extraction simpler and get the code
38660           architecture and compiler independant. Add debugging category
38661         * gst/goom/gstgoom.c: (gst_goom_change_state):
38662           reset channel count on PAUSED=>READY, not READY=>PAUSED
38663
38664 2004-01-26  Colin Walters  <walters@verbum.org>
38665
38666         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38667         code to pull a bigger buffer in iradio mode.  This as a side effect
38668         makes typefinding work.
38669
38670 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38671
38672         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38673         Fix SVQ3 decoding on PPC
38674
38675 2004-01-26  Julien MOUTTE <julien@moutte.net>
38676
38677         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38678         that one managed to stay there... Fixed.
38679
38680 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38681
38682         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38683         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38684         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38685         (qtdemux_video_caps):
38686         * gst/qtdemux/qtdemux.h:
38687         Add SVQ3 specific flags to qtdemux and ffmpeg
38688
38689 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38690
38691         * gst-libs/gst/audio/audio.h:
38692           remove buffer-frames from audio caps
38693         * gst/audioconvert/gstaudioconvert.c:
38694           fix plugin to really work.
38695
38696 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38697
38698         * gst-libs/gst/mixer/mixer.c:
38699         * gst-libs/gst/propertyprobe/propertyprobe.c:
38700         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38701         (gst_tuner_find_channel_by_name):
38702         * gst-libs/gst/tuner/tuner.h:
38703           Add gtk-doc style comments. Also fix a function name.
38704
38705 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38706
38707         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38708         (gst_divxdec_negotiate):
38709           Fix for new capsnego - also fixes gst-player with divxdec.
38710
38711 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38712
38713         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38714         (gst_play_identity_handoff), (gst_play_set_location),
38715         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38716         try in visualization implementation. Still have an issue with switch
38717         blocking when pulling from video_queue and only audio comes out of
38718         spider.
38719         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38720         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38721         release method. And check if the pad is usable before pulling.
38722
38723 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38724
38725         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38726         (gst_videobalance_init),
38727         (gst_videobalance_colorbalance_list_channels),
38728         (gst_videobalance_colorbalance_set_value),
38729         (gst_videobalance_colorbalance_get_value),
38730         (gst_videobalance_update_properties),
38731         (gst_videobalance_update_tables_planar411),
38732         (gst_videobalance_planar411):
38733         * gst/videofilter/gstvideobalance.h:
38734           Implement lookup-tables. +/- 10x faster.
38735
38736 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38737
38738         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38739         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38740           The index reading was broken. The rest worked fine, but the whole
38741           goal of my rewrite was to make avidemux readable, and this was
38742           not at all readable. Please use typed variables.
38743
38744 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38745
38746         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38747           Additional pad usability check.
38748         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38749         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38750         (gst_mp1videoparse_real_chain):
38751           Fix MPEG video stream parsing. The original plugin had several
38752           issues, including not timestamping streams where the source was
38753           not timestamped (this happens with PTS values in mpeg system
38754           streams, but MPEG video is also a valid stream on its own so
38755           that needs timestamps too). We use the display time code for that
38756           for now. Also, if one incoming buffer contains multiple valid
38757           frames, we push them all on correctly now, including proper EOS
38758           handling. Lastly, several potential segfaults were fixed, and we
38759           properly sync on new sequence/gop headers to include them in next,
38760           not previous frames (since they're header for the next frame, not
38761           the previous). Also see #119206.
38762         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
38763         (bpf_from_header):
38764           Move caps setting so we only do it after finding several valid
38765           MPEG-1 fraes sequentially, not right after the first one (which
38766           might be coincidental).
38767         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
38768         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38769         (plugin_init):
38770           Add unsynced MPEG video stream typefinding, and change some
38771           probability values so we detect streams rightly. The idea is as
38772           follows: I can have an unsynced system stream which contains
38773           video. In the current code, I would randomly get a type for either
38774           system or video stream type found, because the probabilities are
38775           being calculated rather randomly. I now use fixed values, so we
38776           always prefer system stream if that was found (and that is how it
38777           should be). If no system stream was found, we can still identity                the stream as video-only.
38778
38779 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38780
38781         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38782         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38783           don't write to buffer. Extract data without the need of
38784           __attribute__ ((packed))
38785
38786 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38787
38788         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
38789         (mpeg1_sys_type_find):
38790           Fix MPEG-1 stream typefinding.
38791
38792 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38793
38794         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
38795           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
38796
38797 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38798
38799         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
38800         * ext/esd/gstesd.c: (plugin_init):
38801           private debugging, better error reporting
38802
38803 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38804
38805         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
38806         (gst_riff_read_init), (gst_riff_read_change_state):
38807         * gst-libs/gst/riff/riff-read.h:
38808           Remove stuff fromold metadata system.
38809
38810 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38811
38812         * ext/ogg/gstoggdemux.c:
38813           Fix wrong file comment.
38814         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38815         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
38816           Add metadata reading properly.
38817
38818 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38819
38820         * ext/Makefile.am:
38821           Fix nas DIST_SUBDIRS
38822           Uraeus:
38823           Fix bug where make distcheck doesn't get run on adding stuff to
38824           the build.
38825
38826 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38827
38828         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
38829         * ext/divx/gstdivxdec.h:
38830           Fix divx3 ("msmpeg4") playback using divxdec.
38831
38832 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38833
38834         * gst/typefind/gsttypefindfunctions.c:
38835         (mp3_type_frame_length_from_header): fix bug in length computation
38836         (mp3_type_find): improve debugging output
38837
38838 2004-01-23  Julien MOUTTE  <julien@moutte.net>
38839
38840         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38841         (gst_play_set_location), (gst_play_seek_to_time),
38842         (gst_play_set_audio_sink), (gst_play_set_visualization),
38843         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
38844         the pipeline from scratch. Visualization is back and switch went out as
38845         i realized it was not possible to use the way i wanted.
38846         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
38847         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
38848         clearing in state change from READY to NULL. So that one can clean the
38849         X ressources keeping the element.
38850         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38851         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
38852         (gst_xvimagesink_colorbalance_set_value),
38853         (gst_xvimagesink_colorbalance_get_value),
38854         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
38855         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
38856         change from READY to NULL and fixed some stupid bugs in colorbalance
38857         get/set values. Also added the following feature : when nobody tries to
38858         set some values to the colorbalance levels before the xcontext is
38859         grabbed, then when creating channels list from Xv attributes we set the
38860         internal values to the Xv defaults. This way we handle buggy Xv drivers
38861         that set default hue values far from the middle of the range (Thanks
38862         to Jon Trowbridge for pointing that issue).
38863         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
38864         colorbalance levels have been set before xcontext is grabbed.
38865
38866 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38867
38868         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
38869           Fix the ossmixer case where we shouldn't open /dev/dsp* because
38870           it might block operations (which is bad for a mixer).
38871
38872 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38873
38874         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
38875         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
38876         (gmip_find_type_pre):
38877         * gst-libs/gst/media-info/media-info-priv.h:
38878         * gst-libs/gst/media-info/media-info.c:
38879         (gst_media_info_instance_init), (gst_media_info_read_idler):
38880         add fakesink to get caps on decoder src pad again
38881         fix callback prototype to match new have_type signal signature
38882
38883 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38884
38885         * gst/adder/gstadder.c: (gst_adder_link):
38886           fix non-compile and cut-n-paste code
38887
38888 2004-01-21  David Schleef  <ds@schleef.org>
38889
38890         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
38891         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
38892         (gst_swfdec_init), (gst_swfdec_change_state):
38893         * ext/swfdec/gstswfdec.h:
38894         Fix negotiation.
38895         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
38896         (gst_adder_request_new_pad): Fix negotiation.
38897         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
38898         Add a fixate function.
38899         * gst/intfloat/gstfloat2int.c:
38900         * gst/intfloat/gstfloat2int.h:
38901         * gst/intfloat/gstint2float.c:
38902         * gst/intfloat/gstint2float.h:
38903         Completely rewrite the negotiation.  Doesn't quite work yet,
38904         due to some buffer-frames problem.
38905
38906 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
38907
38908         * ext/gnomevfs/gstgnomevfssrc.c:
38909         * sys/v4l2/v4l2_calls.h:
38910           fix includes for distcheck
38911
38912 2004-01-21  Christian Schaller <uraeus@gnome.org>
38913
38914         * ext/nas/
38915         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
38916         based on earlier patch from Laurent Vivier
38917
38918 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
38919
38920         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38921         Fix wma caps property
38922         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
38923         Fix typo (flags1 and flags2)
38924
38925 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38926
38927         * gst-libs/gst/media-info/media-info-priv.c:
38928         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
38929         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
38930         (gmip_find_stream), (gmip_find_track_metadata),
38931         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
38932         (gmip_find_track_format):
38933         * gst-libs/gst/media-info/media-info-priv.h:
38934         * gst-libs/gst/media-info/media-info-test.c: (main):
38935         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
38936         (gst_media_info_read_idler), (gst_media_info_read):
38937         * gst-libs/gst/media-info/media-info.h:
38938           register debugging category and use it for debugging
38939
38940 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38941
38942         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
38943         (gst_vorbisfile_new_link):
38944           signal streaminfo through tags
38945
38946 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38947
38948         * ext/mplex/gstmplex.cc:
38949         * ext/mplex/gstmplexibitstream.cc:
38950           g++ doesn't like NULL in our i18n/error macros, should be
38951           either (NULL) or ("").
38952
38953 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38954
38955         * sys/dxr3/dxr3audiosink.c:
38956         * sys/dxr3/dxr3init.c:
38957         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
38958         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
38959           Fix more error error error errors (missing includes here).
38960
38961 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38962
38963         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
38964           fix thomas' error errors.
38965
38966 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38967
38968         * ext/mpeg2enc/gstmpeg2enc.cc:
38969           fix error errors.
38970
38971 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38972
38973         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38974         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38975           Fix for new error system.
38976
38977 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38978
38979         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38980           fix for new error reporting
38981
38982 2004-01-20  David Schleef  <ds@schleef.org>
38983
38984         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
38985         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
38986         (gst_ximagesink_set_xwindow_id): Change to using a framerate
38987         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
38988         and neither is 100+, most likely.
38989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
38990         (gst_xvimagesink_getcaps): same
38991
38992 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38993
38994         * configure.ac:
38995           Up version requirement to 2.0.3 (not yet released) to avoid symbol
38996           clashes with ffmpeg.
38997
38998 2004-01-20  Julien MOUTTE  <julien@moutte.net>
38999
39000         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39001         (gst_switch_init): Fixed switch element : proxying link and setting
39002         caps from src to sink on request.
39003
39004 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39005
39006         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39007         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39008         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39009         fix element_error
39010
39011 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39012
39013         * sys/v4l/v4l_calls.h:
39014         * sys/v4l2/v4l2_calls.h:
39015           element_error fixes
39016
39017 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39018
39019         * gst-libs/gst/gst-i18n-plugin.h:
39020           add locale.h
39021           remove config.h inclusion
39022
39023 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39024
39025         * autogen.sh:
39026           adding autopoint invocation
39027         * Makefile.am:
39028         * configure.ac:
39029         * gst-libs/gst/gettext.h:
39030           adding gettext bits
39031         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39032         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39033         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39034         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39035         (gst_gnomevfssink_close_file):
39036         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39037         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39038         * gst-libs/gst/gst-i18n-plugin.h:
39039         * gst/avi/gstavi.c: (plugin_init):
39040         * sys/dxr3/dxr3init.c: (plugin_init):
39041         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39042         * sys/oss/gstossaudio.c: (plugin_init):
39043         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39044         * sys/v4l/gstv4l.c: (plugin_init):
39045         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39046         * sys/v4l2/gstv4l2.c: (plugin_init):
39047         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39048         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39049         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39050         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39051         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39052         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39053           make sure locale and translation domain are set
39054           fix translated strings
39055         * po/.cvsignore:
39056         * po/LINGUAS:
39057         * po/Makevars:
39058         * po/POTFILES.in:
39059         * po/nl.po:
39060           put translation files into place
39061         * sys/xvideo/imagetest.c: (main):
39062         * ext/dv/demo-play.c: (main):
39063           fix unnecessary translations
39064
39065 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39066
39067         * ext/sndfile/gstsf.c:
39068         * gst/avi/gstavimux.c:
39069         * ext/audiofile/gstafsink.c:
39070         * ext/audiofile/gstafsrc.c:
39071         * ext/gnomevfs/gstgnomevfssink.c:
39072         * ext/gnomevfs/gstgnomevfssrc.c:
39073         * sys/oss/gstosselement.c:
39074         * sys/v4l/v4l_calls.h:
39075           fix i18n include
39076
39077 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39078
39079         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39080         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39081         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39082         (gst_v4l2_get_output), (gst_v4l2_set_output),
39083         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39084         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39085         (gst_v4l2_set_attribute):
39086         update to new error handling
39087
39088 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39089
39090         * ext/sidplay/gstsiddec.cc:
39091         * gst/modplug/gstmodplug.cc:
39092           parenthese NULL because C++ seems angry about it
39093
39094 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39095
39096         * gst-libs/gst/gst-i18n-plugin.h:
39097           add skeleton i18n stuff, but needs to be further implemented
39098
39099 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39100
39101         * examples/gstplay/player.c: (main):
39102         * ext/aalib/gstaasink.c: (gst_aasink_open):
39103         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39104         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39105         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39106         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39107         (gst_afsink_close_file):
39108         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39109         (gst_afsrc_close_file):
39110         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39111         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39112         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39113         * ext/esd/esdmon.c: (gst_esdmon_get):
39114         * ext/esd/esdsink.c: (gst_esdsink_chain):
39115         * ext/faac/gstfaac.c: (gst_faac_chain):
39116         * ext/faad/gstfaad.c: (gst_faad_chain):
39117         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39118         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39119         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39120         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39121         (gst_flacdec_loop):
39122         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39123         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39124         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39125         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39126         (gst_gnomevfssink_close_file):
39127         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39128         (gst_gnomevfssrc_open_file):
39129         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39130         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39131         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39132         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39133         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39134         * ext/mad/gstmad.c: (gst_mad_chain):
39135         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39136         * ext/mpeg2dec/gstmpeg2dec.c:
39137         * ext/mpeg2enc/gstmpeg2enc.cc:
39138         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39139         * ext/mplex/gstmplex.cc:
39140         * ext/mplex/gstmplexibitstream.cc:
39141         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39142         (gst_ogg_demux_push), (gst_ogg_pad_push):
39143         * ext/raw1394/gstdv1394src.c:
39144         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39145         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39146         * ext/sidplay/gstsiddec.cc:
39147         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39148         (gst_sf_loop):
39149         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39150         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39151         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39152         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39153         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39154         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39155         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39156         * gst-libs/gst/Makefile.am:
39157         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39158         (gst_riff_read_element_data), (gst_riff_read_seek),
39159         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39160         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39161         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39162         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39163         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39164         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39165         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39166         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39167         * gst/goom/gstgoom.c: (gst_goom_chain):
39168         * gst/id3/gstid3types.c: (gst_id3types_loop):
39169         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39170         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39171         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39172         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39173         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39174         (gst_ebml_read_float), (gst_ebml_read_header):
39175         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39176         (gst_matroska_demux_parse_blockgroup):
39177         * gst/modplug/gstmodplug.cc:
39178         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39179         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39180         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39181         * gst/silence/gstsilence.c: (gst_silence_get):
39182         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39183         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39184         * gst/speed/gstspeed.c: (speed_loop):
39185         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39186         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39187         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39188         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39189         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39190         (gst_wavparse_loop):
39191         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39192         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39193         (dxr3audiosink_close):
39194         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39195         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39196         (dxr3videosink_close), (dxr3videosink_write_data):
39197         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39198         * sys/oss/gstosselement.h:
39199         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39200         (gst_osssink_chain):
39201         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39202         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39203         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39204         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39205         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39206         (gst_v4l_enable_overlay):
39207         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39208         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39209         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39210         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39211         (gst_v4l_set_audio):
39212         * sys/v4l/v4l_calls.h:
39213         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39214         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39215         (gst_v4lmjpegsink_playback_init),
39216         (gst_v4lmjpegsink_playback_start):
39217         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39218         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39219         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39220         (gst_v4lmjpegsrc_requeue_frame):
39221         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39222         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39223         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39224         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39225         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39226         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39227         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39228         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39229         (gst_v4l2src_capture_stop):
39230         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39231         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39232         (gst_ximagesink_chain):
39233         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39234         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39235         (gst_xvideosink_xwindow_new):
39236         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39237         (gst_xvimagesink_chain):
39238         use new error signal, function and categories
39239
39240 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39241
39242         * configure.ac:
39243         * ext/Makefile.am:
39244         * ext/musicbrainz/gsttrm.c:
39245         * ext/musicbrainz/gsttrm.h:
39246         * ext/musicbrainz/Makefile.am:
39247         Add a trm plugin
39248
39249 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39250
39251         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39252         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39253         synchronous property for debugging.
39254         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39255         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39256         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39257         smaller block, fixing indent.
39258
39259 2004-01-16  David Schleef  <ds@schleef.org>
39260
39261         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39262         property affects the video stream.
39263         * sys/xvimage/xvimagesink.c:
39264         * sys/xvimage/xvimagesink.h:
39265         Add synchronous property for debugging.  Should probably be
39266         disabled in non-CVS builds.  Make sure that the Xv attribute
39267         exists before we set it (crash!).  Fix a silly float bug that
39268         caused colorbalance to just not work.
39269
39270 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39271
39272         * tools/gst-launch-ext.in - update for new plugins
39273
39274 2004-01-16  David Schleef  <ds@schleef.org>
39275
39276         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39277         already-freed caps.
39278
39279 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39280
39281         * Update spec for new colorspace plugin and libcaca plugin
39282         * Fix compilation of libcaca plugin (clock -> id)
39283
39284 2004-01-16  Julien MOUTTE <julien@moutte.net>
39285
39286         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39287         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39288         (gst_xvimagesink_set_xwindow_id),
39289         (gst_xvimagesink_colorbalance_set_value),
39290         (gst_xvimagesink_colorbalance_get_value),
39291         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39292         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39293         correct colorbalance properties. They can now be set when the element
39294         is still in NULL state. The values will be committed to the Xv Port
39295         when xcontext is initialized.
39296         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39297         brightness int values in the GstXvImagesink structure.
39298
39299 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39300
39301         * gst-libs/gst/Makefile.am:
39302           restructure so having local patches works easier.
39303
39304 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39305
39306         * ext/mpeg2enc/Makefile.am:
39307         * ext/mpeg2enc/gstmpeg2enc.cc:
39308         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39309           Bugfix with respect to EOS handling.
39310
39311 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39312
39313         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39314           Link with right caps (else, it segfaults).
39315         * ext/mplex/gstmplexjob.cc:
39316           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39317
39318 2004-01-15  David Schleef  <ds@schleef.org>
39319
39320         * gst-libs/gst/audio/Makefile.am:
39321         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39322         from the template.
39323         * gst-libs/gst/audio/gstaudiofilter.c:
39324         * gst-libs/gst/audio/gstaudiofilter.h:
39325         Add bytes_per_sample and size and n_samples calculation.
39326         * gst-libs/gst/audio/gstaudiofilterexample.c:
39327         Remove, now autogenerated.
39328         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39329         Moved from gstaudiofilterexample, object name changed, code added
39330         so that it actually works.
39331         * gst-libs/gst/audio/make_filter:
39332         Script to build an audiofilter subclass from the template.
39333         * gst/colorspace/Makefile.am:
39334         * gst/colorspace/yuv2yuv.c:
39335         Remove file, since it's GPL, and we don't use it.
39336
39337 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39338
39339         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39340         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39341         them use the buffer free function to test how the buffer was allocated.
39342
39343 2004-01-15  David Schleef  <ds@schleef.org>
39344
39345         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39346         that handles osssink fallback.
39347         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39348         (gst_audio_convert_getcaps):
39349         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39350         Add audio/x-qdm2 for QDM2 audio.
39351         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39352         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39353         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39354         Decrease minimum size to 16x16.
39355         * gst/wavparse/gstwavparse.c:
39356         Convert disabled pad template caps to new caps.
39357         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39358         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39359         (gst_xvimagesink_chain): Throw element error when display cannot
39360         be opened.  Increase minimum framerate to 1.0.  Check the data
39361         free function on a buffer to make sure it is the type we expect
39362         before manipulating it.
39363
39364 2004-01-15  Julien MOUTTE <julien@moutte.net>
39365
39366         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39367         (gst_videobalance_colorbalance_set_value): Implement passthru if
39368         settings are in the middle.
39369         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39370
39371 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39372
39373         * gst/videofilter/Makefile.am:
39374         * gst/volume/Makefile.am:
39375           Since we use videofilter symbols, link to it.
39376
39377 2004-01-15  Julien MOUTTE <julien@moutte.net>
39378
39379         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39380         mixer interface type to HARDWARE.
39381         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39382         type to SOFTWARE.
39383         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39384         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39385         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39386         (gst_volume_interface_init), (gst_volume_list_tracks),
39387         (gst_volume_set_volume), (gst_volume_get_volume),
39388         (gst_volume_set_mute), (gst_volume_mixer_init),
39389         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39390         (volume_init): Implementing mixer interface.
39391         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39392         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39393         (gst_osselement_change_state): Removing some trailing commas in
39394         structures.
39395         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39396         interface type to HARDWARE.
39397         * sys/v4l/gstv4lcolorbalance.c:
39398         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39399         type to HARDWARE.
39400         * sys/v4l2/gstv4l2colorbalance.c:
39401         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39402         interface type to HARDWARE.
39403         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39404         same code than ximagesink for event handling.
39405
39406 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39407
39408         * ext/snapshot/Makefile.am:
39409         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39410         (gst_snapshot_chain):
39411         * ext/snapshot/gstsnapshot.h:
39412           This has to be a joke... Snapshot should be connected to a tee,
39413           colorspace element before it and EOS after that, where the other
39414           src of the tee receives normal data.
39415           The current way is *wrong*.
39416
39417 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39418
39419         * ext/hermes/gsthermescolorspace.c:
39420           Fix another compile error. Same as below.
39421
39422 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39423
39424         * gst/colorspace/gstcolorspace.c:
39425         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39426         (gst_colorspace_i420_to_yv12):
39427           Fix compiling... Didn't test if it actually works.
39428
39429 2004-01-15  David Schleef  <ds@schleef.org>
39430
39431         * configure.ac:
39432         * gst/colorspace/Makefile.am:
39433         * gst/colorspace/gstcolorspace.c:
39434         * gst/colorspace/gstcolorspace.h:
39435         * gst/colorspace/yuv2rgb.c:
39436         * gst/colorspace/yuv2rgb.h:
39437         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39438         code and GPL code.  Fix for new caps negotiation.  Rewrite
39439         much of the format handling code, and some of the conversion
39440         code.  Basically, rewrote almost everything.  This element
39441         handles I420, YV12 to RGB conversions.
39442         * ext/hermes/Makefile.am:
39443         * ext/hermes/gsthermescolorspace.c:
39444         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39445         Remove non-Hermes related code.  This element handles lots of
39446         RGB to RGB conversions, but no YUV.
39447         * ext/hermes/gstcolorspace.c:
39448         * ext/hermes/gstcolorspace.h:
39449         * ext/hermes/rgb2yuv.c:
39450         * ext/hermes/yuv2rgb.c:
39451         * ext/hermes/yuv2rgb.h:
39452         * ext/hermes/yuv2rgb_mmx16.s:
39453         * ext/hermes/yuv2yuv.c:
39454         * ext/hermes/yuv2yuv.h:
39455         Remove old code.
39456
39457 2004-01-14  Colin Walters  <walters@verbum.org>
39458
39459         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39460         they've already been.
39461
39462 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39463
39464         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39465           assume tag mode when pad is not connected
39466
39467 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39468
39469         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39470           Don't update the time of the clock
39471         (gst_alsa_sink_loop):
39472           sync to the clock given to alsasink, not the own clock
39473         * sys/oss/gstosssink.c: (gst_osssink_chain):
39474           sync to the clock
39475         (gst_osssink_change_state):
39476           activate the clock
39477         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39478         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39479           remove bogus code that made DISCONT events unhandled
39480         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39481           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39482           #131502)
39483         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39484         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39485         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39486           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39487           2nd warning in bug #131502)
39488
39489 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39490
39491         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39492         (gst_videobalance_colorbalance_set_value),
39493         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39494         for colorbalance interface implementation.
39495         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39496         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39497         (gst_ximagesink_dispose), (gst_ximagesink_init),
39498         (gst_ximagesink_class_init): Adding DISPLAY property.
39499         * sys/ximage/ximagesink.h: Adding display_name to store display.
39500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39501         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39502         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39503         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39504         properties (they still need polishing though for gst-launch use : no
39505         xcontext yet, i ll do that tomorrow).
39506         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39507
39508 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39509
39510         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39511         (gst_play_set_location), (gst_play_set_visualization): Preparing
39512         switch integration, adding videobalance in the pipeline.
39513
39514 2004-01-14  Julien MOUTTE <julien@moutte.net>
39515
39516         * gst-libs/gst/colorbalance/colorbalance.c:
39517         (gst_color_balance_class_init): Adding a default type.
39518         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39519         the type.
39520         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39521         (gst_videobalance_dispose), (gst_videobalance_class_init),
39522         (gst_videobalance_init), (gst_videobalance_interface_supported),
39523         (gst_videobalance_interface_init),
39524         (gst_videobalance_colorbalance_list_channels),
39525         (gst_videobalance_colorbalance_set_value),
39526         (gst_videobalance_colorbalance_get_value),
39527         (gst_videobalance_colorbalance_init): Implementing colorbalance
39528         interface.
39529         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39530         list.
39531         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39532         bug which was triggering a BadAccess X error when setting an overlay
39533         before pad was really negotiated.
39534         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39535         Using the colorbalance type macro.
39536
39537 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39538
39539         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39540         (gst_flacenc_chain):
39541           handle tags correctly
39542         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39543           extract ID3v1 tags correctly
39544
39545 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39546
39547         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39548         (plugin_init):
39549           Improve matroska typefinding for odd-typed headers...
39550
39551 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39552
39553         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39554           Fix for using incremental number on padnames.
39555
39556 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39557
39558         * ext/divx/gstdivxdec.c:
39559         * ext/divx/gstdivxenc.c:
39560           Set category to divx4linux instead of divx (too generic).
39561         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39562         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39563         (gst_wavparse_loop), (gst_wavparse_change_state):
39564         * gst/wavparse/gstwavparse.h:
39565           fix parsing of WAV files with non-standard fmt-tag size and fix
39566           skipping of unrecognized chunks... Someone please fix this thing
39567           to use rifflib so all this is automated.
39568         * sys/v4l/Makefile.am:
39569         * sys/v4l2/Makefile.am:
39570           Add X_CFLAGS because we depend on X (for overlay).
39571
39572 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39573
39574         * ext/mpeg2dec/gstmpeg2dec.c:
39575           Don't issue a timestamp unless we tagged the frame
39576           with a PTS.
39577
39578 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39579
39580         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39581           Query the audio element to get the time, not the clock. We're
39582           interested in the element's time here.
39583
39584 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39585
39586         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39587         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39588         * ext/esd/esdsink.c: (gst_esdsink_chain):
39589         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39590         * ext/mas/massink.c: (gst_massink_chain):
39591         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39592         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39593         (gst_matroska_demux_parse_metadata):
39594         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39595         (gst_mpeg_parse_release_locks):
39596         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39597         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39598         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39599         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39600         (gst_osssink_change_state):
39601         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39602         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39603         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39604         (gst_xvideosink_release_locks):
39605         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39606           use element time.
39607         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39608         (gst_alsa_clock_stop):
39609         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39610         (gst_audio_clock_get_internal_time):
39611           simplify for use with new clocking code.
39612         * testsuite/alsa/Makefile.am:
39613         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39614           fix testsuite for new caps system
39615
39616 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39617
39618         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39619         * ext/flac/gstflacenc.c: (add_one_tag):
39620           length is already host endian, no need to convert. Fixes playback of
39621           tagged files on PPC. (bug #128384)
39622
39623 2004-01-13  Julien MOUTTE <julien@moutte.net>
39624
39625         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39626         colorbalance interface stating if it is hardware based or software
39627         based.
39628         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39629         Removing a trailing comma.
39630         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39631         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39632         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39633         the documentation seems to be wrong on the -1000 to 1000 interval.
39634
39635 2004-01-12  David Schleef  <ds@schleef.org>
39636
39637         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39638         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39639         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39640         Fix negotiation.  Add a bufferalloc function for the sink pad,
39641         and generally clean up some of the code.
39642
39643 2004-01-12  Julien MOUTTE <julien@moutte.net>
39644
39645         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39646         (gst_color_balance_channel_dispose): Adding safety check in dispose
39647         method.
39648         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39649         (gst_xvimagesink_xcontext_clear),
39650         (gst_xvimagesink_interface_supported),
39651         (gst_xvimagesink_colorbalance_list_channels),
39652         (gst_xvimagesink_colorbalance_set_value),
39653         (gst_xvimagesink_colorbalance_get_value),
39654         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39655         Adding colorbalance interface support to set XV parameters such as
39656         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39657         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39658         interface.
39659
39660 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39661
39662         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39663         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39664         (gst_audio_convert_init), (gst_audio_convert_set_property),
39665         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39666         (gst_audio_convert_link),
39667         (gst_audio_convert_buffer_to_default_format),
39668         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39669           - implement _getcaps and use it
39670           - improve linking
39671           - remove float caps since no float conversion is actually done
39672           - remove properties and arguments that were to be used for rate
39673             conversion
39674
39675 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39676
39677         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39678         (gst_audio_structure_set_int):
39679         * gst-libs/gst/audio/audio.h:
39680           add helper functions for _getcaps matching the standard audio
39681           templates
39682
39683 2004-01-12  David Schleef  <ds@schleef.org>
39684
39685         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39686         Test that pad is negotiated before getting its caps.
39687
39688 2004-01-12  Julien MOUTTE <julien@moutte.net>
39689
39690         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39691         analyzing the pads of an element the bin is mostly in READY state so
39692         no caps were negotiated. This helper function needs to work with
39693         _get_caps directly then. I was not freeing them though, added that to
39694         fix the mem leak.
39695
39696 2004-01-12  Julien MOUTTE <julien@moutte.net>
39697
39698         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39699         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39700         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39701         than the free_func.
39702
39703 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39704
39705         * sys/oss/gstossaudio.c: (plugin_init):
39706         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39707         * sys/oss/gstosselement.h:
39708           make an oss debugging category
39709           make failure more descriptive
39710
39711 2004-01-11  David Schleef  <ds@schleef.org>
39712
39713         * ext/ffmpeg/gstffmpeg.c:
39714         * ext/ffmpeg/gstffmpegcodecmap.c:
39715         * ext/ffmpeg/gstffmpegdec.c:
39716         * ext/ffmpeg/gstffmpegenc.c:
39717         * ext/ffmpeg/gstffmpegprotocol.c:
39718         * ext/gdk_pixbuf/gstgdkanimation.c:
39719         * ext/jpeg/gstjpeg.c:
39720         * ext/libpng/gstpng.c:
39721         * ext/mpeg2dec/perftest.c:
39722         * ext/speex/gstspeex.c:
39723         * gst-libs/gst/resample/dtos.c:
39724         * gst/intfloat/gstintfloatconvert.c:
39725         * gst/oneton/gstoneton.c:
39726         * gst/rtjpeg/RTjpeg.c:
39727         * gst/rtp/gstrtp.c:
39728         * sys/dxr3/dxr3init.c:
39729         * sys/glsink/gstgl_nvimage.c:
39730         * sys/glsink/gstgl_pdrimage.c:
39731         * sys/glsink/gstglsink.c:
39732         * testsuite/gst-lint:
39733         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39734
39735 2004-01-11  David Schleef  <ds@schleef.org>
39736
39737         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39738         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39739         * ext/gdk_pixbuf/gstgdkanimation.c:
39740         (gst_gdk_animation_iter_create_pixbuf):
39741         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39742         (gst_gdk_pixbuf_chain):
39743         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39744         * ext/jack/gstjack.c: (gst_jack_change_state):
39745         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39746         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39747         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39748         * gst/videofilter/gstvideofilter.c:
39749         (gst_videofilter_set_output_size):
39750         Remove all usage of gst_pad_get_caps(), and replace it with
39751         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39752
39753 2004-01-11  David Schleef  <ds@schleef.org>
39754
39755         * configure.ac:
39756         * ext/Makefile.am: Fixes to make ext/libcaca compile.
39757         * ext/divx/gstdivxdec.c:
39758         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39759         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
39760         handle images that span multiple buffers.  Now work with both
39761         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
39762         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39763         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
39764         video/video.h changes
39765         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
39766         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39767         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
39768         of GstData free function.
39769         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39770         same.
39771
39772 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39773
39774         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
39775         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
39776         (gst_v4l2element_get_property):
39777         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
39778           add norm, channel and frequency properties.
39779         * sys/v4l2/gstv4l2tuner.c:
39780           fixes for tuner interface changes
39781         * sys/v4l2/gstv4l2element.h:
39782         * sys/v4l2/gstv4l2src.c:
39783         * sys/v4l2/gstv4l2src.h:
39784         * sys/v4l2/v4l2src_calls.c:
39785         * sys/v4l2/v4l2src_calls.h:
39786           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
39787
39788 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39789
39790         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
39791         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
39792         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
39793         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
39794         * gst-libs/gst/tuner/tuner.h:
39795           GObjects aren't const.
39796           Add find_by_name functions.
39797           Add checks to _changed functions.
39798         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
39799         (gst_v4l_tuner_get_norm):
39800           Fixes for above.
39801
39802 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39803
39804         * gst-libs/gst/video/video.h:
39805           Fix caps template names to be understandable.
39806           Prefix everything with GST_VIDEO.
39807         * ext/aalib/gstaasink.c:
39808         * ext/divx/gstdivxdec.c:
39809         * ext/divx/gstdivxenc.c:
39810         * ext/gdk_pixbuf/gstgdkpixbuf.c:
39811         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
39812         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
39813         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
39814         * ext/libcaca/gstcacasink.c:
39815         * ext/libpng/gstpngenc.c: (raw_caps_factory):
39816         * ext/snapshot/gstsnapshot.c:
39817         * ext/swfdec/gstswfdec.c:
39818         * ext/xvid/gstxviddec.c:
39819         * ext/xvid/gstxvidenc.c:
39820         * gst/chart/gstchart.c:
39821         * gst/deinterlace/gstdeinterlace.c:
39822         * gst/effectv/gsteffectv.c:
39823         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39824         * gst/goom/gstgoom.c:
39825         * gst/median/gstmedian.c:
39826         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
39827         (gst_monoscope_srcconnect), (gst_monoscope_chain):
39828         * gst/overlay/gstoverlay.c:
39829         * gst/smooth/gstsmooth.c:
39830         * gst/smpte/gstsmpte.c:
39831         * gst/synaesthesia/gstsynaesthesia.c:
39832         * gst/videocrop/gstvideocrop.c:
39833         * gst/videodrop/gstvideodrop.c:
39834         * gst/y4m/gsty4mencode.c:
39835         * sys/qcam/gstqcamsrc.c:
39836         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
39837           Make them work with new video.h file.
39838         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39839         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39840         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39841         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39842           Make it work with new buffer allocation system.
39843
39844 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39845
39846         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
39847         pad_alloc_buffer implementation to use ->srcpad
39848         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
39849         pad_alloc_buffer implementation to use ->srcpad
39850         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
39851         pad_alloc_buffer implementation to use ->srcpad
39852         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
39853         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
39854         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39855         a reference to everything we need.
39856         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
39857         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
39858         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
39859         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39860         a reference to everything we need.
39861         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
39862
39863 2004-01-11  David Schleef  <ds@schleef.org>
39864
39865         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
39866         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
39867         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
39868         structure members.
39869         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
39870         value during a resize/renegotiation.
39871         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
39872         gst_pad_alloc_buffer();
39873         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39874         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
39875         structure members.
39876         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39877         Fix for rename of buffer private structure members.
39878         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39879         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39880         Fix for rename of buffer private structure members.
39881         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39882         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39883         Fix for rename of buffer private structure members.
39884
39885 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
39886
39887         reviewed by: David Schleef <ds@schleef.org>
39888
39889         * gst/videofilter/Makefile.am:
39890         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
39891         from the patch by ds to fit in with recent make_filter changes.
39892
39893 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39894
39895         * configure.ac: Adding examples/switch/Makefile
39896         * examples/Makefile.am: Adding examples/switch
39897         * examples/switch/Makefile.am: Adding switcher example.
39898         * examples/switch/switcher.c: (got_eos), (idle_iterate),
39899         (switch_timer), (main): Adding an example demonstrating switch usage
39900         with 2 videotestsrc showing different patterns.
39901         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39902         (gst_switch_init): Fixing switch with the new caps system.
39903
39904 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39905
39906         * gst-libs/gst/video/video.h:
39907           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
39908           They should probably be like
39909           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
39910
39911 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39912
39913         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
39914         (qtdemux_parse_trak):
39915           fix audio chunk size/timestamp calculation
39916
39917 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39918
39919         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39920           fix SVQ3 caps
39921
39922 2004-01-11  Steve Baker  <steve@stevebaker.org>
39923
39924         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
39925         (gst_agingtv_base_init), (gst_agingtv_class_init),
39926         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
39927         (gst_agingtv_set_property), (gst_agingtv_get_property):
39928         Port agingTV to videofilter
39929
39930 2004-01-09  Julien MOUTTE <julien@moutte.net>
39931
39932         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
39933         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39934
39935 2004-01-09  Julien MOUTTE <julien@moutte.net>
39936
39937         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
39938         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39939         * gst-libs/gst/xoverlay/xoverlay.c:
39940         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
39941         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
39942         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39943         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39944         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39945         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39946         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
39947         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
39948         the bufferalloc_function to replace bufferpools, fixing the XOverlay
39949         interface implementation to handle xid being 0 and fix some bugs
39950         triggered by Benjamin's testcase.
39951         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39952         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
39953         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
39954         the bufferalloc_function to replace bufferpools, fixing the XOverlay
39955         interface implementation to handle xid being 0 and fix some bugs
39956         triggered by Benjamin's testcase.
39957
39958 2004-01-09  David Schleef  <ds@schleef.org>
39959
39960         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
39961         mouse pointer events.  It works.
39962
39963 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39964
39965         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
39966           Use explicit caps - fix capsnego.
39967         * ext/xvid/gstxviddec.c:
39968         * ext/xvid/gstxvidenc.c:
39969           Remove macro-inside-macro which caused compile errors.
39970         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
39971           Error out if it's not a RIFF file. Else we error out without
39972           gst_element_error() which is not good...
39973
39974 2004-01-08  David Schleef  <ds@schleef.org>
39975
39976         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39977         Fix pad_link function to handle formats that ffmpeg returns
39978         as multiple caps structures.
39979         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
39980         Only complain if source buffer is _smaller_ than expected.
39981         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
39982         (gst_videoscale_handle_src_event): Resize navigation events
39983         when passing them upstream.
39984         * gst/videotestsrc/gstvideotestsrc.c:
39985         * gst/videotestsrc/gstvideotestsrc.h:
39986         * gst/videotestsrc/videotestsrc.c:
39987         * gst/videotestsrc/videotestsrc.h:
39988         Rewrite many of the buffer painting functions to handle odd
39989         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
39990         been verified to work with my video card.
39991         * testsuite/gst-lint:  Add check for elements calling
39992         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
39993
39994 2004-01-08  David Schleef  <ds@schleef.org>
39995
39996         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
39997         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
39998
39999 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40000
40001         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40002         configure event is not emiting the desired size signal. That fixes
40003         aspect ratio issues with gst-player.
40004
40005 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40006
40007         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40008           Fix capsnego.
40009
40010 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40011
40012         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40013         public method to fire size signal.
40014
40015 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40016
40017         * examples/gstplay/Makefile.am: Adding the interface library.
40018         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40019         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40020         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40021         GST_IS_X_OVERLAY before signal connect.
40022         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40023         Removing the have_video_size signal.
40024         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40025         and associated public method.
40026         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40027         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40028         signal.
40029         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40030         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40031         signal.
40032         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40033         Using XOverlay public method to fire size signal.
40034
40035 2004-01-07  David Schleef  <ds@schleef.org>
40036
40037         * gst/videofilter/Makefile.am:
40038         * gst/videofilter/gstvideotemplate.c:
40039         * gst/videofilter/make_filter:
40040         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40041         Convert make_filter to /bin/sh script.
40042
40043 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40044
40045         * gst/modplug/gstmodplug.cc: fix element description
40046
40047 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40048
40049         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40050         (got_video_size): Adding some new lines in g_print calls.
40051         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40052         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40053         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40054         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40055         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40056         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40057         Complete code review, reverting some stuff i disagree with, adding
40058         some fixes : time synchronization on invalid timestamps, renegotiation
40059         of private window.
40060         * sys/ximage/ximagesink.h:
40061         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40062         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40063         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40064         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40065         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40066         (gst_xvimagesink_buffer_new),
40067         (gst_xvimagesink_navigation_send_event),
40068         (gst_xvimagesink_set_xwindow_id),
40069         (gst_xvimagesink_get_desired_size),
40070         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40071         stuff i disagree with, adding some fixes : Renegotiation of private
40072         window, implementing get_desired_size.
40073
40074 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40075
40076         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40077         (gst_afsink_handle_event):
40078         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40079         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40080         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40081         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40082         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40083           Fix for instantiate-test (see core). Also remove dead code from
40084           jpegenc (which still needs fixing, but that's lower on my TODO
40085           list...).
40086         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40087           Never return NULL as caps.
40088
40089 2004-01-07  David Schleef  <ds@schleef.org>
40090
40091         * configure.ac:
40092         * ext/Makefile.am:
40093         * ext/librfb/Makefile.am:
40094         * ext/librfb/gstrfbsrc.c:
40095         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40096         is the protocol used by VNC.
40097
40098 2004-01-07  David Schleef  <ds@schleef.org>
40099
40100         * gst/videofilter/gstvideotemplate.c:
40101         * gst/videofilter/gstvideotemplate.h:
40102         * gst/videofilter/make_filter:
40103         Merge videotemplate header into source file.
40104         * gst/effectv/Makefile.am:
40105         * gst/effectv/gsteffectv.c: (plugin_init):
40106         * gst/effectv/gstwarp.c:
40107         Make warpTV a subclass of videofilter.
40108
40109 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40110
40111         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40112           Add guard against invalid utf-8 conversions in mad. Just in case.
40113
40114 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40115
40116         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40117           Fix for bug shown by poisoning
40118
40119 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40120
40121         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40122         (gst_v4lmjpegsrc_buffer_free):
40123         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40124         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40125         (gst_v4lsrc_buffer_free):
40126           Fix for removed bufferpools.
40127
40128 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40129
40130         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40131         Fix caps negotiation.
40132
40133         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40134         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40135         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40136         (dvdnavsrc_event):
40137         * ext/mpeg2dec/gstmpeg2dec.c:
40138         * gst-libs/gst/navigation/navigation.c:
40139         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40140         * gst-libs/gst/navigation/navigation.h:
40141         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40142         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40143         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40144         Super-simple first version of mouse and keyboard events. Clicking
40145         on a DVD menu now works, although it may not take you where you
40146         expected.
40147
40148         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40149         * gst/videotestsrc/gstvideotestsrc.c:
40150         (gst_videotestsrc_src_fixate):
40151         These fixate functions were broken - they never actually
40152         fixated :)
40153
40154 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40155
40156         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40157         (gst_icecastsend_init):
40158           fix for new caps system.
40159         * gst-libs/gst/mixer/mixertrack.h:
40160         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40161           Add 'master track' flag (for tools like ACME that only want to
40162           change the main volume).
40163
40164 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40165
40166         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40167         (gst_xvid_csp_to_caps):
40168         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40169         * ext/xvid/gstxvidenc.c:
40170         ifdef out ARGB type when it isn't available
40171         in xvidcore 1.0.0beta2
40172
40173 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40174
40175         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40176           When we have received a new SCR right in the first buffer after
40177           a seek (so in the same cycle that handles the discont), we should
40178           handle the buffer instead of unreffing it, else we lose data.
40179
40180 2004-01-06  Iain <iain@prettypeople.org>
40181
40182         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40183           buffer-frames caps too.
40184
40185         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40186           caps that we need, don't destroy them all and rebuild them. And when
40187           creating src pads, use the src pad template rather than the sink...
40188
40189 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40190
40191         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40192           Add pad to element *after* setting functions such as event handler.
40193           Without this, the scheduler (opt) will link pads, set the event
40194           handler from the default event function (dispatcher in gstpad.c)
40195           and *after* that, we will set our own event function, which will
40196           thus never be used (and thus mpegdemux doesn't handle events).
40197
40198 2004-01-04  David Schleef  <ds@schleef.org>
40199
40200         Fix the fixate functions to handle new prototype:
40201         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40202         * gst/videotestsrc/gstvideotestsrc.c:
40203         (gst_videotestsrc_src_fixate):
40204         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40205         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40206         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40207
40208 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40209
40210         * sys/ximage/ximagesink.h:
40211         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40212         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40213         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40214         (gst_ximagesink_xoverlay_init):
40215           assorted fixes to make (re)embedding work
40216         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40217         (gst_ximagesink_get_desired_size):
40218           implement desired size additions to XOverlay
40219
40220 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40221
40222         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40223         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40224         (gst_x_overlay_got_desired_size):
40225         * gst-libs/gst/xoverlay/xoverlay.h:
40226           Add optional "desired size" signal and querying.
40227
40228 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40229
40230         * gst/matroska/matroska-demux.c:
40231         (gst_matroska_demux_parse_blockgroup):
40232           Fix EBML-laced block parsing. Diffs are relative to previous
40233           lace, not the first lace. Thanks to Mosu from the Matroska
40234           team for detecting this.
40235         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40236         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40237         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40238         (gst_wavparse_change_state):
40239         * gst/wavparse/gstwavparse.h:
40240           Quickfix for capsnego.
40241
40242 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40243
40244         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40245           Fix indenting, fix pad creation.
40246
40247 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40248
40249         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40250         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40251         (gst_xviddec_sink_link):
40252           Implement src_getcaps() so proper size caps is negotiated.
40253
40254 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40255
40256         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40257           Finish flac decoder on EOS. See #116178.
40258
40259 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40260
40261         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40262         (gst_matroska_demux_add_stream):
40263         * gst/matroska/matroska-ids.h:
40264           Add getcaps() function to fix capsnego...
40265
40266 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40267
40268         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40269         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40270         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40271           Fix more integer overflows. Again, see #126967.
40272
40273 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40274
40275         * ext/mpeg2dec/gstmpeg2dec.c:
40276           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40277           #130416.
40278
40279 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40280
40281         * configure.ac:
40282         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40283         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40284         * ext/xvid/gstxvid.h:
40285         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40286         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40287         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40288         (gst_xviddec_change_state):
40289         * ext/xvid/gstxviddec.h:
40290         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40291         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40292         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40293         (gst_xvidenc_link), (gst_xvidenc_set_property),
40294         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40295         * ext/xvid/gstxvidenc.h:
40296           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40297
40298 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40299
40300         * gst/rtp/rtp-packet.c:
40301           Add sys/types.h include, since OS X doesn't define in_addr_t
40302           in netinet/in.h, like it does on Linux (see #129600).
40303
40304 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40305
40306         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40307
40308         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40309           Correct logic of dispose function (see #129306).
40310
40311 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40312
40313         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40314         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40315         (gst_mpeg_parse_init):
40316         * gst/mpegstream/gstmpegparse.h:
40317           Remove clock (which was never provided, i.e. dead code), and
40318           also fix integer overflows at high PTS values (see #126967).
40319
40320 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40321
40322         * ext/flac/gstflacdec.c:
40323         * ext/libpng/gstpngenc.h:
40324         * ext/mikmod/gstmikmod.h:
40325           OS X fixes (see #126628).
40326
40327 2004-01-02  David Schleef  <ds@schleef.org>
40328
40329         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40330         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40331         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40332         (gst_mpeg_parse_class_init): Move pad template registration
40333         to class_init, since the derived class (mpegdemux) doesn't
40334         want them.
40335
40336 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40337
40338         * sys/ximage/Makefile.am:
40339         * sys/xvideo/Makefile.am:
40340         * sys/xvimage/Makefile.am:
40341           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40342           after installation (see #127664).
40343
40344 2004-01-02  David Schleef  <ds@schleef.org>
40345
40346         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40347         (gst_ffmpegenc_connect):  Negotiation fixes.
40348         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40349         Remove inappropriate gst_caps_free().
40350         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40351         Reenable Ronald's internal resize code, since the core handles
40352         it correctly now.
40353
40354 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40355
40356         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40357         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40358         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40359           Fix pad template stuff.
40360
40361 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40362
40363         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40364         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40365           fix signed integer reading/writing.
40366
40367 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40368
40369         * ext/alsa/README:
40370           Remove outdated document
40371
40372 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40373
40374         * gst/cutter/gstcutter.c: (gst_cutter_init):
40375           src pad was being created twice - oops.
40376
40377 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40378
40379         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40380           Comment out internal resize. It doesn't handle the resulting
40381           XEvent internally, does another try_set_caps() which leads to
40382           a really nice loop.
40383           Real fix will come when Julien and Dave are awake. ;).
40384
40385 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40386
40387         * ext/mpeg2enc/gstmpeg2enc.cc:
40388           fix const/nonconst compile issue.
40389
40390 2004-01-02  David Schleef  <ds@schleef.org>
40391
40392         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40393         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40394         Add fixate function and a check for bad formats.
40395
40396 2004-01-01  David Schleef  <ds@schleef.org>
40397
40398         Negotiation fixes:
40399         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40400         (gst_audiofilter_init):
40401         * gst/debug/efence.c: (gst_efence_init):
40402         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40403         (gst_deinterlace_init):
40404         * gst/volume/gstvolume.c: (volume_connect):
40405
40406 2004-01-01  David Schleef  <ds@schleef.org>
40407
40408         Convert elements to use gst_pad_use_explicit_caps() where
40409         appropriate:
40410         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40411         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40412         (gst_afparse_open_file):
40413         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40414         (gst_afsrc_open_file):
40415         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40416         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40417         (gst_ffmpegdec_chain):
40418         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40419         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40420         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40421         (gst_gdk_pixbuf_chain):
40422         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40423         (gst_jpegdec_chain):
40424         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40425         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40426         (gst_mikmod_negotiate):
40427         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40428         (gst_mpeg2dec_negotiate_format):
40429         * ext/mpeg2enc/gstmpeg2enc.cc:
40430         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40431         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40432         (gst_speexdec_sinkconnect):
40433         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40434         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40435         (gst_vorbisfile_new_link):
40436         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40437         (gst_ac3parse_chain):
40438         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40439         (gst_asf_demux_setup_pad):
40440         * gst/auparse/gstauparse.c: (gst_auparse_init),
40441         (gst_auparse_chain):
40442         * gst/id3/gstid3types.c: (gst_id3types_loop):
40443         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40444         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40445         (mp1videoparse_parse_seq):
40446         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40447         (bpf_from_header):
40448         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40449         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40450         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40451         (gst_mpeg_parse_send_data):
40452         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40453         (gst_qtdemux_add_stream):
40454         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40455         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40456         (gst_wavparse_parse_fmt):
40457
40458 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40459
40460         * configure.ac:
40461           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40462           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40463           it therefore uses the wrong include paths. Too bad... Note
40464           that 1.6.1.93 is not release yet. ;).
40465           Also add a check for mplex, which is now using the lib'ified
40466           mplex from mjpegtools, too.
40467         * ext/ffmpeg/gstffmpegcodecmap.c:
40468           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40469           issues. I don't think ffmpeg handles 3ivx correctly, so this
40470           probably won't work. But it won't hurt either.
40471         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40472         (gst_ffmpegdec_chain):
40473         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40474         (gst_ffmpegenc_chain_audio):
40475           Fix memleak in audio encoding. Close codec if open fails, this
40476           calls the cleanup routines so we can re-use the context.
40477         * ext/mpeg2enc/gstmpeg2enc.cc:
40478           Fix pad template names/types, fix memory issue with getcaps().
40479         * ext/mpeg2enc/gstmpeg2encoder.cc:
40480         * ext/mpeg2enc/gstmpeg2encoder.hh:
40481           Fix compile issue with new caps system (const thingy).
40482         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40483         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40484           We read a first frame right on initing, so that we have a caps
40485           when we init the output. This caps is cached in padprivate and
40486           read as first frame.
40487         * ext/mplex/Makefile.am:
40488         * ext/mplex/gstmplex.cc:
40489         * ext/mplex/gstmplex.h:
40490         * ext/mplex/gstmplex.hh:
40491         * ext/mplex/gstmplexibitstream.cc:
40492         * ext/mplex/gstmplexibitstream.hh:
40493         * ext/mplex/gstmplexjob.cc:
40494         * ext/mplex/gstmplexjob.hh:
40495         * ext/mplex/gstmplexoutputstream.cc:
40496         * ext/mplex/gstmplexoutputstream.hh:
40497           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40498           had issues, didn't do capsnego, supported only a subset of the
40499           mplex features and required a mplex fork in our local CVS. Plus
40500           that it worked agaist a very old mplex version. Rewriting was
40501           faster than updating it.
40502         * gst-libs/ext/Makefile.am:
40503         * gst-libs/ext/mplex/INSTRUCT:
40504         * gst-libs/ext/mplex/Makefile.am:
40505         * gst-libs/ext/mplex/README:
40506         * gst-libs/ext/mplex/TODO:
40507         * gst-libs/ext/mplex/ac3strm_in.cc:
40508         * gst-libs/ext/mplex/audiostrm.hh:
40509         * gst-libs/ext/mplex/audiostrm_out.cc:
40510         * gst-libs/ext/mplex/aunit.hh:
40511         * gst-libs/ext/mplex/bits.cc:
40512         * gst-libs/ext/mplex/bits.hh:
40513         * gst-libs/ext/mplex/buffer.cc:
40514         * gst-libs/ext/mplex/buffer.hh:
40515         * gst-libs/ext/mplex/fastintfns.h:
40516         * gst-libs/ext/mplex/format_codes.h:
40517         * gst-libs/ext/mplex/inputstrm.cc:
40518         * gst-libs/ext/mplex/inputstrm.hh:
40519         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40520         * gst-libs/ext/mplex/mjpeg_logging.cc:
40521         * gst-libs/ext/mplex/mjpeg_logging.h:
40522         * gst-libs/ext/mplex/mjpeg_types.h:
40523         * gst-libs/ext/mplex/mpastrm_in.cc:
40524         * gst-libs/ext/mplex/mpegconsts.cc:
40525         * gst-libs/ext/mplex/mpegconsts.h:
40526         * gst-libs/ext/mplex/mplexconsts.hh:
40527         * gst-libs/ext/mplex/multplex.cc:
40528         * gst-libs/ext/mplex/outputstream.hh:
40529         * gst-libs/ext/mplex/padstrm.cc:
40530         * gst-libs/ext/mplex/padstrm.hh:
40531         * gst-libs/ext/mplex/stillsstream.cc:
40532         * gst-libs/ext/mplex/stillsstream.hh:
40533         * gst-libs/ext/mplex/systems.cc:
40534         * gst-libs/ext/mplex/systems.hh:
40535         * gst-libs/ext/mplex/vector.cc:
40536         * gst-libs/ext/mplex/vector.hh:
40537         * gst-libs/ext/mplex/videostrm.hh:
40538         * gst-libs/ext/mplex/videostrm_in.cc:
40539         * gst-libs/ext/mplex/videostrm_out.cc:
40540         * gst-libs/ext/mplex/yuv4mpeg.cc:
40541         * gst-libs/ext/mplex/yuv4mpeg.h:
40542         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40543         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40544           We don't fork mjpegtools' mplex in our CVS anymore.
40545         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40546         (gst_avi_demux_add_stream):
40547         * gst/avi/gstavidemux.h:
40548           Add getcaps() function for proper caps nego. This makes some
40549           parts of AVI playback/reading work.
40550         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40551           Resize window on new capsnego. This is probably wrong, but
40552           I'm still committing it because with current capsnego, the
40553           first successfull capsnego is auto-fixated, therefore rounded
40554           down to the lowest values in the caps. this results in a 16x16
40555           XWindow that is not reized when real capsnego finishes.
40556           Dave, I see more cases of this, do you know a proper solution?
40557         * tools/gst-launch-ext.in:
40558           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40559
40560 2003-12-31  David Schleef  <ds@schleef.org>
40561
40562         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40563         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40564           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40565
40566 2003-12-30  David Schleef  <ds@schleef.org>
40567
40568         * ext/ffmpeg/gstffmpegcolorspace.c:
40569         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40570         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40571         (gst_ffmpegcsp_chain): Negotiation fixes
40572         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40573         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40574         (gst_audio_convert_link), (gst_audio_convert_channels):
40575         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40576         (gst_audioscale_link), (gst_audioscale_get_buffer),
40577         (gst_audioscale_chain): Negotiation fixes
40578         * gst/audioscale/gstaudioscale.h:
40579         * gst/videofilter/gstvideofilter.c:
40580         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40581         (gst_videofilter_link), (gst_videofilter_init),
40582         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40583         (gst_videofilter_find_format_by_structure):
40584         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40585         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40586         (gst_videoscale_link):
40587         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40588         (videoscale_find_by_structure), (gst_videoscale_setup):
40589         * gst/videoscale/videoscale.h: Negotiation fixes
40590         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40591         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40592         function, restrict resizing to a multiple of 4 (hack until
40593         everyone supports odd sizes correctly).
40594
40595 2003-12-29  Colin Walters  <walters@verbum.org>
40596
40597         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40598         signed.
40599
40600 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40601
40602         * ext/sndfile/gstsf.c: (gst_sf_loop):
40603           Fix warning about discarding const qualifier
40604
40605 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40606
40607         * gst/cutter/gstcutter.c:
40608         * gst/videoscale/gstvideoscale.c:
40609         * gst/volenv/gstvolenv.c:
40610         * gst-libs/gst/audio/audio.c:
40611         * gst-libs/gst/video/video.c:
40612           Fix warnings
40613
40614 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40615
40616         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40617           Don't send ALSA debugging to stderr.
40618         * ext/alsa/gstalsa.h:
40619           Use GST_WARNING instead of g_warning when ALSA functions fail.
40620
40621 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40622
40623         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40624           Free XVAdapterInfo correctly.
40625
40626 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40627
40628         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40629         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40630           Make id3tag use correct caps nego.
40631
40632 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40633
40634         * ext/ivorbis/vorbis.c:
40635         * ext/ivorbis/vorbisenc.h:
40636         * ext/ivorbis/vorbisfile.c:
40637           Modify so that it uses the new caps things
40638
40639 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40640
40641         * testsuite/spider/spider1.c: (main):
40642         * testsuite/spider/spider2.c: (main):
40643         * testsuite/spider/spider3.c: (main):
40644           Make tests compile again. They probably don't work.
40645
40646 2003-12-24  Colin Walters  <walters@verbum.org>
40647
40648         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40649         we can't fixate the caps anymore.
40650
40651 2003-12-23  David Schleef  <ds@schleef.org>
40652
40653         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40654         * sys/oss/gstosssink.c: (gst_osssink_init),
40655         (gst_osssink_sink_fixate): Add fixate function.
40656
40657 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40658
40659         * ext/ffmpeg/gstffmpegcodecmap.c:
40660         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40661         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40662         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40663         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40664         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40665         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40666         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40667           fix typo in RGB masks, and move back to "old" colorspace
40668           capsnego code until whoever wrote this new crap has actually
40669           tested it so that it works.
40670           And yes, this works, keep it that way please.
40671
40672 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40673
40674         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40675         (gst_divxdec_init), (gst_divxdec_negotiate):
40676         * ext/divx/gstdivxdec.h:
40677         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40678         (gst_divxenc_init):
40679         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40680         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40681         * ext/mpeg2enc/gstmpeg2enc.cc:
40682         * ext/mpeg2enc/gstmpeg2encoder.cc:
40683         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40684         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40685         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40686         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40687         (dxr3spusink_init):
40688         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40689         (dxr3videosink_init):
40690           Fix caps breakage after Dave's caps branch merge.
40691
40692 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40693
40694         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40695           Fix for 24bpp display.
40696
40697 2003-12-23  Colin Walters  <walters@verbum.org>
40698
40699         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40700         a GnomeVFSHandle directly.
40701
40702 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40703
40704         * gst/volume/Makefile.am:
40705         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40706         (volume_base_init), (volume_init):
40707           Reenable volume element and fix to work with new caps stuff.
40708           Rhythmbox needs this.
40709
40710 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40711
40712         * gst/qtdemux/qtdemux.c: (plugin_init):
40713           qtdemux requires bytestream
40714
40715 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40716
40717         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40718           Fix remaining caps handling errors due to CAPS merge.
40719
40720 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40721
40722         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40723         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40724         (gst_faad_srcconnect):
40725           Port to new caps system.
40726
40727 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40728
40729         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40730         (got_video_size), (main): using g_print instead of g_message.
40731         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40732         signal which was not emitted because of "switch" element added to the
40733         bin but not connected. (Removing from the bin temporarily)
40734
40735 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40736
40737         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40738         find X development files. I don't understand the previous tests and
40739         they fail on my debian/ppc unstable. This one works.
40740         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40741         exiting.
40742         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40743         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40744         (gst_play_set_visualization): Add some safety checks in set_ methods
40745         and state_change. This was throwing some ugly CRITICAL messages when
40746         pipeline was getting disposed and casts were failing.
40747
40748 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40749
40750         * configure.ac:
40751           Improve mpeg2enc detection. This is for distributions that do
40752           ship mjpegtools, but without mpeg2enc. Also does object check
40753           for might there ever be ABI incompatibility.
40754         * ext/mpeg2enc/gstmpeg2enc.cc:
40755           Add Andrew as second maintainer (he's helping me), and also add
40756           an error if no caps was set. This happens if I pull before capsnego
40757           and that's something I should solve sometime else.
40758         * gst/matroska/matroska-demux.c:
40759         (gst_matroska_demux_parse_blockgroup):
40760           Fix time parsing.
40761         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
40762         (gst_matroska_mux_track_header):
40763           Add caps to templates.
40764         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
40765           Add mpegversion=1 to prevent confusion with MPEG/AAC.
40766         * gst/mpegstream/gstmpegdemux.c:
40767           Remove layer since it causes warnings about unfixed caps.
40768         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40769           Fix obvious typo (we error out if caps were set, we should of
40770           course error out if *no* caps were set).
40771         * sys/oss/gstosselement.c: (gst_osselement_convert):
40772           Fix format conversion, we confused bits/bytes.
40773         * sys/oss/gstosselement.h:
40774           Improve documentation for 'bps'.
40775         * sys/v4l/TODO:
40776           Remove stuff about plugins that need removing - this was done
40777           ages ago.
40778         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
40779         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
40780         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
40781         (gst_v4lsrc_src_query):
40782         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
40783         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
40784           Add get_query_types(), get_formats() and query() functions.
40785
40786 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
40787
40788         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
40789           * moved CVS to freedesktop.org