gst-libs/gst/riff/: Add support for other fourcc codes that are commonly used for...
[platform/upstream/gstreamer.git] / ChangeLog
1 2008-10-31  Wim Taymans  <wim.taymans@collabora.co.uk>
2
3         Patch by: Nick Haddad <nick at haddads dot net>
4
5         * gst-libs/gst/riff/riff-ids.h:
6         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
7         Add support for other fourcc codes that are commonly used for
8         'uncompressed RGB', including 'RGB ', 'RAW ', and 0.
9         Fixes #558553.
10
11 2008-10-30  Stefan Kost  <ensonic@users.sf.net>
12
13         * gst/audioresample/gstaudioresample.c:
14           Return the result of parent_class->event().
15
16 2008-10-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
17
18         * gst/audioresample/gstaudioresample.c:
19         (gst_audioresample_class_init), (audioresample_fixate_caps):
20         Fixate the rate to the nearest supported rate instead of
21         the first one. Fixes bug #549510.
22
23 2008-10-27  Wim Taymans  <wim.taymans@collabora.co.uk>
24
25         * win32/common/libgstaudio.def:
26         Add new symbols.
27
28 2008-10-23  Wim Taymans  <wim.taymans@collabora.co.uk>
29
30         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
31         Attempt to make obfuscated code clearer.
32
33 2008-10-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
34
35         * docs/libs/gst-plugins-base-libs-sections.txt:
36         * gst-libs/gst/floatcast/floatcast.h:
37         Move float endianness conversion macros to core. Second part of
38         bug ##555196.
39
40 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
41
42         * sys/ximage/ximagesink.h:
43         * sys/xvimage/xvimagesink.h:
44           Don't mark as gtk-doc docs as they aren't public.
45
46 2008-10-22  Stefan Kost  <ensonic@users.sf.net>
47
48         * sys/xvimage/xvimagesink.c:
49         * sys/xvimage/xvimagesink.h:
50         * tests/icles/Makefile.am:
51         * tests/icles/test-colorkey.c:
52           Allow setting colorkey if possible. Implement property probe interface
53           for optional X features (autopaint-colorkey, double-buffer and
54           colorkey). Fixes #554533
55
56 2008-10-22  Sebastian Dröge  <slomo@circular-chaos.org>
57
58         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
59         Remove useless buffer size assignment. It already has this value.
60
61 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
62
63         * gst-libs/gst/audio/gstaudiosink.c:
64         (gst_audioringbuffer_class_init), (gst_audioringbuffer_acquire),
65         (gst_audioringbuffer_activate), (gst_audioringbuffer_release),
66         (gst_audioringbuffer_stop):
67         Implement a separate activate functions to start monitoring the segments
68         or, in pull mode, pulling in data.
69
70         * gst-libs/gst/audio/gstbaseaudiosink.c:
71         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
72         (gst_base_audio_sink_query_pad), (gst_base_audio_sink_query),
73         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_callback),
74         (gst_base_audio_sink_activate_pull),
75         (gst_base_audio_sink_async_play),
76         (gst_base_audio_sink_change_state):
77         Implement pad and element convert query function.
78         Activate the ringbuffer.
79         Use the segment last_stop value as the offset to pull.
80         Use new basesink _do_preroll() method to preroll in the pulling thread.
81         Take appropriate locking in the pulling thread.
82
83         * gst-libs/gst/audio/gstringbuffer.h:
84         Update some docs.
85
86 2008-10-20  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
87
88         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find):
89         Improve MXF typefinding a bit by searching for a header partition
90         pack instead of just a general partition pack and checking more
91         bytes for valid values.
92
93 2008-10-20  Wim Taymans  <wim.taymans@collabora.co.uk>
94
95         * tests/icles/.cvsignore:
96         update ignore file.
97
98         * tests/icles/Makefile.am:
99         * tests/icles/test-box.c: (make_pipeline), (main):
100         Add another interactive command line experimentation suite for
101         dynamically boxing/cropping/saling an input video.
102
103 2008-10-17  Wim Taymans  <wim.taymans@collabora.co.uk>
104
105         * docs/libs/gst-plugins-base-libs-sections.txt:
106         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_convert),
107         (gst_ring_buffer_activate), (gst_ring_buffer_is_active):
108         * gst-libs/gst/audio/gstringbuffer.h:
109         Add methods to more accuratly control the pulling thread of a
110         ringbuffer.
111         Add format conversion helper code to the ringbuffer.
112         API: GstRingBuffer:gst_ring_buffer_activate()
113         API: GstRingBuffer:gst_ring_buffer_is_active()
114         API: GstRingBuffer:gst_ring_buffer_convert()
115
116 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
117
118         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
119         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
120         (gst_audioringbuffer_stop):
121         Signal thread startup earlier so that we can immediatly go into pull
122         mode when we have to and block on preroll.
123
124 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
125
126         * gst-libs/gst/audio/gstringbuffer.c:
127         (gst_ring_buffer_prepare_read):
128         In pull mode we want the callback to prepull a buffer we can preroll on
129         even when we are not yet playing.
130
131 2008-10-16  Stefan Kost  <ensonic@users.sf.net>
132
133         * ext/alsa/Makefile.am:
134         * ext/cdparanoia/Makefile.am:
135         * ext/gio/Makefile.am:
136         * ext/gnomevfs/Makefile.am:
137         * ext/libvisual/Makefile.am:
138         * ext/ogg/Makefile.am:
139         * ext/pango/Makefile.am:
140         * ext/theora/Makefile.am:
141         * ext/vorbis/Makefile.am:
142         * gst/adder/Makefile.am:
143         * gst/audioconvert/Makefile.am:
144         * gst/audiorate/Makefile.am:
145         * gst/audioresample/Makefile.am:
146         * gst/audiotestsrc/Makefile.am:
147         * gst/ffmpegcolorspace/Makefile.am:
148         * gst/gdp/Makefile.am:
149         * gst/playback/Makefile.am:
150         * gst/subparse/Makefile.am:
151         * gst/tcp/Makefile.am:
152         * gst/typefind/Makefile.am:
153         * gst/videorate/Makefile.am:
154         * gst/videoscale/Makefile.am:
155         * gst/videotestsrc/Makefile.am:
156         * gst/volume/Makefile.am:
157         * sys/v4l/Makefile.am:
158         * sys/ximage/Makefile.am:
159         * sys/xvimage/Makefile.am:
160           Don't install static libs for plugins. Fixes #550851 for base.
161
162 2008-10-16  Wim Taymans  <wim.taymans@collabora.co.uk>
163
164         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init):
165         Set the default blocksize to -1 because we will then use the configured
166         samplesperbuffer to create our output buffer.
167
168 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
169
170         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
171         (gst_riff_create_video_template_caps):
172         Add mappping for the KMVC (Karl Morton's Video) Codec.
173
174 2008-10-15  Edward Hervey  <edward.hervey@collabora.co.uk>
175
176         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
177         Don't forget to advance the offset of what we're matching against, else
178         we end up in a forever loop.
179
180 2008-10-15  Sebastian Dröge  <slomo@circular-chaos.org>
181
182         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
183         Improve typefinding a bit. If we don't have a Unicode charset
184         try GST_SUBTITLE_ENCODING and otherwise try ISO-8859-15.
185
186 2008-10-14  Edward Hervey  <edward.hervey@collabora.co.uk>
187
188         * ext/theora/theoradec.c: (theora_dec_decode_buffer):
189         Fix build on macosx.
190
191 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
192
193         Based on patch by: Robin Stocker <robin at nibor dot org>
194
195         * ext/theora/gsttheoradec.h:
196         * ext/theora/theoradec.c: (gst_theora_dec_init),
197         (theora_dec_setcaps), (theora_handle_type_packet),
198         (theora_dec_decode_buffer), (theora_dec_change_state):
199         Parse input caps and make the PAR override the encoded PAR when
200         specified by a container. Fixes #555699.
201
202 2008-10-13  Wim Taymans  <wim.taymans@collabora.co.uk>
203
204         * gst-libs/gst/rtp/gstbasertpdepayload.c:
205         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
206         (gst_base_rtp_depayload_set_gst_timestamp),
207         (gst_base_rtp_depayload_change_state):
208         * gst-libs/gst/rtp/gstbasertpdepayload.h:
209         Add some more G_LIKELY
210         Fail when the setcaps function was not called.
211
212         * gst-libs/gst/rtp/gstbasertppayload.c:
213         (gst_basertppayload_set_outcaps):
214         Propagate return value of setcaps.
215
216 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
217
218         * gst/subparse/Makefile.am:
219         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
220         (gst_sub_parse_class_init), (gst_sub_parse_init),
221         (gst_convert_to_utf8), (detect_encoding), (convert_encoding),
222         (get_next_line), (gst_sub_parse_data_format_autodetect),
223         (feed_textbuf), (handle_buffer), (gst_sub_parse_change_state),
224         (gst_subparse_type_find):
225         * gst/subparse/gstsubparse.h:
226         Add support for UTF16/UTF32 subtitles as long as the first bytes of
227         the first buffer contain the BOM. This also adds support for other
228         encodings that allow NUL bytes via the encoding property.
229         Fixes bugs #552237 and #456788.
230
231 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
232
233         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
234         Don't drop the last byte of image tags if they're not an URI list.
235         Fixes bug #556066.
236
237 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
238
239         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
240         For looking at the 4th byte we have to get 4 bytes of course
241         and not 3.
242
243 2008-10-13  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
244
245         * gst/typefind/gsttypefindfunctions.c: (flac_type_find):
246         Improve FLAC-without-headers typefinding by looking at most of the
247         frame header and checking if invalid values are used. Should prevent
248         quite some false positives compared to the old version which only
249         check if the first 14 bits are set.
250
251 2008-10-11  Stefan Kost  <ensonic@users.sf.net>
252
253         * sys/xvimage/xvimagesink.c:
254           Don't assert on caps==NULL.
255
256 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
257
258         * gst/subparse/gstsubparse.c:
259         (gst_sub_parse_data_format_autodetect), (handle_buffer),
260         (gst_sub_parse_change_state):
261         * gst/subparse/gstsubparse.h:
262         * tests/check/elements/subparse.c: (GST_START_TEST):
263         Add support for subtitle files with UTF-8 BOM at the beginning
264         by simple stripping it from the first line before passing it
265         to any parsing code. Fixes bug #555257 and playback of files
266         created by Gnome Subtitles.
267
268 2008-10-10  Wim Taymans  <wim.taymans@collabora.co.uk>
269
270         * gst/audiotestsrc/gstaudiotestsrc.c:
271         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
272         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
273         (gst_audio_test_src_start), (gst_audio_test_src_stop),
274         (gst_audio_test_src_do_seek), (gst_audio_test_src_check_get_range),
275         (gst_audio_test_src_create):
276         * gst/audiotestsrc/gstaudiotestsrc.h:
277         Define the default property values in the usual place.
278         Implement start/stop to reset values correctly.
279         Calculate the sample size only once when we negotiate.
280         Rename some values to make more sense.
281         Keep track of our byte range.
282         Add support for pull based scheduling. Disabled for now until we have
283         the whole stack working.
284         Set the BUFFER_OFFSET correctly.
285
286 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
287
288         Based on a patch by: xavierb at gmail dot com
289
290         * gst/subparse/gstsubparse.c:
291         (gst_sub_parse_data_format_autodetect):
292         * tests/check/elements/subparse.c: (GST_START_TEST):
293         Make the detection of the used subtitle a bit less strict
294         for srt subtitles. Fixes bug #555607.
295
296 2008-10-10  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
297
298         * ext/vorbis/vorbisenc.c:
299         (gst_vorbis_enc_buffer_check_discontinuous):
300         Fix discontinuity detection which was broken by last commit.
301
302 2008-10-09  Tim-Philipp Müller  <tim.muller at collabora co uk>
303
304         * configure.ac::
305           Require core CVS for ghostpad API additions used by decodebin2.
306
307 2008-10-08  Edward Hervey  <edward.hervey@collabora.co.uk>
308
309         * gst-libs/gst/audio/gstbaseaudiosrc.c:
310         (gst_base_audio_src_create):
311         Fix debug statements (space between '%' and actual format).
312
313 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
314
315         * gst/playback/gstdecodebin2.c: (gst_decode_pad_activate):
316         Remove bogus assert, the decodepad could have been created inside an
317         already existing group.
318
319 2008-10-08  Andy Wingo  <wingo@pobox.com>
320
321         * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset
322         target instead of setting it.
323         (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the
324         API for a decode pad. The bugfix is that we set the group in
325         activate(), not when the pad was created because it might be NULL
326         then.
327         (gst_decode_group_control_source_pad, gst_decode_group_expose):
328         Update to use the API.
329
330 2008-10-08  Andy Wingo  <wingo@pobox.com>
331
332         * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to
333         be a subclass of GstGhostPad.
334         (analyze_new_pad): So, when emitting the signals that determine
335         how we do autoplugging, already create the ghost pad and use it as
336         the pad in the signal arguments. This allows applications to make
337         a connection between the pad passed in e.g. autoplug-continue, and
338         the pad passed in new-decoded-pad.
339         (connect_pad, expose_pad): Update to receive the ghosted decode
340         pad in the args, retargetting it as necessary if we have to plug
341         the target pad through a multiqueue.
342         (gst_decode_group_control_source_pad): Adapt to receive an
343         already-ghosted pad that just needs activation, blocking, and
344         drain notification.
345         (sort_end_pads): Adapt for decode pads actually being pads.
346         (gst_decode_group_expose): Adapt for decode pads actually being
347         pads. Rewrite the decode pad names so they appear in order. Adds a
348         new error case if we couldn't set the name.
349         (gst_decode_group_free, gst_decode_group_hide): Adapt cleanup
350         logic.
351         (gst_decode_pad_set_blocked, gst_decode_pad_add_drained_check):
352         New API for the decode pad, needed because we shouldn't do these
353         things inside gst_decode_pad_new(), but after.
354         (gst_decode_pad_new): Change to actually make the real pad, and
355         delay the blocking/drainage bits.
356
357 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
358
359         Patch by: Daniel Drake <dsd at laptop dot org>
360
361         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear_collectpads):
362         Unref all buffers when clearing collectpads. Fixes bug #546955.
363
364 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
365
366         Based on a patch by: Klaas <klaas at rivercrew dot net>
367
368         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_sink_event),
369         (gst_vorbis_enc_buffer_check_discontinuous),
370         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
371         * ext/vorbis/vorbisenc.h:
372         Keep track of the upstream segments and use the running time on that
373         segment instead of the buffer timestamp everywhere. Fixes bug #525807.
374
375 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
376
377         * gst/audioconvert/audioconvert.c: (audio_convert_convert):
378         Prevent overflows with big buffer when calculating the size of
379         the intermediate buffer by using gst_util_uint64_scale() instead of
380         plain arithmetics. Fixes bug #552801.
381
382 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
383
384         Patch by: Pavel Zeldin <pzeldin at gmail dot com>
385
386         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time),
387         (gst_clock_overlay_class_init), (gst_clock_overlay_finalize),
388         (gst_clock_overlay_init), (gst_clock_overlay_set_property),
389         (gst_clock_overlay_get_property):
390         * ext/pango/gstclockoverlay.h:
391         API: Add ability to specify format for date/time display by
392         adding a "time-format" property.
393         Fixes bug #554879.
394
395 2008-10-08  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
396
397         Patch by: Jan Gerber <j at oil21 dot org>
398
399         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
400         (gst_riff_create_video_template_caps):
401         Add FFV1 fourcc to support playback of FFMPEG lossless video
402         in AVI. Fixes bug #555319.
403
404 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
405
406         Patch by: Håvard Graff <havard dot graff at tandberg dot com>
407
408         * gst-libs/gst/audio/gstbaseaudiosrc.c:
409         (gst_base_audio_src_create):
410         Implement skew clock slaving. Fixes #552559.
411
412 2008-10-08  Wim Taymans  <wim.taymans@collabora.co.uk>
413
414         * gst-libs/gst/audio/multichannel.c:
415         * gst-libs/gst/audio/testchannels.c:
416         Fix include of config.h
417
418 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
419
420         Based on Patch by: Tero Saarni <tero dot saarni at gmail dot com>
421
422         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_parse_line),
423         (print_media), (gst_sdp_message_dump):
424         Fix parsing of the c= field containing multicast addresses.
425         Fixes #552199.
426         Add the connection info to the session or streams.
427         Fix parsing of the bandwidth.
428         Add debugging for the connections and bandwidths for a media.
429         Add debugging for the bandwidth of the session. 
430
431 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
432
433         * gst-libs/gst/rtp/gstbasertppayload.c:
434         (gst_basertppayload_change_state):
435         Configure the next seqnum and timestamp in the state change so that they
436         can be queried soon after.
437
438 2008-10-06  Wim Taymans  <wim.taymans@collabora.co.uk>
439
440         * gst-libs/gst/rtp/gstbasertpdepayload.c:
441         (gst_base_rtp_depayload_chain):
442         Improve debugging of the rtptime.
443
444 2008-10-05  Jan Schmidt  <jan.schmidt@sun.com>
445
446         * configure.ac:
447         Back to development -> 0.10.21.1
448
449 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
450
451         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
452         (plugin_init):
453         Add typefinding for FLAC without headers in the beginning.
454         This is already handled by flacdec and friends.
455
456 2008-10-05  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
457
458         * gst/typefind/gsttypefindfunctions.c: (mxf_type_find),
459         (plugin_init):
460         Add typefinder for MXF.
461
462 2008-10-03  Jan Schmidt  <jan.schmidt@sun.com>
463
464         * tests/icles/Makefile.am:
465         Only build test-colorkey if GTK+ is available.
466
467 === release 0.10.21 ===
468
469 2008-10-03  Jan Schmidt <jan.schmidt@sun.com>
470
471         * configure.ac:
472           releasing 0.10.21, "We Could Be Wrong"
473
474 2008-09-28  Jan Schmidt  <jan.schmidt@sun.com>
475
476         * configure.ac:
477         0.10.20.4 pre-release
478
479 2008-09-25  Wim Taymans  <wim.taymans@collabora.co.uk>
480
481         Patch by: Vincent Penquerc'h <ogg dot k dot ogg dot k at googlemail dot com>
482
483         * ext/theora/theoraparse.c: (theora_parse_set_streamheader):
484         Set the BOS flag on the BOS packet. Fixes #553244.
485
486 2008-09-23  Wim Taymans  <wim.taymans@collabora.co.uk>
487
488         * gst-libs/gst/rtsp/gstrtspmessage.c:
489         (gst_rtsp_message_parse_request),
490         (gst_rtsp_message_parse_response):
491         Fix the g_return_val_if_fail() statements.
492
493 2008-09-22  Michael Smith <msmith@songbirdnest.com>
494
495         * gst-libs/gst/tag/gsttagdemux.c:
496           Fail to activate if there's insufficient data in the file to be usable,
497           preventing an assertion fail later. Fixes #552960
498
499 2008-09-15  Tim-Philipp Müller  <tim.muller at collabora co uk>
500
501         * gst-libs/gst/pbutils/descriptions.c:
502         * gst/typefind/gsttypefindfunctions.c:
503           Recognise Kate subtitle streams (#550582).
504
505 2008-09-13  Tim-Philipp Müller  <tim.muller at collabora co uk>
506
507         * gst-libs/gst/audio/audio.h: (GST_AUDIO_FIELD_SIGNED):
508           Remove trailing comma from enum list, which causes problems
509           with -pendantic (#550729).
510
511 2008-09-10  Jan Schmidt  <jan.schmidt@sun.com>
512
513         * configure.ac:
514         0.10.20.2 pre-release
515
516         * po/LINGUAS:
517         * po/id.po:
518         * po/pt_BR.po:
519
520         New translations.
521
522 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
523
524         * gst-libs/gst/interfaces/propertyprobe.c:
525           (gst_property_probe_get_properties),
526           (gst_property_probe_get_property),
527           (gst_property_probe_probe_property),
528           (gst_property_probe_probe_property_name),
529           (gst_property_probe_needs_probe),
530           (gst_property_probe_needs_probe_name),
531           (gst_property_probe_get_values),
532           (gst_property_probe_get_values_name),
533           (gst_property_probe_probe_and_get_values),
534           (gst_property_probe_probe_and_get_values_name):
535           More sanity checks for our second-favourite interface.
536
537 2008-09-05  Stefan Kost  <ensonic@users.sf.net>
538
539         * gst-libs/gst/interfaces/propertyprobe.c:
540           Check for NULL pointer, in the hope that this fixes #532864.
541
542 2008-09-05  Tim-Philipp Müller  <tim.muller at collabora co uk>
543
544         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
545           No really, the next release is 0.10.21 (fix Since: tags in docs).
546
547 2008-09-04  Wim Taymans  <wim.taymans@collabora.co.uk>
548
549         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_stop):
550         Disable a code path that is now called but causes a deadlock for some
551         reason and is unneeded.
552
553 2008-09-04  Stefan Kost  <ensonic@users.sf.net>
554
555         * sys/xvimage/xvimagesink.c:
556         * sys/xvimage/xvimagesink.h:
557           Add a "draw-border" property that can be set to false to disable
558           drawing borders.
559           
560         * tests/icles/test-colorkey.c:
561         * tests/icles/Makefile.am:
562           Add new test application for the colorkey handling.
563
564 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
565
566         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
567         Use a decent caps for TrueSpeech instead of a ffmpeg-specific one.
568         This will also be fixed for upcoming gst-ffmpeg release so that once
569         this release of -base is out, it will work with the latest gst-ffmpeg
570         release.
571
572 2008-09-03  Edward Hervey  <edward.hervey@collabora.co.uk>
573
574         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
575         (gst_riff_create_audio_template_caps):
576         Add Truespeech mapping for RIFF formats (AVI/WAV).
577         Fixes #550656
578
579 2008-09-03  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
580
581         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
582         Typefind video/mj2 and image/jp2 ISO JPEG2000 mime types.
583         Fixes #550638.
584
585 2008-09-03  Stefan Kost  <ensonic@users.sf.net>
586
587         * configure.ac:
588         * gst/subparse/Makefile.am:
589         * gst/subparse/gstsubparse.c:
590         * gst/subparse/samiparse.c:
591         * tests/check/elements/subparse.c:
592           Rework last change, so that we build subparse, but just disable the
593           sami parse functionality, if we're configured to not use xml. In the
594           tests only the sami test is disabled now.
595
596 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
597
598         * configure.ac:
599           Disable subparse when xml is disabled. It woundn't work anyway. Fixes
600           test runs.
601
602 2008-09-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
603
604         * po/POTFILES.in:
605           Add some more files with strings for translation.
606
607 2008-09-02  Stefan Kost  <ensonic@users.sf.net>
608
609         * gst-libs/gst/tag/gstvorbistag.c:
610         * tests/check/libs/tag.c:
611           Use new geo location tags from core. Fixes #481169
612
613 2008-09-01  Edward Hervey  <edward.hervey@collabora.co.uk>
614
615         * tests/check/elements/audioresample.c: (setup_audioresample),
616         (fail_unless_perfect_stream), (test_perfect_stream_instance),
617         (test_discont_stream_instance):
618         Now that GstBaseTransform is 'fixed' ... remove cruft from tests.
619         Add debugging for coherence.
620
621 2008-08-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
622
623         Patch by: Jonathan Matthew  <notverysmart gmail com>
624
625         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
626           Add typefinder for PDF documents (which is nice to have, since it's a
627           common format, but also helps prevent false positives). Fixes #549814.
628
629 2008-08-27  Wim Taymans  <wim.taymans@collabora.co.uk>
630
631         * gst/playback/gstplaybin2.c: (selector_blocked), (pad_added_cb),
632         (no_more_pads_cb):
633         Fix nasty race where multiple decodebins could start pushing data before
634         we manage to configure the sinks, resulting in not-linked errors in
635         typical RTSP streaming cases.
636
637 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
638
639         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
640         Since we now call stop, we trigger this code path that causes a deadlock
641         is apparently not needed.
642
643 2008-08-26  Wim Taymans  <wim.taymans@collabora.co.uk>
644
645         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
646         (gst_ring_buffer_stop):
647         Also allow the case where the ringbuffer was paused when we try to stop
648         it so that the basesrc stop function is still called.
649
650 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
651
652         Patch by: Mike Ruprecht <cmaiku at gmail dot com>
653
654         * sys/v4l/gstv4lelement.c: (gst_v4l_class_probe_devices):
655         Reprobe devices again instead of taking a cached list as new
656         devices could've been plugged in. Fixes bug #549062.
657
658 2008-08-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
659
660         Patch by: Alessandro Dessina <alessandro nnva org>
661
662         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
663         (gst_ogg_demux_activate_chain):
664         Don't add pads and activate them for skeleton streams. These are already
665         handled inside oggdemux. Fixes bug #537599.
666
667 2008-08-22  Wim Taymans  <wim.taymans@collabora.co.uk>
668
669         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
670         Reset variable so that query and convert fail after going back to
671         READY. Fixes #548898.
672
673 2008-08-22  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
674
675         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
676         If a buffer arrives with a timestamp before the timestamp+duration
677         of the previous buffer clip it instead of dropping it completely.
678         Slight improvement for the unfixable bug #548913.
679
680 2008-08-21  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
681
682         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
683         Take the current timestamp instead of timestamp+duration for the offset.
684         This offset will later be used for calculating the timestamp and
685         otherwise vorbisdec will interpolate timestamps wrong if upstream
686         only sends timestamps and no granulepos.
687
688 2008-08-21  Stefan Kost  <ensonic@users.sf.net>
689
690         * tests/examples/seek/seek.c:
691           Don't crash when having no visualisations.
692
693 2008-08-16  David Schleef  <ds@schleef.org>
694
695         * gst/typefind/gsttypefindfunctions.c: DV typefinding.  Remove
696           check for a bit that is 0 in IEC 61384, but not SMPTE 314M.
697           Fixes #548065.
698
699 2008-08-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
700
701         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
702         When cleaning up the caps fields also remove "depth" for the same
703         reason we remove "width".
704
705 2008-08-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
706
707         * gst-libs/gst/pbutils/descriptions.c: (format_info_get_desc):
708           Add Lead H.264 here as well.
709
710 2008-08-14  Julien Moutte  <julien@fluendo.com>
711
712         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
713         (gst_riff_create_video_template_caps): Add Lead H.264 variant.
714
715 2008-08-13  Wim Taymans  <wim.taymans@collabora.co.uk>
716
717         * gst-libs/gst/audio/gstbaseaudiosrc.c:
718         (gst_base_audio_src_create):
719         When not slaved to another clock also subtract the base_time from our
720         internal clock time to get the running time.
721
722 2008-08-12  David Schleef  <ds@schleef.org>
723
724         * ext/theora/theoraenc.c: Remove the 2000 kbit limit to bitrate,
725           since it has no basis in libtheora.
726
727 2008-08-12  Stefan Kost  <ensonic@users.sf.net>
728
729         * gst-libs/gst/interfaces/propertyprobe.h:
730           Remove double "interface" from doc-string.
731
732         * gst-libs/gst/interfaces/xoverlay.h:
733           Document interface.
734
735         * gst-libs/gst/riff/riff.c:
736           Add basic doc blobs.
737
738 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
739
740         * gst-libs/gst/audio/Makefile.am:
741           Don't try to build that example anymore.
742
743 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
744
745         * gst-libs/gst/audio/.cvsignore:
746         * gst-libs/gst/audio/Makefile.am:
747         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
748         * gst-libs/gst/audio/make_filter:
749           Move audiofiltertemplate to gst-template.
750
751 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
752
753         * docs/libs/gst-plugins-base-libs-sections.txt:
754         * gst-libs/gst/audio/gstaudiosrc.h:
755           More docs and shuffling. What can we do with the hundreds of #defines.
756
757 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
758
759         * gst-libs/gst/audio/audio.h:
760         * gst-libs/gst/audio/gstaudiofilter.h:
761         * gst-libs/gst/audio/gstringbuffer.h:
762         * gst-libs/gst/interfaces/propertyprobe.h:
763         * gst-libs/gst/tag/gsttagdemux.h:
764           Reducing number of dundocumented symbols.
765
766 2008-08-11  Stefan Kost  <ensonic@users.sf.net>
767
768         * gst-libs/gst/audio/audio.c:
769           Fix doc comment syntax.
770
771         * gst-libs/gst/interfaces/propertyprobe.c:
772           Add more doc-comments and a FIXME: for the signal.    
773
774 2008-08-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
775
776         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sink_event),
777         (gst_ogg_mux_request_new_pad):
778         * ext/ogg/gstoggmux.h:
779         Don't pretend to support NEWSEGMENT events, instead override the
780         GstCollectPads event function to return FALSE on NEWSEGMENT events
781         and do the normal work for other events.
782
783         This prevents elements like flacenc to seek to the start and rewrite
784         some data which then results in a broken Ogg packet.
785
786 2008-08-07  Tim-Philipp Müller  <tim.muller at collabora co uk>
787
788         Patch by: Frederic Crozat <fcrozat@mandriva.org>
789
790         * ext/alsa/gstalsaplugin.c: (plugin_init):
791         * ext/cdparanoia/gstcdparanoiasrc.c: (plugin_init):
792         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
793         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
794         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init):
795         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
796         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal):
797         * gst/playback/gstdecodebin.c: (plugin_init):
798         * gst/playback/gstdecodebin2.c: (gst_decode_bin_plugin_init):
799         * gst/playback/gstplayback.c: (plugin_init):
800         * gst/playback/gstqueue2.c: (plugin_init):
801         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_plugin_init):
802         * sys/v4l/gstv4l.c: (plugin_init):
803         Make sure gettext returns translations in UTF-8 encoding rather
804         than in the current locale encoding (#546822).
805
806 2008-08-06  Stefan Kost  <ensonic@users.sf.net>
807
808         * gst-libs/gst/pbutils/descriptions.c:
809           Add audio/x-qdm for qtdemux.
810
811 2008-08-05  Stefan Kost  <ensonic@users.sf.net>
812
813         * ext/vorbis/vorbisdec.c:
814           Do not leak old taglist.
815
816 2008-08-04  Stefan Kost  <ensonic@users.sf.net>
817
818         * tests/icles/test-scale.c:
819           Include <stdlib.h> for atoi().
820
821 2008-08-04  Andy Wingo  <wingo@pobox.com>
822
823         * gst/audiotestsrc/gstaudiotestsrc.c: Very crucial and important
824         documentation fix.
825
826 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
827
828         * gst/adder/gstadder.c:
829           Cleanup lots of empty lines that came from gst-indent going havoc
830           before I added the INDENT_ON/OFF marker some time agao.
831
832 2008-08-01  Stefan Kost  <ensonic@users.sf.net>
833
834         * configure.ac:
835         * gst-libs/gst/riff/riff-read.c:
836           Bump requirement to latest core and use new tag for riff formats.
837           Needed for #520694.
838
839 2008-08-01  Wim Taymans  <wim.taymans@collabora.co.uk>
840
841         * tests/examples/dynamic/Makefile.am:
842         * tests/examples/dynamic/codec-select.c: (make_encoder),
843         (make_pipeline), (do_switch), (my_bus_callback), (main):
844         Add example app that dynamically switches between 3 'encoders'.
845
846 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
847
848         * gst/playback/gstplaysink.c: (gst_play_sink_set_vis_plugin):
849         Add some more comments.
850
851 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
852
853         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_getcaps),
854         (gst_video_test_src_create):
855         Discard buffers of the wrong size after renegotiation, this is perfectly
856         possible with things like capsfilter that could suggest caps changes
857         upstream without knowing the size of the buffer.
858
859 2008-07-31  Wim Taymans  <wim.taymans@collabora.co.uk>
860
861         * tests/icles/.cvsignore:
862         * tests/icles/Makefile.am:
863         * tests/icles/test-scale.c: (make_pipeline), (main):
864         Add dynamic rescaling tests for the new basetransform.
865
866 2008-07-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
867
868         * gst/audioconvert/Makefile.am:
869           Dist recently-added gstfastrandom.h.
870
871 2008-07-30  Edward Hervey  <edward.hervey@collabora.co.uk>
872
873         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
874         Fix a "may be used uninitialized in this function" which weirdly only
875         appears on macosx (?).
876
877 2008-07-30  Stefan Kost  <ensonic@users.sf.net>
878
879         * gst-libs/gst/riff/riff-ids.h:
880           Adding acid chunk for tempo and loop information.
881
882 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
883
884         * sys/xvimage/Makefile.am:
885           floor() needs linking to $(LIBM).
886
887 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
888
889         * ext/gnomevfs/gstgnomevfssrc.c:
890           Aggregate short reads and add some comments and debug logging.
891           Fixes #537380
892
893 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
894
895         * gst/playback/gstplaybasebin.c:
896           Fix property doc markup (its not a signal).
897
898         * sys/xvimage/xvimagesink.c:
899           Add since tag for new proeprties (also add sice tags fro the last two
900           other additions).
901
902 2008-07-29  Stefan Kost  <ensonic@users.sf.net>
903
904         * sys/xvimage/xvimagesink.c:
905         * sys/xvimage/xvimagesink.h:
906           Add autofill/colorkey properties. Fixes #538656.
907
908 2008-07-28  David Schleef  <ds@schleef.org>
909
910         * sys/xvimage/xvimagesink.c:
911           Fix rounding errors when converting colorbalance values
912           between hardware and object property ranges.  Partial
913           fix for #537889, however, there still seems to be a small
914           drift problem that could be totem's fault.
915
916 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
917
918         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
919         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
920         Don't use GST_CLOCK_TIME_NONE as start of NEWSEGMENT events.
921         This fixes a critical warning.
922
923 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
924
925         * ext/ogg/gstoggmux.c:
926         Allow muxing of CELT into Ogg streams.
927
928 2008-07-28  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
929
930         * gst/typefind/gsttypefindfunctions.c: (celt_type_find),
931         (plugin_init):
932         Add simple typefinder for the CELT codec (www.celt-codec.org).
933
934 2008-07-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
935
936         Patch by: Jan Gerber <j at oil21 dot org>
937
938         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone):
939         Fix calculation of the start time from skeleton streams.
940         Fixes bug #530068.
941
942 2008-07-24  Stefan Kost  <ensonic@users.sf.net>
943
944         * tests/examples/seek/seek.c:
945           Use 64 bit constant GST_CLOCK_TIME_NONE instead of plain -1.
946
947 2008-07-23  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
948
949         * gst/audioconvert/audioconvert.h:
950         * gst/audioconvert/gstaudioquantize.c:
951         (gst_audio_quantize_setup_dither),
952         (gst_audio_quantize_free_dither):
953         * gst/audioconvert/gstfastrandom.h:
954         Implement a linear congruential generator as pseudo random number
955         generator for the dither noise. This is about 2 times faster than
956         using GLib's mersenne twister. Also this uses only integer math for
957         generating integers while GLib internally uses floating point math.
958
959 2008-07-23  Michael Smith <msmith@songbirdnest.com>
960
961         * configure.ac:
962           Remove AC_ISC_POSIX; it breaks on some systems and is not needed.
963
964 2008-07-23  Tim-Philipp Müller  <tim.muller at collabora co uk>
965
966         Patch by: Damien Lespiau  <damien.lespiau gmail com>
967
968         * gst-libs/gst/sdp/gstsdpmessage.c: (print_media):
969           Use GST_STR_NULL to avoid crashes with libcs that don't
970           like NULL strings in printf args (such as the win32 one).
971           Fixes #544306.
972
973 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
974
975         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
976         Oops - set the size of the image used for probing back to 1x1, for
977         consistency with ximagesink
978
979 2008-07-17  Jan Schmidt  <Jan.Schmidt@sun.com>
980
981         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
982         (gst_ximagesink_ximage_new):
983         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
984         (gst_xvimagesink_xvimage_new):
985
986         Apparently on Solaris and OS/X (at least), it's not legal to ask the
987         X server to attach to a shared memory segment after we've deleted it,
988         with the result that MIT-SHM is disabled. Instead, remove it only after 
989         X succeeds in attaching too.
990
991 2008-07-16  David Schleef  <ds@schleef.org>
992
993         * gst/audiotestsrc/gstaudiotestsrc.c:
994         * gst/audiotestsrc/gstaudiotestsrc.h:
995           Add 'ticks', a 1/30 second sine wave pulse every second.
996
997 2008-07-15  David Schleef  <ds@schleef.org>
998
999         * gst-libs/gst/video/video.c: Revert ABI change.
1000
1001 2008-07-15  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1002
1003         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
1004         Make it impossible to have NULL caps at the point where we set
1005         framerate and other things. Also don't return immediately for "3ivd"
1006         video and let framerate, etc be set. Might fix bug #542508.
1007
1008 2008-07-14  Mark Nauwelaerts  <mark.nauwelaerts@collabora.co.uk>
1009
1010         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps):
1011         Video format can also be conveniently determined from (many)
1012         non-fixed caps.
1013
1014 2008-07-14  Jan Schmidt  <thaytan@noraisin.net>
1015
1016         * gst/playback/gstplaybasebin.c:
1017         * gst/playback/gstplaybasebin.h:
1018         * gst/playback/gstplaybin.c:
1019         * gst/playback/gststreamselector.c:
1020         First stab at integrating DVD subpicture overlay into
1021         playbin. Successfully plugs and plays, but the queues need
1022         shrinking - 3 seconds of video is too much buffering.
1023
1024 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1025
1026         * gst/audioconvert/gstaudioconvert.c:
1027           Remove now obsolete note in the docs.
1028
1029 2008-07-11  Stefan Kost  <ensonic@users.sf.net>
1030
1031         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1032         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1033         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1034         * docs/plugins/gst-plugins-base-plugins.args:
1035         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1036         * docs/plugins/gst-plugins-base-plugins.interfaces:
1037         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1038         * docs/plugins/gst-plugins-base-plugins.signals:
1039         * docs/plugins/inspect/plugin-adder.xml:
1040         * docs/plugins/inspect/plugin-alsa.xml:
1041         * docs/plugins/inspect/plugin-audioconvert.xml:
1042         * docs/plugins/inspect/plugin-audiorate.xml:
1043         * docs/plugins/inspect/plugin-audioresample.xml:
1044         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1045         * docs/plugins/inspect/plugin-cdparanoia.xml:
1046         * docs/plugins/inspect/plugin-decodebin.xml:
1047         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1048         * docs/plugins/inspect/plugin-gdp.xml:
1049         * docs/plugins/inspect/plugin-gnomevfs.xml:
1050         * docs/plugins/inspect/plugin-libvisual.xml:
1051         * docs/plugins/inspect/plugin-ogg.xml:
1052         * docs/plugins/inspect/plugin-pango.xml:
1053         * docs/plugins/inspect/plugin-playback.xml:
1054         * docs/plugins/inspect/plugin-queue2.xml:
1055         * docs/plugins/inspect/plugin-subparse.xml:
1056         * docs/plugins/inspect/plugin-tcp.xml:
1057         * docs/plugins/inspect/plugin-theora.xml:
1058         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1059         * docs/plugins/inspect/plugin-uridecodebin.xml:
1060         * docs/plugins/inspect/plugin-video4linux.xml:
1061         * docs/plugins/inspect/plugin-videorate.xml:
1062         * docs/plugins/inspect/plugin-videoscale.xml:
1063         * docs/plugins/inspect/plugin-videotestsrc.xml:
1064         * docs/plugins/inspect/plugin-volume.xml:
1065         * docs/plugins/inspect/plugin-vorbis.xml:
1066         * docs/plugins/inspect/plugin-ximagesink.xml:
1067         * docs/plugins/inspect/plugin-xvimagesink.xml:
1068         * ext/alsa/gstalsamixer.c:
1069         * ext/alsa/gstalsasink.c:
1070         * ext/alsa/gstalsasrc.c:
1071         * ext/gio/gstgiosink.c:
1072         * ext/gio/gstgiosrc.c:
1073         * ext/gio/gstgiostreamsink.c:
1074         * ext/gio/gstgiostreamsrc.c:
1075         * ext/gnomevfs/gstgnomevfssink.c:
1076         * ext/gnomevfs/gstgnomevfssrc.c:
1077         * ext/ogg/gstoggdemux.c:
1078         * ext/ogg/gstoggmux.c:
1079         * ext/pango/gstclockoverlay.c:
1080         * ext/pango/gsttextoverlay.c:
1081         * ext/pango/gsttextrender.c:
1082         * ext/pango/gsttimeoverlay.c:
1083         * ext/theora/theoradec.c:
1084         * ext/theora/theoraenc.c:
1085         * ext/theora/theoraparse.c:
1086         * ext/vorbis/vorbisdec.c:
1087         * ext/vorbis/vorbisenc.c:
1088         * ext/vorbis/vorbisparse.c:
1089         * ext/vorbis/vorbistag.c:
1090         * gst/adder/gstadder.c:
1091         * gst/audioconvert/gstaudioconvert.c:
1092         * gst/audioresample/gstaudioresample.c:
1093         * gst/audiotestsrc/gstaudiotestsrc.c:
1094         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1095         * gst/gdp/gstgdpdepay.c:
1096         * gst/gdp/gstgdppay.c:
1097         * gst/playback/gstdecodebin2.c:
1098         * gst/playback/gstplaybin.c:
1099         * gst/playback/gstplaybin2.c:
1100         * gst/playback/gstqueue2.c:
1101         * gst/playback/gsturidecodebin.c:
1102         * gst/tcp/gstmultifdsink.c:
1103         * gst/tcp/gsttcpserversink.c:
1104         * gst/videorate/gstvideorate.c:
1105         * gst/videoscale/gstvideoscale.c:
1106         * gst/videotestsrc/gstvideotestsrc.c:
1107         * gst/volume/gstvolume.c:
1108         * sys/ximage/ximagesink.c:
1109         * sys/xvimage/xvimagesink.c:
1110           Cleanup Plugin docs. Link to signals and properties. Fix sub-section
1111           titles. Drop mentining that all our example pipelines are "simple"
1112           pipelines.
1113
1114 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1115
1116         * tests/examples/seek/Makefile.am:
1117         Fix out of tree build by adding all required CFLAGS.
1118
1119 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1120
1121         * gst/playback/gstdecodebin.c: (add_raw_queue):
1122         And ref the pad before returning it again when linking to the queue
1123         failed. Otherwise we will unref the pad twice later and things break.
1124
1125 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1126
1127         * gst/playback/gstdecodebin.c: (add_raw_queue):
1128         If linking the raw pad with a queue fails, try it without a queue
1129         instead of failing completely. This should never happen.
1130
1131 2008-07-07  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1132
1133         Patch by: Evgeniy Stepanov <eugeni dot stepanov at gmail dot com>
1134
1135         * gst/playback/gstdecodebin.c: (add_raw_queue), (close_pad_link):
1136         Add a queue after a demuxer if the demuxer outputs raw data. This was
1137         done before only for non-raw data but is required in this case too.
1138         Fixes bug #540215.
1139
1140         decodebin2 doesn't have this issue because all streams of a group
1141         go through multiqueue.
1142
1143 2008-07-03  Wim Taymans  <wim.taymans@collabora.co.uk>
1144
1145         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
1146
1147         * gst-libs/gst/sdp/gstsdpmessage.c:
1148         Makes libgstsdp compile with mingw32 by defining the right WINVER so
1149         that getaddrinfo() can be used. Fixes #541358.
1150
1151 2008-07-01  Wim Taymans  <wim.taymans@collabora.co.uk>
1152
1153         * gst/videotestsrc/gstvideotestsrc.c:
1154         (gst_video_test_src_class_init), (gst_video_test_src_init),
1155         (gst_video_test_src_set_property),
1156         (gst_video_test_src_get_property), (gst_video_test_src_create):
1157         * gst/videotestsrc/gstvideotestsrc.h:
1158         Cleanups, use default property values as defines.
1159         Add property to enable/disable peer buffer allocation.
1160
1161 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1162
1163         * tests/check/elements/gdpdepay.c: (gdpdepay_suite):
1164         * tests/check/pipelines/streamheader.c: (streamheader_suite):
1165         Enable unit tests on PPC again as the bugs are now fixed.
1166
1167 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1168
1169         * gst-libs/gst/riff/riff-ids.h:
1170         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
1171         (gst_riff_create_audio_template_caps):
1172         Add support for ADPCM IMA DK3 and DK4 variant in RIFF containers.
1173         Fixes bug #540351.
1174
1175 2008-06-30  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1176
1177         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
1178         (gst_ffmpeg_pixfmt_to_caps):
1179         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
1180         (gst_ffmpegcsp_get_unit_size):
1181         Only set/get on the PAL8 format, ffmpegcolorspace doesn't support
1182         it on other formats. Also adjust the unit size only for that format
1183         to not include the palette. Fixes bug #540497.
1184
1185 2008-06-29  Stefan Kost  <ensonic@users.sf.net>
1186
1187         * gst/adder/gstadder.c:
1188           Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.
1189
1190 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1191
1192         * ChangeLog:
1193           ChangeLog surgery.
1194   
1195         * tests/examples/seek/seek.c:
1196           Move variable into ifdef too.
1197         
1198
1199 2008-06-27  Stefan Kost  <ensonic@users.sf.net>
1200
1201         * tests/examples/seek/seek.c:
1202           Include config.h and check if we have X. Remove XInitThread(), don't
1203           think its needed. Fixes: #540334.
1204
1205 2008-06-26  Sebastian Dröge  <sebastian.droege@collabora.co.uk>
1206
1207         Patch by: Sam Morris <sam at robots dot org to uk>
1208
1209         * gst-libs/gst/interfaces/mixertrack.c:
1210         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
1211         (gst_mixer_track_set_property):
1212         API: Add "index" property to GstMixerTrack to differantiate between
1213         multiple mixer tracks with the same label.
1214
1215         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
1216         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
1217         Set the "index" property of GstMixerTrack to the index given by ALSA.
1218         Fixes bug #528299.
1219
1220 2008-06-25  Stefan Kost  <ensonic@users.sf.net>
1221
1222         * tests/examples/seek/Makefile.am:
1223         * tests/examples/seek/seek.c:
1224           Remove libgstvideo usage. Use gtk_get_option_group instead of
1225           gtk_init().
1226
1227 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1228
1229         * tests/check/Makefile.am:
1230           Name the test registry format neutral.
1231
1232 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1233
1234         * gst/playback/gstqueue2.c:
1235           Do not double notify. Remove the unsued return value.
1236
1237 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1238
1239         * ext/alsa/gstalsamixer.c:
1240           Also consider "speaker" as a name for master volume. If that doesn't
1241           help look for the first non-mono volume control that also has a
1242           playback switch.
1243
1244 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1245
1246         * ChangeLog:
1247           Forgot to save the ChangeLog :/
1248
1249 2008-06-24  Stefan Kost  <ensonic@users.sf.net>
1250
1251         * tests/examples/seek/Makefile.am:
1252         * tests/examples/seek/seek.c:
1253           Embedd the xwindow. Allow to play multiple files.
1254
1255 2008-06-24  Jan Schmidt  <jan.schmidt@sun.com>
1256
1257         * sys/ximage/ximagesink.c (gst_ximagesink_ximage_put),
1258         (gst_ximagesink_setcaps):
1259         * sys/ximage/ximagesink.h:
1260         When the caps change, make sure to re-draw borders in
1261         force-aspect-ratio=true mode.
1262         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_put):
1263         Don't clear the border_draw flag until we actually draw the border.
1264         * tests/check/Makefile.am:
1265         Ignore alsasink/src during the states test too, so it doesn't fail
1266         when running without access to the sound device.
1267
1268 2008-06-22  Stefan Kost  <ensonic@users.sf.net>
1269
1270         * tests/examples/seek/seek.c:
1271           Fix crasher when playing a parse-launch line the 2nd time.
1272
1273 2008-06-21  Thomas Vander Stichele  <thomas at apestaart dot org>
1274
1275         * tests/check/pipelines/oggmux.c:
1276           Properly ifdef tests to fix compilation.
1277
1278 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1279
1280         * gst/playback/gstplay-marshal.list:
1281         * gst/playback/gstplaybin2.c:
1282           Add get-video-pad, get-audio-pad, get-text-pad action signals to
1283           playbin2. This allows the user to get to the selector's sinkpads, and
1284           thus inspect a range of things - caps, tags, etc. 
1285
1286 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1287
1288         * gst/playback/gstplaybin2.c:
1289           Use a different constant for the convert-frame signal id.
1290           Fixes #537009.
1291
1292 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1293
1294         * gst/playback/gstplaybin2.c:
1295         * gst/playback/gstplaysink.c:
1296           Fix a whole bunch of typos in comments and log statements. 
1297
1298 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1299
1300         * sys/xvimage/xvimagesink.c:
1301           Don't set colour balance values on the Xv port if the user hasn't
1302           changed them (via properties or the interface). Avoids accumulating
1303           rounding errors for the common case.
1304           Partial fix for bug #537889.
1305
1306 2008-06-20  Michael Smith <msmith@songbirdnest.com>
1307
1308         * gst/playback/gstdecodebin2.c:
1309           Ensure decodebin2 emits 'drained' signal once, and only once, when all
1310           pads are drained.
1311
1312 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1313
1314         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_get_latency),
1315         (gst_vorbis_enc_src_query), (gst_vorbis_enc_chain):
1316         Report the encoder latency. Fixes #538232.
1317
1318 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1319
1320         * gst/playback/gstplaybin2.c: (gst_play_bin_get_property),
1321         (notify_source), (activate_group):
1322         Implement the source property, emit notify when it changes in the
1323         underlying uridecodebin.
1324
1325 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1326
1327         * tests/examples/seek/seek.c: (stop_cb):
1328         Free and clear the seek element list so that we don't use invalid
1329         references when seeking after recreating a gst-launch line.
1330
1331 2008-06-20  Wim Taymans  <wim.taymans@collabora.co.uk>
1332
1333         * gst-libs/gst/audio/gstbaseaudiosink.c:
1334         (gst_base_audio_sink_query), (gst_base_audio_sink_skew_slaving),
1335         (gst_base_audio_sink_render):
1336         Report latency even if we are not live instead of hiding it.
1337         Take ts-offset and render-delay of the basesink into account when
1338         scheduling samples.
1339         Rework the clipping code so that we can take the various offsets into
1340         account and still do correct clipping.
1341
1342 2008-06-20  Jan Schmidt  <jan.schmidt@sun.com>
1343
1344         * configure.ac:
1345         Bump verion back to devel -> 0.10.20.1
1346
1347 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1348
1349         * gst-libs/gst/tag/tags.c: (gst_tag_image_data_to_image_buffer):
1350         Don't increase the size of non-string image buffers by one as this
1351         might in theory confuse decoders. Still increase it by one for string
1352         image buffers to append '\0'.
1353
1354 2008-06-20  Sebastian Dröge  <slomo@circular-chaos.org>
1355
1356         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1357         
1358         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset):
1359         Fix a buffer memleak and remove a confusing and wrong debug output.
1360         Fixes bug #538663.
1361
1362 === release 0.10.20 ===
1363
1364 2008-06-18  Jan Schmidt <jan.schmidt@sun.com>
1365
1366         * configure.ac:
1367           releasing 0.10.20, "Here I Go Again"
1368
1369 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1370
1371         * configure.ac:
1372         0.10.19.3 pre-release
1373
1374 2008-06-11  Jan Schmidt  <jan.schmidt@sun.com>
1375
1376         * gst-libs/gst/rtsp/gstrtspconnection.c:
1377         Fix build on win32.
1378         Patch By: David Schleef <ds@schleef.org>
1379         Fixes: #536874
1380
1381 2008-06-11  Sebastian Dröge  <slomo@circular-chaos.org>
1382
1383         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_finalize),
1384         (gst_gio_base_src_create):
1385         * ext/gio/gstgiobasesrc.h:
1386         Try to read the requested number of bytes, even if the first
1387         read returns less than requested, until nothing is read anymore
1388         or we have the requested amount of bytes. This fixes playback of
1389         files via Samba as Samba only allows to read 64k at once.
1390
1391         Implement a caching algorithm that makes sure that we read at
1392         least 4k of data every time. Some elements will try to read a few
1393         bytes, then seek, read again a few bytes and so on and this is
1394         painfully slow as every operation has to go over DBus if GVfs is
1395         used as backend.
1396
1397         Fixes bug #536849 and #536848.
1398
1399         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init),
1400         (gst_gio_src_check_get_range):
1401         Override check_get_range() to blacklist http/https URIs
1402         and whitelist file URIs. More to be added on demand.
1403
1404 2008-06-05  Jan Schmidt  <jan.schmidt@sun.com>
1405
1406         * configure.ac:
1407         0.10.19.2 pre-release
1408
1409 2008-06-04  Jan Schmidt  <jan.schmidt@sun.com>
1410
1411         * win32/common/libgstrtsp.def:
1412         * win32/common/libgsttag.def:
1413         Add new API functions to the dll exports
1414
1415 2008-06-04  Michael Smith <msmith@songbirdnest.com>
1416
1417         * gst/playback/gstplaybasebin.c:
1418           Disconnect signals from decodebins we created before we remove it
1419           from playbin, to avoid crashes if the decodebin is eventually
1420           disposed after the playbin itself (possible if the app takes a
1421           reference on the decodebin).
1422           Fixes #536521.
1423
1424 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1425
1426         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
1427           (mp3_type_find), (musepack_type_find), (MULTIPART_MAX_HEADER_SIZE),
1428           (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
1429           (h264_video_type_find), (mpeg_video_stream_type_find),
1430           (dv_type_find), (mmsh_type_find):
1431           Bunch of small clean-ups: use gst_type_find_suggest_simple(); don't
1432           copy caps for no good reason (this may be desirable to make it easier
1433           to detect leaks, but then it should probably be done for all caps
1434           in the typefinder somewhere).
1435
1436 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1437
1438         * tests/check/Makefile.am:
1439         Do not try to run the check tests for subparse unless it has been
1440         built.
1441
1442 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1443
1444         * tests/check/pipelines/streamheader.c: (buffer_probe_cb),
1445         (test_multifdsink_gdp_vorbisenc), (streamheader_suite):
1446         Do not try to run a test which requires vorbisenc unless we have
1447         actually built it.
1448
1449 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1450
1451         * gst-libs/gst/rtsp/gstrtspconnection.c:
1452         (gst_rtsp_connection_set_auth), (gst_rtsp_connection_set_auth_param),
1453         (gst_rtsp_connection_clear_auth_params),
1454         (gst_rtsp_connection_set_qos_dscp), (gst_rtsp_connection_get_ip):
1455         * gst-libs/gst/rtsp/gstrtspconnection.h:
1456         Add a couple of missing argument guards.
1457         Add a way of setting the DSCP for an RTSP connection.
1458         Add an accessor method for the ip member of GstRTSPConnection as all
1459         members are supposed to be private.
1460
1461 2008-06-04  Peter Kjellerstedt  <pkj@axis.com>
1462
1463         * gst/tcp/gstmultifdsink.c: (setup_dscp_client):
1464         Fixed accidental use of IPv4 options for all IPv6 addresses.
1465
1466 2008-06-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
1467
1468         * gst-libs/gst/interfaces/mixertrack.h:
1469           Document mixer track flags.
1470
1471 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1472
1473         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
1474
1475         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset_streamheader):
1476         Don't set caps on the buffers that contain a copy of the buffer
1477         including the caps of them resulting in an always increasing refcount
1478         of the caps and insanely large caps. Instead include a buffer without
1479         caps in the new caps. Fixes bug #536475.
1480
1481 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1482
1483         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1484         Transform a given PAR to a range on the struct with the generic
1485         height/width instead of the struct with the possibly restricted
1486         height/width.
1487
1488 2008-06-04  Sebastian Dröge  <slomo@circular-chaos.org>
1489
1490         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
1491         Prefer the given format if it contains something stricter than [1,MAX]
1492         for height or width and only put a structure that requires rescaling
1493         as second. This makes it possible to use videoscale in pipelines where
1494         the source can actually produce the wanted height/width but usually
1495         selects a different one from the requested.
1496
1497 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1498
1499         Based on patch by: John Millikin <jmillikin gmail com>
1500
1501         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches), (gst_vorbis_tag_add),
1502           (gst_vorbis_tag_add_coverart):
1503           Retrieve COVERART tags from vorbis comments (#512333)
1504
1505 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1506
1507         * gst-libs/gst/tag/tag.h:
1508         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
1509           Don't forget to add new enum value here too (should probably use
1510           glib-mkenums here...).
1511
1512 2008-06-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
1513
1514         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_add_id3_image):
1515         * gst-libs/gst/tag/tag.h: (GST_TAG_IMAGE_TYPE_NONE),
1516         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
1517           (gst_tag_image_type_get_type), (gst_tag_image_type_is_valid),
1518           (gst_tag_image_data_to_image_buffer):
1519           Add two utility functions to avoid code duplication (#512333):
1520           API: add gst_tag_image_data_to_image_buffer()
1521           API: add gst_tag_list_add_id3_image()
1522           API: add GST_TAG_IMAGE_TYPE_NONE enum value
1523
1524 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1525
1526         * win32/common/libgstaudio.def:
1527         Add gst_audio_check_channel_positions() to the exported symbols.
1528
1529 2008-06-03  Sebastian Dröge  <slomo@circular-chaos.org>
1530
1531         * docs/libs/gst-plugins-base-libs-sections.txt:
1532         * gst-libs/gst/audio/multichannel.c:
1533         (gst_audio_check_channel_positions):
1534         * gst-libs/gst/audio/multichannel.h:
1535         API: Make gst_audio_check_channel_positions() public.
1536
1537         * tests/check/libs/audio.c: (GST_START_TEST):
1538         Add some simple checks for gst_audio_check_channel_positions().
1539
1540 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1541
1542         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
1543           minrange and maxrange are scaled according to the frequency
1544           multiplier.
1545
1546 2008-06-02  Tim-Philipp Müller  <tim.muller at collabora co uk>
1547
1548         * ext/pango/Makefile.am:
1549         * ext/pango/gsttextoverlay.c: (gst_text_overlay_shade_y),
1550           (gst_text_overlay_blit_yuv420), (gst_text_overlay_push_frame):
1551           Use gstvideo functions to calculate strides and plane offsets. Fixes
1552           rendering issue ('ghost' images of the text on the chroma planes)
1553           with widths or heights that are not multiples of 8 (#506659 and
1554           probably also #485729).
1555
1556         * tests/icles/test-textoverlay.c: (show_text), (test_textoverlay),
1557           (main):
1558           Test with odd height/width too.
1559
1560 2008-06-02  Sebastian Dröge  <slomo@circular-chaos.org>
1561
1562         * gst/adder/gstadder.c: (gst_adder_query_duration),
1563         (gst_adder_query_latency):
1564         When using gst_element_iterate_pads() one has to unref every pad
1565         after usage.
1566
1567 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1568
1569         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1570         (gst_base_audio_src_class_init):
1571         Add a gtk-doc chunk for the new properties to have a Since: indication.
1572
1573 2008-05-31  Mark Nauwelaerts  <mnauw@users.sf.net>
1574
1575         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1576         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
1577         (gst_base_audio_src_get_property), (gst_base_audio_src_setcaps),
1578         (gst_base_audio_src_change_state):
1579         Provide readable actual-buffer-time and actual-latency-time properties
1580         that reflect the configured ringbuffer values. Fixes #524724.
1581         API: GstBaseAudioSrc:actual-buffer-time
1582         API: GstBaseAudioSrc:actual-latency-time
1583
1584 2008-05-30  Wim Taymans  <wim.taymans@collabora.co.uk>
1585
1586         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push),
1587         (gst_basertppayload_change_state):
1588         Simply converting the running time into an RTP timestamp by scaling it
1589         based on the clock-rate is good enough for making an RTP timestamp. This
1590         has the added benefit that we can later on expose a property with the
1591         RTP timestamp of running time 0, as is needed for RTSP servers to
1592         generate the response of the PLAY request.
1593
1594 2008-05-30  Sebastian Dröge  <slomo@circular-chaos.org>
1595
1596         * gst/audioconvert/gstaudioconvert.c:
1597         (structure_has_fixed_channel_positions),
1598         (gst_audio_convert_transform_caps):
1599         Allow up to 11 positioned channels now that audioconvert can handle
1600         this but add no default positions for > 8 channels.
1601         
1602         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1603         Add some unit tests for the above change: Test conversion of
1604         11 positioned channels to stereo and the other way around, test
1605         conversion of 15 unpositioned channels in different ways.
1606
1607 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1608
1609         * win32/common/libgstaudio.def:
1610         Add gst_audio_clock_reset to the list of exported symbols.
1611
1612 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1613
1614         * tests/check/elements/vorbisdec.c: (vorbisdec_suite):
1615         Remove wrong_channels_identification_header unit test as we now
1616         support 7 (and more channels).
1617
1618 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1619
1620         * gst/audioconvert/gstchannelmix.c:
1621         (gst_channel_mix_fill_one_other):
1622         If mixing left or right to center (or the other way around) only take
1623         the complete value if we don't already have the original position in
1624         the source.
1625
1626 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1627
1628         * gst-libs/gst/audio/multichannel.c:
1629         (gst_audio_check_channel_positions),
1630         (gst_audio_set_structure_channel_positions_list),
1631         (gst_audio_fixate_channel_positions):
1632         Allow rear center together with rear left/right and other previously
1633         conflicting channel positions. The reason why they weren't allowed
1634         was the channel mixing implementation in audioconvert.
1635         Also take this into account when fixing channel layouts.
1636
1637         Allow setting channel positions for 1/2 channels when using
1638         gst_audio_set_structure_channel_position().
1639
1640         * gst/audioconvert/gstchannelmix.c:
1641         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
1642         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
1643         (gst_channel_mix_fill_special), (gst_channel_mix_fill_matrix):
1644         Major rewrite of the channel mixing.
1645
1646         We now allow previously conflicting channel positions to appear
1647         together (rear center and rear left/right for example).
1648         Fixes bug #533817.
1649
1650         Rework the way channels are mixed together to take more possible
1651         channel positions into account, properly mix from/to side channels
1652         and don't assume that either center, left&right or nothing of a
1653         specific position is available anymore.
1654
1655         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1656         Adjust unit tests with non-standard 1/2 channel layouts to the more
1657         correct new behaviour.
1658
1659         Add a unit test for 5.1->Stereo downmixing.
1660
1661 2008-05-29  Sebastian Dröge  <slomo@circular-chaos.org>
1662
1663         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
1664         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps):
1665         Add sane defaults for the 7 and 8 channel layouts as those are
1666         undefined in the Vorbis spec. Use NONE channel layouts when decoding
1667         more than 8 channels instead of erroring out. Fixes bug #535356.
1668
1669 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1670
1671         * docs/plugins/Makefile.am:
1672         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
1673         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1674         * ext/theora/theoraparse.c:
1675         Add theoraparse to the docs and fix some docs.
1676
1677 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1678
1679         * gst-libs/gst/cdda/gstcddabasesrc.c:
1680         (gst_cdda_base_src_add_track), (gst_cdda_base_src_create):
1681         Fix EOS condition and track addition check, the track.end sector is
1682         included in the track. Fixes #533265.
1683
1684 2008-05-28  Wim Taymans  <wim.taymans@collabora.co.uk>
1685
1686         Patch by: Mark Nauwelaerts <manauw at skynet be>
1687
1688         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
1689         (gst_video_rate_flush_prev), (gst_video_rate_event),
1690         (gst_video_rate_chain):
1691         * gst/videorate/gstvideorate.h:
1692         React (more) to NEWSEGMENT
1693         Small adjustment in timestamp calculation to prevent mismatches
1694         Fixes #435633.
1695
1696 2008-05-28  Tim-Philipp Müller  <tim.muller at collabora co uk>
1697
1698         * tests/examples/seek/seek.c: (make_parselaunch_pipeline):
1699           Initialise error to NULL as we should.
1700
1701 2008-05-28  Sebastian Dröge  <slomo@circular-chaos.org>
1702
1703         * gst/adder/gstadder.c: (gst_adder_query_duration),
1704         (gst_adder_query_latency), (gst_adder_query):
1705         Implement latency query.
1706
1707 2008-05-27  Sebastian Dröge  <slomo@circular-chaos.org>
1708
1709         * gst/adder/gstadder.c: (gst_adder_query_duration):
1710         Correctly resync the iterator if gst_iterator_next() returns
1711         GST_ITERATOR_RESYNC.
1712
1713 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1714
1715         * win32/vs6/libgstpbutils.dsp:
1716           Add pbutils-enumtypes.c to sources (#518037).
1717
1718 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1719
1720         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
1721         (gst_audio_clock_reset), (gst_audio_clock_get_internal_time):
1722         * gst-libs/gst/audio/gstaudioclock.h:
1723         Add method to inform the clock that the time starts from 0 again. We use
1724         this info to calculate a clock offset so that the time we report in
1725         internal_time is monotonically increasing, as required by the clock base
1726         class. Fixes #521761.
1727         API: GstAudioClock::gst_audio_clock_reset()
1728
1729         * gst-libs/gst/audio/gstbaseaudiosink.c:
1730         (gst_base_audio_sink_skew_slaving),
1731         (gst_base_audio_sink_change_state):
1732         * gst-libs/gst/audio/gstbaseaudiosrc.c:
1733         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
1734         Reset reported time when we (re)create the ringbuffer.
1735
1736 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1737
1738         * ext/alsa/gstalsamixertrack.c:
1739           (gst_alsa_mixer_track_update_alsa_capabilities):
1740           Make sure playback volumes aren't accidentally overwritten by
1741           capture volumes if an alsa mixer track has both playback and
1742           capture capabilities: we create two GstMixerTracks in that
1743           case, so make sure we query only the alsa capabilities that
1744           refer to the type of GstMixerTrack we created from the dual
1745           capability alsa element. Should fix issues with Audigy2 sound
1746           cards (#518082).
1747
1748 2008-05-27  Tim-Philipp Müller  <tim.muller at collabora co uk>
1749
1750         * tests/check/pipelines/oggmux.c: (test_pipeline):
1751           Don't use deprecated function.
1752
1753 2008-05-27  Wim Taymans  <wim.taymans@collabora.co.uk>
1754
1755         * gst/playback/gstdecodebin2.c:
1756         (gst_decode_group_control_source_pad), (gst_decode_group_expose):
1757         Check for NULL cases and log them, creating ghostpads can, for example,
1758         fail when the pad returns wrong caps.
1759
1760         * gst/playback/gstplaybin2.c: (perform_eos):
1761         When pushing out the EOS event, collect the return value and warn when
1762         something failed.
1763
1764 2008-05-26  Wim Taymans  <wim.taymans@collabora.co.uk>
1765
1766         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
1767         (gst_riff_create_video_template_caps):
1768         Add support for DVCPRO.
1769
1770 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1771
1772         * gst/videoscale/gstvideoscale.c: (DEFAULT_PROP_METHOD):
1773           Change default scaling method from nearest-neighbour to bilinear.
1774
1775 2008-05-26  Tim-Philipp Müller  <tim.muller at collabora co uk>
1776
1777         * tests/check/libs/video.c:
1778           More checks.
1779
1780 2008-05-25  Tim-Philipp Müller  <tim.muller at collabora co uk>
1781
1782         * gst/subparse/gstsubparse.c: (parser_state_init),
1783           (gst_sub_parse_format_autodetect), (handle_buffer):
1784         * gst/subparse/gstsubparse.h:
1785         * tests/check/elements/subparse.c: (test_tmplayer_style3b):
1786           Limit duration to a maximum of five seconds for tmplayer format where
1787           we can guess the duration only from the timestamp of the next line of
1788           text. We don't want to show a text for eternities just because nothing
1789           else is being said for a while.
1790
1791 2008-05-23  Wim Taymans  <wim.taymans@collabora.co.uk>
1792
1793         * gst-libs/gst/rtp/gstbasertpdepayload.c:
1794         (gst_base_rtp_depayload_chain),
1795         (gst_base_rtp_depayload_handle_sink_event),
1796         (gst_base_rtp_depayload_push_full),
1797         (gst_base_rtp_depayload_change_state):
1798         Check sequence numbers, mark input buffers with a discont flag for the
1799         subclass when we detected a gap, drop duplicate buffers. We do this
1800         because one can use the element without a jitterbuffer in front and we
1801         don't want to feed the subclasses invalid or reordered data.
1802         Do an error when the subclass did not provide a process function instead
1803         of crashing.
1804         Some other small cleanups.
1805
1806 2008-05-22  Tim-Philipp Müller  <tim.muller at collabora co uk>
1807
1808         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1809           May just as well use the precalculated uvstride here.
1810
1811 2008-05-22  Jan Schmidt  <jan.schmidt@sun.com>
1812
1813         * docs/plugins/Makefile.am:
1814         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
1815         * docs/plugins/gst-plugins-base-plugins-sections.txt:
1816         * docs/plugins/gst-plugins-base-plugins.args:
1817         * docs/plugins/gst-plugins-base-plugins.hierarchy:
1818         * docs/plugins/gst-plugins-base-plugins.interfaces:
1819         * docs/plugins/gst-plugins-base-plugins.prerequisites:
1820         * docs/plugins/inspect/plugin-adder.xml:
1821         * docs/plugins/inspect/plugin-alsa.xml:
1822         * docs/plugins/inspect/plugin-audioconvert.xml:
1823         * docs/plugins/inspect/plugin-audiorate.xml:
1824         * docs/plugins/inspect/plugin-audioresample.xml:
1825         * docs/plugins/inspect/plugin-audiotestsrc.xml:
1826         * docs/plugins/inspect/plugin-cdparanoia.xml:
1827         * docs/plugins/inspect/plugin-decodebin.xml:
1828         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
1829         * docs/plugins/inspect/plugin-gdp.xml:
1830         * docs/plugins/inspect/plugin-gio.xml:
1831         * docs/plugins/inspect/plugin-gnomevfs.xml:
1832         * docs/plugins/inspect/plugin-libvisual.xml:
1833         * docs/plugins/inspect/plugin-ogg.xml:
1834         * docs/plugins/inspect/plugin-pango.xml:
1835         * docs/plugins/inspect/plugin-playback.xml:
1836         * docs/plugins/inspect/plugin-queue2.xml:
1837         * docs/plugins/inspect/plugin-subparse.xml:
1838         * docs/plugins/inspect/plugin-tcp.xml:
1839         * docs/plugins/inspect/plugin-theora.xml:
1840         * docs/plugins/inspect/plugin-typefindfunctions.xml:
1841         * docs/plugins/inspect/plugin-uridecodebin.xml:
1842         * docs/plugins/inspect/plugin-video4linux.xml:
1843         * docs/plugins/inspect/plugin-videorate.xml:
1844         * docs/plugins/inspect/plugin-videoscale.xml:
1845         * docs/plugins/inspect/plugin-videotestsrc.xml:
1846         * docs/plugins/inspect/plugin-volume.xml:
1847         * docs/plugins/inspect/plugin-vorbis.xml:
1848         * docs/plugins/inspect/plugin-ximagesink.xml:
1849         * docs/plugins/inspect/plugin-xvimagesink.xml:
1850         * ext/cdparanoia/gstcdparanoiasrc.c:
1851         * ext/ogg/gstoggdemux.c:
1852         * ext/ogg/gstoggdemux.h:
1853         * ext/ogg/gstoggmux.c:
1854         * ext/ogg/gstoggmux.h:
1855         * gst/audioconvert/audioconvert.c:
1856         * gst/audioconvert/audioconvert.h:
1857         * gst/audioconvert/gstaudioconvert.h:
1858         * gst/gdp/gstgdpdepay.h:
1859         * gst/gdp/gstgdppay.h:
1860         * gst/playback/gstdecodebin.c:
1861         * gst/playback/gstdecodebin2.c:
1862         * gst/playback/gstplaybin.c:
1863         * gst/playback/gstplaybin2.c:
1864         * gst/playback/gsturidecodebin.c:
1865         * gst/tcp/gstmultifdsink.c:
1866         * gst/tcp/gstmultifdsink.h:
1867         * gst/tcp/gsttcp.h:
1868
1869         Add some documentation comments, and some new headers to be scanned.
1870         Rename some internal enum declarations (audioconvert's DitherType and
1871         NoiseShapingType, GstUnitType from the TCP elements) to match the
1872         documented GObject type names so that the docs pick them up.
1873         Name the playbin2 docs markups properly so they get picked up. They'll
1874         need renaming back when/if playbin2 becomes playbin.
1875
1876         100% symbol coverage for the plugin docs, booya.
1877
1878 2008-05-22  Sebastian Dröge  <slomo@circular-chaos.org>
1879
1880         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
1881
1882         * gst/videotestsrc/videotestsrc.c: (paint_hline_NV12_NV21):
1883         Fix generation of NV12/NV21 frames. Fixes bug #532454.
1884
1885 2008-05-22  Wim Taymans  <wim.taymans@collabora.co.uk>
1886
1887         Patch by: Sjoerd Simons <sjoerd at luon dot net>
1888
1889         * gst/playback/gstdecodebin.c: (remove_fakesink):
1890         Lock the fakesink before setting the state to NULL and removing it from
1891         the bin so that a concurrent state change cannot interfere. 
1892         Fixes #534331.
1893
1894 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1895
1896         * docs/Makefile.am:
1897         Fix installing plugin documentation when gtk-doc is disabled.
1898
1899 2008-05-21  Felipe Contreras  <felipe.contreras@gmail.com>
1900
1901         * gst-libs/gst/rtsp/Makefile.am:
1902         Distribute, don't install md5.h
1903
1904 2008-05-21  Julien Moutte  <julien@fluendo.com>
1905
1906         * gst/tcp/gstmultifdsink.c: (setup_dscp_client): Use IPPROTO_IP
1907         instead of SOL_IP, works on more platforms.
1908         * gst/typefind/gsttypefindfunctions.c: (aac_type_find): Fix printf
1909         arguments.
1910
1911 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1912
1913         * ext/vorbis/vorbisdec.c:
1914         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
1915         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_show_frame):
1916         Some debug and comment fixes.
1917
1918         * tests/examples/dynamic/addstream.c: (main):
1919         Fix , to ;
1920
1921 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1922
1923         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
1924         * gst/playback/decodetest.c: (new_decoded_pad_cb):
1925         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
1926         (try_to_link_1), (elem_is_dynamic), (close_link), (type_found),
1927         (cleanup_decodebin):
1928         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
1929         (connect_element), (gst_decode_group_control_demuxer_pad):
1930         * gst/playback/gstplaybasebin.c: (queue_remove_probe),
1931         (queue_out_of_data), (gen_preroll_element), (preroll_unlinked),
1932         (mute_group_type):
1933         * gst/playback/gstplaybin.c: (gst_play_bin_vis_blocked),
1934         (gst_play_bin_set_property), (handoff), (gen_video_element),
1935         (gen_text_element), (gen_audio_element), (gen_vis_element),
1936         (remove_sinks), (add_sink), (setup_sinks):
1937         * gst/playback/gstplaybin2.c: (pad_added_cb), (no_more_pads_cb):
1938         * gst/playback/gstplaysink.c: (gst_play_sink_get_video_sink),
1939         (gst_play_sink_get_audio_sink), (gst_play_sink_vis_unblocked),
1940         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
1941         (gst_play_sink_get_vis_plugin), (gst_play_sink_set_mute),
1942         (gen_video_chain), (gen_text_chain), (gen_audio_chain),
1943         (gen_vis_chain), (gst_play_sink_reconfigure),
1944         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
1945         (gst_play_sink_request_pad):
1946         * gst/playback/gsturidecodebin.c: (type_found), (setup_source):
1947         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
1948         (cb_newpad):
1949         * gst/playback/test6.c: (new_decoded_pad_cb):
1950         * tests/check/elements/audioconvert.c: (GST_START_TEST):
1951         * tests/check/elements/audiorate.c: (test_injector_chain),
1952         (do_perfect_stream_test):
1953         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
1954         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
1955         * tests/check/elements/gnomevfssink.c:
1956         * tests/check/elements/textoverlay.c:
1957         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2):
1958         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
1959         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
1960         * tests/check/pipelines/oggmux.c: (test_pipeline):
1961         * tests/check/pipelines/streamheader.c: (GST_START_TEST):
1962         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
1963         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
1964         * tests/examples/seek/scrubby.c: (make_wav_pipeline):
1965         * tests/examples/seek/seek.c: (make_mod_pipeline),
1966         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
1967         (make_sid_pipeline), (make_parse_pipeline), (make_vorbis_pipeline),
1968         (make_theora_pipeline), (make_vorbis_theora_pipeline),
1969         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
1970         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
1971         (update_fill), (msg_buffering):
1972         Don't use bad gst_element_get_pad().
1973
1974 2008-05-21  Stefan Kost  <ensonic@users.sf.net>
1975
1976         * gst-libs/gst/riff/riff-media.c:
1977           Fix wrong method name in docs. Fix calculation of strf fields for
1978           broken mulaw/alaw.
1979   
1980         * gst-libs/gst/riff/riff-read.c:
1981           Whitespace fix and removing double ';'.
1982
1983 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
1984
1985         * docs/design/part-playbin2.txt:
1986         Add some leftover doc.
1987
1988 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1989
1990         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
1991         Fix copy & paste error in last commit.
1992
1993 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
1994
1995         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
1996         Add support for mixing GST_AUDIO_CHANNEL_POSITION_SIDE_* from/to
1997         other channel positions when source has SIDE channels and dest doesn't
1998         or the other way around.
1999
2000 2008-05-21  Wim Taymans  <wim.taymans@collabora.co.uk>
2001
2002         Patch by: Henrik Eriksson <henriken at axis dot com>
2003
2004         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
2005         (gst_multi_fd_sink_init), (setup_dscp_client), (setup_dscp),
2006         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_set_property),
2007         (gst_multi_fd_sink_get_property):
2008         * gst/tcp/gstmultifdsink.h:
2009         Add support for DSCP QOS. Fixes #469933.
2010
2011 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2012
2013         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2014         Add another test that checks if conversion between standard 1 and 2
2015         channel layouts with and without positions set is working.
2016
2017 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2018
2019         * gst-libs/gst/audio/multichannel.c:
2020         (gst_audio_check_channel_positions):
2021         Allow non-standard 2 channel layouts.
2022         
2023         * tests/check/elements/audioconvert.c: (GST_START_TEST):
2024         Add some tests for converting and remapping non-standard 1 and 2
2025         channel layouts.
2026
2027 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2028
2029         * gst/audioconvert/gstchannelmix.c:
2030         (gst_channel_mix_fill_normalize):
2031         Prevent division by zero if the channel mix matrix contains only
2032         zeroes.
2033
2034 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2035
2036         Patch by: Antoine Tremblay <hexa00 at gmail dot com>
2037
2038         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain):
2039         Close a buffer memory leak. Fixes bug #534071.
2040
2041 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2042
2043         * gst-libs/gst/rtsp/gstrtsptransport.h:
2044         Make the GstRTSPTransport struct members public as there are no
2045         setters/getters and it's supposed to be changed directly.
2046         Fixes bug #533087.
2047
2048 2008-05-21  Sebastian Dröge  <slomo@circular-chaos.org>
2049
2050         * gst/adder/gstadder.c:
2051         Adder also doesn't support audio/x-raw-int with width!=depth so don't
2052         claim this on the pad template caps.
2053
2054 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2055
2056         * gst-libs/gst/audio/gstbaseaudiosink.c:
2057         (gst_base_audio_sink_sync_latency):
2058         We can only use our optimal calibration if we prerolled before the
2059         latency expired.
2060
2061 2008-05-20  Tim-Philipp Müller  <tim.muller at collabora co uk>
2062
2063         * configure.ac:
2064           Require core CVS for GstBaseSrc buffer caps setting magic.
2065
2066 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2067
2068         * gst/audioconvert/gstaudioconvert.c:
2069         (gst_audio_convert_fixate_channels):
2070         Fix logic in last commit.
2071
2072 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2073
2074         * gst/audioconvert/gstaudioconvert.c:
2075         (gst_audio_convert_fixate_channels):
2076         Passthrough the channel positions if the number of output channels is
2077         the same as the number of input channels, the input had a channel
2078         layout and downstream requests no special one. We did this already for
2079         > 2 channels but now it's also done for 1 channel. Fixes bug #533617.
2080
2081 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2082
2083         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
2084         (gst_gnome_vfs_src_finalize),
2085         (gst_gnome_vfs_src_received_headers_callback),
2086         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_stop):
2087         * ext/gnomevfs/gstgnomevfssrc.h:
2088         Set the ICY caps on the srcpad from where they get picked up by the base
2089         class now and set on the outgoing buffers.
2090
2091         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2092         (gst_base_audio_src_create):
2093         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
2094         BaseSrc now sets the caps on outgoing buffers automatically.
2095
2096 2008-05-20  Wim Taymans  <wim.taymans@collabora.co.uk>
2097
2098         * gst-libs/gst/audio/gstbaseaudiosink.c:
2099         (gst_base_audio_sink_resample_slaving),
2100         (gst_base_audio_sink_skew_slaving),
2101         (gst_base_audio_sink_sync_latency), (gst_base_audio_sink_render),
2102         (gst_base_audio_sink_async_play),
2103         (gst_base_audio_sink_change_state):
2104         Change the way in which the ringbuffer is started when dealing with a
2105         slaved clock and latency. We now sync to the clock until we reach
2106         upstream latency before starting the ringbuffer. This has the effect
2107         that we can accurately align the master and slave clocks and let the
2108         rate correction code take care of the initial drift or rounding errors
2109         instead of leaving them uncorrected with the old approach.
2110
2111 2008-05-20  Sebastian Dröge  <slomo@circular-chaos.org>
2112
2113         * gst/audioconvert/gstaudioconvert.c:
2114         (gst_audio_convert_fixate_channels):
2115         Correctly set the default channel positions when converting to 8
2116         channels.
2117
2118 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2119
2120         * configure.ac:
2121           Error out if we don't have the required version of core.
2122
2123 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2124
2125         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
2126           Use data scan helper in aac typefinder and stop scanning
2127           for headers when we've found a type. Also fix potential invalid
2128           memory access when calculating the frame length.
2129
2130 2008-05-19  Tim-Philipp Müller  <tim.muller at collabora co uk>
2131
2132         * gst/typefind/gsttypefindfunctions.c: (data_scan_ctx_ensure_data),
2133           (mpeg_sys_is_valid_pack):
2134           Don't modify scan context when we return FALSE in ensure_data, so
2135           it's possible to continue scanning, and we don't end up with a NULL
2136           data pointer and a positive size, which might bite us the next time
2137           we're called. Small constification.
2138
2139 2008-05-16  Sebastian Dröge  <slomo@circular-chaos.org>
2140
2141         * gst/adder/gstadder.c:
2142         Adder doesn't support 24 bit samples so don't claim it supports them
2143         in the pad template caps.
2144
2145 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2146
2147         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2148         (gst_base_rtp_depayload_chain):
2149         Validate the RTP packet before further processing it. It's just too
2150         dangerous to accept random packets and people are not forced to use a
2151         jitterbuffer or session manager to filter out the bad packets.
2152
2153         * gst-libs/gst/rtp/gstrtpbuffer.c:
2154         (gst_rtp_buffer_set_extension_data),
2155         (gst_rtp_buffer_get_payload_subbuffer):
2156         Small cleanups.
2157         When setting extension data in a buffer that is too small, we fail and
2158         we should not set the extension bit.
2159         Change GST_WARNINGS into g_warning because they really are
2160         programming errors.
2161
2162         * tests/check/libs/rtp.c: (GST_START_TEST):
2163         Catch the g_warnings now in the unit tests and that fact that failing to
2164         set extension data left the extension bit untouched.
2165
2166 2008-05-14  Tim-Philipp Müller  <tim.muller at collabora co uk>
2167
2168         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2169           Revert previous change which made basetransform handle buffer_alloc
2170           and which breaks things badly in the non-passthrough case since it
2171           returned buffers with a different (ie. sometimes smaller) size than
2172           the size requested.
2173
2174 2008-05-14  Wim Taymans  <wim.taymans@collabora.co.uk>
2175
2176         Patch by: Bernard B <b-gnome at largestprime dot net>
2177
2178         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum):
2179         Fix seqnum compare function for bordercase values and fix the docs
2180         again. Fixes #533075.
2181
2182         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
2183         Add a testcase for seqnum compare function.
2184
2185 2008-05-14  Sebastian Dröge  <slomo@circular-chaos.org>
2186
2187         * gst/adder/gstadder.c: (gst_adder_setcaps),
2188         (gst_adder_class_init):
2189         Correctly declare the supported endianness on the pad templates
2190         and check for correct endianness in the set caps function. Adder
2191         only supports native endianness.
2192         Also use gst_element_class_set_details_simple().
2193
2194 2008-05-14  Stefan Kost  <ensonic@users.sf.net>
2195
2196         * sys/xvimage/xvimagesink.c:
2197           Better debug logging in port value handling. Merging separate port
2198           value loops into one.
2199
2200 2008-05-13  Wim Taymans  <wim.taymans@collabora.co.uk>
2201
2202         Patch by: Hannes Bistry <hannesb at gmx dot de>
2203
2204         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
2205         * gst/tcp/gsttcpserversink.c:
2206         (gst_tcp_server_sink_handle_server_read),
2207         (gst_tcp_server_sink_handle_wait), (gst_tcp_server_sink_init_send):
2208         Fix regression in clientsrc because we did not add the fd to the poll
2209         set anymore. Fixes #532364.
2210         Do some cleanups here and there.
2211
2212 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2213
2214         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
2215         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
2216         * gst/playback/gstplay-marshal.list:
2217         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
2218         Use correct marshallers. GstCaps are a boxed type and no GObject
2219         subclass.
2220
2221 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2222
2223         * win32/common/libgstrtsp.def:
2224         Add gst_rtsp_connection_(set|clear)_auth_param() to the exported
2225         symbols.
2226
2227 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2228
2229         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2230
2231         * tests/check/elements/audioresample.c:
2232         (live_switch_alloc_only_48000), (live_switch_get_sink_caps),
2233         (live_switch_push), (GST_START_TEST):
2234         Add unit test for the latest basetransform negotiation changes.
2235         See bug #526768.
2236
2237 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2238
2239         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2240         Fix nv12<->nv21 conversion if stride is larger than width.
2241
2242 2008-05-13  Sebastian Dröge  <slomo@circular-chaos.org>
2243
2244         Patch by: Jan Gerber <j at oil21 dot org>
2245
2246         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
2247         (gst_ogg_pad_parse_skeleton_fisbone):
2248         * ext/ogg/gstoggdemux.h:
2249         Parse presentation time from skeleton streams and use it as offset
2250         for the timestamps. Fixes bug #530068.
2251
2252 2008-05-12  Wim Taymans  <wim.taymans@collabora.co.uk>
2253
2254         * gst-libs/gst/audio/gstbaseaudiosink.c:
2255         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
2256         Revert previous patch that attempted to more accurately calculate the
2257         initial offset between master and slave clock. The best thing we can do
2258         in general is take the time of both clocks as the diff since we don't
2259         know when the actual preroll happened.
2260
2261 2008-05-11  Tim-Philipp Müller  <tim.muller at collabora co uk>
2262
2263         * gst-libs/gst/pbutils/install-plugins.c:
2264           Fix docs: type and missing word.
2265
2266 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2267
2268         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2269           Don't do lots of 4-byte peeks, but use the 'new' data scan helper
2270           for this instead; don't check if we've found enough markers after
2271           each and every step, it's enough to do that only if we've actually
2272           found a new marker.
2273           Embed a G_UNLIKELY into the IS_MPEG_HEADER macro.
2274
2275 2008-05-10  Tim-Philipp Müller  <tim.muller at collabora co uk>
2276
2277         * gst/typefind/gsttypefindfunctions.c:
2278           (DATA_SCAN_CTX_CHUNK_SIZE), (DataScanCtx), (data_scan_ctx_advance),
2279           (data_scan_ctx_ensure_data), (GST_MPEGVID_TYPEFIND_TRY_SYNC),
2280           (mpeg_video_stream_type_find):
2281           Move scan helper thingy to the beginning of the file so we can use
2282           it in other typefind functions. Rename it to something more
2283           generic. Also improve handling of things towards the end of the
2284           typefind data: peek as much as we can if we know the size of the
2285           data, rather than just min_size.
2286
2287 2008-05-09  Jan Schmidt  <jan.schmidt@sun.com>
2288
2289         * docs/libs/gst-plugins-base-libs-sections.txt:
2290         * gst-libs/gst/interfaces/colorbalance.c:
2291         * gst-libs/gst/interfaces/colorbalance.h:
2292         * gst-libs/gst/interfaces/colorbalancechannel.c:
2293         * gst-libs/gst/interfaces/colorbalancechannel.h:
2294         * gst-libs/gst/interfaces/tuner.c:
2295         * gst-libs/gst/interfaces/tunerchannel.c:
2296         * gst-libs/gst/interfaces/tunerchannel.h:
2297         * gst-libs/gst/interfaces/tunernorm.c:
2298         * gst-libs/gst/interfaces/tunernorm.h:
2299         * gst-libs/gst/video/video.c:
2300         * gst-libs/gst/video/video.h:
2301         Document the GstTuner and GstColorBalance interfaces, and some
2302         other random API functions that needed it. 70% symbol coverage, woo.
2303
2304 2008-05-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2305
2306         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
2307         Choose to allocate one less segment but require one additional segment
2308         as latency. 
2309
2310         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_acquire):
2311         No need to increment the number of segments in the source.
2312
2313         * gst-libs/gst/audio/gstbaseaudiosink.c:
2314         (gst_base_audio_sink_get_time), (clock_convert_external),
2315         (gst_base_audio_sink_resample_slaving),
2316         (gst_base_audio_sink_skew_slaving),
2317         (gst_base_audio_sink_none_slaving), (gst_base_audio_sink_render),
2318         (gst_base_audio_sink_async_play):
2319         Remove adding latency when returning the internal time while subtracting
2320         it again when we use the value a little later.
2321         When calculating the end timestamp, we are making a rounding error
2322         with the current algorithm. Ensure that we don't accumulate these
2323         rounding errors when aligning samples by not resampling at all if we
2324         don't need to. Fixes #419351.
2325         Make the initial calibration of the clock slaving a little more
2326         predictable and accurate. Also handle the case where we don't do
2327         clock slaving.
2328
2329 2008-05-09  Sebastian Dröge  <slomo@circular-chaos.org>
2330
2331         Based on a patch by:
2332           Björn Benderius <bjoern dot benderius at axis dot com>
2333
2334         * gst/ffmpegcolorspace/avcodec.h:
2335         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
2336         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
2337         (gst_ffmpegcsp_avpicture_fill):
2338         * gst/ffmpegcolorspace/imgconvert.c: (nv12_to_nv21):
2339         * gst/ffmpegcolorspace/imgconvert_template.h:
2340         Add conversions from/to NV12 and NV21 and conversions between those
2341         two formats. Fixes bug #532166.
2342
2343 2008-05-08  Edward Hervey  <edward.hervey@collabora.co.uk>
2344
2345         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find):
2346         Abort the h264 typefinding as soon as _peek() doesn't return anything,
2347         which happens for example with files smaller than 128kb.
2348
2349 2008-05-08  Wim Taymans  <wim.taymans@collabora.co.uk>
2350
2351         Patch by: Wouter Cloetens <zombie at e2big dot org>
2352
2353         * gst-libs/gst/rtsp/Makefile.am:
2354         * gst-libs/gst/rtsp/gstrtspconnection.c:
2355         (gst_rtsp_connection_create), (md5_digest_to_hex_string),
2356         (auth_digest_compute_hex_urp), (auth_digest_compute_response),
2357         (add_auth_header), (gst_rtsp_connection_free),
2358         (gst_rtsp_connection_set_auth), (str_case_hash), (str_case_equal),
2359         (gst_rtsp_connection_set_auth_param),
2360         (gst_rtsp_connection_clear_auth_params):
2361         * gst-libs/gst/rtsp/gstrtspconnection.h:
2362         Add Digest authorization support for RTSP connections. See #532065.
2363
2364         * gst-libs/gst/rtsp/md5.c:
2365         * gst-libs/gst/rtsp/md5.h:
2366         Yeap, another md5 implementation until we can depend on a glib that has
2367         support for it.
2368
2369 2008-05-08  Sebastian Dröge  <slomo@circular-chaos.org>
2370
2371         Patch by: Sjoerd Simons <sjoerd at luon dot net>
2372
2373         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
2374         Let audioresample use the buffer allocation of basetransform instead
2375         of it's own stuff.
2376
2377         * tests/check/elements/audioresample.c: (alloc_only_48000),
2378         (GST_START_TEST), (audioresample_suite):
2379         Add unit test for the recent basetransform bugfix, where upstream
2380         changes caps to something that can't be passed through anymore.
2381
2382 2008-05-07  Ole André Vadla Ravnås  <ole.andre.ravnas at tandberg com>
2383
2384         * win32/common/config.h.in:
2385           Don't define GST_FUNCTION, if GLib supports MSVC we'd much rather
2386           use the real thing than having "???" unconditionally.
2387
2388 2008-05-07  Wim Taymans  <wim.taymans@collabora.co.uk>
2389
2390         * gst-libs/gst/audio/gstbaseaudiosink.c:
2391         (gst_base_audio_sink_query):
2392         Report the latency with the new seglatency parameter.
2393
2394         * gst-libs/gst/audio/gstringbuffer.c:
2395         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
2396         (gst_ring_buffer_acquire):
2397         * gst-libs/gst/audio/gstringbuffer.h:
2398         Add new field to the ringbufferspec to specify the expected latency
2399         between the underlying device read/write pointer, this is needed
2400         when writing sinks that sit a little closer to the hardware.
2401         Add some more docs for other fields.
2402
2403 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2404
2405         * gst/volume/gstvolume.c: (volume_transform_ip):
2406         Return NOT_NEGOTIATED if we didn't set a process function yet for some
2407         reason instead of crashing later. Might fix bug #509125.
2408
2409 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2410
2411         Based on a patch by: Tim-Philipp Müller  <tim.muller at collabora co uk>
2412
2413         * gst/audioconvert/audioconvert.c: (audio_convert_prepare_context):
2414         * gst/audioconvert/audioconvert.h:
2415         * gst/audioconvert/gstaudioconvert.c:
2416         (gst_audio_convert_parse_caps),
2417         (structure_has_fixed_channel_positions),
2418         (gst_audio_convert_transform_caps):
2419         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_matrix):
2420         Add support for more than 8 channels and NONE channel layouts. For
2421         more than 8 channels no channel conversion is supported yet, only
2422         format conversions are supported. Fixes bug #398033.
2423
2424         * tests/check/elements/audioconvert.c: (verify_convert),
2425         (GST_START_TEST), (audioconvert_suite):
2426         Add some unit tests by Tim for checking the NONE channel layouts
2427         and more than 8 channels and add some more unit tests for channel
2428         conversions.
2429
2430 2008-05-06  Wim Taymans  <wim.taymans@collabora.co.uk>
2431
2432         * gst/playback/gstdecodebin2.c: (connect_pad):
2433         When autoplugging fails, set the element back to NULL before
2434         unreffing it.
2435
2436 2008-05-06  Sebastian Dröge  <slomo@circular-chaos.org>
2437
2438         * win32/common/libgstaudio.def:
2439         Add gst_base_audio_src_[sg]et_slave_method() to the exported
2440         symbols.
2441
2442 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2443
2444         * gst/subparse/samiparse.c: (handle_start_sync),
2445         (end_sami_element), (characters_sami):
2446         Remove trailing, leading and double whitespaces.
2447         Correctly timestamp buffers and output the last buffer too.
2448
2449         * tests/check/elements/subparse.c: (GST_START_TEST),
2450         (subparse_suite):
2451         Add a simple unit test for SAMI parsing.
2452
2453 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2454
2455         Patch by: Young-Ho Cha <ganadist at chollian dot net>
2456
2457         * gst/subparse/samiparse.c: (handle_start_sync),
2458         (start_sami_element), (end_sami_element), (characters_sami),
2459         (sami_context_reset):
2460         Only output characters inside the "sync" elements. There could be
2461         other elements like "style" that have some content but should
2462         not be printed. Fixes bug #467911.
2463
2464 2008-05-05  Sebastian Dröge  <slomo@circular-chaos.org>
2465
2466         * gst/playback/gstplaybasebin.c: (set_audio_mute),
2467         (set_active_source):
2468         * gst/playback/gstplaybasebin.h:
2469         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
2470         (playbin_set_audio_mute):
2471         Allow setting -1 as current-audio to mute the current audio stream,
2472         similar to what is done for subtitles. Fixes bug #342294.
2473
2474 2008-05-05  Edward Hervey  <edward.hervey at collabora co uk>
2475
2476         * gst-libs/gst/pbutils/descriptions.c: (formats): 
2477         It's SorensOn and not SorensEn.
2478
2479 2008-05-04  Tim-Philipp Müller  <tim.muller at collabora co uk>
2480
2481         * gst-libs/gst/pbutils/descriptions.c: (formats):
2482           Fix description of video/x-flash-video.
2483
2484 2008-05-04  Sebastian Dröge  <slomo@circular-chaos.org>
2485
2486         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
2487         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
2488         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
2489         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps_list):
2490         Remove some unused code.
2491
2492         * gst/audioconvert/gstaudioquantize.c:
2493         (gst_audio_quantize_free_noise_shaping):
2494         Don't return before freeing the noise shaping history.
2495
2496 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2497
2498         * tests/check/elements/subparse.c: (do_test),
2499           (test_tmplayer_style3b), (subparse_suite):
2500           Add unit test for the tmplayer variant from bug #530962.
2501
2502 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2503
2504         * gst/subparse/gstsubparse.c: (handle_buffer),
2505           (gst_sub_parse_sink_event):
2506         * gst/subparse/tmplayerparse.c: (tmplayer_process_buffer),
2507           (tmplayer_parse_line):
2508           Fix parsing of tmplayer subtitle variant where every single line contains
2509           text and there isn't an empty line after each line to determine the
2510           duration (#530962). Improve EOS handling for tmplayer subtitles a bit by
2511           making sure that we push out the last line of text without a duration if
2512           there's still text left in the buffer at the end.
2513
2514 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2515
2516         * gst/subparse/gstsubparse.c: (feed_textbuf):
2517           Fix detection of discontinuities based on the buffer offset (doesn't work
2518           so well if no buffer offset is set) and also check for the DISCONT buffer
2519           flag. This keeps the parser state from being reset after each buffer in
2520           the unit test.
2521
2522 2008-05-03  Tim-Philipp Müller  <tim.muller at collabora co uk>
2523
2524         * gst/typefind/gsttypefindfunctions.c: (mpeg_video_stream_type_find):
2525           Further fine-tuning: don't absolutely require sequence or GOP headers
2526           (as introduced in the previous commit), but adjust the typefind
2527           probabilities returned accordingly if we don't see them. Also make sure
2528           picture header and first slice are somewhat close to each other (which
2529           is not perfect but still better than requiring a fixed offset or having
2530           no limit at all).
2531
2532 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2533
2534         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
2535         (gst_basertppayload_sink_setcaps),
2536         (gst_basertppayload_sink_getcaps):
2537         Rename the setcaps/getcaps function internally to make it clear that
2538         they are called for the sink pad.
2539
2540 2008-05-02  Wim Taymans  <wim.taymans@collabora.co.uk>
2541
2542         * gst-libs/gst/rtp/gstbasertpdepayload.c:
2543         (gst_base_rtp_depayload_class_init),
2544         (gst_base_rtp_depayload_handle_sink_event), (create_segment_event),
2545         (gst_base_rtp_depayload_packet_lost),
2546         (gst_base_rtp_depayload_set_gst_timestamp):
2547         * gst-libs/gst/rtp/gstbasertpdepayload.h:
2548         Catch packet-lost events from the jitterbuffer and convert them into a
2549         vmethod call (lost-packet) so that depayloaders can do something smart.
2550         Also add a default packet-lost function that sends out a segment update
2551         to the decoders.
2552
2553 2008-05-02  Stefan Kost  <ensonic@users.sf.net>
2554
2555         * gst/playback/test4.c:
2556         * gst/playback/test5.c:
2557         * gst/playback/test6.c:
2558         * gst/playback/test7.c:
2559           Also include config.h when relying on defines from it. Fixes the
2560           build. Its been a please to serve :)
2561
2562 2008-05-02  Thijs Vermeir <thijsvermeir@gmail.com>
2563
2564         * gst/videotestsrc/videotestsrc.c (paint_setup_NV12),
2565         (paint_setup_NV21), (paint_hline_NV12_NV21):
2566         Add support for NV12 and NV21 in videotestsrc
2567
2568 2008-05-02  Sebastian Dröge  <slomo@circular-chaos.org>
2569
2570         * gst/videoscale/gstvideoscale.c:
2571         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
2572         * gst/videoscale/vs_image.c: (vs_image_scale_nearest_RGBA),
2573         (vs_image_scale_linear_RGBA), (vs_image_scale_nearest_RGB),
2574         (vs_image_scale_linear_RGB), (vs_image_scale_nearest_YUYV),
2575         (vs_image_scale_linear_YUYV), (vs_image_scale_nearest_UYVY),
2576         (vs_image_scale_linear_UYVY), (vs_image_scale_nearest_Y),
2577         (vs_image_scale_linear_Y), (vs_image_scale_nearest_RGB565),
2578         (vs_image_scale_linear_RGB565), (vs_image_scale_nearest_RGB555),
2579         (vs_image_scale_linear_RGB555):
2580         Support 1x1 images as input and output as for example the BBC HQ new
2581         streams have 1x1 GIFs in the playlists for some reason.
2582
2583 2008-05-01  Tim-Philipp Müller  <tim.muller at collabora co uk>
2584
2585         * gst/playback/gstdecodebin.c: (free_pad_probe_for_element),
2586           (try_to_link_1):
2587           If we can't activate one of the decoders we plugged in (such as,
2588           say, musepackdec) for some reason (it might not support push mode,
2589           for example), remove any pad probes that close_pad_link() might
2590           have set up. This makes sure we later don't try to remove a probe
2591           for a pad that doesn't exist any longer, and avoids nast warnings
2592           and probably other things too.
2593
2594 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2595
2596         * gst/typefind/gsttypefindfunctions.c:
2597           (mpeg_video_stream_ctx_ensure_data), (mpeg_video_stream_type_find),
2598           (plugin_init):
2599           Rework mpeg video stream typefinding a bit more: make sure sequence,
2600           GOP, picture and slice headers appear in the order they should and
2601           that we've in fact at least had one of each; fix picture header
2602           detection; decouple picture and slice header check - don't assume
2603           they're at a fixed offset, there may be extra data in between. Also,
2604           announce varying degrees of probability depending on what we found
2605           exactly (multiple pictures, at least one picture, just sequence and
2606           GOP headers). Finally, in _ensure_data(), take into account that we
2607           might be typefinding smaller amounts of data, such as the first
2608           buffer of a stream, so fall back to the minimum size needed as long
2609           as that's available, instead of erroring out if there's less than
2610           2kB of data. Fixes #526173. Conveniently also doesn't recognise the
2611           fuzzed file from #399342 as valid.
2612
2613 2008-04-30  Michael Smith <msmith@songbirdnest.com>
2614
2615         * ext/theora/theoradec.c:
2616           Cool kids don't divide by zero.
2617           Treat PAR of x:0 as 1:1.
2618           Fixes #530719.
2619
2620 2008-04-30  Tim-Philipp Müller  <tim.muller at collabora co uk>
2621
2622         * gst/typefind/gsttypefindfunctions.c: (MpegVideoStreamCtx),
2623           (mpeg_video_stream_ctx_advance), (mpeg_video_stream_ctx_ensure_data),
2624           (mpeg_video_stream_type_find):
2625           Refactor a bit: use context structure to track parsing offset and
2626           size of available data and make the code a bit clearer. Fixes bad
2627           memory access in #356937.
2628
2629 2008-04-28  Michael Smith <msmith@songbirdnest.com>
2630
2631         * gst/playback/test4.c:
2632         * gst/playback/test5.c:
2633         * gst/playback/test6.c:
2634         * gst/tcp/gstmultifdsink.c:
2635           Include stdlib.h and unistd.h only if the appropriate HAVE_*_H macro
2636           is defined.
2637
2638 2008-04-28  Wim Taymans  <wim.taymans@collabora.co.uk>
2639
2640         * gst-libs/gst/audio/gstbaseaudiosink.h:
2641         Clarify some docs.
2642
2643         * gst-libs/gst/audio/gstbaseaudiosrc.c: (slave_method_get_type),
2644         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
2645         (gst_base_audio_src_set_slave_method),
2646         (gst_base_audio_src_get_slave_method),
2647         (gst_base_audio_src_set_property),
2648         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
2649         * gst-libs/gst/audio/gstbaseaudiosrc.h:
2650         Add property and methods for selecting the clock slave method in the
2651         source, like in the sink.
2652         We only implement "none" and "re-timestamp" for now.
2653         API: gst_base_audio_src_set_slave_method()
2654         API: gst_base_audio_src_get_slave_method()
2655
2656 2008-04-25  Wim Taymans  <wim.taymans@collabora.co.uk>
2657
2658         * gst-libs/gst/rtp/gstrtpbuffer.c:
2659         Fix the docs about the seqnum compare function, it returns a difference.
2660
2661 2008-04-24  Edward Hervey  <edward.hervey@collabora.co.uk>
2662
2663         * ext/alsa/gstalsadeviceprobe.c:
2664         (gst_alsa_get_device_list): Don't return before freeing up
2665         the allocated structures.
2666
2667 2008-04-24  Stefan Kost  <ensonic@users.sf.net>
2668
2669         * gst/playback/gstplaybin.c:
2670           Remove obsolete streaminfo code and fix a leak. Fixes #529546
2671
2672 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2673
2674         * ext/ogg/gstoggdemux.c:
2675           Revert the event part, that should not go in.
2676
2677 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2678
2679         * ext/ogg/gstoggdemux.c:
2680           Don't leak GstPluginFeatures when filtering.
2681
2682 2008-04-23  Stefan Kost  <ensonic@users.sf.net>
2683
2684         * sys/xvimage/xvimagesink.c:
2685           Add some logging for cases when grabbing the xv failed.
2686
2687 2008-04-21  David Schleef  <ds@schleef.org>
2688
2689         * ext/ogg/gstoggmux.c:
2690           Update Ogg/Dirac muxing.  Removes the weird "KW-DIRAC" bos
2691           packet.  Should conform to what we currently think is the
2692           final Ogg/Dirac muxing spec.
2693
2694 2008-04-21  David Schleef  <ds@schleef.org>
2695
2696         * sys/xvimage/xvimagesink.c:
2697           Fix typo that causes the overlay keying color to bright green
2698           on a 16-bit display.  Dark grey good.  Bright green bad.
2699
2700 2008-04-21  Stefan Kost  <ensonic@users.sf.net>
2701
2702         * ext/gnomevfs/gstgnomevfsuri.c:
2703           Add  FIXME comment about using uri-list for source and sink.
2704
2705 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2706
2707         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
2708         GST_TYPE_FRACTION contains gints so correctly cast gint64 arguments to
2709         vaargs functions to gint. Otherwise the fractions will get 0 set
2710         instead of the correct value on big endian systems. Fixes bug #529018.
2711
2712 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2713
2714         * ext/gnomevfs/gstgnomevfssink.c:
2715         (gst_gnome_vfs_sink_uri_get_protocols):
2716         * ext/gnomevfs/gstgnomevfssrc.c:
2717         (gst_gnome_vfs_src_uri_get_protocols):
2718         * ext/gnomevfs/gstgnomevfsuri.c: (_internal_get_supported_uris),
2719         (gst_gnomevfs_get_supported_uris):
2720         Get the list of supported URI schemes in a threadsafe way and use the
2721         same list for the source and sink.
2722
2723 2008-04-20  Sebastian Dröge  <slomo@circular-chaos.org>
2724
2725         * ext/gio/gstgio.c: (_internal_get_supported_protocols),
2726         (gst_gio_get_supported_protocols):
2727         Don't generate a new supported protocols list on each call but cache
2728         it. It's supposed to be static anyway, this way we only leak it once
2729         per process.
2730
2731         * ext/gio/gstgiosink.c: (gst_gio_sink_base_init),
2732         (gst_gio_sink_class_init), (gst_gio_sink_finalize),
2733         (gst_gio_sink_set_property), (gst_gio_sink_get_property),
2734         (gst_gio_sink_start):
2735         * ext/gio/gstgiosink.h:
2736         * ext/gio/gstgiosrc.c: (gst_gio_src_base_init),
2737         (gst_gio_src_class_init), (gst_gio_src_finalize),
2738         (gst_gio_src_set_property), (gst_gio_src_get_property),
2739         (gst_gio_src_start):
2740         * ext/gio/gstgiosrc.h:
2741         API: Add "file" properties where one can set a GFile as
2742         source/destination.
2743
2744         Add locking to the properties and use
2745         gst_element_class_set_details_simple() instead of a static
2746         GstElementDetails struct.
2747
2748 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2749
2750         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
2751         (plugin_init):
2752         Add "mpp" and "mp+" as possible extensions for MusePack files.
2753
2754         Add typefinding for MusePack StreamVersion 8 files and include the
2755         stream version in the caps.
2756
2757 2008-04-19  Sebastian Dröge  <slomo@circular-chaos.org>
2758
2759         * gst-libs/gst/rtp/gstrtppayloads.c:
2760         (gst_rtp_payload_info_for_name):
2761         Use g_ascii_strcasecmp() instead of the deprecated g_strcasecmp().
2762
2763 2008-04-18  Tim-Philipp Müller  <tim at centricular dot net>
2764
2765         * configure.ac:
2766           Bump Gtk+ requirement to 2.12.0 for gtk_range_set_fill_level
2767           (NB: this only affects compilation of some of the examples).
2768           Remove some configure.ac cruft that's not needed any longer.
2769
2770 2008-04-18  Edward Hervey  <edward.hervey@collabora.co.uk>
2771
2772         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
2773         Don't validate the payload if there isn't any.
2774         Fixes #525915
2775
2776 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2777
2778         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_may_start):
2779         Use g_atomic_int_set() instead of gst_atomic_int_set().
2780
2781 2008-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
2782
2783         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2784         Return NULL instead of a gchar * array with one NULL element if we
2785         don't get any supported URI schemes from GIO.
2786
2787 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2788
2789         * gst/audiotestsrc/gstaudiotestsrc.c:
2790           Remove cpp style commented old code.
2791
2792 2008-04-15  Stefan Kost  <ensonic@users.sf.net>
2793
2794         * gst/playback/gstdecodebin2.c:
2795           Fix signal docs.
2796
2797 2008-04-14  Tim-Philipp Müller  <tim at centricular dot net>
2798
2799         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
2800           (gst_text_overlay_init):
2801           Fix textoverlay unit test again by making the supposed default
2802           value for the wait-text property the actual default value.
2803           Also fix Since: tag for new property.
2804
2805 2008-04-11  Tim-Philipp Müller  <tim at centricular dot net>
2806
2807         * gst-libs/gst/video/video.c: (gst_video_format_new_caps),
2808           (gst_video_format_to_fourcc), (gst_video_format_get_row_stride),
2809           (gst_video_format_get_pixel_stride),
2810           (gst_video_format_get_component_width),
2811           (gst_video_format_get_component_height),
2812           (gst_video_format_get_component_offset), (gst_video_format_get_size),
2813           (gst_video_format_convert):
2814           Add guards to these functions to ensure sane input values.
2815
2816         * tests/check/libs/video.c:
2817           Fix unit test not to create caps with width=0 and height=0.
2818
2819 2008-04-11  Wim Taymans  <wim.taymans@collabora.co.uk>
2820
2821         * docs/design/draft-keyframe-force.txt:
2822         Fix typo.
2823
2824         * gst/playback/gstqueue2.c: (update_buffering),
2825         (gst_queue_handle_src_query):
2826         Set buffering mode in the messages.
2827         Set buffering percent in the query.
2828
2829         * tests/examples/seek/seek.c: (update_fill), (msg_state_changed),
2830         (do_stream_buffering), (do_download_buffering), (msg_buffering):
2831         Do some more fancy things based on the buffering method in use.
2832
2833 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2834
2835         * tests/examples/seek/seek.c: (update_fill), (set_update_fill),
2836         (play_cb), (pause_cb), (stop_cb), (msg_state_changed),
2837         (msg_buffering), (main):
2838         Add basic download reports to seek using the new buffering API.
2839
2840 2008-04-09  Wim Taymans  <wim.taymans@collabora.co.uk>
2841
2842         * gst/playback/gstqueue2.c: (update_buffering),
2843         (gst_queue_close_temp_location_file), (gst_queue_handle_src_query),
2844         (gst_queue_src_checkgetrange_function):
2845         Include extra buffering stats in the buffering message.
2846         Implement BUFFERING query.
2847
2848         * gst/playback/gsturidecodebin.c: (do_async_start),
2849         (do_async_done), (type_found), (setup_streaming), (setup_source),
2850         (gst_uri_decode_bin_change_state):
2851         Only add decodebin2 when the type is found in streaming mode.
2852         Make uridecodebin async to PAUSED even when we don't have decodebin2
2853         added yet.
2854
2855 2008-04-09  Sebastian Dröge  <slomo@circular-chaos.org>
2856
2857         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
2858         Filter cdda from the supported URI schemes. We can't support
2859         musicbrainz tags and everything else one expects from a cdda source
2860         with GIO. Fixes bug #526794.
2861
2862 2008-04-07  Jan Schmidt  <jan.schmidt@sun.com>
2863
2864         * sys/xvimage/xvimagesink.c (gst_xvimagesink_xvimage_new),
2865         (gst_xvimagesink_buffer_alloc):
2866         Fix calculation of 'expected size' for YV12 buffers.
2867         Be a little more verbose in the debug output for buffer-alloc'ed
2868         buffers which turn out to have the wrong size.
2869
2870 2008-04-07  Tim-Philipp Müller  <tim at centricular dot net>
2871
2872         * NEWS:
2873         * RELEASE:
2874         * gst-plugins-base.doap:
2875           Merge other changes from 0.10.19 release branch.
2876
2877 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2878
2879         * gst-libs/gst/audio/gstbaseaudiosink.c:
2880           (gst_base_audio_sink_class_init):
2881         * gst-libs/gst/audio/gstbaseaudiosrc.c:
2882           (gst_base_audio_src_class_init):
2883         * gst/playback/gstplayback.c: (plugin_init):
2884         * gst/volume/gstvolume.c: (plugin_init):
2885           Work around missing bits of thread-safety on older GLibs some
2886           more to avoid assertions when starting up multiple playbin
2887           objects concurrently (see #512382).
2888
2889 2008-04-06  Tim-Philipp Müller  <tim at centricular dot net>
2890
2891         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
2892           Remove some more fields.
2893
2894 2008-04-06  Sebastian Dröge  <slomo@circular-chaos.org>
2895
2896         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
2897
2898         * configure.ac:
2899         Actually build dlls when cross-compiling with mingw32.
2900         Fixes bug #526247.
2901
2902 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2903
2904         * configure.ac:
2905           Bump version to 0.10.19.1 after the unplanned 0.10.19 release.
2906
2907 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2908
2909         * tests/examples/seek/seek.c: (play_cb), (pause_cb), (stop_cb),
2910         (msg_buffering), (connect_bus_signals), (main):
2911         Add statusbar.
2912         Add buffering support with feedback in the statusbar.
2913
2914 2008-04-03  Tim-Philipp Müller  <tim at centricular dot net>
2915
2916         * ext/ogg/gstoggmux.c:
2917           Fix sample pipeline description.
2918
2919 2008-04-03  Stefan Kost  <ensonic@users.sf.net>
2920
2921         * docs/plugins/Makefile.am:
2922         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
2923         * docs/plugins/gst-plugins-base-plugins-overrides.txt:
2924         * docs/plugins/gst-plugins-base-plugins-sections.txt:
2925           Add playbin, playbin2, decodebin, decodebin2, uridecodebin and oggmux
2926
2927         * docs/plugins/gst-plugins-base-plugins.args:
2928         * docs/plugins/gst-plugins-base-plugins.hierarchy:
2929         * docs/plugins/gst-plugins-base-plugins.interfaces:
2930         * docs/plugins/gst-plugins-base-plugins.prerequisites:
2931         * docs/plugins/inspect/plugin-adder.xml:
2932         * docs/plugins/inspect/plugin-alsa.xml:
2933         * docs/plugins/inspect/plugin-audioconvert.xml:
2934         * docs/plugins/inspect/plugin-audiorate.xml:
2935         * docs/plugins/inspect/plugin-audioresample.xml:
2936         * docs/plugins/inspect/plugin-audiotestsrc.xml:
2937         * docs/plugins/inspect/plugin-cdparanoia.xml:
2938         * docs/plugins/inspect/plugin-decodebin.xml:
2939         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
2940         * docs/plugins/inspect/plugin-gdp.xml:
2941         * docs/plugins/inspect/plugin-gnomevfs.xml:
2942         * docs/plugins/inspect/plugin-libvisual.xml:
2943         * docs/plugins/inspect/plugin-ogg.xml:
2944         * docs/plugins/inspect/plugin-pango.xml:
2945         * docs/plugins/inspect/plugin-playback.xml:
2946         * docs/plugins/inspect/plugin-queue2.xml:
2947         * docs/plugins/inspect/plugin-subparse.xml:
2948         * docs/plugins/inspect/plugin-tcp.xml:
2949         * docs/plugins/inspect/plugin-theora.xml:
2950         * docs/plugins/inspect/plugin-typefindfunctions.xml:
2951         * docs/plugins/inspect/plugin-uridecodebin.xml:
2952         * docs/plugins/inspect/plugin-video4linux.xml:
2953         * docs/plugins/inspect/plugin-videorate.xml:
2954         * docs/plugins/inspect/plugin-videoscale.xml:
2955         * docs/plugins/inspect/plugin-videotestsrc.xml:
2956         * docs/plugins/inspect/plugin-volume.xml:
2957         * docs/plugins/inspect/plugin-vorbis.xml:
2958         * docs/plugins/inspect/plugin-ximagesink.xml:
2959         * docs/plugins/inspect/plugin-xvimagesink.xml:
2960           Update introspection data.
2961
2962         * ext/ogg/gstoggmux.c:
2963           Document oggmux.
2964
2965         * gst/playback/gstdecodebin2.c:
2966           Don't use gtk-doc style comment start for private stuff, but make it
2967           formatted like this for consistency.
2968
2969 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2970
2971         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
2972         (gst_decode_bin_init), (gst_decode_bin_dispose),
2973         (gst_decode_bin_set_sink_caps), (gst_decode_bin_get_sink_caps),
2974         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
2975         (analyze_new_pad), (connect_pad), (expose_pad),
2976         (gst_decode_group_new), (gst_decode_group_control_demuxer_pad),
2977         (gst_decode_group_expose), (gst_decode_group_free),
2978         (do_async_start), (do_async_done), (gst_decode_bin_change_state):
2979         Remove fakesink hack, we can now implement this more elegantly.
2980         Added property to bypass typefinding.
2981         Removed underrun callback and demuxer pad probe, we now use the srcpad
2982         probe to expose groups.
2983         API::sink-caps property
2984
2985         * gst/playback/gstplaybin2.c: (no_more_pads_cb):
2986         Guard against multiple emissions of the no_more_pads signal, which
2987         happens when we are dealing with chained oggs.
2988
2989         * gst/playback/gsturidecodebin.c: (remove_decoders),
2990         (make_decoder), (type_found), (setup_streaming), (source_new_pad),
2991         (setup_source):
2992         For streams, use our own typefind element and plug our queue after it.
2993         We will need this to determine the type of buffering to use for the
2994         queue soon.
2995
2996 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
2997
2998         * gst-libs/gst/audio/gstbaseaudiosink.c:
2999         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render):
3000         Guard against over and underflows because of clock slaving.
3001         When we are using our own clock, still compensate for any calibrations
3002         that we might have done to our clock.
3003
3004 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3005
3006         * ext/theora/theoradec.c: (theora_handle_type_packet),
3007         (theora_dec_chain):
3008         Don't try to do anything fancy with the return code from pushing an
3009         event, it does not have enough information to turn it into a
3010         GST_FLOW_ERROR.
3011
3012 2008-04-03  Wim Taymans  <wim.taymans@collabora.co.uk>
3013
3014         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_reset),
3015         (gst_ogg_demux_chain_elem_pad):
3016         Add small debug line.
3017         Pass return code from the internal decoder instead of the too generic
3018         GST_FLOW_ERROR.
3019
3020 2008-04-03  Sebastian Dröge  <slomo@circular-chaos.org>
3021
3022         * gst-libs/gst/cdda/Makefile.am:
3023         * gst-libs/gst/cdda/base64.c:
3024         * gst-libs/gst/cdda/base64.h:
3025         * gst-libs/gst/cdda/gstcddabasesrc.c:
3026         (gst_cddabasesrc_calculate_musicbrainz_discid):
3027         Use GLib's base64 implementation instead of our own.
3028
3029 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3030
3031         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3032         (gst_ogg_demux_read_chain):
3033         Refix oggdemux, we only have a problem if we failed to find a chain and
3034         we are not EOF.
3035
3036 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3037
3038         Patch by: Victor STINNER <victor dot stinner at haypocalc dot com>
3039
3040         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3041         (gst_ogg_demux_read_chain):
3042         When we fail to find a BOS page and we and up with no chain, error out
3043         properly instead of segfaulting. Fixes #525665.
3044
3045 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3046
3047         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
3048         (gst_ogg_demux_read_chain), (gst_ogg_demux_handle_page):
3049         The new-pad-group sequence is add-pads, no-more-pads, add-pads,
3050         no-more-pads...
3051
3052 2008-04-02  Wim Taymans  <wim.taymans@collabora.co.uk>
3053
3054         * gst/playback/gstqueue2.c: (update_out_rates),
3055         (gst_queue_open_temp_location_file),
3056         (gst_queue_close_temp_location_file), (gst_queue_handle_src_event),
3057         (gst_queue_handle_src_query), (gst_queue_set_property):
3058         Update the estimated input data when we push out a buffer.
3059         Add some debug info about the temp file.
3060         Only forward src events when we are not using a temp file.
3061         Don't block the duration query, we need to find something better.
3062         Don't leak the temp filename.
3063
3064 2008-04-01  Sebastian Dröge  <slomo@circular-chaos.org>
3065
3066         * configure.ac:
3067         Require GLib 2.12 and liboil 0.3.14.
3068
3069         * gst/volume/gstvolume.c: (volume_process_double):
3070         Unconditionally use liboil 0.3.14 function.
3071
3072 2008-03-31  Wim Taymans  <wim.taymans@collabora.co.uk>
3073
3074         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
3075         ms-gsm can have arbitrarty sample rates. See #481354.
3076
3077 2008-03-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3078
3079         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
3080         MP4S is generic MPEG-4, not a microsoft variant.
3081
3082 2008-03-27  Michael Smith <msmith@fluendo.com>
3083
3084         * gst/gdp/gstgdpdepay.c: (gst_gdp_depay_chain):
3085           Check the body CRC (if set) when depayloading.
3086           Fixes #522401.
3087
3088 2008-03-24  Tim-Philipp Müller  <tim at centricular dot net>
3089
3090         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3091           Fix Since: version for new property.
3092
3093 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3094
3095         * gst-libs/gst/rtsp/gstrtspconnection.c:
3096         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3097         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_poll):
3098         Don't error when poll_wait returns EAGAIN.
3099
3100 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3101
3102         * gst/playback/gstqueue2.c: (gst_queue_is_filled):
3103         The queue is never filled when there are no buffers in the queue at all.
3104         Fixes #523993.
3105
3106 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3107
3108         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
3109         (init_group), (free_group), (gst_play_bin_init),
3110         (gst_play_bin_finalize), (gst_play_bin_set_uri),
3111         (gst_play_bin_set_suburi), (gst_play_bin_get_video_tags),
3112         (gst_play_bin_get_audio_tags), (gst_play_bin_get_text_tags),
3113         (gst_play_bin_set_current_video_stream),
3114         (gst_play_bin_set_current_audio_stream),
3115         (gst_play_bin_set_current_text_stream),
3116         (gst_play_bin_set_encoding), (gst_play_bin_set_property),
3117         (gst_play_bin_get_property), (pad_added_cb), (pad_removed_cb),
3118         (no_more_pads_cb), (perform_eos), (autoplug_select_cb),
3119         (activate_group), (deactivate_group), (setup_next_source),
3120         (save_current_group), (gst_play_bin_change_state):
3121         Update some docs.
3122         Add new locks and conds to protect pipeline creation and group
3123         switching.
3124         Implement the sub-uri property.
3125         Keep track of pending uridecodebin creation and configure the output
3126         pipeline after all streams are configured.
3127         Propagate subtitle encoding to the uridecodebins.
3128         Implement getting the video/audio/visualisation elements.
3129         Use input-selector for stream switching.
3130         If we are asked to do visualisation, prefer to autoplug raw sinks
3131         instead of sinks that accept encoded data.
3132
3133 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3134
3135         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3136         (gst_play_sink_init), (gst_play_sink_dispose),
3137         (gst_play_sink_set_video_sink), (gst_play_sink_get_video_sink),
3138         (gst_play_sink_set_audio_sink), (gst_play_sink_get_audio_sink),
3139         (gst_play_sink_vis_unblocked), (gst_play_sink_vis_blocked),
3140         (gst_play_sink_set_vis_plugin), (gst_play_sink_get_vis_plugin),
3141         (gst_play_sink_set_volume), (gst_play_sink_get_volume),
3142         (gst_play_sink_set_mute), (gen_video_chain), (gen_text_chain),
3143         (gen_audio_chain), (gen_vis_chain), (gst_play_sink_reconfigure),
3144         (gst_play_sink_set_font_desc), (gst_play_sink_get_font_desc),
3145         (gst_play_sink_send_event_to_sink), (gst_play_sink_change_state):
3146         * gst/playback/gstplaysink.h:
3147         Add methods to get audio/video/vis elements.
3148         Add methods to set the font description for the overlay.
3149         Remove properties, we're using this element with its methods only.
3150         Add support for subtitles.
3151         Rearrange the locking a bit to not use the object lock for protecting
3152         the pipeline construction.
3153         Try to use the volume and mute property on the sink when its available.
3154         Implement the mute option with volume when the sink does not have a mute
3155         property.
3156         Only add volume element when the sink has no volume property.
3157         Only do visualisations with raw audio pads.
3158
3159 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3160
3161         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
3162         (gst_text_overlay_init), (gst_text_overlay_set_property),
3163         (gst_text_overlay_get_property), (gst_text_overlay_src_event),
3164         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
3165         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
3166         (gst_text_overlay_change_state):
3167         * ext/pango/gsttextoverlay.h:
3168         Add property to configure waiting for text on the textpad or not, with
3169         the default behaviour being the old one (always wait for text before
3170         rendering the video). This default behaviour is usually not the best one
3171         because the text stream can very sparse and could require queueing a lot
3172         of video.
3173         Fix the flushing and EOS handing so that we don't mix up their meaning.
3174
3175 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3176
3177         * gst/playback/gsturidecodebin.c:
3178         (gst_uri_decode_bin_autoplug_factories),
3179         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
3180         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_encoding),
3181         (gst_uri_decode_bin_set_property),
3182         (gst_uri_decode_bin_get_property), (no_more_pads_full),
3183         (new_decoded_pad_cb), (gen_source_element), (remove_decoders),
3184         (proxy_autoplug_factories_signal), (make_decoder),
3185         (source_new_pad), (setup_source):
3186         Add a readonly source property and notify.
3187         Add new lock for protecting the construction of the pipeline.
3188         Keep track of the decodebins we plugged.
3189         Correctly proxy the autoplug signal so that it actually continues.
3190         Proxy subtitle-encoding to the decodebins.
3191
3192 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3193
3194         * tests/examples/seek/seek.c: (audio_toggle_cb), (video_toggle_cb),
3195         (text_toggle_cb), (update_streams), (main):
3196         Rearrange some buttons in playbin2 and make some other boxes insensitive
3197         when needed.
3198         Add language codes to subtitle selection boxes when we gind the right
3199         tags for the streams.
3200
3201 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3202
3203         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
3204         (gst_decode_bin_set_caps), (gst_decode_bin_get_caps),
3205         (gst_decode_bin_set_subs_encoding),
3206         (gst_decode_bin_get_subs_encoding),
3207         (gst_decode_bin_autoplug_factories), (connect_pad), (are_raw_caps),
3208         (deactivate_free_recursive):
3209         Protect caps property with the object lock.
3210         Protect encoding property with the object lock.
3211         Keep list of elements we added that have the subtitle-encoding property.
3212         Distribute the subtitle-encoding to all of the elements when it
3213         changes.
3214
3215 2008-03-24  Wim Taymans  <wim.taymans@collabora.co.uk>
3216
3217         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_release):
3218         Small debug improvement.
3219
3220         * gst-libs/gst/audio/gstbaseaudiosink.c:
3221         (gst_base_audio_sink_render):
3222         Fix bug in determining the sample start/stop position, we want to base
3223         this decision on the fact that we are going forwards or backwards, not
3224         slower or faster. This fixes some ugly resync warnings when playing at
3225         very slow speeds.
3226
3227 2008-03-23  Sebastian Dröge  <slomo@circular-chaos.org>
3228
3229         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3230         Correctly set the supported URI schemes and don't leave
3231         some schemes in the middle or at the start at NULL.
3232
3233 2008-03-23  Tim-Philipp Müller  <tim at centricular dot net>
3234
3235         * tests/check/elements/gdpdepay.c:
3236           Make test compile without unused function/variable warnings on PPC.
3237  
3238 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3239
3240         * configure.ac:
3241         * ext/alsa/gstalsamixerelement.c:
3242         (gst_alsa_mixer_element_class_init):
3243         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init):
3244         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
3245         * ext/cdparanoia/gstcdparanoiasrc.c:
3246         (gst_cd_paranoia_src_class_init):
3247         * ext/gio/gstgiosink.c: (gst_gio_sink_class_init):
3248         * ext/gio/gstgiosrc.c: (gst_gio_src_class_init):
3249         * ext/gio/gstgiostreamsink.c: (gst_gio_stream_sink_class_init):
3250         * ext/gio/gstgiostreamsrc.c: (gst_gio_stream_src_class_init):
3251         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
3252         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init):
3253         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
3254         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
3255         * ext/pango/gsttextrender.c: (gst_text_render_class_init):
3256         * ext/theora/theoradec.c: (gst_theora_dec_class_init):
3257         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
3258         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
3259         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_class_init):
3260         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
3261         (gst_audio_filter_template_class_init):
3262         * gst-libs/gst/audio/gstbaseaudiosink.c:
3263         (gst_base_audio_sink_class_init):
3264         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3265         (gst_base_audio_src_class_init):
3266         * gst-libs/gst/cdda/gstcddabasesrc.c:
3267         (gst_cdda_base_src_class_init):
3268         * gst-libs/gst/interfaces/mixertrack.c:
3269         (gst_mixer_track_class_init):
3270         * gst-libs/gst/rtp/gstbasertpdepayload.c:
3271         (gst_base_rtp_depayload_class_init):
3272         * gst-libs/gst/rtp/gstbasertppayload.c:
3273         (gst_basertppayload_class_init):
3274         * gst/audioconvert/gstaudioconvert.c:
3275         (gst_audio_convert_class_init):
3276         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_class_init):
3277         * gst/audioresample/gstaudioresample.c:
3278         (gst_audioresample_class_init):
3279         * gst/audiotestsrc/gstaudiotestsrc.c:
3280         (gst_audio_test_src_class_init):
3281         * gst/gdp/gstgdppay.c: (gst_gdp_pay_class_init):
3282         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
3283         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
3284         (preroll_unlinked):
3285         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
3286         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init):
3287         * gst/playback/gstplaysink.c: (gst_play_sink_class_init):
3288         * gst/playback/gstqueue2.c: (gst_queue_class_init):
3289         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
3290         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
3291         (gst_stream_selector_class_init):
3292         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init):
3293         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
3294         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3295         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
3296         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
3297         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
3298         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
3299         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init):
3300         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
3301         * gst/videotestsrc/gstvideotestsrc.c:
3302         (gst_video_test_src_class_init):
3303         * gst/volume/gstvolume.c: (gst_volume_class_init):
3304         * sys/v4l/gstv4lelement.c: (gst_v4lelement_class_init):
3305         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
3306         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
3307         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
3308         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
3309         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
3310         Use G_PARAM_STATIC_STRINGS everywhere for GParamSpecs that use
3311         static strings (i.e. all). This gives us less memory usage,
3312         fewer allocations and thus less memory defragmentation. Depend
3313         on core CVS for this. Fixes bug #523806.
3314
3315 2008-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
3316
3317         * ext/gio/gstgio.c: (gst_gio_get_supported_protocols):
3318         Filter http and https protocols. GIO/GVfs handles them but it's
3319         impossible to implement iradio/icecast with it. Better use
3320         souphttpsrc or something else for this.
3321
3322         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_get_size):
3323         If getting the file informations by a query fails try it with the
3324         seek-to-end trick too.
3325
3326 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3327
3328         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
3329         (gst_volume_base_init), (gst_volume_class_init),
3330         (volume_process_double), (volume_process_float),
3331         (volume_transform_ip), (plugin_init):
3332         memset buffers to zero if we get a GAP buffer. We usually see a
3333         buffer as one unit so let's handle it as one and don't care about
3334         volume changes while processing one buffer.
3335         Also clean up some stuff a bit.
3336
3337 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3338
3339         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
3340         (gst_audio_convert_create_silence_buffer),
3341         (gst_audio_convert_transform):
3342         Make audioconvert GAP-aware by outputting silence buffers when the
3343         input has the GAP flag set. This is up to 8x faster.
3344         Based on a patch by Stefan Kost. Fixes bug #517813.
3345
3346 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3347
3348         * gst/volume/gstvolume.c: (volume_process_double):
3349         Use oil_scalarmultiply_f64_ns() for double processing when it's
3350         available at compile time.
3351
3352 2008-03-21  Sebastian Dröge  <slomo@circular-chaos.org>
3353
3354         * configure.ac:
3355         Fix lrint/lrintf checks to actually work. These functions are
3356         in libm on Linux at least so try to link to it.
3357
3358 2008-03-21  Jan Schmidt  <jan.schmidt@sun.com>
3359
3360         * configure.ac:
3361         Back to development - 0.10.18.1
3362
3363 === release 0.10.18 ===
3364
3365 2008-03-20  Jan Schmidt <jan.schmidt@sun.com>
3366
3367         * configure.ac:
3368           releasing 0.10.18, "I will follow"
3369
3370 2008-03-18  Jan Schmidt  <jan.schmidt@sun.com>
3371
3372         * configure.ac:
3373         * win32/common/config.h:
3374         0.10.17.4 pre-release
3375
3376 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3377
3378         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_dump):
3379         Use GST_STR_NULL when trying to print strings that could be NULL because
3380         this might crash on some platforms. See #520808.
3381
3382 2008-03-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3383
3384         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
3385
3386         * gst-libs/gst/rtsp/gstrtspconnection.c:
3387         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
3388         (read_line), (gst_rtsp_connection_read_internal):
3389         Generic Windows fixes that makes libgstrtsp work on Windows when
3390         coupled with the new GstPoll API. See #520808.
3391
3392 2008-03-17  Sebastian Dröge  <slomo@circular-chaos.org>
3393
3394         Patch by: Milosz Derezynski <internalerror at gmail dot com>
3395
3396         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_create):
3397           If seeking to a new position succeeds don't simply return from
3398           create() without creating a buffer. Do this only in the case
3399           seeking to the new position fails. Fixes bug #523054.
3400
3401 2008-03-17  Tim-Philipp Müller  <tim at centricular dot net>
3402
3403         * gst-libs/gst/video/video.c: (gst_video_format_parse_caps),
3404           (gst_video_format_from_rgba32_masks):
3405           Fix gst_video_format_parse_caps() for RGB caps with alpha channel
3406           (#522635).
3407
3408         * tests/check/libs/video.c: (test_parse_caps_rgb), (video_suite):
3409           Add unit test for the RGB caps parsing and creation, checking for
3410           internal consistency of the new API and consistency of the API with
3411           the old GST_VIDEO_CAPS_* defines.
3412
3413 2008-03-14  David Schleef  <ds@schleef.org>
3414
3415         * gst/videotestsrc/videotestsrc.c:  Oops, revert last change
3416           because -base is in freeze.
3417
3418 2008-03-14  David Schleef  <ds@schleef.org>
3419
3420         Patch by: William M. Brack
3421
3422         * gst/videotestsrc/videotestsrc.c: Fix Bayer pattern generation.
3423
3424 2008-03-14  Wim Taymans  <wim.taymans@collabora.co.uk>
3425
3426         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
3427         (gst_selector_pad_chain):
3428         * gst/playback/gststreamselector.h:
3429         Revert change that caused regression until a real fix is found.
3430         Fixes #522203.
3431
3432 2008-03-12  Michael Smith <msmith@fluendo.com>
3433
3434         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3435         * gst-libs/gst/audio/gstringbuffer.h:
3436           Rename recently added buffer types to make more sense.
3437         * ext/alsa/gstalsasink.c: (alsasink_parse_spec),
3438         (gst_alsasink_write):
3439           Adapt for above API changes.
3440           Fixes bug #520523.
3441
3442 2008-03-11  Sebastian Dröge  <slomo@circular-chaos.org>
3443
3444         * win32/common/libgstnetbuffer.def:
3445         Add new symbol gst_netaddress_equal. Fixes bug #521743.
3446
3447 2008-03-11  Jan Schmidt  <jan.schmidt@sun.com>
3448
3449         * configure.ac:
3450         * win32/common/config.h:
3451         0.10.17.3 pre-release
3452
3453 2008-03-10  Wim Taymans  <wim.taymans@collabora.co.uk>
3454
3455         * gst-libs/gst/audio/gstbaseaudiosrc.c:
3456         (gst_base_audio_src_create):
3457         Fix duration when no clock was provided. Fixes #520300.
3458
3459 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3460
3461         Patch by: Olivier Crete  <tester at tester ca>
3462
3463         * docs/libs/gst-plugins-base-libs-sections.txt:
3464         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netaddress_equal):
3465         * gst-libs/gst/netbuffer/gstnetbuffer.h:
3466         Add trivial function to compare GstNetAddress. See #520626.
3467         API: GstNetBuffer::gst_netaddress_equal
3468
3469 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3470
3471         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
3472         Update mode property docs, it's deprecated now.
3473
3474 2008-03-07  Wim Taymans  <wim.taymans@collabora.co.uk>
3475
3476         * gst-libs/gst/rtsp/gstrtspconnection.c:
3477         (gst_rtsp_connection_create):
3478         * gst/tcp/gstmultifdsink.c: (gst_fdset_mode_get_type),
3479         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_start):
3480         * gst/tcp/gstmultifdsink.h:
3481         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_start):
3482         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_start):
3483         Remove GstPollMode from gstpoll constructor.
3484
3485 2008-03-04  Jan Schmidt  <jan.schmidt@sun.com>
3486
3487         * configure.ac:
3488         * win32/common/config.h:
3489         0.10.17.2 pre-release
3490
3491 2008-03-03  Jan Schmidt  <jan.schmidt@sun.com>
3492
3493         * gst/Makefile.am:
3494         GST_PLUGINS_ALL correctly lists subparse and tcp now, don't distclean
3495         them twice
3496
3497         * win32/common/libgstinterfaces.def:
3498         * win32/common/libgstrtp.def:
3499         Add new API to the defs
3500
3501 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3502
3503         Patch by: Mersad Jelacic  <mersad at axis dot com>
3504
3505         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
3506         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
3507         API: add gst_base_rtp_audio_payload_set_samplebits_options() to make it
3508         possible to specify the sample size in bits. (#509637)
3509
3510 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3511
3512         * tests/check/libs/mixer.c:
3513           Add a few simple checks for the new message types.
3514
3515 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3516
3517         * docs/libs/gst-plugins-base-libs-sections.txt:
3518         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_option_changed),
3519           (gst_mixer_options_list_changed), (gst_mixer_mixer_changed),
3520           (gst_mixer_message_get_type),
3521           (gst_mixer_message_parse_option_changed),
3522           (gst_mixer_message_parse_options_list_changed):
3523         * gst-libs/gst/interfaces/mixer.h: (GstMixerType),
3524           (GST_MIXER_MESSAGE_OPTION_CHANGED),
3525           (GST_MIXER_MESSAGE_OPTIONS_LIST_CHANGED),
3526           (GST_MIXER_MESSAGE_MIXER_CHANGED):
3527           API: add gst_mixer_options_list_changed(), gst_mixer_mixer_changed()
3528           and gst_mixer_message_parse_options_list_changed(). Fixes #519916.
3529
3530 2008-03-03  Tim-Philipp Müller  <tim at centricular dot net>
3531
3532         * gst-libs/gst/interfaces/mixeroptions.c: (gst_mixer_options_init),
3533           (gst_mixer_options_get_values):
3534         * gst-libs/gst/interfaces/mixeroptions.h:
3535           (GST_MIXER_OPTIONS_GET_CLASS), (GstMixerOptionsClass),
3536           (_GstMixerOptions), (_GstMixerOptionsClass):
3537           API: add GstMixerOptions::get_values vfunc (#519906)
3538
3539 2008-03-03  Peter Kjellerstedt  <pkj@axis.com>
3540
3541         * configure.ac:
3542         Use AG_GST_CHECK_PLUGIN and AG_GST_DISABLE_PLUGIN to simplify which
3543         plug-ins are included/excluded. (#498222)
3544
3545 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3546
3547         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3548         Add typefinder for IMelody files, using audio/x-imelody.
3549         See bug #519516.
3550
3551 2008-03-03  Sebastian Dröge  <slomo@circular-chaos.org>
3552
3553         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_get_type):
3554         * ext/alsa/gstalsasink.c: (set_hwparams):
3555         * ext/alsa/gstalsasrc.c: (set_hwparams):
3556         * ext/gio/gstgio.c: (gst_gio_uri_handler_get_uri):
3557         * ext/ogg/gstoggmux.h:
3558         * ext/ogg/gstogmparse.c:
3559         * gst-libs/gst/audio/audio.c:
3560         * gst-libs/gst/fft/kiss_fft_f64.c: (kiss_fft_f64_alloc):
3561         * gst-libs/gst/pbutils/missing-plugins.c:
3562         (gst_missing_uri_sink_message_new),
3563         (gst_missing_element_message_new),
3564         (gst_missing_decoder_message_new),
3565         (gst_missing_encoder_message_new):
3566         * gst-libs/gst/rtp/gstbasertppayload.c:
3567         * gst-libs/gst/rtp/gstrtcpbuffer.c:
3568         (gst_rtcp_packet_bye_get_reason):
3569         * gst/audioconvert/gstaudioconvert.c:
3570         * gst/audioresample/gstaudioresample.c:
3571         * gst/ffmpegcolorspace/imgconvert.c:
3572         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
3573         * gst/typefind/gsttypefindfunctions.c:
3574         * gst/videoscale/vs_4tap.c:
3575         * gst/videoscale/vs_4tap.h:
3576         * sys/v4l/gstv4lelement.c:
3577         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_any_caps):
3578         * sys/v4l/v4l_calls.c:
3579         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
3580         (gst_v4lsrc_try_capture):
3581         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
3582         (gst_ximagesink_ximage_new):
3583         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
3584         (gst_xvimagesink_xvimage_new):
3585         * tests/check/elements/audioconvert.c:
3586         * tests/check/elements/audioresample.c:
3587         (fail_unless_perfect_stream):
3588         * tests/check/elements/audiotestsrc.c: (setup_audiotestsrc):
3589         * tests/check/elements/decodebin.c:
3590         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
3591         (setup_gdpdepay_streamheader):
3592         * tests/check/elements/gdppay.c: (setup_gdppay), (GST_START_TEST),
3593         (setup_gdppay_streamheader):
3594         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink):
3595         * tests/check/elements/multifdsink.c: (setup_multifdsink):
3596         * tests/check/elements/textoverlay.c:
3597         * tests/check/elements/videorate.c: (setup_videorate):
3598         * tests/check/elements/videotestsrc.c: (setup_videotestsrc):
3599         * tests/check/elements/volume.c: (setup_volume):
3600         * tests/check/elements/vorbisdec.c: (setup_vorbisdec):
3601         * tests/check/elements/vorbistag.c:
3602         * tests/check/generic/clock-selection.c:
3603         * tests/check/generic/states.c: (setup), (teardown):
3604         * tests/check/libs/cddabasesrc.c:
3605         * tests/check/libs/video.c:
3606         * tests/check/pipelines/gio.c:
3607         * tests/check/pipelines/oggmux.c:
3608         * tests/check/pipelines/simple-launch-lines.c:
3609         (simple_launch_lines_suite):
3610         * tests/check/pipelines/streamheader.c:
3611         * tests/check/pipelines/theoraenc.c:
3612         * tests/check/pipelines/vorbisdec.c:
3613         * tests/check/pipelines/vorbisenc.c:
3614         * tests/examples/seek/scrubby.c:
3615         * tests/examples/seek/seek.c: (query_positions_elems),
3616         (query_positions_pads):
3617         * tests/icles/stress-xoverlay.c: (myclock):
3618         Correct all relevant warnings found by the sparse semantic code
3619         analyzer. This include marking several symbols static, using
3620         NULL instead of 0 for pointers and using "foo (void)" instead
3621         of "foo ()" for declarations.
3622
3623         * win32/common/libgstrtp.def:
3624         Add gst_rtp_buffer_set_extension_data to the symbol definition file.
3625
3626 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3627
3628         Patch by: José Alburquerque <jaalburqu svn gnome org>
3629
3630         * gst/playback/gstplaybin2.c:
3631           Make the function signature of the _get_*_tags() functions match
3632           the signature of the vfuncs they implement, ie. return a
3633           GstTagList rather than a GstStructure, which is more correct,
3634           even if one is typedef'ed to the other (#518940).
3635
3636 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3637
3638         * gst-libs/gst/rtsp/gstrtspconnection.c:
3639           Don't include unix headers unconditionally (fixes #518037).
3640
3641 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3642
3643         * tests/check/libs/video.c: (paintinfo), (paintinfo_struct),
3644           (fourcc_list_struct), (fourcc_list), (fourcc_get_size),
3645           (paint_setup_I420), (paint_setup_YV12), (paint_setup_AYUV),
3646           (paint_setup_YUY2), (paint_setup_UYVY), (paint_setup_YVYU),
3647           (paint_setup_IYU2), (paint_setup_Y41B), (paint_setup_Y42B),
3648           (paint_setup_Y800), (paint_setup_YVU9), (paint_setup_YUV9),
3649           (gst_video_format_is_packed), (video_format_is_packed):
3650           Add unit test that makes sure that the strides, offsets and
3651           sizes returned for the various YUV formats by the new video API
3652           match the old reference implementation in videotestsrc.
3653
3654 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3655
3656         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio),
3657           (gst_video_format_from_fourcc), (gst_video_format_to_fourcc),
3658           (gst_video_format_is_rgb), (gst_video_format_is_yuv),
3659           (gst_video_format_has_alpha), (gst_video_format_get_row_stride),
3660           (gst_video_format_get_pixel_stride),
3661           (gst_video_format_get_component_width),
3662           (gst_video_format_get_component_height),
3663           (gst_video_format_get_component_offset), (gst_video_format_get_size):
3664         * gst-libs/gst/video/video.h: (GST_VIDEO_FORMAT_Y41B),
3665           (GST_VIDEO_FORMAT_Y42B):
3666           API: add GST_VIDEO_FORMAT_Y41B and GST_VIDEO_FORMAT_Y42B.
3667
3668 2008-03-02  Tim-Philipp Müller  <tim at centricular dot net>
3669
3670         * gst-libs/gst/video/video.c: (gst_video_format_get_component_offset):
3671           YV12 is I420 with swapped components 1 and 2, so the offset of
3672           component 1 for I420 should be the offset for component 2 for YV12
3673           and vice versa.
3674
3675 2008-02-29  Rene Stadler  <mail@renestadler.de>
3676
3677         * sys/v4l/gstv4lelement.c:
3678         Add missing semicolon to fix indentation.
3679
3680 2008-02-29  Julien Moutte  <julien@fluendo.com>
3681
3682         * ext/alsa/gstalsa.c: (gst_alsa_open_iec958_pcm),
3683         (gst_alsa_probe_supported_formats): Probe for IEC958 pcm to detect
3684         if we can do SPDIF output.
3685         * ext/alsa/gstalsa.h:
3686         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec),
3687         (gst_alsasink_prepare), (gst_alsasink_close), (gst_alsasink_write):
3688         * ext/alsa/gstalsasink.h: Initial support for SPDIF.
3689         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
3690         * gst-libs/gst/audio/gstringbuffer.h: Add non linear buffer types
3691         to support AC3, EC3 and IEC958 buffers.
3692
3693 2008-02-29  Tim-Philipp Müller  <tim at centricular dot net>
3694
3695         * gst-libs/gst/interfaces/mixer.c: (GST_MIXER_MESSAGE_HAS_TYPE),
3696           (gst_mixer_message_parse_mute_toggled),
3697           (gst_mixer_message_parse_record_toggled),
3698           (gst_mixer_message_parse_volume_changed),
3699           (gst_mixer_message_parse_option_changed):
3700           De-cruft and fix message type assertions (NULL is not a really
3701           valid mixer message type string).
3702
3703 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3704
3705         * ext/libvisual/visual.c: (gst_vis_src_negotiate):
3706         When negotiating, actually start from a format that we can support
3707         instead of from the too generic template.
3708
3709 2008-02-29  Wim Taymans  <wim.taymans@collabora.co.uk>
3710
3711         * gst/playback/gstplaybin2.c: (gst_play_bin_set_property):
3712         Enable vis setting.
3713
3714         * gst/playback/gstplaysink.c: (gst_play_sink_init),
3715         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
3716         (gst_play_sink_vis_blocked), (gst_play_sink_set_vis_plugin),
3717         (gen_vis_chain):
3718         Implement vis switching while playing.
3719
3720 2008-02-28  David Schleef  <ds@schleef.org>
3721
3722         * gst-libs/gst/riff/riff-media.c: Add Dirac mapping
3723
3724 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3725
3726         Patch by: Peter Kjellerstedt  <pkj at axis com>
3727
3728         * gst/tcp/Makefile.am:
3729         * gst/tcp/fdsetstress.c:
3730         * gst/tcp/gstfdset.c:
3731         * gst/tcp/gstfdset.h:
3732         Removed fdset and stress test, they are now known as GstPoll in
3733         core. 
3734
3735         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
3736         (gst_multi_fd_sink_add_full), (gst_multi_fd_sink_remove),
3737         (gst_multi_fd_sink_clear), (gst_multi_fd_sink_remove_client_link),
3738         (gst_multi_fd_sink_handle_client_write),
3739         (gst_multi_fd_sink_queue_buffer),
3740         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_start),
3741         (gst_multi_fd_sink_stop):
3742         * gst/tcp/gstmultifdsink.h:
3743         * gst/tcp/gsttcp.c: (gst_tcp_socket_read), (gst_tcp_socket_close),
3744         (gst_tcp_read_buffer), (gst_tcp_gdp_read_buffer),
3745         (gst_tcp_gdp_read_caps):
3746         * gst/tcp/gsttcp.h:
3747         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_init),
3748         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
3749         (gst_tcp_client_sink_start), (gst_tcp_client_sink_stop):
3750         * gst/tcp/gsttcpclientsink.h:
3751         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_init),
3752         (gst_tcp_client_src_create), (gst_tcp_client_src_start),
3753         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
3754         * gst/tcp/gsttcpclientsrc.h:
3755         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_handle_wait),
3756         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
3757         * gst/tcp/gsttcpserversink.h:
3758         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_init),
3759         (gst_tcp_server_src_create), (gst_tcp_server_src_start),
3760         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
3761         * gst/tcp/gsttcpserversrc.h:
3762         Port to GstPoll. See #505417.
3763
3764 2008-02-28  Wim Taymans  <wim.taymans@collabora.co.uk>
3765
3766         Patch by: Peter Kjellerstedt  <pkj at axis com>
3767
3768         * gst-libs/gst/rtsp/gstrtspconnection.c:
3769         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
3770         (gst_rtsp_connection_write), (gst_rtsp_connection_read_internal),
3771         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
3772         (gst_rtsp_connection_free), (gst_rtsp_connection_poll),
3773         (gst_rtsp_connection_flush):
3774         * gst-libs/gst/rtsp/gstrtspconnection.h:
3775         Use GstPoll for the rtsp connection. See #505417.
3776
3777 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3778
3779         * tests/examples/seek/seek.c: (vis_toggle_cb), (filter_features),
3780         (init_visualization_features), (vis_combo_cb), (shot_cb), (main):
3781         Add combo box for visualisations, populate it with a factory list
3782         of all visualisation plugins, configure vis plugin instance in
3783         playbin2. 
3784
3785 2008-02-27  Wim Taymans  <wim.taymans@collabora.co.uk>
3786
3787         * tests/check/libs/rtp.c: (GST_START_TEST):
3788         Add check for RTP buffer defaults, padding and marker bit API.
3789
3790 2008-02-27  Sebastian Dröge  <slomo@circular-chaos.org>
3791
3792         * gst-libs/gst/cdda/sha1.c: (sha_transform):
3793         Use memcpy() instead of upcasting a byte array to long *. This
3794         fixes an unaligned memory access, resulting in SIGBUS on IA64.
3795         This should be ported to GCheckSum once we can use GLib 2.16.
3796         Partially fixes bug #500833.
3797
3798 2008-02-27  Tim-Philipp Müller  <tim at centricular dot net>
3799
3800         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_chain):
3801           Push tag event after the newsegment event. Log the pointer of
3802           the buffer we're actually going to push rather than the buffer
3803           we're feeding to _make_metadata_writable().
3804
3805 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3806
3807         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3808         Comment smoke typefinder for now. The smokedec plugin needs one
3809         frame per buffer but we have no parser yet, thus it simply crashes
3810         in most situations.
3811
3812 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3813
3814         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
3815         Add typefinder for the smoke video codec. Copied from the jpeg plugin.
3816
3817 2008-02-25  Sebastian Dröge  <slomo@circular-chaos.org>
3818
3819         * gst/typefind/gsttypefindfunctions.c: (mid_type_find),
3820         (plugin_init):
3821         Add midi typefinder, copied from the timidity plugin.
3822
3823 2008-02-23  Tim-Philipp Müller  <tim at centricular dot net>
3824
3825         Based on patch by: Tomasz Sałaciński <tsalacinski gmail com>
3826
3827         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
3828         * tests/check/elements/subparse.c: (test_microdvd_with_italics),
3829           (subparse_suite):
3830           Forward slashes at the beginning and end of a line also signify
3831           italics (Fixes: #518162).
3832
3833 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3834
3835         * tests/check/gst-plugins-base.supp:
3836         Add a suppression for a cached value in GIO that wasn't moved
3837         while moving gio from -bad to -base.
3838
3839 2008-02-22  Sebastian Dröge  <slomo@circular-chaos.org>
3840
3841         Patch by: Brian Cameron <brian dot cameron at sun dot com>
3842
3843         * configure.ac:
3844         Don't hardcode -Wall and -Werror for configure checks, this fails
3845         with non-GCC compilers. Fixes bug #517991.
3846
3847 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3848
3849         * gst/audioconvert/gstaudioconvert.c:
3850         * gst/audioconvert/gstaudioquantize.c:
3851         * gst/audioconvert/gstaudioquantize.h:
3852           Make audioconvert gap aware. If noiseshaping is used, wait for
3853           noiseshaping to converge before marking as GAP. Fixes #517813.
3854
3855 2008-02-21  Stefan Kost  <ensonic@users.sf.net>
3856
3857         * gst/audiotestsrc/gstaudiotestsrc.c:
3858           Mark buffers as GAP,if volume is 0.0 and fix the previous logic.
3859
3860 2008-02-20  Sebastian Dröge  <slomo@circular-chaos.org>
3861
3862         * ext/gnomevfs/gstgnomevfssink.c:
3863         (gst_gnome_vfs_sink_handle_event):
3864         Return FALSE when seeking for a new segment fails instead
3865         of silently ignoring the failure and appending every buffer
3866         that comes for the new segment.
3867
3868 2008-02-20  Wim Taymans  <wim.taymans@collabora.co.uk>
3869
3870         * gst/playback/gstplaysink.c: (find_property),
3871         (gst_play_sink_find_property), (gen_video_chain),
3872         (gst_play_sink_reconfigure), (gst_play_sink_get_last_frame):
3873         Recursively search the sink element for a last-frame property so that we
3874         can also find the property in autovideosink and friends that don't
3875         always proxy the internal sink properties.
3876
3877 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3878
3879         * gst-libs/gst/audio/multichannel.c:
3880           (GST_AUDIO_CHANNEL_POSITIONS_FIELD_NAME),
3881           (gst_audio_get_channel_positions), (gst_audio_set_channel_positions),
3882           (gst_audio_set_structure_channel_positions_list),
3883           (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
3884           (gst_audio_fixate_channel_positions):
3885           Fix confusing terminology in docs and code: structure fields are
3886           'fields' and not 'properties'.
3887
3888 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3889
3890         * gst-libs/gst/audio/multichannel.c:
3891           (gst_audio_check_channel_positions), (add_list_to_struct):
3892           Give more useful warning messages if one of the channel
3893           layout enums passed to us is invalid and if the "channels"
3894           field in the caps has a GType we don't expect.
3895
3896 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3897
3898         * gst-libs/gst/audio/multichannel.c:
3899           Fix typo in docs blurb.
3900
3901 2008-02-19  Julien Moutte  <julien@fluendo.com>
3902
3903         Patch by: Josep Torra Valles <josep@fluendo.com>
3904
3905         * gst/typefind/gsttypefindfunctions.c: Increase the MPEG PS
3906         typefind lookup to fix typefinding on HD clips.
3907
3908 2008-02-19  Tim-Philipp Müller  <tim at centricular dot net>
3909
3910         * gst/playback/gstscreenshot.c:
3911         * gst/playback/gstscreenshot.h:
3912           Fix up copyright (I rewrote the GStreamer-0.10 code for
3913           this from scratch back in the days).
3914
3915 2008-02-19  Wim Taymans  <wim.taymans@collabora.co.uk>
3916
3917         * gst/playback/Makefile.am:
3918         * gst/playback/gstscreenshot.c: (feed_fakesrc), (save_result),
3919         (create_element), (gst_play_frame_conv_convert):
3920         * gst/playback/gstscreenshot.h:
3921         Add screenshot conversion code from totem.
3922
3923         * gst/playback/gstplay-marshal.list:
3924         * gst/playback/gstplaybin2.c: (gst_play_marshal_BUFFER__BOXED),
3925         (gst_play_bin_class_init), (gst_play_bin_convert_frame),
3926         (gst_play_bin_get_property), (no_more_pads_cb), (activate_group):
3927         Implement frame property to get a color-unconverted snapshot.
3928         Implement convert-frame action signal to get a converted snapshot image.
3929         Configure connection speed in uridecodebin.
3930         Document some more properties.
3931
3932         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
3933         (gen_video_chain), (gen_audio_chain), (gst_play_sink_reconfigure),
3934         (gst_play_sink_get_last_frame):
3935         * gst/playback/gstplaysink.h:
3936         Use last-buffer property of the video sink to get a video snapshot.
3937
3938         * tests/examples/seek/seek.c: (shot_cb), (main):
3939         Add snapshot button for playbin2 and use the frame property to save the
3940         frame as a png in the current directory.
3941
3942 2008-02-19  Sebastian Dröge  <slomo@circular-chaos.org>
3943
3944         Patch by: Josep Torra Valles <josep at fluendo dot com>
3945
3946         * gst/typefind/gsttypefindfunctions.c: (h264_video_type_find),
3947         (plugin_init):
3948         Add typefinding support for h264 elementary streams.
3949         Fixes bug #517420.
3950
3951 2008-02-18  Stefan Kost  <ensonic@users.sf.net>
3952
3953         * configure.ac:
3954           Require CVS of core for new API in collectpads.
3955
3956         * gst/adder/gstadder.c:
3957           Use new API to make adder sparse stream aware.
3958
3959 2008-02-18  Wim Taymans  <wim.taymans@collabora.co.uk>
3960
3961         * gst/playback/gstplaybin2.c: (pad_added_cb), (pad_removed_cb),
3962         (no_more_pads_cb):
3963         Get the object data correct so that we can remove our channels
3964         correctly.
3965
3966         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
3967         (gen_vis_chain), (gst_play_sink_reconfigure),
3968         (gst_play_sink_request_pad):
3969         Add option to disable async behaviour in the sinks when possible. This
3970         makes it possible to avoid an audio queue when dealing with
3971         visualisations.
3972         Add option to add a queue for the audio path.
3973
3974         * tests/examples/seek/seek.c: (clear_streams), (update_streams),
3975         (main):
3976         Disable the vis checkbox to match the defaults of playbin2.
3977         Only get the stream info when we need to.
3978
3979 2008-02-17  Sebastian Dröge  <slomo@circular-chaos.org>
3980
3981         * ext/gio/gstgiobasesink.c: (gst_gio_base_sink_stop),
3982         (gst_gio_base_sink_set_stream):
3983         * ext/gio/gstgiobasesrc.c: (gst_gio_base_src_stop),
3984         (gst_gio_base_src_set_stream):
3985         * ext/gio/gstgiosink.c: (gst_gio_sink_start):
3986         * ext/gio/gstgiosrc.c: (gst_gio_src_start):
3987         Don't use async operations as they require a running main loop.
3988         This makes us block again when closing streams and unable
3989         to mount the enclosing volume of an URI if it isn't yet.
3990
3991 2008-02-15  Wim Taymans  <wim.taymans@collabora.co.uk>
3992
3993         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
3994         (gst_play_sink_get_mute), (gen_video_chain), (gen_audio_chain),
3995         (gen_vis_chain), (gst_play_sink_reconfigure),
3996         (gst_play_sink_request_pad):
3997         Move tee in front of the audio and vis pipelines.
3998         Add queue for audio for now.
3999         Add visualisation support.
4000
4001         * tests/examples/seek/seek.c: (main):
4002         Visualisation is by default disabled.
4003
4004 2008-02-15  Sebastian Dröge  <slomo@circular-chaos.org>
4005
4006         * ext/gio/gstgiobasesink.c: (close_stream_cb):
4007         * ext/gio/gstgiobasesrc.c: (close_stream_cb):
4008         Improve debugging a bit.
4009
4010         * ext/gio/gstgiosink.c: (mount_cb), (gst_gio_sink_start):
4011         * ext/gio/gstgiosink.h:
4012         * ext/gio/gstgiosrc.c: (mount_cb), (gst_gio_src_start):
4013         * ext/gio/gstgiosrc.h:
4014         Try to mount the enclosing volume of a GFile if it isn't mounted
4015         yet. This requires us to wait for an async operation to finish, done
4016         with an nested GMainLoop. Authentication is not supported yet, will
4017         come later.
4018
4019 2008-02-14  Wim Taymans  <wim.taymans@collabora.co.uk>
4020
4021         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4022         (gst_play_bin_set_property), (gst_play_bin_get_property),
4023         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb):
4024         * gst/playback/gstplaysink.c: (gst_play_sink_set_mute),
4025         (gst_play_sink_get_mute), (gen_audio_chain):
4026         * gst/playback/gstplaysink.h:
4027         Add mute property.
4028
4029         * gst/playback/gststreamselector.c: (gst_selector_pad_event),
4030         (gst_selector_pad_chain):
4031         * gst/playback/gststreamselector.h:
4032         Make sure we forward the event only once.
4033
4034         * tests/examples/seek/seek.c: (stop_cb), (mute_toggle_cb), (main):
4035         Add and implement the mute button for playbin2.
4036
4037 2008-02-13  Wim Taymans  <wim.taymans@collabora.co.uk>
4038
4039         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
4040
4041         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_delay):
4042         Add some more debug info.
4043         Make sure we never return a negative delay. Fixes #516246.
4044
4045 2008-02-12  Tim-Philipp Müller  <tim at centricular dot net>
4046
4047         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
4048           Revert patch that makes the sink hold the object lock when
4049           calling snd_pcm_delay(), since it breaks playback for me.
4050
4051 2008-02-12  Julien Moutte  <julien@fluendo.com>
4052
4053         * tests/examples/seek/seek.c: (rate_spinbutton_changed_cb): Add
4054         some seek flags when changing rate.
4055
4056 2008-02-12  Wim Taymans  <wim.taymans@collabora.co.uk>
4057
4058         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
4059         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
4060         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
4061         Fix potential leaks.
4062
4063         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_chain):
4064         Fix leak when there is no function configured.
4065
4066 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4067
4068         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_class_init),
4069         (gst_v4lsrc_buffer_finalize):
4070         Correctly chain up the finalize method.
4071
4072 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4073
4074         * ext/gio/gstgiostreamsink.c:
4075         * ext/gio/gstgiostreamsrc.c:
4076         Add documentation and example code for giostreamsink/giostreamsrc.
4077
4078         * tests/check/pipelines/gio.c: (GST_START_TEST):
4079         Ask the GMemoryOutputStream for the data instead of assuming that
4080         the pointer to the data stayed the same. It could've been realloc'ed.
4081
4082 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4083
4084         * ext/gio/gstgiosink.c:
4085         * ext/gio/gstgiosrc.c:
4086         Make the documentation of giosink/giosrc complete, large parts
4087         are based on the gnomevfssink/gnomevfssrc docs.
4088
4089 2008-02-12  Sebastian Dröge  <slomo@circular-chaos.org>
4090
4091         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4092         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4093         * docs/plugins/gst-plugins-base-plugins.args:
4094         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4095         * docs/plugins/gst-plugins-base-plugins.interfaces:
4096         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4097         * docs/plugins/gst-plugins-base-plugins.signals:
4098         * docs/plugins/inspect/plugin-adder.xml:
4099         * docs/plugins/inspect/plugin-audioconvert.xml:
4100         * docs/plugins/inspect/plugin-audiorate.xml:
4101         * docs/plugins/inspect/plugin-audioresample.xml:
4102         * docs/plugins/inspect/plugin-decodebin.xml:
4103         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4104         * docs/plugins/inspect/plugin-gdp.xml:
4105         * docs/plugins/inspect/plugin-gio.xml:
4106         * docs/plugins/inspect/plugin-gnomevfs.xml:
4107         * docs/plugins/inspect/plugin-libvisual.xml:
4108         * docs/plugins/inspect/plugin-ogg.xml:
4109         * docs/plugins/inspect/plugin-pango.xml:
4110         * docs/plugins/inspect/plugin-playback.xml:
4111         * docs/plugins/inspect/plugin-queue2.xml:
4112         * docs/plugins/inspect/plugin-subparse.xml:
4113         * docs/plugins/inspect/plugin-theora.xml:
4114         * docs/plugins/inspect/plugin-uridecodebin.xml:
4115         * docs/plugins/inspect/plugin-videorate.xml:
4116         * docs/plugins/inspect/plugin-videoscale.xml:
4117         * docs/plugins/inspect/plugin-volume.xml:
4118         * docs/plugins/inspect/plugin-vorbis.xml:
4119         Add the GIO documentation again and while at that run make update.
4120
4121 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4122
4123         * ext/alsa/gstalsa.h: (GST_CHECK_ALSA_VERSION):
4124         * ext/alsa/gstalsasink.c: (set_swparams):
4125         * ext/alsa/gstalsasrc.c: (set_swparams), (gst_alsasrc_open):
4126           Don't use snd_pcm_sw_params_set_xfer_align() if we're compiling
4127           against libasound >= 1.0.16, since it's been deprecated in
4128           0.10.16, and alignment is always 1 then, apparently. (#512899)
4129
4130 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4131
4132         * gst/playback/gstplaybin.c: (gen_audio_element):
4133         * gst/playback/gstplaysink.c: (gen_audio_chain):
4134           Handle case where we can't create the volume element a bit
4135           better (#514307).
4136
4137 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4138
4139         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_check_get_range):
4140         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
4141           Add support for https protocol. Fixes #510229.
4142
4143 2008-02-11  Julien Moutte  <julien@fluendo.com>
4144         
4145         Patch by: Alan Peevers <peeves@pacbell.net>
4146
4147         * ext/alsa/gstalsasink.c: (gst_alsasink_delay): Take appropriate
4148         lock when calling alsa methods.
4149
4150 2008-02-11  Tim-Philipp Müller  <tim at centricular dot net>
4151
4152         * gst/typefind/gsttypefindfunctions.c:
4153           Bump rank of jpeg and png typefinders, which will return maximum
4154           probability in the most common cases (thus short-circuiting more
4155           expensive typefinders like the mp3 one for these two quite common
4156           image types).
4157
4158 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4159
4160         * ext/theora/theoraparse.c:
4161         Fix long description of the theora parser to be more verbose than just
4162         the type name.
4163
4164 2008-02-11  Sebastian Dröge  <slomo@circular-chaos.org>
4165
4166         Patch by: Branko Čibej <brane at xbc dot nu>
4167
4168         * sys/xvimage/xvimagesink.c:
4169         Fix build of xvimagesink if we don't have XShm, e.g. on Mac OS X.
4170         Fixes bug #515654.
4171
4172 2008-02-09  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
4173
4174         * gst/playback/gstplaybasebin.c:
4175         Set is_dynamic as True if there are elements with both request
4176         and sometimes src pad templates instead of breaking out when it
4177         finds the first pad template that is a src.
4178
4179 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4180
4181         * tests/examples/seek/seek.c: (stop_cb), (clear_streams),
4182         (update_streams), (video_combo_cb), (audio_combo_cb),
4183         (text_combo_cb), (volume_spinbutton_changed_cb), (main):
4184         Add some stream switching and volume gui for playbin2.
4185
4186 2008-02-08  Wim Taymans  <wim.taymans@collabora.co.uk>
4187
4188         * gst/playback/gstplay-marshal.list:
4189         Added marshal for streamselector Tags.
4190
4191         * gst/playback/gstplaybasebin.c: (set_active_source):
4192         Streamselector now selects pads based on the pad object instead of its
4193         name.
4194
4195         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4196         (init_group), (gst_play_bin_init), (get_group), (get_tags),
4197         (gst_play_bin_get_video_tags), (gst_play_bin_get_audio_tags),
4198         (gst_play_bin_get_text_tags),
4199         (gst_play_bin_set_current_video_stream),
4200         (gst_play_bin_set_current_audio_stream),
4201         (gst_play_bin_set_current_text_stream),
4202         (gst_play_bin_set_property), (gst_play_bin_get_property),
4203         (pad_added_cb), (pad_removed_cb), (autoplug_select_cb):
4204         Remove option to mute streams with the current-a/v/t property, we have
4205         this functionality in the flags.
4206         Add signals to notify when the number of A/V/T channels changed.
4207         Add action signals to get tags for the A/V/T streams.
4208         Implement setting the current A/V/T stream.
4209         Rearrange some things to simplify stream selection.
4210         Implement volume.
4211
4212         * gst/playback/gstplaysink.c: (gst_play_sink_set_volume),
4213         (gst_play_sink_get_volume), (gst_play_sink_set_property),
4214         (gst_play_sink_get_property), (gen_video_chain), (gen_audio_chain),
4215         (activate_vis), (gst_play_sink_reconfigure):
4216         * gst/playback/gstplaysink.h:
4217         Add and implement volume setting methods.
4218
4219         * gst/playback/gststreamselector.c: (gst_selector_pad_class_init),
4220         (gst_selector_pad_finalize), (gst_selector_pad_get_property),
4221         (gst_selector_pad_event), (gst_stream_selector_class_init),
4222         (gst_stream_selector_init), (gst_stream_selector_finalize),
4223         (gst_stream_selector_set_property),
4224         (gst_stream_selector_get_property),
4225         (gst_stream_selector_get_linked_pad),
4226         (gst_stream_selector_request_new_pad):
4227         * gst/playback/gststreamselector.h:
4228         Add pad properties for tags and status of pads.
4229         Keep tags on pads.
4230         Make active pad selection based on pad object instead of name.
4231
4232 2008-02-08  Stefan Kost  <ensonic@users.sf.net>
4233
4234         * configure.ac:
4235           Revert last change as we now check in gtk-doc.m4 for sed.
4236
4237 2008-02-08  Jan Schmidt  <Jan.Schmidt@sun.com>
4238
4239         * configure.ac:
4240         Find and subst SED when building the docs.
4241
4242 2008-02-08  Julien Moutte  <julien@fluendo.com>
4243
4244         * tests/examples/seek/seek.c: (stop_cb), (connect_bus_signals),
4245         (main): Make sure bus signals are reconnected when pressing STOP
4246         and then PLAY again for a parse launch pipeline. Fix a ref leak
4247         on the bus.
4248         * win32/common/config.h: Updated.
4249
4250 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4251
4252         * configure.ac:
4253         Make DISABLE_DEPRECATED defined *only* during CVS, not during
4254         pre-releases or releases.
4255
4256 2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
4257
4258         * configure.ac:
4259         * ext/gio/Makefile.am:
4260         Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
4261         reporting
4262
4263 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4264
4265         * docs/plugins/Makefile.am:
4266         Add the headers which need scanning for the GIO plugin. The rest of
4267         the docs still need migrating.
4268
4269 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4270
4271         * ext/Makefile.am:
4272         * tests/check/Makefile.am:
4273         * tests/check/pipelines/.cvsignore:
4274         Add gio in a few more places.
4275
4276 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4277
4278         * configure.ac:
4279         * ext/Makefile.am:
4280         * tests/check/Makefile.am:
4281         Move gio plugin from -bad and mark as experimental.
4282
4283 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
4284
4285         * gst-libs/gst/interfaces/mixeroptions.c:
4286         * gst-libs/gst/interfaces/mixertrack.c:
4287         Comment out a couple of other things which break the build when
4288         GST_DISABLE_DEPRECATED isn't on but -Werror is.
4289
4290 2008-02-07  Tim-Philipp Müller  <tim at centricular dot net>
4291
4292         * docs/libs/gst-plugins-base-libs-sections.txt:
4293           Fix pbutils header.
4294
4295 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4296
4297         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
4298         Fix compiler warning.
4299
4300 2008-02-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4301
4302         Patch by: Peter Kjellerstedt  <pkj at axis com>
4303
4304         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4305         Clear the addrinfo struct using memset. Fixes #514937.
4306
4307 2008-02-06  Wim Taymans  <wim.taymans@collabora.co.uk>
4308
4309         * gst/tcp/gstfdset.h:
4310         Remove unused field to same some memory.
4311
4312         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
4313         Mark action signals as such.
4314
4315 2008-02-06  Michael Smith <msmith@fluendo.com>
4316
4317         * ext/theora/theoradec.c: (_theora_granule_frame),
4318         (_inc_granulepos):
4319           Increment granulepos for new-bitstream versions appropriately.
4320           Fixes #514623.
4321
4322 2008-02-04  Wim Taymans  <wim.taymans@collabora.co.uk>
4323
4324         * tests/examples/seek/seek.c: (do_seek),
4325         (rate_spinbutton_changed_cb), (update_streams), (main):
4326         Remove obsolete stream_time reset after flushing seek, core does that
4327         automatically now.
4328         Improve accuracy of speed spinbutton.
4329         Only do playbin2 stuff when we actually use it.
4330
4331 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4332
4333         * tests/check/Makefile.am:
4334           Revert previous change of the test environment's GST_PLUGIN_PATH.
4335           The problem is not with the plugins, but with element factories
4336           and only occurs if elements are split out from existing plugins
4337           or if plugins change name (see #512740).
4338
4339 2008-02-02  Tim-Philipp Müller  <tim at centricular dot net>
4340
4341         * tests/check/Makefile.am:
4342           Fix the tests environment's GST_PLUGIN_PATH: we want the directory
4343           with the core's plugins first and our local build directories last,
4344           since we might be building against an installed core, and that
4345           core's plugin directory may contain older or other versions of
4346           our own -base plugins, but we really do want to test our local
4347           ones (if there are multiple plugins or element factories with the
4348           same name, those inspected last will trump those read in earlier).
4349           Fixes #512740 for the most part.
4350
4351 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4352
4353         * configure.ac:
4354         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4355         Use gmtime_r if available as gmtime is not MT-safe.
4356         Fixes bug #511810.
4357
4358 2008-02-02  Sebastian Dröge  <slomo@circular-chaos.org>
4359
4360         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4361         Cast glong to time_t as time_t might have a different type on
4362         other platforms, like FreeBSD, and we get a compiler warning
4363         otherwise. Fixes bug #511825.
4364
4365 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4366
4367         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4368         (get_group), (get_n_pads), (gst_play_bin_get_property),
4369         (pad_added_cb), (no_more_pads_cb), (perform_eos),
4370         (autoplug_select_cb), (deactivate_group):
4371         Remove stream-info, we going for something easier.
4372         Refactor getting the current group.
4373         Implement getting the number of audio/video/text streams.
4374
4375         * gst/playback/gststreamselector.c:
4376         (gst_stream_selector_class_init), (gst_stream_selector_init),
4377         (gst_stream_selector_get_property),
4378         (gst_stream_selector_request_new_pad),
4379         (gst_stream_selector_release_pad):
4380         * gst/playback/gststreamselector.h:
4381         Add property for number of pads.
4382
4383         * tests/examples/seek/seek.c: (set_scale), (update_flag),
4384         (vis_toggle_cb), (audio_toggle_cb), (video_toggle_cb),
4385         (text_toggle_cb), (update_streams), (msg_async_done),
4386         (msg_state_changed), (main):
4387         Block slider callback when updating the slider position.
4388         Add gui elements for controlling playbin2.
4389         Add callback for async_done that updates position/duration.
4390
4391 2008-02-01  Stefan Kost  <ensonic@users.sf.net>
4392
4393         * docs/plugins/Makefile.am:
4394         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
4395         * docs/plugins/gst-plugins-base-plugins-sections.txt:
4396         * docs/plugins/gst-plugins-base-plugins.hierarchy:
4397         * docs/plugins/gst-plugins-base-plugins.interfaces:
4398         * docs/plugins/gst-plugins-base-plugins.prerequisites:
4399           First round of plugin docs cleansups.
4400
4401         * docs/plugins/inspect/plugin-adder.xml:
4402         * docs/plugins/inspect/plugin-alsa.xml:
4403         * docs/plugins/inspect/plugin-audioconvert.xml:
4404         * docs/plugins/inspect/plugin-audiorate.xml:
4405         * docs/plugins/inspect/plugin-audioresample.xml:
4406         * docs/plugins/inspect/plugin-audiotestsrc.xml:
4407         * docs/plugins/inspect/plugin-cdparanoia.xml:
4408         * docs/plugins/inspect/plugin-decodebin.xml:
4409         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
4410         * docs/plugins/inspect/plugin-gdp.xml:
4411         * docs/plugins/inspect/plugin-gnomevfs.xml:
4412         * docs/plugins/inspect/plugin-libvisual.xml:
4413         * docs/plugins/inspect/plugin-ogg.xml:
4414         * docs/plugins/inspect/plugin-pango.xml:
4415         * docs/plugins/inspect/plugin-subparse.xml:
4416         * docs/plugins/inspect/plugin-tcp.xml:
4417         * docs/plugins/inspect/plugin-theora.xml:
4418         * docs/plugins/inspect/plugin-typefindfunctions.xml:
4419         * docs/plugins/inspect/plugin-video4linux.xml:
4420         * docs/plugins/inspect/plugin-videorate.xml:
4421         * docs/plugins/inspect/plugin-videoscale.xml:
4422         * docs/plugins/inspect/plugin-videotestsrc.xml:
4423         * docs/plugins/inspect/plugin-volume.xml:
4424         * docs/plugins/inspect/plugin-vorbis.xml:
4425         * docs/plugins/inspect/plugin-ximagesink.xml:
4426         * docs/plugins/inspect/plugin-xvimagesink.xml:
4427           Regenerate.
4428
4429         * ext/ogg/Makefile.am:
4430         * ext/ogg/gstoggmux.c:
4431         * ext/ogg/gstoggmux.h:
4432           Add header for oggmux. the c-file needs a doc blob still.
4433
4434 2008-02-01  Wim Taymans  <wim.taymans@collabora.co.uk>
4435
4436         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4437
4438         * gst-libs/gst/rtp/gstrtpbuffer.c:
4439         (gst_rtp_buffer_set_extension_data):
4440         * gst-libs/gst/rtp/gstrtpbuffer.h:
4441         * tests/check/libs/rtp.c: (GST_START_TEST), (rtp_suite):
4442         Add gst_rtp_buffer_set_extension_data() 
4443         Add a unit test for this addition. Fixes #511478.
4444         API: GstRTPBuffer:gst_rtp_buffer_set_extension_data()
4445
4446 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4447
4448         * configure.ac:
4449         Back to CVS
4450
4451 === release 0.10.17 ===
4452
4453 2008-01-30  Jan Schmidt <jan.schmidt@sun.com>
4454
4455         * configure.ac:
4456           releasing 0.10.17, "Peanut Butter and Jelly"
4457
4458 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4459
4460         * gst-libs/gst/interfaces/mixeroptions.c:
4461         * gst-libs/gst/interfaces/mixertrack.c:
4462         Also remove the conditional registration of the signals
4463         that disappeared with the ABI change in 0.10.14
4464
4465 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4466
4467         * gst-libs/gst/rtsp/gstrtspconnection.c:
4468         Revert patch to gstrtspconnection.c for brown paper bag
4469         release of -base. Re-opens: #511825
4470
4471 2008-01-30  Jan Schmidt  <jan.schmidt@sun.com>
4472
4473         * gst-libs/gst/interfaces/mixeroptions.h:
4474         * gst-libs/gst/interfaces/mixertrack.h:
4475         Change the way these deprecated function pointers are removed
4476         so that the compiled ABI is unconditionally smaller. This 
4477         sets in stone an ABI break that actually occurred when the
4478         things were deprecated in 0.10.14, which seems to be the best
4479         fix as the only known users are oss-mixer and sunaudio-mixer in 
4480         gst-plugins-good.
4481         Fixes: #513018
4482
4483 2008-01-30  Tim-Philipp Müller  <tim at centricular dot net>
4484
4485         * win32/common/libgstpbutils.def:
4486           Export the two new _get_type() functions which are needed
4487           by the python bindings.
4488
4489 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4490
4491         * gst-libs/gst/rtsp/gstrtspconnection.c: (add_date_header):
4492         Cast glong to time_t as time_t might have a different type on
4493         other platforms, like FreeBSD, and we get a compiler warning
4494         otherwise. Fixes bug #511825.
4495
4496 2008-01-29  Sebastian Dröge  <slomo@circular-chaos.org>
4497
4498         * gst-libs/gst/audio/gstaudiofilter.c:
4499         (gst_audio_filter_class_init):
4500         Initialize the GstRingerBuffer class to get it's debug category
4501         initialized. gst_ring_buffer_parse_caps() uses the ringbuffer debug
4502         category and otherwise we get some g_critical(). Fixes bug #512334.
4503
4504 2008-01-28  Jan Schmidt  <jan.schmidt@sun.com>
4505
4506         * configure.ac:
4507         Back to CVS
4508
4509 === release 0.10.16 ===
4510
4511 2008-01-28  Jan Schmidt <jan.schmidt@sun.com>
4512
4513         * configure.ac:
4514           releasing 0.10.16, "Scheduled Interruption"
4515
4516 2008-01-22  Wim Taymans  <wim.taymans@collabora.co.uk>
4517
4518         Patch by: Thijs Vermeir <thijsvermeir at gmail dot com>
4519
4520         * gst-libs/gst/rtp/gstrtpbuffer.c:
4521         (gst_rtp_buffer_get_extension_data):
4522         Fix typos and wrong extension check. Fixes #511274.
4523
4524 2008-01-18  Jan Schmidt  <jan.schmidt@sun.com>
4525
4526         * po/sk.po:
4527         Oops - add new sk.po mentioned in the LINGUAS I just committed
4528
4529 2008-01-17  Jan Schmidt  <jan.schmidt@sun.com>
4530
4531         * po/LINGUAS:
4532         Add ca translation to the disted list.
4533
4534         * win32/vs6/libgstsdp.dsp:
4535         Convert line endings to CRLF
4536
4537 2008-01-17  Sebastien Moutte <sebastien@moutte.net>
4538
4539         * win32/MANIFEST:
4540         Add win32/vs6/libgstrtsp.dsp to MANIFEST
4541
4542 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4543
4544         * win32/common/libgstsdp.def:
4545         * win32/common/libgstvideo.def:
4546         Add new API declarations
4547
4548 2008-01-14  Jan Schmidt  <jan.schmidt@sun.com>
4549
4550         * ext/theora/gsttheoradec.h:
4551         * ext/theora/gsttheoraparse.h:
4552         * ext/theora/theoradec.c:
4553         * ext/theora/theoraparse.c:
4554         Take a 2nd stab at handling libtheora granulepos changes in the decoder
4555         and parser by inspecting the bitstream version of the incoming data.
4556
4557 2008-01-14  Sebastian Dröge  <slomo@circular-chaos.org>
4558
4559         * configure.ac:
4560         * pkgconfig/Makefile.am:
4561         * pkgconfig/gstreamer-audio-uninstalled.pc.in:
4562         * pkgconfig/gstreamer-audio.pc.in:
4563         * pkgconfig/gstreamer-cdda-uninstalled.pc.in:
4564         * pkgconfig/gstreamer-cdda.pc.in:
4565         * pkgconfig/gstreamer-fft-uninstalled.pc.in:
4566         * pkgconfig/gstreamer-fft.pc.in:
4567         * pkgconfig/gstreamer-floatcast-uninstalled.pc.in:
4568         * pkgconfig/gstreamer-floatcast.pc.in:
4569         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
4570         * pkgconfig/gstreamer-interfaces.pc.in:
4571         * pkgconfig/gstreamer-netbuffer-uninstalled.pc.in:
4572         * pkgconfig/gstreamer-netbuffer.pc.in:
4573         * pkgconfig/gstreamer-pbutils-uninstalled.pc.in:
4574         * pkgconfig/gstreamer-pbutils.pc.in:
4575         * pkgconfig/gstreamer-riff-uninstalled.pc.in:
4576         * pkgconfig/gstreamer-riff.pc.in:
4577         * pkgconfig/gstreamer-rtp-uninstalled.pc.in:
4578         * pkgconfig/gstreamer-rtp.pc.in:
4579         * pkgconfig/gstreamer-rtsp-uninstalled.pc.in:
4580         * pkgconfig/gstreamer-rtsp.pc.in:
4581         * pkgconfig/gstreamer-sdp-uninstalled.pc.in:
4582         * pkgconfig/gstreamer-sdp.pc.in:
4583         * pkgconfig/gstreamer-tag-uninstalled.pc.in:
4584         * pkgconfig/gstreamer-tag.pc.in:
4585         * pkgconfig/gstreamer-video-uninstalled.pc.in:
4586         * pkgconfig/gstreamer-video.pc.in:
4587         Provide one pkg-config file for every gst-plugins-base library.
4588         This makes linking to those libraries much more intuitive and
4589         provides standard pkg-config behaviour for them. Fixes bug #499697.
4590
4591 2008-01-13  David Schleef  <ds@schleef.org>
4592
4593         * gst/videoscale/vs_4tap.c:
4594           Fix valgrind error on 4tap scaling method.
4595
4596 2008-01-13  Sebastien Moutte  <sebastien@moutte.net>
4597
4598         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address):
4599         Include Winsock2.h for VS6 and use a different way initialize
4600         hints structure so it can build with VS6.
4601         * win32/MANIFEST:
4602         * win32/vs6/libgstsdp.dsp:
4603         * win32/common/libgstsdp.def:
4604         Add new files for libgstsdp.
4605         * win32/vs6/grammar.dsp:
4606         Copy pbutils-enumtypes* from win32/common to pbutils sources folder.
4607         * win32/vs6/gst_plugins_base.dsw:
4608         * win32/vs6/libgstdecodebin.dsp:
4609         * win32/vs6/libgstdecodebin2.dsp:
4610         * win32/vs6/libgstplaybin.dsp:
4611         * win32/vs6/libgstvolume.dsp:
4612         Add new dependencies to the link list.
4613
4614 2008-01-13  Julien Moutte  <julien@fluendo.com>
4615
4616         * win32/common/config.h:
4617         * win32/common/gstrtsp-enumtypes.c: (gst_rtsp_result_get_type),
4618         (gst_rtsp_event_get_type), (gst_rtsp_family_get_type),
4619         (gst_rtsp_state_get_type), (gst_rtsp_version_get_type),
4620         (gst_rtsp_method_get_type), (gst_rtsp_auth_method_get_type),
4621         (gst_rtsp_header_field_get_type), (gst_rtsp_status_code_get_type):
4622         * win32/common/interfaces-enumtypes.c:
4623         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
4624         (gst_mixer_message_type_get_type), (gst_mixer_flags_get_type),
4625         (gst_mixer_track_flags_get_type),
4626         (gst_tuner_channel_flags_get_type):
4627         * win32/common/multichannel-enumtypes.c:
4628         (gst_audio_channel_position_get_type):
4629         * win32/common/pbutils-enumtypes.c:
4630         (gst_install_plugins_return_get_type):
4631         * win32/common/pbutils-enumtypes.h: Update/Add generated files
4632         in the win32 build directory.
4633
4634 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4635
4636         * tests/check/Makefile.am:
4637         Fix CFLAGS to also pull in the gstcheck cflags from AM_CFLAGS.
4638
4639         * tests/check/elements/audiorate.c: (do_perfect_stream_test):
4640         * tests/check/elements/playbin.c:
4641         * tests/check/libs/mixer.c: (test_element_interface_supported),
4642         (gst_implements_interface_init):
4643         * tests/check/libs/rtp.c: (GST_START_TEST):
4644         Fix various assignment type mismatches.
4645
4646 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4647
4648         * configure.ac:
4649         * gst-libs/gst/rtsp/Makefile.am:
4650         Add test to see if hstrerror is available or if we need libresolv
4651         (Solaris) for it, then use it in libgstrtsp.
4652
4653 2008-01-12  Jan Schmidt  <Jan.Schmidt@sun.com>
4654
4655         * gst-libs/gst/tag/Makefile.am:
4656         Fix include path order
4657
4658 2008-01-11  Edward Hervey  <edward.hervey@collabora.co.uk>
4659
4660         * gst-libs/gst/pbutils/install-plugins.c:
4661         (gst_install_plugins_context_copy),
4662         (gst_install_plugins_context_get_type):
4663         * gst-libs/gst/pbutils/install-plugins.h:
4664         Add GBoxed GType for GstInstallPluginsContext, this eases the wrapping
4665         for bindings.
4666
4667 2008-01-11  Michael Smith <msmith@fluendo.com>
4668
4669         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
4670         (_theora_granule_frame), (_theora_granule_start_time),
4671         (theora_dec_sink_convert), (theora_dec_decode_buffer):
4672           Adapt for post-alpha meaning of granulepos, when we
4673           have a newer version of libtheora.
4674         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
4675         (theora_enc_get_ogg_packet_end_time), (theora_enc_sink_event),
4676         (theora_enc_is_discontinuous), (theora_enc_chain):
4677           Likewise.
4678         * tests/check/Makefile.am:
4679           Link libtheora into theoraenc test so we can check which version of
4680           libtheora we're testing against.
4681         * tests/check/pipelines/theoraenc.c: (check_libtheora),
4682         (check_buffer_granulepos),
4683         (check_buffer_granulepos_from_starttime), (GST_START_TEST),
4684         (theoraenc_suite):
4685           Adapt tests to check the values that are now defined for theora; make
4686           the tests backwards-adapt the passed values if we're running against an
4687           old libtheora.
4688           Fixes #497964
4689
4690 2008-01-10  Tim-Philipp Müller  <tim at centricular dot net>
4691
4692         * gst-libs/gst/audio/gstbaseaudiosink.c:
4693           (gst_base_audio_sink_class_init):
4694         * gst-libs/gst/audio/gstbaseaudiosrc.c:
4695           (gst_base_audio_src_class_init):
4696           Ref audio clock class from a thread-safe context to make sure
4697           we're not bit by GObjects lack of thread-safety here (#349410),
4698            however unlikely that may be in practice.
4699
4700 2008-01-10  Sebastian Dröge  <slomo@circular-chaos.org>
4701
4702         * autogen.sh:
4703           Add -Wno-portability to the automake parameters to stop warnings
4704           about GNU make extensions being used. We require GNU make in almost
4705           every Makefile anyway.
4706           
4707         * configure.ac:
4708           Use AM_PROG_CC_C_O as a compiler that accepts both -c and -o
4709           at the same time is required for per target flags.
4710
4711 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4712
4713         * gst-libs/gst/tag/gsttagdemux.c: (gst_tag_demux_pull_start_tag):
4714           Post an error message if we can't pull as many bytes as we need
4715           for the tag. This makes sure the user gets to see a proper error
4716           message if a file with a partial ID3 tag is fed to decodebin, and
4717           not a 'no ID3 tag demuxer' error, which would be confusing
4718           (see #508138).
4719
4720 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4721
4722         * gst-libs/gst/pbutils/descriptions.c: (formats):
4723           Add description strings for ID3, APE, and ICY tags.
4724
4725 2008-01-08  Tim-Philipp Müller  <tim at centricular dot net>
4726
4727         * gst/playback/gstdecodebin.c: (try_to_link_1):
4728           Make sure we error out correctly if we can't activate one of
4729           the elements we've added.  Fixes #508138.
4730           
4731 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4732
4733         Patch by: Bastien Nocera <hadess at hadess net>
4734
4735         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
4736           (check_if_volumes_are_the_same), (gst_alsa_mixer_set_volume):
4737           Use snd_mixer_selem_set_{playback|capture}_volume_all() if
4738           the volume is the same for all channels. This works around
4739           some problem in alsa that leaves us with inconsistent state
4740           for some reason (#486840).
4741
4742 2008-01-07  Tim-Philipp Müller  <tim at centricular dot net>
4743
4744         Patch by: Jerone Young <jerone at gmail com>
4745
4746         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer):
4747           If there's no mixer track by the name of 'Master' or 'Front',
4748           check if there's one called 'PCM' before trying the generic
4749           fallback logic (fixes #506928, where we pick 'Mic' as master
4750           track for the AD1984 card in a Thinkpad T61/X61 laptop).
4751
4752 2008-01-07  Wim Taymans  <wim.taymans@collabora.co.uk>
4753
4754         * gst/playback/gstplay-enum.c:
4755         (register_gst_autoplug_select_result),
4756         (gst_autoplug_select_result_get_type), (register_gst_play_flags),
4757         (gst_play_flags_get_type):
4758         * gst/playback/gstplay-enum.h:
4759         Add enums for configuration flags.
4760
4761         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4762         (init_group), (gst_play_bin_init), (gst_play_bin_set_property),
4763         (gst_play_bin_get_property), (no_more_pads_cb),
4764         (autoplug_select_cb), (gst_play_bin_change_state):
4765         Merge mode with flags.
4766         Add more property getters/setters, defaults and docs.
4767         Add properties to get number of audio/video/text streams.
4768         Create sink object in _init so that we can always rely on it being
4769         there.
4770
4771         * gst/playback/gstplaysink.c: (gst_play_sink_init),
4772         (gen_video_chain), (gen_audio_chain), (gen_vis_chain),
4773         (activate_vis), (gst_play_sink_reconfigure),
4774         (gst_play_sink_set_flags), (gst_play_sink_get_flags),
4775         (gst_play_sink_change_state):
4776         * gst/playback/gstplaysink.h:
4777         Use flags to configure the sink pipelines.
4778         Add tee before audio pipeline so that we can use it for visualisations.
4779         Start working on integrating visualisations.
4780         Remove mode, we can do everything with the flags now.
4781         Add method to configue the sink pipeline.
4782
4783 2008-01-06  Tim-Philipp Müller  <tim at centricular dot net>
4784
4785         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
4786           (check_buffer_timestamp), (check_buffer_duration):
4787           Turn these functions into macros so we can see right away
4788           where the failure occured.
4789
4790 2008-01-05  Julien Moutte  <julien@fluendo.com>
4791
4792         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Add
4793         debugging information to understand how X calculates the stride
4794         for XvImages.
4795
4796 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4797
4798         * gst/volume/Makefile.am:
4799         * gst/volume/gstvolume.c: (volume_choose_func),
4800         (gst_volume_base_init), (gst_volume_class_init), (gst_volume_init),
4801         (volume_setup):
4802         * gst/volume/gstvolume.h:
4803         Use GstAudioFilter as base class for the volume element instead of
4804         plain GstBaseTransform.
4805
4806 2008-01-03  Sebastian Dröge  <slomo@circular-chaos.org>
4807
4808         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type):
4809         Don't set element details for the abstract GstAudioFilter class.
4810
4811 2008-01-02  Sebastian Dröge  <slomo@circular-chaos.org>
4812
4813         * gst-libs/gst/audio/gstaudiofilter.c:
4814         (gst_audio_filter_class_init), (gst_audio_filter_get_unit_size):
4815         Implement get_unit_size() vmethod of GstBaseTransform.
4816
4817 2008-01-01  Edward Hervey  <edward.hervey@collabora.co.uk>
4818
4819         * gst-libs/gst/pbutils/Makefile.am:
4820         * gst-libs/gst/pbutils/pbutils.h:
4821         Use glib-enum generator to have a proper enum GType for
4822         GST_TYPE_INSTALL_PLUGINS_RETURN so we can easily wrap it in bindings.
4823
4824 2007-12-31  David Schleef  <ds@schleef.org>
4825
4826         * tests/check/Makefile.am:
4827         * tests/check/pipelines/theoraenc.c:
4828           Reenable theoraenc test, which fails on the buildbot but
4829           not locally.
4830
4831 2007-12-31  David Schleef  <ds@schleef.org>
4832
4833         * docs/libs/.cvsignore:
4834         * docs/plugins/.cvsignore:
4835           Add *-undeclared.txt to fix buildbot.
4836
4837 2007-12-31  David Schleef  <ds@schleef.org>
4838
4839         * tests/check/Makefile.am:
4840           Second attempt at disabling theoraenc test long enough to
4841           get buildbot to compile -base.
4842
4843 2007-12-31  David Schleef  <ds@schleef.org>
4844
4845         * tests/check/pipelines/theoraenc.c:
4846           Disable theoraenc test long enough to get the buildbot to
4847           compile a recent -base.
4848
4849 2007-12-31  Wim Taymans  <wim.taymans@collabora.co.uk>
4850
4851         * tests/examples/seek/seek.c: (stop_cb):
4852         Make sure we reset the slider value to 0.0 without racing against a
4853         possible g_idle that sets it to something else.
4854
4855 2007-12-31  Thijs Vermeir  <thijsvermeir@gmail.com>
4856
4857         * sys/ximage/ximagesink.c:
4858         fix typo
4859
4860 2007-12-30  Wim Taymans  <wim.taymans@collabora.co.uk>
4861
4862         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
4863         * gst-libs/gst/rtsp/gstrtspdefs.h:
4864         Add Location header so that we can start implementing redirects.
4865         See #506025.
4866
4867 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4868
4869         * gst/subparse/gstssaparse.c:
4870         combine if's
4871
4872 2007-12-29  Thijs Vermeir  <thijsvermeir@gmail.com>
4873
4874         * gst/subparse/gstssaparse.c:
4875         remove duplicate log message
4876
4877 2007-12-29  Sebastian Dröge  <slomo@circular-chaos.org>
4878
4879         * ext/libvisual/visual.c: (gst_visual_chain):
4880         Fix 'xyz may be used uninitialized' compiler warnings caused
4881         by broken g_assert_not_reached() macro in GLib-2.15.x and don't
4882         abort() in any case but properly report the error.
4883
4884 2007-12-28  Wim Taymans  <wim.taymans@collabora.co.uk>
4885
4886         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
4887         (gst_play_bin_finalize), (gst_play_bin_set_uri),
4888         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
4889         (gst_play_bin_get_property), (pad_removed_cb), (drained_cb),
4890         (autoplug_select_cb), (activate_group), (deactivate_group),
4891         (setup_next_source), (save_current_group),
4892         (gst_play_bin_change_state):
4893         Code cleanups.
4894         Remove next-uri, we can use the uri property just fine.
4895         Fix some crasher.
4896         Unref uridecodebin when switching.
4897         Fix going to READY.
4898
4899         * gst/playback/gstplaysink.c: (gst_play_sink_class_init),
4900         (gst_play_sink_init), (gst_play_sink_dispose),
4901         (gst_play_sink_finalize), (gst_play_sink_vis_unblocked),
4902         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
4903         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
4904         (gst_play_sink_set_property), (gst_play_sink_get_property),
4905         (gen_video_chain), (gen_text_element), (gen_audio_chain),
4906         (gen_vis_element), (gst_play_sink_get_mode),
4907         (gst_play_sink_set_mode), (gst_play_sink_set_flags),
4908         (gst_play_sink_get_flags), (gst_play_sink_request_pad),
4909         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
4910         (gst_play_sink_change_state):
4911         * gst/playback/gstplaysink.h:
4912         Add some locking to make things threadsafe.
4913
4914         * gst/playback/test7.c: (about_to_finish_cb):
4915         Fix test.
4916
4917 2007-12-22  Tim-Philipp Müller  <tim at centricular dot net>
4918
4919         * gst/videoscale/gstvideoscale.c: (gst_video_scale_set_property),
4920           (gst_video_scale_get_property), (gst_video_scale_transform_caps),
4921           (gst_video_scale_transform):
4922           Don't claim to be able to handle/transform caps that can't really
4923           be handled by the currently selected scaling method (here: RGB or
4924           packed YUV with 4-tap method). Also add locking to method property.
4925
4926         * tests/check/pipelines/simple-launch-lines.c: (setup_pipeline),
4927           (test_basetransform_based):
4928           Some test pipelines for the above (not entirely valgrind clean yet
4929           apparently).
4930
4931 2007-12-21  David Schleef  <ds@schleef.org>
4932
4933         * gst-libs/gst/video/video.c:
4934         * gst-libs/gst/video/video.h:
4935           Add additional RGBA and RGB-24 video formats.
4936
4937 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4938
4939         * tests/check/elements/playbin.c: (test_sink_usage_video_only_stream),
4940           (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
4941           (test_suburi_error_wrongproto), (test_missing_primary_decoder):
4942         * tests/check/libs/cddabasesrc.c: (GST_START_TEST), (GST_START_TEST),
4943           (cddabasesrc_suite):
4944           Don't use GST_PLUGIN_DEFINE_STATIC, it's not portable and will be
4945           deprecated in the future (see #498924).
4946
4947 2007-12-21  Tim-Philipp Müller  <tim at centricular dot net>
4948
4949         * gst/playback/gststreamselector.c: (gst_selector_pad_event):
4950           Don't leak event.
4951
4952 2007-12-20  Thijs Vermeir <thijsvermeir@gmail.com>
4953
4954         * gst-libs/gst/riff/riff-read.c:
4955         Use GST_ROUND_UP_2 macro
4956
4957 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4958
4959         * gst/playback/.cvsignore:
4960           Ignore more.
4961
4962 2007-12-20  Tim-Philipp Müller  <tim at centricular dot net>
4963
4964         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init):
4965         * gst/playback/gstplaybasebin.c: (set_subtitles_visible),
4966           (set_active_source):
4967         * gst/playback/gstplaybasebin.h:
4968         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
4969           (setup_sinks), (playbin_set_subtitles_visible):
4970           Make switching off of subtitles work. To avoid all kind of
4971           problems with unlinking of the subtitle input, we just keep
4972           the subtitle inputs linked as they are and tell textoverlay
4973           not to render them. Fixes #373011.
4974           Other subtitle switching issues (esp. when there are both
4975           external and in-stream subtitles) remain. They'll be solved
4976           in playbin2.
4977
4978 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4979
4980         * gst/playback/gststreamselector.c: (gst_selector_pad_init):
4981         Init the pad segment too.
4982
4983 2007-12-18  Wim Taymans  <wim.taymans@collabora.co.uk>
4984
4985         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
4986         (gst_audioringbuffer_open_device),
4987         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
4988         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
4989         (gst_audioringbuffer_pause), (gst_audioringbuffer_stop),
4990         (gst_audio_sink_create_ringbuffer):
4991         Improve debug output.
4992
4993         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_start),
4994         (gst_ring_buffer_pause), (gst_ring_buffer_delay):
4995         Prevent some functions from doing things and failing when the
4996         ringbuffer is not yet acquired.
4997
4998 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
4999
5000         * gst-libs/gst/interfaces/interfaces.h:
5001           Also remove interfaces.h from CVS as it is not needed anymore.
5002
5003 2007-12-18  Sebastian Dröge  <slomo@circular-chaos.org>
5004
5005         * gst-libs/gst/interfaces/Makefile.am:
5006           interfaces.h is not used anymore so remove it from the build
5007           process.
5008
5009 2007-12-17  David Schleef  <ds@schleef.org>
5010
5011         * gst/videotestsrc/gstvideotestsrc.c:
5012         * gst/videotestsrc/gstvideotestsrc.h:
5013           Add a "blink" pattern.  Turn on the pain.  Apologies.  It's useful
5014           for testing vertical refresh synchronization.
5015
5016 2007-12-17  David Schleef  <ds@schleef.org>
5017
5018         * docs/libs/gst-plugins-base-libs-sections.txt:
5019         * gst-libs/gst/video/video.c:
5020         * gst-libs/gst/video/video.h:
5021           Add new GstVideFormat enum and write a bunch of helper functions
5022           based around it.
5023
5024 2007-12-17  Tim-Philipp Müller  <tim at centricular dot net>
5025
5026         * Makefile.am:
5027           Use new common/win32.mak.
5028
5029 2007-12-17  Wim Taymans  <wim.taymans@collabora.co.uk>
5030
5031         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5032         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
5033         Add debug info.
5034         When going from PLAYING to PAUSED, pause the ringbuffer before calling
5035         the parent state change function, just like the audiosink, because the
5036         parent waits for the element to finish its processing before completing
5037         the state change. This makes going to PAUSED a lot snappier.
5038         When going from READY to PAUSED, don't allow the ringbuffer to start
5039         yet.
5040
5041 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5042
5043         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5044         Yet another fix for broken software that produce files with an empty
5045         blockalign field. Instead of completely failing, make a second attempt
5046         at guessing the width/depth by looking at strf->size.
5047
5048 2007-12-16  Tim-Philipp Müller  <tim at centricular dot net>
5049
5050         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_do_seek),
5051           (gst_cdda_base_src_handle_track_seek), (gst_cdda_base_src_create):
5052         * gst-libs/gst/pbutils/install-plugins.c:
5053           (gst_install_plugins_spawn_child), (gst_install_plugins_supported):
5054         * gst-libs/gst/pbutils/missing-plugins.c:
5055           (gst_missing_plugin_message_get_installer_detail),
5056           (gst_missing_encoder_installer_detail_new):
5057         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_send):
5058         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5059           Turn a few g_assert_not_reached() into g_return_val_if_reached() to
5060           avoid compiler warnings (#503930).
5061
5062 2007-12-17  Edward Hervey  <edward.hervey@collabora.co.uk>
5063
5064         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5065         Be apologetic of software that use the 'jpeg' instead of 'JPEG' FOURCC
5066         for jpeg video streams.
5067         Add the 'avc1'/'AVC1' fourcc mapping for h264, same software-comment as
5068         for the above modification.
5069
5070 2007-12-15  Tim-Philipp Müller  <tim at centricular dot net>
5071
5072         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_expose),
5073           (gst_x_overlay_handle_events):
5074           More guards (we don't want klass to end up being NULL).
5075
5076 2007-12-14  Sebastian Dröge  <slomo@circular-chaos.org>
5077
5078         * configure.ac:
5079         * gst/volume/gstvolume.c: (gst_volume_init):
5080           Use new gst_base_transform_set_gap_aware() function as volume
5081           correctly handles GST_BUFFER_FLAG_GAP. Require core 0.10.15.1 
5082           for this.
5083
5084 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5085
5086         * tests/examples/seek/seek.c: (msg_segment_done), (main):
5087         Don't go to READY on EOS as this avoids testing of seeking and
5088         restarting after EOS, use the stop button when you want to READY.
5089         Don't try to do a flushing seek in segment-done, it does not make
5090         sense to use this for gapless playback and is not needed.
5091
5092 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5093
5094         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_finalize),
5095         (reset_rate_timer), (update_in_rates), (update_out_rates),
5096         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
5097         (gst_queue_chain), (gst_queue_loop):
5098         Use separate timers for input and output rates.
5099         Pause measuring the output rate when we block for more data.
5100         See #503262.
5101
5102 2007-12-14  Wim Taymans  <wim.taymans@collabora.co.uk>
5103
5104         * gst/playback/gstqueue2.c: (gst_queue_chain):
5105         Pause the timer to measure the input rate when we block because the
5106         queue is filled. See #503262.
5107
5108 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5109
5110         Patch by: Peter Kjellerstedt  <pkj at axis com>
5111
5112         * gst-libs/gst/rtsp/gstrtspconnection.c:
5113         (gst_rtsp_connection_free):
5114         Close control sockets. Fixes #503440.
5115
5116 2007-12-13  Wim Taymans  <wim.taymans@collabora.co.uk>
5117
5118         * gst/playback/gstdecodebin2.c: (analyze_new_pad), (connect_pad):
5119         Expose the right pad in the right place with the right element.
5120
5121 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5122
5123         * gst-libs/gst/pbutils/descriptions.c: (formats):
5124           Add description for 'private' dts caps (who come up with that name?).
5125
5126 2007-12-13  Tim-Philipp Müller  <tim at centricular dot net>
5127
5128         * Makefile.am:
5129           Add check-exports target and run it with 'make check'.
5130
5131         * configure.ac:
5132           Be stricter about what we export in our libraries: change regexp so that
5133           we only export _gst_foo(), but not __gst_foo().
5134
5135         * gst-libs/gst/cdda/base64.h: (rfc822_binary):
5136         * gst-libs/gst/cdda/sha1.h: (sha_init), (sha_update), (sha_final):
5137           Change internal functions to __gst_foo so they dont' get exported.
5138
5139         * win32/common/libgstaudio.def:
5140           Add missing symbols.
5141
5142 2007-12-11  David Schleef  <ds@schleef.org>
5143
5144         * ChangeLog: remove conflict markers
5145
5146 2007-12-11  Tim-Philipp Müller  <tim at centricular dot net>
5147
5148         * ext/gnomevfs/Makefile.am:
5149         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_unicodify):
5150           Use gst_tag_freeform_string_to_utf8() here, which also takes
5151           into account any character sets specified by the user via
5152           environment variables.
5153
5154 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5155
5156         * gst/audioconvert/Makefile.am:
5157         Also link to libm.
5158
5159 2007-12-10  Wim Taymans  <wim.taymans@gmail.com>
5160
5161         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
5162         No need for floating point operations here. avoids having to link
5163         against the math library too.
5164
5165 2007-12-10  Tim-Philipp Müller  <tim at centricular dot net>
5166
5167         * gst-libs/gst/pbutils/descriptions.c: (formats),
5168           (format_info_get_desc):
5169         * tests/check/libs/pbutils.c: (GST_START_TEST), (caps_strings),
5170           (GST_START_TEST):
5171           Add one or two missing formats.  Generate ADPCM description
5172           dynamically depending on layout/format.
5173
5174 2007-12-09  Sebastian Dröge  <slomo@circular-chaos.org>
5175
5176         * configure.ac:
5177           Don't define GST_DISABLE_DEPRECATED for releases. Fixes #498181.
5178
5179 2007-12-08  Tim-Philipp Müller  <tim at centricular dot net>
5180
5181         Patch by: Robin Stocker <robin dot stocker at gmx dot ch>
5182
5183         * gst/subparse/gstsubparse.c: (gst_sub_parse_data_format_autodetect):
5184           Some .srt files start with chunk number 0 and not chunk number 1,
5185           recognise and accept those as well (fixes #502497).
5186
5187         * tests/check/elements/subparse.c: (srt_input), (srt_input0),
5188           (test_src):
5189           Add unit test for the above.
5190
5191 2007-12-06  Wim Taymans  <wim.taymans@gmail.com>
5192
5193         * gst/playback/gstplay-enum.c:
5194         (register_gst_autoplug_select_result),
5195         (gst_autoplug_select_result_get_type):
5196         * gst/playback/gstplay-enum.h:
5197         Add missing files.
5198
5199 2007-12-05  Wim Taymans  <wim.taymans@gmail.com>
5200
5201         * gst/playback/Makefile.am:
5202         Group decodebin2 and uridecodebin into the same plugin so that they
5203         can share the GEnumType.
5204
5205         * gst/playback/gstdecodebin2.c: (_gst_array_accumulator),
5206         (_gst_select_accumulator), (gst_decode_bin_class_init),
5207         (gst_decode_bin_init), (gst_decode_bin_autoplug_sort),
5208         (gst_decode_bin_autoplug_select), (gst_decode_bin_autoplug_add),
5209         (analyze_new_pad), (connect_pad), (gst_decode_bin_plugin_init):
5210         Add signal to sort factories instead of the more awkward autoplug-select
5211         signal.
5212         Modify autoplug_select so that we can try, skip or expose the
5213         autopluggin of an element on a pad.
5214
5215         * gst/playback/gstfactorylists.c: (compare_ranks),
5216         (decoders_filter), (sinks_filter), (gst_factory_list_is_type),
5217         (element_filter), (gst_factory_list_get_elements),
5218         (gst_factory_list_debug), (gst_factory_list_filter):
5219         * gst/playback/gstfactorylists.h:
5220         Simplify the API, allow getting elements based on mask.
5221
5222         * gst/playback/gstplay-marshal.list:
5223         Add some more marshallers.
5224
5225         * gst/playback/gstplaybin2.c: (init_group), (gst_play_bin_init),
5226         (gst_play_bin_finalize), (pad_removed_cb), (autoplug_factories_cb),
5227         (autoplug_select_cb), (activate_group):
5228         Add support for managing non-raw sinks by providing a custom element and
5229         sink list to decodebin2.
5230         Try to plug non-raw sinks when decodebin2 using autoplug-select of
5231         decodebin2.
5232
5233         * gst/playback/gstplaysink.c: (gen_video_chain), (gen_audio_chain),
5234         (gst_play_sink_set_mode), (gst_play_sink_request_pad):
5235         * gst/playback/gstplaysink.h:
5236         Add support for raw and non-raw sinks. 
5237         Add support to force sinks selected by playbin2.
5238         Don't plug raw converters for non-raw sinks.
5239
5240         * gst/playback/gsturidecodebin.c: (_gst_array_accumulator),
5241         (_gst_select_accumulator), (gst_uri_decode_bin_class_init),
5242         (proxy_autoplug_select_signal), (gst_uri_decode_bin_plugin_init),
5243         (plugin_init):
5244         Use right accumulators.
5245         Proxy new signal.
5246
5247 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5248
5249         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
5250         Use runnning time as the base time instead of the timestamp.
5251         Spotted by Saur on IRC.
5252
5253 2007-12-03  Edward Hervey  <bilboed@bilboed.com>
5254
5255         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
5256         Add 'WVC1' codec mapping for Windows Media VC-1 video codec.
5257
5258 2007-12-03  Wim Taymans  <wim.taymans@gmail.com>
5259
5260         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_bisect_forward_serialno),
5261         (gst_ogg_demux_read_chain):
5262         If we find a new serial number but it does not contain a BOS page, make
5263         sure we initialize the chain to NULL because else we will try to scan it
5264         and crash. Fixes #500763
5265
5266 2007-11-30  Wim Taymans  <wim.taymans@gmail.com>
5267
5268         * gst/playback/Makefile.am:
5269         * gst/playback/gstfactorylists.c: (compare_ranks), (print_feature),
5270         (get_feature_array), (decoders_filter), (sinks_filter),
5271         (gst_factory_list_get_decoders), (gst_factory_list_get_sinks),
5272         (gst_factory_list_filter):
5273         * gst/playback/gstfactorylists.h:
5274         Refactor some common code to filter factories and check caps compat.
5275
5276         * gst/playback/gstdecodebin.c:
5277         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5278         (gst_decode_bin_init), (gst_decode_bin_dispose),
5279         (gst_decode_bin_autoplug_continue),
5280         (gst_decode_bin_autoplug_factories),
5281         (gst_decode_bin_autoplug_select), (analyze_new_pad),
5282         (find_compatibles):
5283         * gst/playback/gstplaybin.c:
5284         * gst/playback/gstplaybin2.c: (gst_play_bin_class_init),
5285         (gst_play_bin_init), (gst_play_bin_finalize),
5286         (autoplug_factories_cb), (activate_group):
5287         * gst/playback/gstqueue2.c:
5288         * gst/playback/gsturidecodebin.c: (proxy_unknown_type_signal),
5289         (proxy_autoplug_continue_signal),
5290         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5291         (proxy_drained_signal):
5292         Add some more debug info and use factor filtering code.
5293
5294 2007-11-26  Stefan Kost  <ensonic@users.sf.net>
5295
5296         * gst/audiotestsrc/gstaudiotestsrc.c:
5297         * gst/volume/gstvolume.c:
5298         * gst/volume/gstvolume.h:
5299           Add GAP-flag support.
5300
5301 2007-11-24  Julien MOUTTE  <julien@moutte.net>
5302
5303         * tests/examples/seek/seek.c: (main): Increase the range of the
5304         rate selector as I would like to test QOS behavior at higher
5305         forward and reverse playback speed like say 64x.
5306
5307 2007-11-23  Sebastian Dröge  <slomo@circular-chaos.org>
5308
5309         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
5310         (audioresample_query), (audioresample_query_type),
5311         (gst_audioresample_set_property):
5312         Implement latency query.
5313
5314 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5315
5316         * gst-libs/gst/audio/gstbaseaudiosink.c:
5317         (gst_base_audio_sink_drain):
5318         Our EOS time contains the base_time, _wait_eos() expects a running_time
5319         so we have to subtract the base_time again before calling the function.
5320         This fixes an EOS regression where the base_time was added twice and EOS
5321         took longer and longer in certain situations.
5322         Fixes #498767.
5323
5324 2007-11-21  Wim Taymans  <wim.taymans@gmail.com>
5325
5326         * docs/libs/gst-plugins-base-libs-sections.txt:
5327         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
5328         (gst_base_audio_sink_set_provide_clock),
5329         (gst_base_audio_sink_get_provide_clock),
5330         (gst_base_audio_sink_set_slave_method),
5331         (gst_base_audio_sink_get_slave_method),
5332         (gst_base_audio_sink_set_property),
5333         (gst_base_audio_sink_get_property), (gst_base_audio_sink_drain),
5334         (gst_base_audio_sink_none_slaving),
5335         (gst_base_audio_sink_handle_slaving):
5336         * gst-libs/gst/audio/gstbaseaudiosink.h:
5337         Expose methods for some object properties so that subclasses can more
5338         easily configure them.
5339         Added slave method none, that completely disables slaving to the
5340         internal clock.
5341         API: gst_base_audio_sink_set_provide_clock()
5342         API: gst_base_audio_sink_get_provide_clock()
5343         API: gst_base_audio_sink_set_slave_method()
5344         API: gst_base_audio_sink_get_slave_method()
5345
5346         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5347         (gst_base_audio_src_set_provide_clock),
5348         (gst_base_audio_src_get_provide_clock),
5349         (gst_base_audio_src_set_property),
5350         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
5351         * gst-libs/gst/audio/gstbaseaudiosrc.h:
5352         Expose methods for some object properties so that subclasses can more
5353         easily configure them.
5354         API: gst_base_audio_src_set_provide_clock()
5355         API: gst_base_audio_src_get_provide_clock()
5356
5357 2007-11-20  Wim Taymans  <wim.taymans@gmail.com>
5358
5359         Patch by: Joe Peterson <lavajoe at gentoo dot org>
5360
5361         * gst-libs/gst/sdp/gstsdpmessage.c:
5362         Fix compilation on FreeBSD (Gentoo). Fixes #498228.
5363
5364 2007-11-19  Sebastian Dröge  <slomo@circular-chaos.org>
5365
5366         * tests/check/libs/fft.c: (GST_START_TEST):
5367         Fix scaling to really have dB instead of something else.
5368
5369 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5370
5371         * tests/examples/seek/seek.c: (main): There's a nice macro to check
5372         GTK version, use it.
5373
5374 2007-11-19  Julien MOUTTE  <julien@moutte.net>
5375
5376         * tests/examples/seek/seek.c: (main): Try to support stable version
5377         of GTK.
5378
5379 2007-11-17  Stefan Kost  <ensonic@users.sf.net>
5380
5381         * gst/playback/README:
5382         * gst/playback/test7.c:
5383           Fix the build + little README update.
5384
5385 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5386
5387         * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
5388         Add playbin2 seek pipeline.
5389
5390 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5391
5392         * gst/playback/Makefile.am:
5393         * gst/playback/gstplayback.c: (plugin_init):
5394         * gst/playback/test7.c: (update_scale), (warning_cb), (error_cb),
5395         (eos_cb), (about_to_finish_cb), (main):
5396         Add playbin2.
5397         Added gapless playback example.
5398
5399         * gst/playback/gstplaybasebin.c:
5400         * gst/playback/gstplaybasebin.h:
5401         * gst/playback/gstplaybin.c: (gst_play_bin_plugin_init):
5402         * gst/playback/gstqueue2.c:
5403         * gst/playback/test.c:
5404         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5405         (pad_removed_cb):
5406         * gst/playback/gststreaminfo.h:
5407         Change email.
5408
5409         * gst/playback/gstplaybin2.c: (gst_play_bin_get_type),
5410         (gst_play_bin_class_init), (init_group), (gst_play_bin_init),
5411         (gst_play_bin_dispose), (gst_play_bin_set_uri),
5412         (gst_play_bin_set_suburi), (gst_play_bin_set_property),
5413         (gst_play_bin_get_property), (gst_play_bin_handle_message),
5414         (pad_added_cb), (pad_removed_cb), (no_more_pads_cb), (perform_eos),
5415         (drained_cb), (unlink_group), (activate_group),
5416         (setup_next_source), (gst_play_bin_change_state),
5417         (gst_play_bin2_plugin_init):
5418         Added raw first version of playbin2. Does chained oggs and gapless
5419         playback fine. No support for raw sinks yet. No visualisations or
5420         subtitles yet.
5421
5422         * gst/playback/gstplaysink.c: (gst_play_sink_get_type),
5423         (gst_play_sink_class_init), (gst_play_sink_init),
5424         (gst_play_sink_dispose), (gst_play_sink_vis_unblocked),
5425         (gst_play_sink_vis_blocked), (gst_play_sink_set_video_sink),
5426         (gst_play_sink_set_audio_sink), (gst_play_sink_set_vis_plugin),
5427         (gst_play_sink_set_property), (gst_play_sink_get_property),
5428         (post_missing_element_message), (free_chain), (add_chain),
5429         (activate_chain), (gen_video_chain), (gen_text_element),
5430         (gen_audio_chain), (gen_vis_element), (gst_play_sink_get_mode),
5431         (gst_play_sink_set_mode), (gst_play_sink_request_pad),
5432         (gst_play_sink_release_pad), (gst_play_sink_send_event_to_sink),
5433         (gst_play_sink_send_event), (gst_play_sink_change_state):
5434         * gst/playback/gstplaysink.h:
5435         Added Element that abstracts the sinks and their pipelines for playbin2.
5436
5437 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5438
5439         * gst/playback/gststreamselector.c: (gst_selector_pad_get_type),
5440         (gst_selector_pad_class_init), (gst_selector_pad_init),
5441         (gst_selector_pad_finalize), (gst_selector_pad_reset),
5442         (gst_selector_pad_get_linked_pads), (gst_selector_pad_event),
5443         (gst_selector_pad_getcaps), (gst_selector_pad_bufferalloc),
5444         (gst_selector_pad_chain), (gst_stream_selector_get_type),
5445         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
5446         (gst_stream_selector_init), (gst_stream_selector_set_property),
5447         (gst_stream_selector_get_linked_pad),
5448         (gst_stream_selector_getcaps),
5449         (gst_stream_selector_is_active_sinkpad),
5450         (gst_stream_selector_activate_sinkpad),
5451         (gst_stream_selector_get_linked_pads),
5452         (gst_stream_selector_request_new_pad),
5453         (gst_stream_selector_release_pad):
5454         * gst/playback/gststreamselector.h:
5455         Improve streamselector, make it select and unselect the current pad more
5456         intelligently. 
5457         Subclass GstPad for the sinkpads of the selector.
5458         Handle segments more correctly.
5459         Fix caps negotiation.
5460         Implement release_pad.
5461
5462 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5463
5464         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5465         (gst_decode_group_check_if_drained), (source_pad_event_probe),
5466         (remove_fakesink):
5467         Add drained signal fired when decodebin finishes decoding the data.
5468         Remove deprecated STATE_DIRTY message.
5469
5470         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
5471         (unknown_type_cb), (new_decoded_pad_cb), (pad_removed_cb),
5472         (analyse_source), (proxy_drained_signal), (make_decoder),
5473         (source_new_pad), (value_list_append_structure_list),
5474         (handle_redirect_message), (handle_message):
5475         Proxy the new drained signal.
5476         Handle pad removed from decodebin.
5477         Handle redirect messages by sorting multiple redirections based on the
5478         connection speed.
5479
5480 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5481
5482         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5483
5484         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_unset):
5485         Fix leaking headers. Fixes #496761.
5486
5487 2007-11-16  Wim Taymans  <wim.taymans@gmail.com>
5488
5489         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
5490
5491         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
5492         (gst_ximagesink_change_state):
5493         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
5494         Don't leak the PAR on errors. Fixes #496731.
5495
5496 2007-11-16  Tim-Philipp Müller  <tim at centricular dot net>
5497
5498         * gst-libs/gst/tag/gstid3tag.c: (user_tag_matches),
5499           (gst_tag_from_id3_user_tag):
5500           Add mapping for audio cd discid tags, so we can extract
5501           them from tags as well (see #347848). Also compare identifiers
5502           in ID3v2 TXXX frames in a case-insensitive way to increase
5503           compatibility when reading tags (discid vs. DiscID vs. DiscId).
5504
5505 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5506
5507         * gst-plugins-base.doap:
5508         Oops, fix the release name.
5509
5510 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5511
5512         * gst-plugins-base.doap:
5513         Add 0.10.15 release
5514
5515 2007-11-16  Jan Schmidt  <jan.schmidt@sun.com>
5516
5517         * configure.ac:
5518         Back to CVS
5519
5520 === release 0.10.15 ===
5521
5522 2007-11-15  Jan Schmidt <jan.schmidt@sun.com>
5523
5524         * configure.ac:
5525           releasing 0.10.15, "No need to argue"
5526
5527 2007-11-15  Jan Schmidt  <jan.schmidt@sun.com>
5528
5529         * win32/vs6/libgstfft.dsp:
5530         Convert line endings to DOS.
5531
5532 2007-11-15  Sebastien Moutte <sebastien@moutte.net>
5533
5534         * win32/vs6/gst_plugins_base.dsw:
5535         * win32/vs6/libgstfft.dsp:
5536         * win32/MANIFEST:
5537         Add a project file for fft plugin and remove socket
5538         based plugin which don't build from the workspace.
5539         * win32/vs6/libgstaudio.dsp:
5540         * win32/vs6/libgstrtp.dsp:
5541         * win32/vs6/libgsttag.dsp:
5542         Convert line endings back to DOS.
5543         Fixes #496724
5544
5545 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5546
5547         * win32/vs6/libgstinterfaces.dsp:
5548         * win32/vs6/libgstrtsp.dsp:
5549         Convert line endings back to DOS
5550
5551 2007-11-14  Jan Schmidt  <jan.schmidt@sun.com>
5552
5553         * gst-libs/gst/fft/kiss_fft_f32.h:
5554         * gst-libs/gst/fft/kiss_fft_f64.h:
5555         * gst-libs/gst/fft/kiss_fft_s16.h:
5556         * gst-libs/gst/fft/kiss_fft_s32.h:
5557         Don't include malloc.h which doesn't exist on Mac OSX.
5558         Instead, pull in glib.h and use g_malloc/g_free for 
5559         consistency. Fixes: #496548
5560
5561 2007-11-09  Stefan Kost  <ensonic@users.sf.net>
5562
5563         * gst/playback/gstdecodebin2.c:
5564           Dont leak ghostpad. Fixes #475451.
5565
5566 2007-11-09  Wim Taymans  <wim.taymans@gmail.com>
5567
5568         * docs/design/design-decodebin.txt:
5569         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5570         Update some more docs and comments.
5571
5572 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5573
5574         Patch by: Sebastien Moutte  <sebastien moutte net>
5575
5576         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
5577           (gst_rtcp_unix_to_ntp):
5578         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_name):
5579           Fix some C99-isms and and a missing function that some versions of
5580           MSVC don't like too much (#494346).
5581
5582         * win32/vs6/gst_plugins_base.dsw:
5583         * win32/vs6/libgstaudio.dsp:
5584         * win32/vs6/libgstrtp.dsp:
5585         * win32/vs6/libgsttag.dsp:
5586           Update vs6 projects files (#494346).
5587
5588 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5589
5590         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5591
5592         * win32/common/libgstaudio.def:
5593         * win32/common/libgstcdda.def:
5594         * win32/common/libgstinterfaces.def:
5595         * win32/common/libgstnetbuffer.def:
5596         * win32/common/libgstpbutils.def:
5597         * win32/common/libgstrtp.def:
5598         * win32/common/libgstrtsp.def:
5599         * win32/common/libgsttag.def:
5600         * win32/common/libgstvideo.def:
5601           More missing symbols to export (fixes #493986).
5602
5603 2007-11-06  Sebastian Dröge  <slomo@circular-chaos.org>
5604
5605         * docs/libs/gst-plugins-base-libs-sections.txt:
5606         * gst-libs/gst/fft/gstfftf32.c:
5607         * gst-libs/gst/fft/gstfftf32.h:
5608         * gst-libs/gst/fft/gstfftf64.c:
5609         * gst-libs/gst/fft/gstfftf64.h:
5610         * gst-libs/gst/fft/gstffts16.c:
5611         * gst-libs/gst/fft/gstffts16.h:
5612         * gst-libs/gst/fft/gstffts32.c:
5613         * gst-libs/gst/fft/gstffts32.h:
5614         * tests/check/libs/fft.c: (GST_START_TEST):
5615         Remove the magnitude and phase calculation functions as these have
5616         very special use cases and can't even be used for the spectrum
5617         element. Also adjust the docs to mention some properties of the used
5618         FFT implemention, i.e. how the values are scaled. Fixes #492098.
5619
5620 2007-11-06  Tim-Philipp Müller  <tim at centricular dot net>
5621
5622         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
5623           (finish_source):
5624           Avoid crash when there are external subtitles (fixes #491722).
5625
5626 2007-11-03  Tim-Philipp Müller  <tim at centricular dot net>
5627
5628         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
5629         * ext/alsa/gstalsasrc.c: (gst_alsasrc_open):
5630           'Could not open resource for writing' is not an acceptable
5631           error message when we can't open the audio device (see #492334),
5632           even less so when we're trying to open it to record something.
5633
5634 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5635
5636         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5637
5638         * win32/common/libgstrtp.def:
5639           Add some more missing symbols (#492813).
5640
5641 2007-11-02  Tim-Philipp Müller  <tim at centricular dot net>
5642
5643         Patch by: Thijs Vermeir <thijsvermeir@gmail.com>
5644
5645         * tests/check/elements/audioconvert.c: (verify_convert):
5646           Add check to make sure that the out caps have a channel layout
5647           set on them where they should have one.
5648
5649 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5650
5651         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
5652
5653         * gst-libs/gst/fft/kiss_fft_s16.h: (KISS_FFT_S16_MALLOC):
5654         * gst-libs/gst/fft/kiss_fft_s32.h: (KISS_FFT_S32_MALLOC):
5655           Include our own _stdint.h instead of sys/types.h, makes MingW happy
5656           (#492306).
5657
5658         * gst-libs/gst/rtsp/gstrtspconnection.c: (gst_rtsp_connection_create):
5659           Use _pipe directly, GLib doesn't have a pipe() macro any longer
5660           (it disappeared in GLib 2.14.0) (#492306).
5661
5662         * gst-libs/gst/sdp/Makefile.am:
5663         * gst-libs/gst/sdp/gstsdpmessage.c:
5664           Fix includes and LIBS for win32/Mingw (#492306).
5665
5666         * tests/examples/dynamic/addstream.c (pause_play_stream):
5667           Use more portable g_usleep() instead of sleep() (#492306).
5668
5669 2007-11-01  Tim-Philipp Müller  <tim at centricular dot net>
5670
5671         Patch by: Ole André Vadla Ravnås  <ole.andre.ravnas@tandberg.com>
5672
5673         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
5674           (gst_ring_buffer_parse_caps):
5675           Return NULL instead of an enum that happens to be 0, fixes warning
5676           on MSVC (#492114).
5677
5678         * gst-libs/gst/audio/gstringbuffer.h:
5679           No trailing commas in enum list (for gcc-2.9x).
5680
5681         * gst/videotestsrc/videotestsrc.c: (random_char):
5682           Make information loss explicit instead of implicitly truncating to
5683           eight bits via the return value.  Fixes runtime error on MSVC when
5684           using the debug CRT (#492114).
5685
5686         * win32/common/config.h.in:
5687           Fix a bunch of '#undef FOO bar', which MSVC doesn't like (#492114).
5688
5689         * win32/common/libgstinterfaces.def:
5690         * win32/common/libgstrtp.def:
5691           Export a few more symbols (#492114).
5692
5693 2007-11-01  Stefan Kost  <ensonic@users.sf.net>
5694
5695         * gst-libs/gst/audio/audio.c:
5696         * gst-libs/gst/audio/audio.h:
5697           Readd the deprecation guards, but preserve compilability.
5698
5699 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5700
5701         * gst/audioconvert/gstaudioconvert.c: (find_suitable_channel_layout),
5702           (gst_audio_convert_fixate_channels), (gst_audio_convert_fixate_caps):
5703           Preserve channel layout when fixating the number of channels in the
5704           output caps, or make sure there's a suitable channel position layout
5705           set on the caps if required. Fixes #430677.
5706
5707 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5708
5709         * tests/check/elements/decodebin.c: (test_text_plain_streams):
5710           Make sure the pipeline really operates in push mode as it should
5711           in this case.
5712
5713 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5714
5715         * gst-libs/gst/audio/audio.h:
5716           Don't guard deprecated enum with #ifndef DISABLE_DEPRECATED, or
5717           compilation with DISABLE_DEPRECATED and without REMOVE_DEPRECATED
5718           (ie. normal cvs builds) will fail.
5719
5720 2007-10-31  Stefan Kost  <ensonic@users.sf.net>
5721
5722         * docs/libs/Makefile.am:
5723         * gst-libs/gst/audio/audio.c:
5724         * gst-libs/gst/audio/audio.h:
5725         * gst-libs/gst/interfaces/mixer.c:
5726           tell gtk-doc about the deprecation guard. Apply more doc fixes.
5727
5728 2007-10-31  Tim-Philipp Müller  <tim at centricular dot net>
5729
5730         * tests/check/libs/audio.c: (init_value_to_channel_layout),
5731           (test_channel_layout_value_intersect), (audio_suite):
5732           Add simple unit test to make sure GstValue intersection
5733           of channel layouts works the way I think it does.
5734
5735 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5736
5737         * docs/libs/gst-plugins-base-libs-sections.txt:
5738         * gst-libs/gst/audio/gstaudiofilter.h:
5739         * gst-libs/gst/interfaces/mixer.h:
5740         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5741         * gst-libs/gst/rtp/gstbasertpdepayload.h:
5742         * gst-libs/gst/sdp/gstsdpmessage.c:
5743           Fix the docs according to what gtk-doc complained about.
5744
5745 2007-10-30  Stefan Kost  <ensonic@users.sf.net>
5746
5747         * tests/icles/stress-playbin.c:
5748           Fix the build.
5749
5750 2007-10-30  Tim-Philipp Müller  <tim at centricular dot net>
5751
5752         * gst/playback/gstdecodebin.c: (close_pad_link), (type_found):
5753         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
5754           Post nice/more useful error message if we don't have a decoder for
5755           the primary type.
5756
5757 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5758
5759         * gst/playback/gstdecodebin2.c: (gst_decode_group_expose):
5760         Be a bit more useful, unblock the pads after we fired the no-more-pads
5761         signal so that we can use the signal to inspect and connect all pads
5762         without having to keep extra state outside of decodebin.
5763
5764 2007-10-30  Wim Taymans  <wim.taymans@gmail.com>
5765
5766         * gst/playback/gsturidecodebin.c:
5767         (gst_uri_decode_bin_autoplug_continue),
5768         (gst_uri_decode_bin_class_init), (no_more_pads_full):
5769         Implement default signal handler so that we return TRUE when nothing is
5770         connected.
5771
5772 2007-10-28  Sebastian Dröge  <slomo@circular-chaos.org>
5773
5774         * gst-libs/gst/riff/riff-media.c:
5775         (gst_riff_wavext_add_channel_layout),
5776         (gst_riff_wave_add_default_channel_layout),
5777         (gst_riff_wavext_get_default_channel_mask),
5778         (gst_riff_create_audio_caps):
5779         Use the ALSA channel layout as default for wav files without channel
5780         layout information. This fixes playback of chan-id.wav on 5.1 systems
5781         for example. Also refactor the channel layout setting a bit and add
5782         more default channel orders. Fixes #489010.
5783
5784 2007-10-26  Tim-Philipp Müller  <tim at centricular dot net>
5785
5786         * tests/check/libs/tag.c: (test_musicbrainz_tag_registration):
5787           GST_TAG_MUSICBRAINZ_SORTNAME is deprecated and we compile with
5788           -DGST_DISABLE_DEPRECATED, so use new GST_TAG_ARTIST_SORTNAME
5789           instead.
5790
5791 2007-10-25  Wim Taymans  <wim.taymans@gmail.com>
5792
5793         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5794         (gst_decode_bin_dispose), (gst_decode_bin_set_caps),
5795         (gst_decode_bin_set_subs_encoding),
5796         (gst_decode_bin_get_subs_encoding), (gst_decode_bin_set_property),
5797         (gst_decode_bin_get_property), (analyze_new_pad):
5798         Move subtitle encoding property to decodebin2 so that it can set the
5799         property value on all elements that it autoplugs and that require it.
5800         Make caps refcounting more consistent in get/set.
5801
5802         * gst/playback/gsturidecodebin.c: (_gst_boolean_accumulator),
5803         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
5804         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
5805         (gst_uri_decode_bin_get_property), (proxy_unknown_type_signal),
5806         (proxy_autoplug_continue_signal),
5807         (proxy_autoplug_factories_signal), (proxy_autoplug_select_signal),
5808         (make_decoder):
5809         Proxy properties and relevant signals from the internal decodebin.
5810         Make properties MT safe.
5811
5812 2007-10-25  Tim-Philipp Müller  <tim at centricular dot net>
5813
5814         * gst-libs/gst/tag/tag.h: (GST_TAG_MUSICBRAINZ_SORTNAME):
5815         * gst-libs/gst/tag/tags.c:
5816           Deprecate GST_TAG_MUSICBRAINZ_SORTNAME, replaced by the newly-added
5817           GST_TAG_ARTIST_SORTNAME (in an API and ABI compatible way).
5818
5819         * gst-libs/gst/tag/gstid3tag.c: (tag_matches):
5820           Map ID3v2 TSOP, TSOA and TSOT frames to new SORTNAME tags (#414539).
5821
5822         * gst-libs/gst/tag/gstvorbistag.c: (tag_matches),
5823           (gst_tag_to_vorbis_comments):
5824           Map new SORTNAME tags (these tags aren't even semi-official, so I'm
5825           just mapping everything I found in the wild) (#414539).
5826
5827 2007-10-24  Wim Taymans  <wim.taymans@gmail.com>
5828
5829         Inspired by patch of: René Stadler <mail at renestadler dot de>
5830
5831         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init),
5832         (gst_decode_bin_autoplug_continue),
5833         (gst_decode_bin_autoplug_factories),
5834         (gst_decode_bin_autoplug_select), (analyze_new_pad), (connect_pad),
5835         (find_compatibles):
5836         * gst/playback/gstplay-marshal.list:
5837         Remove the autoplug-sort signal and replace it with a binding friendly
5838         autoplug-select signal.
5839         Add an autoplug-factories signal that can be used to generate a list of
5840         factories to try to autoplug.
5841         Add the GstPad to the autoplugging signal args as it might be needed to
5842         make a good factory selection.
5843         Fix up the marshallers for this. Fixes #407282.
5844
5845 2007-10-23  Tim-Philipp Müller  <tim at centricular dot net>
5846
5847         * gst-libs/gst/tag/gsttagdemux.c:
5848           Don't abort with an assertion if we receive a seek event with
5849           a start type of NONE (see launchpad bug #155878).
5850
5851 2007-10-22  Wim Taymans  <wim.taymans@gmail.com>
5852
5853         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
5854         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
5855         (gst_ximagesink_change_state), (gst_ximagesink_reset):
5856         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_event_thread),
5857         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_xcontext_clear),
5858         (gst_xvimagesink_change_state), (gst_xvimagesink_reset):
5859         Make sure that before we clean up the X resources, we shutdown and join
5860         the event thread.
5861         Also make sure the event thread does not shut down immediatly after
5862         startup because the running variable is not yet correctly set.
5863         Fixes #378770. 
5864
5865 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5866
5867         * gst/playback/gstdecodebin.c: (new_pad), (type_found):
5868         Make the window for a race in typefind and shutting down smaller until
5869         we figure out the right locking here. Avoids #485753 usually.
5870
5871         * gst/playback/gstdecodebin2.c: (type_found), (pad_added_group_cb):
5872         Remove unneeded lock causing a race in typefind and shutting down.
5873         Fixes #485753.
5874
5875         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
5876         Also remove sinks when going to NULL because we might not complete the
5877         state change to PAUSED, causing the PAUSED->READY state change not to
5878         happen.
5879
5880 2007-10-16  Wim Taymans  <wim.taymans@gmail.com>
5881
5882         * gst-libs/gst/audio/gstbaseaudiosink.c:
5883         (gst_base_audio_sink_drain), (gst_base_audio_sink_change_state):
5884         Also explicitly release the ringbuffer when going to NULL because it
5885         is required in the setcaps function, before the state change to PAUSED
5886         completes.
5887
5888 2007-10-16  Tim-Philipp Müller  <tim at centricular dot net>
5889
5890         * tests/icles/.cvsignore:
5891         * tests/icles/Makefile.am:
5892         * tests/icles/stress-playbin.c:
5893           Does what it says on the tin.
5894
5895 2007-10-15  Wim Taymans  <wim.taymans@gmail.com>
5896
5897         * gst/playback/gstqueue2.c: (gst_queue_init), (gst_queue_push_one):
5898         Fix queue negotiation. See #486758.
5899
5900 2007-10-12  Jan Schmidt  <Jan.Schmidt@sun.com>
5901
5902         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
5903         (gst_xvimagesink_xwindow_new),
5904         (gst_xvimagesink_update_colorbalance),
5905         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get):
5906
5907         Fix handling of some of the X atoms. If the last parameter is True,
5908         XInternAtom won't create the atom if it doesn't exist, and therefore
5909         might return None. This causes X errors on Xv implementations that
5910         don't provide the colour balance attributes.
5911
5912 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5913
5914         * gst-libs/gst/tag/gstvorbistag.c:
5915         * tests/check/libs/tag.c:
5916           Extract vorbis comment LICENSE tags correctly.
5917
5918 2007-10-11  Tim-Philipp Müller  <tim at centricular dot net>
5919
5920         Patch by: Jason Kivlighn  <jkivlighn gmail com>
5921
5922         * gst-libs/gst/tag/gstid3tag.c:
5923         * tests/check/libs/tag.c:
5924           Map ID3v2 WCOP frame to GST_TAG_COPYRIGHT_URI (#447000).
5925
5926 2007-10-10  Tim-Philipp Müller  <tim at centricular dot net>
5927
5928         * gst-libs/gst/tag/gsttagdemux.c:
5929           Don't error out when a buggy downstream element doesn't
5930           handle the newsegment event we send properly (especially
5931           not without posting a meaningful error message on the
5932           bus). See bug #471370 and launchpad bug #136264.
5933
5934 2007-10-10  Wim Taymans  <wim.taymans@gmail.com>
5935
5936         * gst-libs/gst/audio/gstbaseaudiosink.c:
5937         (gst_base_audio_sink_drain):
5938         Use new basesink method to make our EOS drain interruptable.
5939
5940 2007-10-10  Jan Schmidt  <Jan.Schmidt@sun.com>
5941
5942         * gst-libs/gst/rtp/gstrtppayloads.c:
5943         Fix silly search-replace oversight.
5944
5945 2007-10-09  Wim Taymans  <wim.taymans@gmail.com>
5946
5947         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
5948
5949         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
5950         (gst_basertppayload_set_outcaps):
5951         Fix caps memleak. Fixes #484989.
5952
5953
5954 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5955
5956         * gst-libs/gst/rtp/gstbasertpdepayload.c:
5957         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain):
5958         Fix debug output.
5959
5960 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5961
5962         * gst-libs/gst/audio/gstbaseaudiosrc.c:
5963         (gst_base_audio_src_create):
5964         Also handle the case where there is no clock set on the audio source,
5965         like in the unit tests.
5966
5967 2007-10-08  Jan Schmidt  <Jan.Schmidt@sun.com>
5968
5969         * gst-libs/gst/rtp/gstrtppayloads.c:
5970         Use unsigned G_MAXUINT8 instead of -1 to initialise a guint8
5971         to avoid compiler warnings
5972
5973 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5974
5975         * gst/playback/gstdecodebin.c: (type_found),
5976         (gst_decode_bin_change_state):
5977         * gst/playback/gstdecodebin2.c: (type_found),
5978         (gst_decode_bin_change_state):
5979         Don't disconnect the have_type signal because we never reconnect it
5980         later on. Instead keep a variable to see if we already detected a type.
5981
5982 2007-10-08  Wim Taymans  <wim.taymans@gmail.com>
5983
5984         * gst/playback/gstdecodebin.c: (add_fakesink), (type_found):
5985         * gst/playback/gstdecodebin2.c: (gst_decode_bin_init),
5986         (type_found):
5987         Unlink the signal handler when we found the type, we're not going to do
5988         anything sensible with more type_found signals anyway.
5989
5990 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
5991
5992         * gst-libs/gst/tag/gsttagdemux.c:
5993           Don't leak caps.
5994
5995 2007-10-06  Tim-Philipp Müller  <tim at centricular dot net>
5996
5997         * gst-libs/gst/tag/Makefile.am:
5998         * gst-libs/gst/tag/gsttagdemux.c:
5999         * gst-libs/gst/tag/gsttagdemux.h:
6000           API: add GstTagDemux base class for simple tag demuxers.
6001
6002         * docs/libs/gst-plugins-base-libs-docs.sgml:
6003         * docs/libs/gst-plugins-base-libs-sections.txt:
6004           Add GstTagDemux to docs.
6005
6006 2007-10-05  Sebastian Dröge  <slomo@circular-chaos.org>
6007
6008         * gst-libs/gst/rtp/gstrtpbuffer.c:
6009         (gst_rtp_buffer_get_payload_subbuffer):
6010         Fix bug introduced with last commit which inverted the logic and
6011         caused all buffers to be dropped. Fixes #483620.
6012         Thanks to Laurent Glayal <spglegle at yahoo dot fr> for noticing.
6013
6014 2007-10-04  Stefan Kost  <ensonic@users.sf.net>
6015
6016         * gst-libs/gst/rtp/gstrtpbuffer.c:
6017           Replace g_return_if_val (as it could be disabled), with regular return
6018           and warning.
6019
6020 2007-10-03  Stefan Kost  <ensonic@users.sf.net>
6021
6022         * tests/check/pipelines/simple-launch-lines.c:
6023           Print message name and not just number.
6024
6025 2007-10-02  Wim Taymans  <wim.taymans@gmail.com>
6026
6027         * gst-libs/gst/audio/gstbaseaudiosink.c:
6028         (gst_base_audio_sink_async_play):
6029         When slaved to the clock, don't try to align a sample with the previous
6030         one when going to PLAYING again.
6031
6032 2007-10-02  Stefan Kost  <ensonic@users.sf.net>
6033
6034         * tests/examples/snapshot/snapshot.c:
6035           Fix the build.
6036
6037 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6038
6039         * gst-libs/gst/sdp/gstsdpmessage.h:
6040         Add RFC 3556 bandwidth modifiers.
6041
6042 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6043
6044         * docs/libs/gst-plugins-base-libs-docs.sgml:
6045         * docs/libs/gst-plugins-base-libs-sections.txt:
6046         * gst-libs/gst/rtp/gstrtppayloads.c:
6047         Update documentation.
6048
6049 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6050
6051         * gst-libs/gst/rtp/Makefile.am:
6052         * gst-libs/gst/rtp/gstrtppayloads.c: (gst_rtp_payload_info_for_pt),
6053         (gst_rtp_payload_info_for_name):
6054         * gst-libs/gst/rtp/gstrtppayloads.h:
6055         Added new file and header to deal with payload info.
6056
6057         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6058         (gst_rtp_buffer_default_clock_rate):
6059         * gst-libs/gst/rtp/gstrtpbuffer.h:
6060         Payload specific stuff is move to new headers.
6061         Implement _default_clock rate using the new payload function.
6062
6063         * gst-libs/gst/sdp/gstsdpmessage.c: (is_multicast_address),
6064         (gst_sdp_parse_line):
6065         * gst-libs/gst/sdp/gstsdpmessage.h:
6066         Add some more comments.
6067
6068 2007-10-01  Wim Taymans  <wim.taymans@gmail.com>
6069
6070         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
6071         (sdp_check_header), (sdp_type_find), (plugin_init):
6072         Add typefind function for application/sdp.
6073         Remove some old dirac typefind code that was ifdeffed out.
6074
6075 2007-09-29  Sebastien Moutte <sebastien@moutte.net>
6076
6077         * win32/common/libgstaudio.def:
6078         Add new exported functions.
6079         * win32/vs6/grammar.dsp:
6080         Add autogeneration and copy of some autegenerated files from win32/common
6081         for rtsp library.
6082         * win32/vs6/libgstaudioconvert.dsp:
6083         Add gstaudioquantize.c to the build.
6084         * win32/vs6/libgstinterfaces.dsp:
6085         Add videoorientation.c to the build.
6086         * win32/vs6/libgstriff.dsp:
6087         Add libgsttag to the link libraries list.
6088         * win32/vs6/libgstvolume.dsp:
6089         Add liboil to the link.
6090         * win32/vs6/gst_plugins_base.dsw:
6091         * win32/vs6/libgstrtsp.dsp:
6092         * win32/common/libgstrtsp.def:
6093         Add files to build libgstrtsp library.
6094         
6095 2007-09-26  Wim Taymans  <wim.taymans@gmail.com>
6096
6097         * tests/examples/snapshot/snapshot.c: (main):
6098         Print error when pipeline failed to construct.
6099
6100 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6101
6102         * configure.ac:
6103         * gst-libs/gst/tag/gstid3tag.c:
6104         * gst-libs/gst/tag/gstvorbistag.c:
6105           Add mappings for the new GST_TAG_COMPOSER for vorbis comments
6106           and ID3v2 tags.
6107
6108 2007-09-25  Tim-Philipp Müller  <tim at centricular dot net>
6109
6110         * gst-libs/gst/floatcast/floatcast.h:
6111           Don't include config.h in an installed public header, this
6112           might break compilation of applications that don't have such
6113           a header and doesn't necessarily do what it's supposed to do
6114           anyway (ie. check for the lrint/lrintf defines) (#442065).
6115           Add docs for the various macros and document how this header
6116           has to be used (link against libm, etc.); add a few FIXMEs;
6117           include math.h for non-c99 code path.  Based on patch by
6118           Jan Schmidt.
6119           
6120 2007-09-25  Sebastian Dröge  <slomo@circular-chaos.org>
6121
6122         * configure.ac:
6123         Use AG_GST_ARG_WITH_PLUGINS and AG_GST_ARG_ENABLE_EXTERNAL instead
6124         of duplicating these macros in configure.ac.
6125
6126 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6127
6128         * po/hu.po:
6129         * po/sv.po:
6130         * po/uk.po:
6131           Updated translations to 0.10.14
6132
6133 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6134
6135         translated by: Jakub Bogusz <qboosh@pld-linux.org>
6136
6137         * po/pl.po:
6138           Added Polish translation.
6139
6140 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6141
6142         translated by: Ilkka Tuohela <hile@iki.fi>
6143
6144         * po/fi.po:
6145           Added Finnish translation.
6146
6147 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6148
6149         translated by: Jorge González González <aloriel@gmail.com>
6150
6151         * po/es.po:
6152           Added Spanish translation.
6153
6154 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6155
6156         translated by: Mogens Jaeger <mogens@jaeger.tf>
6157
6158         * po/da.po:
6159           Added Danish translation.
6160
6161 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6162
6163         translated by: Funda Wang <fundawang@linux.net.cn>
6164
6165         * po/zh_CN.po:
6166           Added Chinese (simplified) translation.
6167
6168 2007-09-22  Thomas Vander Stichele  <thomas at apestaart dot org>
6169
6170         translated by: Alexander Shopov <ash@contact.bg>
6171
6172         * po/bg.po:
6173           Added Bulgarian translation.
6174
6175 2007-09-21  Wim Taymans  <wim.taymans@gmail.com>
6176
6177         * gst/playback/gstqueue2.c: (gst_queue_push_one):
6178         Fix compilation wrt printf arguments.
6179
6180 2007-09-20  Wim Taymans  <wim.taymans@gmail.com>
6181
6182         * configure.ac:
6183         * tests/examples/Makefile.am:
6184         * tests/examples/snapshot/.cvsignore:
6185         * tests/examples/snapshot/Makefile.am:
6186         * tests/examples/snapshot/snapshot.c: (main):
6187         Add simple snapshot example program using appsink.
6188
6189 2007-09-20  Stefan Kost  <ensonic@users.sf.net>
6190
6191         * tests/check/generic/states.c:
6192           Improved state change unit test.
6193
6194 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6195
6196         * docs/plugins/.cvsignore:
6197         * tests/check/.cvsignore:
6198           Ignore registries in any format.
6199
6200 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6201
6202         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6203         (gst_base_rtp_depayload_chain),
6204         (gst_base_rtp_depayload_set_gst_timestamp):
6205         Only copy timestamp on outgoing packets if the depayloader did not set
6206         one.
6207         Also copy duration on outgoing packets.
6208
6209 2007-09-19  Wim Taymans  <wim.taymans@gmail.com>
6210
6211         * gst-libs/gst/rtp/gstbasertppayload.c: (copy_fixed),
6212         (gst_basertppayload_set_outcaps):
6213         Fix compilation because of missing %d in printf.
6214         When fixating caps, fixate what we can and throw away all remaining
6215         unfixed caps, subclasses should do something smart if they need to.
6216
6217 2007-09-19  Stefan Kost  <ensonic@users.sf.net>
6218
6219         * ext/gnomevfs/gstgnomevfssrc.c:
6220           Improve debug logs a bit and be more verbose if things go wrong.
6221
6222 2007-09-17  Jan Schmidt  <Jan.Schmidt@sun.com>
6223
6224         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
6225         (gst_text_overlay_set_property):
6226         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
6227         * gst-libs/gst/audio/gstbaseaudiosink.c:
6228         (gst_base_audio_sink_render):
6229         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_ntp_to_unix),
6230         (gst_rtcp_unix_to_ntp):
6231         * gst-libs/gst/rtsp/gstrtspmessage.c: (gst_rtsp_message_get_type):
6232         * gst/playback/gstqueue2.c:
6233         * tests/examples/seek/seek.c: (set_scale):
6234         Fix a bunch of compile warnings shown with Forte.
6235
6236         * gst/audiorate/gstaudiorate.c:
6237         Always pull in config.h before including any system headers.
6238
6239 2007-09-17  Wim Taymans  <wim.taymans@gmail.com>
6240
6241         * gst/playback/gstqueue2.c: (update_buffering),
6242         (gst_queue_locked_flush), (gst_queue_locked_enqueue),
6243         (gst_queue_handle_sink_event), (gst_queue_chain),
6244         (gst_queue_push_one), (gst_queue_sink_activate_push),
6245         (gst_queue_src_activate_push), (gst_queue_src_activate_pull):
6246         Also fix #476514 for queue2.
6247
6248 2007-09-16  Wim Taymans  <wim.taymans@gmail.com>
6249
6250         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6251         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_setcaps),
6252         (gst_base_rtp_depayload_chain),
6253         (gst_base_rtp_depayload_handle_sink_event),
6254         (gst_base_rtp_depayload_push_full),
6255         (gst_base_rtp_depayload_set_gst_timestamp),
6256         (gst_base_rtp_depayload_change_state):
6257         Remove code to deal with RTP to GST time conversion, we now just copy
6258         the GST timestamp we receive to the outgoing buffers.
6259         Handle segment and flushes correctly.
6260
6261         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6262         When we have no valid input timestamp, use the previous rtp timestamp on
6263         the outgoing RTP packet instead of the RTP base time.
6264
6265 2007-09-15  David Schleef  <ds@schleef.org>
6266
6267         * ext/alsa/gstalsa.c:
6268         * ext/alsa/gstalsadeviceprobe.c:
6269         * ext/alsa/gstalsamixer.c:
6270         * ext/alsa/gstalsasink.c:
6271         * ext/alsa/gstalsasrc.c:
6272           Change alsa alloca's to malloc to fix warnings on gcc-4.2.
6273
6274 2007-09-15  Wim Taymans  <wim.taymans@gmail.com>
6275
6276         * gst-libs/gst/rtp/gstbasertppayload.c:
6277         (gst_basertppayload_set_outcaps), (gst_basertppayload_push):
6278         Add some debug info when negotiating caps.
6279
6280 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6281
6282         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
6283         A buffer with an empty payload is also a valid buffer.
6284
6285 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6286
6287         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_event),
6288         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
6289         (gst_basertppayload_change_state):
6290         Make sure we start our RTP timestamp from the random base RTP
6291         timestamp even if the buffer timestamp starts from some random value.
6292
6293 2007-09-14  Wim Taymans  <wim.taymans@gmail.com>
6294
6295         * configure.ac:
6296         * tests/examples/Makefile.am:
6297         * tests/examples/dynamic/.cvsignore:
6298         * tests/examples/dynamic/Makefile.am:
6299         * tests/examples/dynamic/addstream.c: (create_stream),
6300         (pause_play_stream), (message_received), (eos_message_received),
6301         (perform_step), (main):
6302         Add simple exmple app to demonstrate starting and pausing live and
6303         non-live bins in a PLAYING pipeline.
6304
6305 2007-09-14  Julien MOUTTE  <julien@moutte.net>
6306
6307         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add some
6308         typefind for QCP files (RFC #3625)
6309
6310 2007-09-13  Wim Taymans  <wim.taymans@gmail.com>
6311
6312         * gst-libs/gst/audio/gstbaseaudiosink.c:
6313         (gst_base_audio_sink_init):
6314         Disable pull mode scheduling, we're not ready for it yet and it subtly
6315         breaks a lot of things.
6316
6317 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6318
6319         * tests/check/elements/libvisual.c:
6320           Test all libvisual plugins, not just the first one; this reproduces
6321           bug #450336 quite easily.  Looks like a problem with the 'jess'
6322           visualisation.
6323
6324 2007-09-12  Tim-Philipp Müller  <tim at centricular dot net>
6325
6326         * tests/check/Makefile.am:
6327         * tests/check/elements/.cvsignore:
6328         * tests/check/elements/libvisual.c:
6329           Add basic libvisual test case in an attempt to reproduce bug #450336.
6330           Doesn't reproduce that bug, but some other crasher instead (invalid
6331           free), at least with make elements/libvisual.forever and the bumscope
6332           plugin on x86-64/gutsy. Leaving test disabled for now.
6333
6334 2007-09-11  Wim Taymans  <wim.taymans@gmail.com>
6335
6336         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
6337
6338         * gst-libs/gst/rtsp/gstrtspconnection.c:
6339         (gst_rtsp_connection_read_internal), (gst_rtsp_connection_read),
6340         (read_body), (gst_rtsp_connection_receive):
6341         Make sure we can not cancel in the middle of receiving a message.
6342         Fixes #475731.
6343
6344 2007-09-11  Tim-Philipp Müller  <tim at centricular dot net>
6345
6346         Patch by: Josep Torra Valles <josep@fluendo.com>
6347
6348         * gst/playback/gstplaybasebin.c:
6349           Increase upper limit for audio queue a bit; fixes preroll problem
6350           with playbin and decodebin2 when playing a quicktime trailer with
6351           multichannel audio via http (#464666).
6352
6353 2007-09-10  Wim Taymans  <wim.taymans@gmail.com>
6354
6355         * gst-libs/gst/audio/gstbaseaudiosrc.c:
6356         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
6357         (gst_base_audio_src_provide_clock),
6358         (gst_base_audio_src_set_property),
6359         (gst_base_audio_src_get_property), (gst_base_audio_src_create):
6360         * gst-libs/gst/audio/gstbaseaudiosrc.h:
6361         Allow othe clocks than the internal clock to be used for the pipeline.
6362         Add property to disable clock provide.
6363         API: GstBaseAudioSrc::provide-clock
6364
6365 2007-09-10  Stefan Kost  <ensonic@users.sf.net>
6366
6367         * gst/playback/gstdecodebin2.c:
6368           Don't leak request pads. Fixes #475395.
6369
6370 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6371
6372         Patch by: René Stadler <mail at renestadler dot de>
6373
6374         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
6375         (gst_ximage_buffer_class_init):
6376         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
6377         (gst_xvimage_buffer_class_init):
6378         Correctly chain up finalize with the parent class to prevent
6379         memory leaks. Fixes #474880.
6380
6381 2007-09-09  Sebastian Dröge  <slomo@circular-chaos.org>
6382
6383         * gst/volume/gstvolume.c: (volume_choose_func):
6384         * tests/check/elements/volume.c: (GST_START_TEST):
6385         Revert the latest change: floating point samples are allowed to
6386         have any value, not only values in the range [-1,1]. Thanks to Andy
6387         Wingo for noticing.
6388         Also fix processing of int32 samples with volumes > 4 by making the
6389         unity value smaller which prevents overflows.
6390
6391 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6392
6393         * gst-libs/gst/rtp/gstrtpbuffer.c:
6394         * tests/check/libs/rtp.c:
6395           Fix gst_rtp_buffer_set_csrc() and enable csrc-related unit test checks.
6396
6397 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6398
6399         Based on patch by: Haakon Sporsheim  <haakon.sporsheim at tandberg com>
6400
6401         * gst-libs/gst/rtp/gstrtpbuffer.c:
6402           Fix up GstRTPHeader helper struct so that compilers will not under
6403           any circumstances add padding in between our fields, as currently
6404           happens with MSVC on win32, because that would lead to us sending
6405           out RTP payloads with broken RTP headers (#471194).
6406           Fix assertion guards for gst_rtp_buffer_get_csrc() and _set_csrc().
6407           
6408         * tests/check/Makefile.am:
6409         * tests/check/libs/.cvsignore:
6410         * tests/check/libs/rtp.c:
6411           Add some simple unit tests for GstRTPBuffer. Some are disabled
6412           because the code tested still needs fixing (set_csrc() does not work).
6413
6414 2007-09-07  Tim-Philipp Müller  <tim at centricular dot net>
6415
6416         * win32/MANIFEST:
6417         * win32/common/gstrtsp-enumtypes.c:
6418         * win32/common/gstrtsp-enumtypes.h:
6419         * win32/common/interfaces-enumtypes.c:
6420         * win32/common/interfaces-enumtypes.h:
6421         * win32/common/multichannel-enumtypes.c:
6422           Add rtsp enumtypes (#474384) and update others.
6423
6424 2007-09-06  Stefan Kost  <ensonic@users.sf.net>
6425
6426         * configure.ac:
6427           Fix configure check for HAVE_LIBXML_HTML.
6428
6429 2007-09-06  Tim-Philipp Müller  <tim at centricular dot net>
6430
6431         * tests/check/libs/.cvsignore:
6432           Ignore more, in case the build bots work again one day.
6433
6434 2007-09-06  Sebastian Dröge  <slomo@circular-chaos.org>
6435
6436         Reviewed by:  Stefan Kost  <ensonic@users.sf.net>
6437
6438         * configure.ac:
6439         * gst-libs/gst/Makefile.am:
6440         * gst-libs/gst/fft/Makefile.am:
6441         * gst-libs/gst/fft/_kiss_fft_guts_f32.h:
6442         * gst-libs/gst/fft/_kiss_fft_guts_f64.h:
6443         * gst-libs/gst/fft/_kiss_fft_guts_s16.h:
6444         * gst-libs/gst/fft/_kiss_fft_guts_s32.h:
6445         * gst-libs/gst/fft/gstfft.c: (gst_fft_next_fast_length):
6446         * gst-libs/gst/fft/gstfft.h:
6447         * gst-libs/gst/fft/gstfftf32.c: (gst_fft_f32_new),
6448         (gst_fft_f32_fft), (gst_fft_f32_inverse_fft), (gst_fft_f32_free),
6449         (gst_fft_f32_window), (gst_fft_f32_magnitude), (gst_fft_f32_phase):
6450         * gst-libs/gst/fft/gstfftf32.h:
6451         * gst-libs/gst/fft/gstfftf64.c: (gst_fft_f64_new),
6452         (gst_fft_f64_fft), (gst_fft_f64_inverse_fft), (gst_fft_f64_free),
6453         (gst_fft_f64_window), (gst_fft_f64_magnitude), (gst_fft_f64_phase):
6454         * gst-libs/gst/fft/gstfftf64.h:
6455         * gst-libs/gst/fft/gstffts16.c: (gst_fft_s16_new),
6456         (gst_fft_s16_fft), (gst_fft_s16_inverse_fft), (gst_fft_s16_free),
6457         (gst_fft_s16_window), (gst_fft_s16_magnitude), (gst_fft_s16_phase):
6458         * gst-libs/gst/fft/gstffts16.h:
6459         * gst-libs/gst/fft/gstffts32.c: (gst_fft_s32_new),
6460         (gst_fft_s32_fft), (gst_fft_s32_inverse_fft), (gst_fft_s32_free),
6461         (gst_fft_s32_window), (gst_fft_s32_magnitude), (gst_fft_s32_phase):
6462         * gst-libs/gst/fft/gstffts32.h:
6463         * gst-libs/gst/fft/kiss_fft_f32.c: (kf_bfly2), (kf_bfly4),
6464         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6465         (kiss_fft_f32_alloc), (kiss_fft_f32_stride), (kiss_fft_f32),
6466         (kiss_fft_f32_cleanup), (kiss_fft_f32_next_fast_size):
6467         * gst-libs/gst/fft/kiss_fft_f32.h:
6468         * gst-libs/gst/fft/kiss_fft_f64.c: (kf_bfly2), (kf_bfly4),
6469         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6470         (kiss_fft_f64_alloc), (kiss_fft_f64_stride), (kiss_fft_f64),
6471         (kiss_fft_f64_cleanup), (kiss_fft_f64_next_fast_size):
6472         * gst-libs/gst/fft/kiss_fft_f64.h:
6473         * gst-libs/gst/fft/kiss_fft_s16.c: (kf_bfly2), (kf_bfly4),
6474         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6475         (kiss_fft_s16_alloc), (kiss_fft_s16_stride), (kiss_fft_s16),
6476         (kiss_fft_s16_cleanup), (kiss_fft_s16_next_fast_size):
6477         * gst-libs/gst/fft/kiss_fft_s16.h:
6478         * gst-libs/gst/fft/kiss_fft_s32.c: (kf_bfly2), (kf_bfly4),
6479         (kf_bfly3), (kf_bfly5), (kf_bfly_generic), (kf_work), (kf_factor),
6480         (kiss_fft_s32_alloc), (kiss_fft_s32_stride), (kiss_fft_s32),
6481         (kiss_fft_s32_cleanup), (kiss_fft_s32_next_fast_size):
6482         * gst-libs/gst/fft/kiss_fft_s32.h:
6483         * gst-libs/gst/fft/kiss_fftr_f32.c: (kiss_fftr_f32_alloc),
6484         (kiss_fftr_f32), (kiss_fftri_f32):
6485         * gst-libs/gst/fft/kiss_fftr_f32.h:
6486         * gst-libs/gst/fft/kiss_fftr_f64.c: (kiss_fftr_f64_alloc),
6487         (kiss_fftr_f64), (kiss_fftri_f64):
6488         * gst-libs/gst/fft/kiss_fftr_f64.h:
6489         * gst-libs/gst/fft/kiss_fftr_s16.c: (kiss_fftr_s16_alloc),
6490         (kiss_fftr_s16), (kiss_fftri_s16):
6491         * gst-libs/gst/fft/kiss_fftr_s16.h:
6492         * gst-libs/gst/fft/kiss_fftr_s32.c: (kiss_fftr_s32_alloc),
6493         (kiss_fftr_s32), (kiss_fftri_s32):
6494         * gst-libs/gst/fft/kiss_fftr_s32.h:
6495         * gst-libs/gst/fft/kiss_version:
6496         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6497         * pkgconfig/gstreamer-plugins-base.pc.in:
6498         Add libgstfft, a FFT library based on Kiss FFT which is
6499         BSD licensed. Supported sample formats are int16, int32,
6500         float and double. For those formats a real FFT and IFFT
6501         can be done, different windowing functions can be applied
6502         and functions for extracting the magnitude and phase exist.
6503         Fixes #468619.
6504
6505         * docs/libs/Makefile.am:
6506         * docs/libs/gst-plugins-base-libs-docs.sgml:
6507         * docs/libs/gst-plugins-base-libs-sections.txt:
6508         Integrate libgstfft into the docs.
6509
6510         * tests/check/Makefile.am:
6511         * tests/check/libs/fft.c: (GST_START_TEST), (fft_suite), (main):
6512         Add unit tests for libgstfft, currently only testing the FFT.
6513         Unit tests for IFFT will follow soon.
6514
6515 2007-09-05  Wim Taymans  <wim.taymans@gmail.com>
6516
6517         Patch by: Peter Kjellerstedt  <pkj at axis com>
6518
6519         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_time_init),
6520         (gst_sdp_message_init), (gst_sdp_message_uninit),
6521         (is_multicast_address), (gst_sdp_message_as_text),
6522         (gst_sdp_message_get_origin), (gst_sdp_message_set_connection),
6523         (gst_sdp_message_get_connection), (gst_sdp_message_add_bandwidth),
6524         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
6525         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
6526         (gst_sdp_message_get_attribute_val), (gst_sdp_message_add_media),
6527         (gst_sdp_media_init), (gst_sdp_media_uninit),
6528         (gst_sdp_media_as_text), (gst_sdp_media_set_port_info),
6529         (gst_sdp_media_connections_len), (gst_sdp_media_add_connection),
6530         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_bandwidth),
6531         (gst_sdp_media_add_bandwidth), (gst_sdp_media_attributes_len),
6532         (gst_sdp_parse_line), (print_media), (gst_sdp_message_dump):
6533         * gst-libs/gst/sdp/gstsdpmessage.h:
6534         Separate INIT_ARRAY() and related macros into two versions, one for
6535         structures and one for pointers (e.g., INIT_ARRAY() and
6536         INIT_PTR_ARRAY()). This fixes a segmentation error on freeing the
6537         lists of emails and phone numbers.
6538         Add missing const as appropriate.
6539         Change all gint to guint since they all actually represent unsigned
6540         values.
6541         Do not use time as a variable name as it shadows the global time().
6542         Add gst_sdp_message_as_text() and gst_sdp_media_as_text().
6543         Actually implement gst_sdp_message_add_time().
6544         Make gst_sdp_message_add_time() take repeat times as an argument.
6545         Store repeat times in GstSDPTime as a GArray rather than as gchar**.
6546         Corrected the definition of gst_sdp_media_get_bandwidth() (was
6547         misspelled as badwidth).
6548         gst-indented and a little clean up. Fixes #471067.
6549
6550 2007-09-05  Sebastian Dröge  <slomo@circular-chaos.org>
6551
6552         * gst/volume/gstvolume.c: (volume_choose_func),
6553         (volume_process_double), (volume_process_double_clamp),
6554         (volume_process_float_clamp):
6555         Correctly clamp float/double samples in the [-1.0,1.0] range to
6556         prevent weird effects.
6557         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
6558         Add unit tests for all samples types that had none before.
6559
6560 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6561
6562         * gst-libs/gst/rtp/gstrtpbuffer.c:
6563           Need to include stdlib.h for abs() here too.
6564
6565 2007-09-05  Tim-Philipp Müller  <tim at centricular dot net>
6566
6567         * gst/playback/gststreaminfo.c:
6568           Fix build.
6569
6570 2007-09-05  Stefan Kost  <ensonic@users.sf.net>
6571
6572         * gst/playback/gststreaminfo.c:
6573           Clean up some half-disabled code and comment.
6574
6575 2007-09-04  Wim Taymans  <wim.taymans@gmail.com>
6576
6577         Patch by: Laurent Glayal <spglegle at yahoo dot fr>
6578
6579         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
6580         (gst_base_rtp_payload_audio_handle_event):
6581         Return FALSE from the event handler to let the parent class handle the
6582         event. Fixes #446766.
6583
6584         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6585         (gst_base_rtp_depayload_chain), (gst_base_rtp_depayload_push_full):
6586         Mark outgoing buffers as DISCONT if the incomming buffer was DISCONT.
6587
6588         * gst-libs/gst/rtp/gstbasertppayload.c:
6589         Bump the MTU to 1400.
6590
6591 2007-09-03  Johan Dahlin  <jdahlin@async.com.br>
6592
6593         * gst/typefind/gsttypefindfunctions.c (plugin_init): 
6594         Add an audio/x-nsf typefind function for the nsfdec element.
6595
6596 2007-09-03  Renato Filho  <renato.filho@indt.org.br>
6597         * gst/playback/gstplaybasebin.c:
6598         Included "myth://" on stream_uris list for enable buffering to mythtv files
6599
6600 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6601
6602         * docs/libs/gst-plugins-base-libs-sections.txt:
6603         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
6604         (gst_rtcp_packet_sdes_copy_entry), (gst_rtcp_ntp_to_unix),
6605         (gst_rtcp_unix_to_ntp):
6606         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6607         Fix parsing of RB blocks.
6608         Fix docs.
6609         Added helper functions to convert to/from UNIX and NTP time.
6610         API: gst_rtcp_ntp_to_unix()
6611         API: gst_rtcp_unix_to_ntp()
6612
6613         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data),
6614         (gst_rtp_buffer_get_header_len),
6615         (gst_rtp_buffer_get_extension_data),
6616         (gst_rtp_buffer_get_payload_subbuffer),
6617         (gst_rtp_buffer_get_payload_len), (gst_rtp_buffer_get_payload),
6618         (gst_rtp_buffer_ext_timestamp):
6619         * gst-libs/gst/rtp/gstrtpbuffer.h:
6620         Fix some more docs.
6621         Implement handling of packets with extensions.
6622         Fix padding check in _validate().
6623         Added function to get extension data.
6624         API: gst_rtp_buffer_get_header_len()
6625         API: gst_rtp_buffer_get_extension_data()
6626
6627 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6628
6629         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6630         (gst_base_rtp_depayload_class_init),
6631         (gst_base_rtp_depayload_set_gst_timestamp):
6632         Add some more docs for the queue-delay property and fix a typo in a
6633         comment.
6634
6635         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
6636         Fix typo.
6637
6638 2007-09-03  Wim Taymans  <wim.taymans@gmail.com>
6639
6640         * gst-libs/gst/audio/gstbaseaudiosink.c:
6641         (gst_base_audio_sink_skew_slaving), (gst_base_audio_sink_render),
6642         (gst_base_audio_sink_change_state):
6643         When skew slaving, try to hover around the middle of a segment so that
6644         we at most drift by half a segment.
6645         If we are aligning in the oposite direction of the clock skew, we don't
6646         have to resync.
6647
6648 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6649
6650         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6651         (gst_base_rtp_depayload_setcaps),
6652         (gst_base_rtp_depayload_set_gst_timestamp):
6653         Be less silly with the segment start, just apply the clock-base to the
6654         timestamp.
6655
6656 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6657
6658         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6659         (gst_base_rtp_depayload_class_init),
6660         (gst_base_rtp_depayload_finalize),
6661         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
6662         (gst_base_rtp_depayload_handle_sink_event),
6663         (gst_base_rtp_depayload_set_gst_timestamp),
6664         (gst_base_rtp_depayload_change_state):
6665         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6666         Deprecate the queue handling thread thing and remove the code.
6667         Use new method to calculate the extended timestamp.
6668
6669 2007-08-31  Wim Taymans  <wim.taymans@gmail.com>
6670
6671         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6672         (gst_rtcp_packet_sdes_copy_entry):
6673         Use g_strndup which does exactly what we want.
6674
6675         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_compare_seqnum),
6676         (gst_rtp_buffer_ext_timestamp):
6677         * gst-libs/gst/rtp/gstrtpbuffer.h:
6678         Add helper function to compare seqnums.
6679         Add helper function to calculate extended timestamps.
6680         API: gst_rtp_buffer_compare_seqnum()
6681         API: gst_rtp_buffer_ext_timestamp()
6682
6683 2007-08-30  Wim Taymans  <wim.taymans@gmail.com>
6684
6685         * gst-libs/gst/rtp/gstrtcpbuffer.c:
6686         (gst_rtcp_packet_sdes_get_entry),
6687         (gst_rtcp_packet_sdes_copy_entry):
6688         * gst-libs/gst/rtp/gstrtcpbuffer.h:
6689         Fix and document SDES item data function.
6690         Add new function that makes a proper copy of SDES item data.
6691         API: gst_rtcp_packet_sdes_copy_entry()
6692
6693 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6694
6695         * configure.ac:
6696         * gst/Makefile.am:
6697           The tcp and subparse plugins are under gst, but not totaly free of
6698           dependencies. Handle selection inconfigure.ac, so that they show up
6699           on the final list of what is build and what is not. Maybe they should
6700           better be moved to ext.
6701
6702 2007-08-30  Stefan Kost  <ensonic@users.sf.net>
6703
6704         Patch by: Daniel Díaz  <yosoy@danieldiaz.org>
6705
6706         * configure.ac:
6707         * gst/Makefile.am:
6708           Check if libxml provides HTML parser which subparse needs.
6709           Fixes #451970.
6710
6711 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6712
6713         * ext/alsa/gstalsa.c:
6714           Fix typo and compilation on big endian systems.
6715
6716 2007-08-29  Tim-Philipp Müller  <tim at centricular dot net>
6717
6718         * gst/subparse/gstssaparse.c:
6719           Convert SSA newline codes into actual newline characters (#470766).
6720
6721 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6722
6723         * docs/libs/gst-plugins-base-libs-sections.txt:
6724         * gst-libs/gst/pbutils/install-plugins.c:
6725         * gst-libs/gst/pbutils/install-plugins.h:
6726         * tests/check/libs/pbutils.c:
6727           API: also add gst_install_plugins_supported() while we're at it
6728           (see #470456).
6729
6730 2007-08-28  Tim-Philipp Müller  <tim at centricular dot net>
6731
6732         * docs/libs/gst-plugins-base-libs-sections.txt:
6733         * gst-libs/gst/pbutils/missing-plugins.c:
6734         * gst-libs/gst/pbutils/missing-plugins.h:
6735         * tests/check/libs/pbutils.c:
6736           API: add gst_missing_*_installer_detail_new() convenience API so
6737           that applications that know exactly what they're missing can request
6738           installer detail strings for those items directly instead of having
6739           to first create a dummy missing-plugin message and then get the
6740           installer detail string from that.  Fixes #470456.
6741
6742 2007-08-27  Jan Schmidt  <thaytan@mad.scientist.com>
6743
6744         * gst/playback/gstdecodebin.c: (close_pad_link):
6745         We need to set up delayed-linking whenever the caps are non-fixed,
6746         not just when there are multiple types - use gst_pad_is_fixed()
6747         to test.
6748
6749 2007-08-26  Tim-Philipp Müller  <tim at centricular dot net>
6750
6751         * gst-libs/gst/pbutils/missing-plugins.c:
6752           (gst_missing_plugin_message_get_installer_detail):
6753           Add missing separator in PID fallback case.
6754
6755 2007-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
6756
6757         * ext/alsa/Makefile.am:
6758         There is no GST_PLUGINS_BASE_LIBS defined.
6759         
6760         * ext/alsa/gstalsa.c:
6761         * ext/alsa/gstalsasink.c: (gst_alsasink_delay):
6762         * ext/alsa/gstalsasrc.c: (gst_alsasrc_delay):
6763         Add support for ALSA 24-bit formats.
6764         snd_pcm_delay can return an error code, especially
6765         during XRUNS. In that case, the best we can do is assume
6766         delay = 0.
6767
6768         * gst/audioconvert/Makefile.am:
6769         Add flags from -base before any more-remote dependencies.
6770
6771 2007-08-23  Sebastian Dröge  <slomo@circular-chaos.org>
6772
6773         Based on a patch by: Davyd Madeley <davyd at madeley dot id dot au>
6774
6775         * gst/volume/gstvolume.c: (volume_choose_func),
6776         (volume_update_real_volume), (gst_volume_set_volume),
6777         (gst_volume_init), (volume_process_int32),
6778         (volume_process_int32_clamp), (volume_process_int24),
6779         (volume_process_int24_clamp), (volume_process_int16),
6780         (volume_process_int16_clamp), (volume_process_int8),
6781         (volume_process_int8_clamp), (volume_update_volume), (plugin_init):
6782         * gst/volume/gstvolume.h:
6783         Add support for int32, int24 and int8 to the volume element.
6784         Fixes #445529.
6785
6786 2007-08-23  Tim-Philipp Müller  <tim at centricular dot net>
6787
6788         * tests/examples/Makefile.am:
6789           Fix even more.
6790
6791 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6792
6793         * configure.ac:
6794         * docs/libs/Makefile.am:
6795         * docs/libs/gst-plugins-base-libs-docs.sgml:
6796         * docs/libs/gst-plugins-base-libs-sections.txt:
6797         * ext/gnomevfs/gstgnomevfssrc.c:
6798         * ext/gnomevfs/gstgnomevfssrc.h:
6799         * gst-libs/gst/Makefile.am:
6800         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
6801         * pkgconfig/gstreamer-plugins-base.pc.in:
6802         * sys/v4l/v4lsrc_calls.c:
6803         * tests/examples/Makefile.am:
6804         * win32/common/config.h:
6805           Revert unwanted commit. many thanks to moap. I want a fix for 
6806           https://thomas.apestaart.org/moap/trac/ticket/239
6807
6808 2007-08-23  Stefan Kost  <ensonic@users.sf.net>
6809
6810         * gst/volume/gstvolume.c:
6811           Move passthrough below gst_object_sync_values(). Fixes #442654.
6812
6813 2007-08-22  Wim Taymans  <wim.taymans@gmail.com>
6814
6815         * gst-libs/gst/audio/audio.c:
6816         Clarify the docs a little.
6817
6818 2007-08-22  Stefan Kost  <ensonic@users.sf.net>
6819
6820         * gst/volume/gstvolume.c:
6821           Enable liboil for float and add more details about problems with
6822           int16.
6823
6824 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6825
6826         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
6827         Fix RGB24 masks as spotted by _ke (Daniel G. Siegel) on IRC.
6828
6829 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6830
6831         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
6832         When calculating the first timestamp of the buffers, don't go below 0
6833         and clip the samples because the offset was on the eos page.
6834         Fixes #466717.
6835
6836 2007-08-21  Wim Taymans  <wim.taymans@gmail.com>
6837
6838         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain),
6839         (gst_ogg_demux_collect_chain_info):
6840         Also submit the eos page when trying to find the first timestamp.
6841         See #466717.
6842
6843 2007-08-17  Sebastian Dröge  <slomo@circular-chaos.org>
6844
6845         * gst-libs/gst/audio/audio.h:
6846         Use gst_util_uint64_scale() instead of doing the math
6847         with double for GST_FRAMES_TO_CLOCK_TIME() and
6848         GST_CLOCK_TIME_TO_FRAMES(). For large timestamps this
6849         prevents rounding errors. Fixes #467667.
6850
6851 2007-08-17  Wim Taymans  <wim.taymans@gmail.com>
6852
6853         * gst-libs/gst/rtsp/gstrtspconnection.c:
6854         (gst_rtsp_connection_connect), (gst_rtsp_connection_write),
6855         (gst_rtsp_connection_read), (gst_rtsp_connection_poll):
6856         * gst-libs/gst/rtsp/gstrtspconnection.h:
6857         Small cleanups.
6858         On shutdown, don't read the control socket yet.
6859         Set timeout value correctly in all cases.
6860         Add function to check if the server accepts reads or writes.
6861         API: gst_rtsp_connection_poll()
6862
6863         * gst-libs/gst/rtsp/gstrtspdefs.h:
6864         Fix compilation with -pedantic.
6865         Add enum for _poll.
6866
6867 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6868
6869         Patch by: Olivier Crete  <tester at tester ca>
6870
6871         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
6872         (gst_basertppayload_getcaps):
6873         * gst-libs/gst/rtp/gstbasertppayload.h:
6874         Add getcaps vfunc to basertppayload. See #465146.
6875
6876 2007-08-16  Wim Taymans  <wim.taymans@gmail.com>
6877
6878         * gst/playback/gstplaybasebin.c: (queue_threshold_reached):
6879         Only post buffering messages when we are a stream.
6880
6881 2007-08-15  Tim-Philipp Müller  <tim at centricular dot net>
6882
6883         * gst-libs/gst/pbutils/install-plugins.c:
6884         * gst-libs/gst/pbutils/missing-plugins.c:
6885           Small docs fix and addition.
6886
6887 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6888
6889         * tests/icles/.cvsignore:
6890         * tests/icles/Makefile.am:
6891         * tests/icles/test-textoverlay.c:
6892           Add a dumb little test for textoverlay alignments.
6893
6894 2007-08-13  Tim-Philipp Müller  <tim at centricular dot net>
6895
6896         Patch by: Dan Williams  <dcbw redhat com>
6897
6898         * ext/pango/gsttextoverlay.c:
6899         * ext/pango/gsttextoverlay.h:
6900           API: add "line-alignment" property (#459334). Add gtk-doc blurb for
6901           "silent" property so there's a Since tag in the API reference.
6902
6903 2007-08-12  Wim Taymans  <wim.taymans@gmail.com>
6904
6905         * gst-libs/gst/rtp/gstbasertppayload.c:
6906         (gst_basertppayload_set_outcaps):
6907         * gst-libs/gst/rtp/gstbasertppayload.h:
6908         Improve caps negotiation so that downstream elements can confiure
6909         certain RTP properties by fixing them on the caps. See #465146.
6910         Add docs.
6911
6912 2007-08-11  Tim-Philipp Müller  <tim at centricular dot net>
6913
6914         * docs/libs/gst-plugins-base-libs-sections.txt:
6915         * gst-libs/gst/rtp/gstbasertpdepayload.c:
6916         * gst-libs/gst/rtp/gstbasertpdepayload.h:
6917           Mark as deprecated some macros which were presumably meant to be
6918           private API and accidentally exposed in the public header file.
6919           Also actually _init() lock (only works at the moment because the
6920           struct is zeroed out when created and the initial values in the
6921           mutex struct are zeroes too). (#459585)
6922
6923 2007-08-10  Stefan Kost  <ensonic@users.sf.net>
6924
6925         * docs/libs/Makefile.am:
6926           Remove cruft and do some cleanups.
6927
6928         * docs/libs/gst-plugins-base-libs-docs.sgml:
6929           Prepare for comming gtkdoc features (rebase against online docs).
6930
6931 2007-08-10  Michael Smith <msmith@fluendo.com>
6932
6933         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6934           Debug output fixes.
6935         * tests/check/elements/audiorate.c: (do_perfect_stream_test),
6936         (GST_START_TEST):
6937           Change the number of buffers used; 500 is too many and leads to
6938           timeouts.
6939
6940 2007-08-10  Tim-Philipp Müller  <tim at centricular dot net>
6941
6942         * gst/playback/gstqueue2.c:
6943         * gst/videorate/gstvideorate.c:
6944           Printf format fixes (#465028).
6945
6946 2007-08-09  Michael Smith <msmith@fluendo.com>
6947
6948         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
6949           If we have a large (> 1 second) discontinuity, push a series of
6950           smaller buffers rather than a single very large buffer. Avoids
6951           unreasonably large single buffer allocations when encountering a
6952           large gap.
6953         * tests/check/elements/audiorate.c: (GST_START_TEST),
6954         (audiorate_suite):
6955           Add a test for this.
6956
6957 2007-08-09  Jan Schmidt  <thaytan@mad.scientist.com>
6958
6959         * gst/playback/gstplaybasebin.c: (group_commit),
6960         (queue_remove_probe), (queue_threshold_reached):
6961
6962         Patch by: Josep Torra Valles <josep@fluendo.com>
6963         Fixes: #465015
6964         Make sure we remove the check_queues buffer probe from the 
6965         correct queue to avoid racily going back to "buffering 99%" when
6966         buffering is actually complete.
6967
6968         Also, fix the spelling of Josep's surname in the ChangeLog.
6969
6970 2007-08-09  Stefan Kost  <ensonic@users.sf.net>
6971
6972         * ext/ogg/gstoggmux.c:
6973           Do not leak oggmux instance.
6974         
6975         * ext/vorbis/vorbisenc.c:
6976           Also log values.
6977
6978 2007-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
6979
6980         * po/hu.po:
6981         * po/it.po:
6982         * po/nl.po:
6983         * po/uk.po:
6984         * po/vi.po:
6985           Updated translations.
6986
6987 2007-08-08  Stefan Kost  <ensonic@users.sf.net>
6988
6989         patch by: Yang Hong <hongyang@redflag-linux.com>
6990
6991         * ext/pango/gsttextoverlay.c:
6992         * ext/pango/gsttextoverlay.h:
6993           Add 'silent' property to GstTimeOverlay. Fixes #462979
6994
6995 2007-08-08  Wim Taymans  <wim.taymans@gmail.com>
6996
6997         Patch by: Josep Torra Valles <josep@fluendo.com>
6998
6999         * docs/plugins/gst-plugins-base-plugins.args:
7000         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_class_init),
7001         (gst_uri_decode_bin_init), (gst_uri_decode_bin_set_property),
7002         (gst_uri_decode_bin_get_property), (gen_source_element):
7003         Add connection-speed property. Fixes #464690.
7004
7005 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7006
7007         Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
7008
7009         * configure.ac:
7010         * gst-libs/gst/rtsp/Makefile.am:
7011         * gst-libs/gst/rtsp/gstrtspconnection.c:
7012         (gst_rtsp_connection_connect):
7013         Fix compilation on windows. Fixes #464320.
7014
7015 2007-08-07  Wim Taymans  <wim.taymans@gmail.com>
7016
7017         Patch by: Josep Torra Valles <josep@fluendo.com>
7018
7019         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
7020         (gst_play_base_bin_init), (queue_threshold_reached),
7021         (gen_source_element), (setup_substreams),
7022         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
7023         (gst_play_base_bin_get_streaminfo_value_array):
7024         * gst/playback/gstplaybasebin.h:
7025         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
7026         (gst_play_bin_set_property), (gst_play_bin_get_property),
7027         (gst_play_bin_handle_redirect_message):
7028         Move connection-speed property from playbin to playbasebin so that we
7029         can also configure it in source elements that have the connection-speed
7030         property. Fixes #464028.
7031         Add some debug info here and there.
7032
7033 2007-08-06  Sebastian Dröge  <slomo@circular-chaos.org>
7034
7035         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
7036         Properly respond to conversion queries. Fixes #464079.
7037
7038 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7039
7040         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_init),
7041         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
7042         (gst_audio_test_src_init_sine_table),
7043         (gst_audio_test_src_change_wave), (gst_audio_test_src_create):
7044         * gst/audiotestsrc/gstaudiotestsrc.h:
7045         Add float/double and int32 support to audiotestsrc. Fixes #460422.
7046         Also set the default volume to the default value specified in the
7047         GParamSpec.
7048
7049 2007-08-03  Sebastian Dröge  <slomo@circular-chaos.org>
7050
7051         Patch by: Jens Granseuer <jensgr at gmx dot net>
7052
7053         * gst/audioconvert/gstaudioquantize.c:
7054         Fix C89 incompatibilities and spelling of explanations. Fixes #463215.
7055
7056 2007-08-03  Wim Taymans  <wim.taymans@gmail.com>
7057
7058         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_parse):
7059         Add rdt manager for rdt transport.
7060         Fix parsing of RDT transport.
7061
7062 2007-08-03  Jan Schmidt  <thaytan@mad.scientist.com>
7063
7064         * configure.ac:
7065         Back to CVS
7066
7067 === release 0.10.14 ===
7068
7069 2007-08-03  Jan Schmidt <thaytan@mad.scientist.com>
7070
7071         * configure.ac:
7072           releasing 0.10.14, "Light Years Ahead"
7073
7074 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7075
7076         * tests/check/libs/audio.c: (GST_START_TEST):
7077         Fix the test to reflect the behaviour of gst_audio_clip_buffer.
7078
7079 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7080
7081         * gst-libs/gst/audio/audio.c:
7082         When clipping a buffer with no timestamp, assume it is
7083         within the segment without warnings.
7084
7085         Fixes: #460978
7086
7087 2007-07-27  Wim Taymans  <wim.taymans@gmail.com>
7088
7089         * gst-libs/gst/rtsp/gstrtspextension.c: (gst_rtsp_extension_send):
7090         Fire the signal on the object, not the interface.
7091
7092 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7093
7094         * gst-libs/gst/rtsp/.cvsignore:
7095         Ber. Don't include the full path, idiot.
7096
7097 2007-07-27  Jan Schmidt  <thaytan@mad.scientist.com>
7098
7099         * gst-libs/gst/rtsp/.cvsignore:
7100         Ignore generated files.
7101
7102 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7103
7104         * gst-libs/gst/interfaces/Makefile.am:
7105         * gst-libs/gst/interfaces/interfaces-marshal.list:
7106         * gst-libs/gst/interfaces/rtspextension.c:
7107         * gst-libs/gst/interfaces/rtspextension.h:
7108         * gst-libs/gst/rtsp/Makefile.am:
7109         * gst-libs/gst/rtsp/gstrtsp.h:
7110         * gst-libs/gst/rtsp/gstrtspextension.c:
7111         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7112         (gst_rtsp_extension_detect_server),
7113         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7114         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7115         (gst_rtsp_extension_configure_stream),
7116         (gst_rtsp_extension_get_transports),
7117         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7118         * gst-libs/gst/rtsp/gstrtspextension.h:
7119         * gst-libs/gst/rtsp/rtsp-marshal.list:
7120         Move the rtspextension.h interface into gstrtspextension.h
7121         as part of libgstrtsp instead of libgstinterfaces, because it's
7122         only for use within plugins, not applications. 
7123         Add stuff to do the enum & marshal generation needed in libgstrtsp now.
7124         Use the GST_TYPE_RTSP_RESULT enum type for the return value of the 
7125         signal that the GstRTSPExtension interface emits, since G_TYPE_ENUM
7126         is abstract.
7127
7128 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7129
7130         * gst-libs/gst/interfaces/Makefile.am:
7131         * gst-libs/gst/interfaces/interfaces-marshal.list:
7132         * gst-libs/gst/interfaces/rtspextension.c:
7133         (gst_rtsp_extension_iface_init),
7134         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7135         * gst-libs/gst/interfaces/rtspextension.h:
7136         Fix marshaller for the send signal.
7137         Add URL to stream selection interface method.
7138
7139 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7140
7141         * gst-libs/gst/riff/Makefile.am:
7142         Pull in our dependencies from -base before those from outside.
7143
7144 2007-07-26  Wim Taymans  <wim.taymans@gmail.com>
7145
7146         * docs/libs/gst-plugins-base-libs-sections.txt:
7147         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_decode_ip):
7148         * gst-libs/gst/rtsp/gstrtspbase64.h:
7149         API: gst_rtsp_base64_decode_ip()
7150         Added function to decode Base64 in-place.
7151
7152 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7153
7154         * tests/check/libs/.cvsignore:
7155         Ignore the mixer test binary.
7156
7157 2007-07-26  Jan Schmidt  <thaytan@mad.scientist.com>
7158
7159         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward):
7160         Gratuitous comment change to trigger a rebuild on the buildbots.
7161
7162 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7163
7164         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_media_get_media),
7165         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7166         (gst_sdp_media_get_proto), (gst_sdp_media_formats_len),
7167         (gst_sdp_media_get_format), (gst_sdp_media_get_information),
7168         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7169         (gst_sdp_media_bandwidths_len), (gst_sdp_media_get_badwidth),
7170         (gst_sdp_media_get_key), (gst_sdp_media_attributes_len),
7171         (gst_sdp_media_get_attribute), (gst_sdp_media_get_attribute_val_n),
7172         (gst_sdp_media_get_attribute_val):
7173         * gst-libs/gst/sdp/gstsdpmessage.h:
7174         Constify args where we can.
7175
7176 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7177
7178         * gst-libs/gst/interfaces/Makefile.am:
7179         * gst-libs/gst/interfaces/rtspextension.c:
7180         (gst_rtsp_extension_get_type), (gst_rtsp_extension_iface_init),
7181         (gst_rtsp_extension_detect_server),
7182         (gst_rtsp_extension_before_send), (gst_rtsp_extension_after_send),
7183         (gst_rtsp_extension_parse_sdp), (gst_rtsp_extension_setup_media),
7184         (gst_rtsp_extension_configure_stream),
7185         (gst_rtsp_extension_get_transports),
7186         (gst_rtsp_extension_stream_select), (gst_rtsp_extension_send):
7187         * gst-libs/gst/interfaces/rtspextension.h:
7188         Move interface for RTSP extensions from -good to here.
7189         Added helper methods to invoke interface methods.
7190
7191 2007-07-25  Wim Taymans  <wim.taymans@gmail.com>
7192
7193         * docs/libs/gst-plugins-base-libs-sections.txt:
7194         * gst-libs/gst/rtsp/gstrtspdefs.h:
7195         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7196         (gst_rtsp_message_get_type), (gst_rtsp_message_parse_request),
7197         (gst_rtsp_message_init_response),
7198         (gst_rtsp_message_parse_response), (gst_rtsp_message_new_data),
7199         (gst_rtsp_message_parse_data), (gst_rtsp_message_add_header),
7200         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7201         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7202         (gst_rtsp_message_get_body), (dump_key_value):
7203         * gst-libs/gst/rtsp/gstrtspmessage.h:
7204         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7205         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7206         (gst_rtsp_range_parse):
7207         * gst-libs/gst/rtsp/gstrtsprange.h:
7208         * gst-libs/gst/rtsp/gstrtsptransport.c:
7209         * gst-libs/gst/rtsp/gstrtspurl.c:
7210         Fix some more RTSP docs.
7211         Add some missing methods for dealing with messages.
7212
7213 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7214
7215         * docs/libs/gst-plugins-base-libs-docs.sgml:
7216         * docs/libs/gst-plugins-base-libs-sections.txt:
7217         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7218         * gst-libs/gst/rtsp/gstrtspbase64.h:
7219         * gst-libs/gst/rtsp/gstrtspconnection.c:
7220         (gst_rtsp_connection_connect), (add_auth_header),
7221         (gst_rtsp_connection_write), (gst_rtsp_connection_send),
7222         (read_body), (gst_rtsp_connection_receive),
7223         (gst_rtsp_connection_next_timeout),
7224         (gst_rtsp_connection_reset_timeout),
7225         (gst_rtsp_connection_set_auth):
7226         * gst-libs/gst/rtsp/gstrtspconnection.h:
7227         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status):
7228         * gst-libs/gst/rtsp/gstrtspdefs.h:
7229         * gst-libs/gst/rtsp/gstrtspmessage.h:
7230         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7231         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7232         (gst_rtsp_range_parse):
7233         * gst-libs/gst/rtsp/gstrtspurl.h:
7234         Added beginnings of RTSP documentation.
7235
7236 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7237
7238         * docs/libs/Makefile.am:
7239         * docs/libs/gst-plugins-base-libs-docs.sgml:
7240         * docs/libs/gst-plugins-base-libs-sections.txt:
7241         * gst-libs/gst/sdp/gstsdp.h:
7242         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_message_set_origin),
7243         (gst_sdp_message_set_connection), (gst_sdp_message_add_bandwidth),
7244         (gst_sdp_message_add_time), (gst_sdp_message_add_zone),
7245         (gst_sdp_message_set_key), (gst_sdp_message_get_attribute_val_n),
7246         (gst_sdp_message_get_attribute_val),
7247         (gst_sdp_message_add_attribute), (gst_sdp_media_new),
7248         (gst_sdp_media_init), (gst_sdp_media_uninit), (gst_sdp_media_free),
7249         (gst_sdp_media_get_media), (gst_sdp_media_set_media),
7250         (gst_sdp_media_get_port), (gst_sdp_media_get_num_ports),
7251         (gst_sdp_media_set_port_info), (gst_sdp_media_get_proto),
7252         (gst_sdp_media_set_proto), (gst_sdp_media_formats_len),
7253         (gst_sdp_media_get_format), (gst_sdp_media_add_format),
7254         (gst_sdp_media_get_information), (gst_sdp_media_set_information),
7255         (gst_sdp_media_connections_len), (gst_sdp_media_get_connection),
7256         (gst_sdp_media_add_connection), (gst_sdp_media_bandwidths_len),
7257         (gst_sdp_media_get_badwidth), (gst_sdp_media_add_bandwidth),
7258         (gst_sdp_media_set_key), (gst_sdp_media_get_key),
7259         (gst_sdp_media_attributes_len), (gst_sdp_media_add_attribute),
7260         (gst_sdp_media_get_attribute_val_n),
7261         (gst_sdp_media_get_attribute_val), (gst_sdp_message_parse_buffer),
7262         (print_media), (gst_sdp_message_dump):
7263         * gst-libs/gst/sdp/gstsdpmessage.h:
7264         Document the SDP library.
7265         Add some of the missing SDPMedia methods.
7266
7267 2007-07-24  Wim Taymans  <wim.taymans@gmail.com>
7268
7269         * configure.ac:
7270         * gst-libs/gst/Makefile.am:
7271         * gst-libs/gst/rtsp/Makefile.am:
7272         * gst-libs/gst/rtsp/gstrtspbase64.c: (gst_rtsp_base64_encode):
7273         * gst-libs/gst/rtsp/gstrtspbase64.h:
7274         * gst-libs/gst/rtsp/gstrtspconnection.c: (inet_aton),
7275         (gst_rtsp_connection_create), (gst_rtsp_connection_connect),
7276         (add_auth_header), (add_date_header), (gst_rtsp_connection_write),
7277         (gst_rtsp_connection_send), (read_line), (read_string), (read_key),
7278         (parse_response_status), (parse_request_line), (parse_line),
7279         (gst_rtsp_connection_read), (read_body),
7280         (gst_rtsp_connection_receive), (gst_rtsp_connection_close),
7281         (gst_rtsp_connection_free), (gst_rtsp_connection_next_timeout),
7282         (gst_rtsp_connection_reset_timeout), (gst_rtsp_connection_flush),
7283         (gst_rtsp_connection_set_auth):
7284         * gst-libs/gst/rtsp/gstrtspconnection.h:
7285         * gst-libs/gst/rtsp/gstrtspdefs.c: (rtsp_init_status),
7286         (gst_rtsp_strresult), (gst_rtsp_method_as_text),
7287         (gst_rtsp_version_as_text), (gst_rtsp_header_as_text),
7288         (gst_rtsp_status_as_text), (gst_rtsp_find_header_field),
7289         (gst_rtsp_find_method):
7290         * gst-libs/gst/rtsp/gstrtspdefs.h:
7291         * gst-libs/gst/rtsp/gstrtspmessage.c: (key_value_foreach),
7292         (gst_rtsp_message_new), (gst_rtsp_message_init),
7293         (gst_rtsp_message_new_request), (gst_rtsp_message_init_request),
7294         (gst_rtsp_message_new_response), (gst_rtsp_message_init_response),
7295         (gst_rtsp_message_init_data), (gst_rtsp_message_unset),
7296         (gst_rtsp_message_free), (gst_rtsp_message_add_header),
7297         (gst_rtsp_message_remove_header), (gst_rtsp_message_get_header),
7298         (gst_rtsp_message_append_headers), (gst_rtsp_message_set_body),
7299         (gst_rtsp_message_take_body), (gst_rtsp_message_get_body),
7300         (gst_rtsp_message_steal_body), (dump_mem), (dump_key_value),
7301         (gst_rtsp_message_dump):
7302         * gst-libs/gst/rtsp/gstrtspmessage.h:
7303         * gst-libs/gst/rtsp/gstrtsprange.c: (parse_npt_time),
7304         (parse_npt_range), (parse_clock_range), (parse_smpte_range),
7305         (gst_rtsp_range_parse), (gst_rtsp_range_free):
7306         * gst-libs/gst/rtsp/gstrtsprange.h:
7307         * gst-libs/gst/rtsp/gstrtsptransport.c: (gst_rtsp_transport_new),
7308         (gst_rtsp_transport_init), (gst_rtsp_transport_get_mime),
7309         (gst_rtsp_transport_get_manager), (parse_mode), (parse_range),
7310         (range_as_text), (rtsp_transport_mode_as_text),
7311         (rtsp_transport_profile_as_text), (rtsp_transport_ltrans_as_text),
7312         (gst_rtsp_transport_parse), (gst_rtsp_transport_as_text),
7313         (gst_rtsp_transport_free):
7314         * gst-libs/gst/rtsp/gstrtsptransport.h:
7315         * gst-libs/gst/rtsp/gstrtspurl.c: (gst_rtsp_url_parse),
7316         (gst_rtsp_url_free), (gst_rtsp_url_set_port),
7317         (gst_rtsp_url_get_port), (gst_rtsp_url_get_request_uri):
7318         * gst-libs/gst/rtsp/gstrtspurl.h:
7319         * gst-libs/gst/sdp/Makefile.am:
7320         * gst-libs/gst/sdp/gstsdp.h:
7321         * gst-libs/gst/sdp/gstsdpmessage.c: (gst_sdp_origin_init),
7322         (gst_sdp_connection_init), (gst_sdp_bandwidth_init),
7323         (gst_sdp_time_init), (gst_sdp_zone_init), (gst_sdp_key_init),
7324         (gst_sdp_attribute_init), (gst_sdp_message_new),
7325         (gst_sdp_message_init), (gst_sdp_message_uninit),
7326         (gst_sdp_message_free), (gst_sdp_media_new), (gst_sdp_media_init),
7327         (gst_sdp_media_uninit), (gst_sdp_media_free),
7328         (gst_sdp_message_set_origin), (gst_sdp_message_get_origin),
7329         (gst_sdp_message_set_connection), (gst_sdp_message_get_connection),
7330         (gst_sdp_message_add_bandwidth), (gst_sdp_message_add_time),
7331         (gst_sdp_message_add_zone), (gst_sdp_message_set_key),
7332         (gst_sdp_message_get_key), (gst_sdp_message_get_attribute_val_n),
7333         (gst_sdp_message_get_attribute_val),
7334         (gst_sdp_message_add_attribute), (gst_sdp_message_add_media),
7335         (gst_sdp_media_add_attribute), (gst_sdp_media_add_bandwidth),
7336         (gst_sdp_media_add_format), (gst_sdp_media_get_attribute),
7337         (gst_sdp_media_get_attribute_val_n),
7338         (gst_sdp_media_get_attribute_val), (gst_sdp_media_get_format),
7339         (read_string), (read_string_del), (gst_sdp_parse_line),
7340         (gst_sdp_message_parse_buffer), (print_media),
7341         (gst_sdp_message_dump):
7342         * gst-libs/gst/sdp/gstsdpmessage.h:
7343         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
7344         Move SDP and RTSP from helper objects in -good to a reusable library.
7345         Use a proper gst_ namespace.
7346
7347 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7348
7349         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
7350         (vorbis_dec_flush_decode):
7351         Use the new buffer clipping function from gstaudio here.
7352
7353 2007-07-23  Sebastian Dröge  <slomo@circular-chaos.org>
7354
7355         * docs/libs/gst-plugins-base-libs-sections.txt:
7356         * gst-libs/gst/audio/audio.c: (gst_audio_buffer_clip):
7357         * gst-libs/gst/audio/audio.h:
7358         * tests/check/libs/audio.c: (GST_START_TEST), (audio_suite):
7359         API: Add buffer clipping function for raw audio buffers. Fixes #456656.
7360         Also add deprecation guards for gst_audio_structure_set_int() to the
7361         header.
7362
7363 2007-07-23  Stefan Kost  <ensonic@users.sf.net>
7364
7365         * docs/libs/gst-plugins-base-libs-sections.txt:
7366           Cleanup the docs.
7367
7368 2007-07-23  Wim Taymans  <wim.taymans@gmail.com>
7369
7370         Patch by: Dan Williams <dcbw at redhat dot com>
7371
7372         * gst/playback/gstplaybasebin.c:
7373         (gst_play_base_bin_get_streaminfo_value_array):
7374         Don't return NULL when querying the stream info value array but instead
7375         return an empty array. Fixes #459204.
7376
7377 2007-07-23  Tim-Philipp Müller  <tim at centricular dot net>
7378
7379         * gst/playback/gsturidecodebin.c:
7380           Init debug category before using it.
7381
7382 2007-07-21  Jan Schmidt  <thaytan@noraisin.net>
7383
7384         * gst-libs/gst/interfaces/mixer.h:
7385         Add padding vars in place of the signal pointers
7386         when building with DISABLE_DEPRECATED so that the
7387         interface structure doesn't change size.
7388
7389 2007-07-20  Jan Schmidt  <thaytan@noraisin.net>
7390
7391         * docs/libs/gst-plugins-base-libs-sections.txt:
7392         * ext/alsa/gstalsamixer.c:
7393         * ext/alsa/gstalsamixer.h:
7394         * ext/alsa/gstalsamixerelement.c:
7395         * ext/alsa/gstalsamixertrack.c:
7396         * gst-libs/gst/interfaces/mixer.c:
7397         * gst-libs/gst/interfaces/mixer.h:
7398         * gst-libs/gst/interfaces/mixeroptions.c:
7399         * gst-libs/gst/interfaces/mixeroptions.h:
7400         * gst-libs/gst/interfaces/mixertrack.c:
7401         * gst-libs/gst/interfaces/mixertrack.h:
7402         * tests/check/Makefile.am:
7403         * tests/check/libs/mixer.c:
7404
7405         Patch By: Marc-Andre Lureau <marcandre.lureau@gmail.com>
7406         Fixes: #152864 
7407
7408         Add support for notifying mixer changes on the message bus, and
7409         implement it in alsamixer.
7410
7411         API: gst_mixer_get_mixer_flags
7412         API: gst_mixer_message_parse_mute_toggled
7413         API: gst_mixer_message_parse_record_toggled
7414         API: gst_mixer_message_parse_volume_changed
7415         API: gst_mixer_message_parse_option_changed
7416         API: GstMixerMessageType
7417         API: GstMixerFlags
7418
7419 2007-07-20  Michael Smith <msmith@fluendo.com>
7420
7421         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
7422         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps):
7423           xcontext->im_format is only for testing XShm support (as the header
7424           file comments document). Use xvimage->im_format for everything else.
7425           Avoids spurious warnings on buffer allocation before setcaps.
7426
7427 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7428
7429         * tests/examples/volume/Makefile.am:
7430         * tests/icles/Makefile.am:
7431           We should use $(LIBM).
7432
7433 2007-07-20  Stefan Kost  <ensonic@users.sf.net>
7434
7435         * tests/icles/Makefile.am:
7436           This needs -lm.
7437
7438 2007-07-16  Wim Taymans  <wim.taymans@gmail.com>
7439
7440         * gst-libs/gst/rtp/gstbasertppayload.c:
7441         (gst_basertppayload_class_init), (gst_basertppayload_init),
7442         (gst_basertppayload_set_property),
7443         (gst_basertppayload_get_property):
7444         Don't break ABI, restore previous ranges. Keep the default random
7445         selection of timestamp and seqnum offset but as soon as the app sets a
7446         specific value, use that one.
7447
7448 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7449
7450         Patch by: Bastien Nocera <hadess at hadess dot net>
7451
7452         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
7453         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7454         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7455         * sys/xvimage/xvimagesink.h:
7456         Add option to turn off double-buffering for debugging purposes.
7457         Fixes #437169.
7458
7459 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7460
7461         Patch by: Jorn Baayen <jorn at openedhand dot com>
7462
7463         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
7464         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
7465         (gst_ximagesink_init), (gst_ximagesink_class_init):
7466         * sys/ximage/ximagesink.h:
7467         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
7468         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
7469         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
7470         * sys/xvimage/xvimagesink.h:
7471         add 'handle-expose' property. Useful for video widgets which may want to
7472         be in control of Expose behaviour. Fixes #380625
7473
7474 2007-07-14  Wim Taymans  <wim.taymans@gmail.com>
7475
7476         * gst-libs/gst/rtp/gstbasertppayload.c:
7477         (gst_basertppayload_class_init), (gst_basertppayload_init),
7478         (gst_basertppayload_event), (gst_basertppayload_push),
7479         (gst_basertppayload_set_property),
7480         (gst_basertppayload_get_property),
7481         (gst_basertppayload_change_state):
7482         * gst-libs/gst/rtp/gstbasertppayload.h:
7483         Fix ranges of rtp payloader properties so that the full range can be
7484         used in addition to -1 (random).
7485         Fix wrong seqnum reporting in caps.
7486         Fixes #420326.
7487
7488 2007-07-13  Wim Taymans  <wim.taymans@gmail.com>
7489
7490         * gst/videorate/gstvideorate.c: (gst_video_rate_init),
7491         (gst_video_rate_query):
7492         Use boilerplate.
7493         Add latency query, might not be perfect yet but already works a lot
7494         better. Fixes #442557.
7495
7496 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7497
7498         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
7499         (gst_xvimagesink_setcaps):
7500         * sys/xvimage/xvimagesink.h:
7501         After a caps change, redraw our borders to avoid garbage left there
7502         when the image format changes to a smaller size, like 16:9 -> 4:3
7503         Also, hold the flow_lock a bit longer in the set_caps while we're
7504         fiddling with the xcontext.
7505
7506 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7507
7508         * Makefile.am:
7509         * configure.ac:
7510         * tests/Makefile.am:
7511         Remove bogus check for libcheck, since we check for
7512         gstreamer-check and it pulls in the required info from there, and we
7513         weren't actually _using_ the information for libcheck ourselves
7514         anyway.
7515
7516 2007-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
7517
7518         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7519         (gst_ffmpeg_caps_to_pixfmt):
7520         Fix the r_mask test for RGBA32 on little-endian.
7521         Fix a stupid typo that would have obviously broken 
7522         compilation on big-endian, if anyone was testing.
7523
7524 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7525
7526         * gst/videotestsrc/videotestsrc.c: (paint_hline_AYUV),
7527         (paint_hline_str4):
7528         * gst/videotestsrc/videotestsrc.h:
7529         Add alpha to the color struct.
7530         Use a default alpha value of 255 instead of 128.
7531
7532 2007-07-12  Wim Taymans  <wim.taymans@gmail.com>
7533
7534         * gst/playback/gstplaybasebin.c: (no_more_pads_full),
7535         (setup_source):
7536         Clear the dynamic pads counter when starting a new uri. This makes
7537         reusing playbin work again.
7538         Fixes #454264.
7539
7540 2007-07-12  Stefan Kost  <ensonic@users.sf.net>
7541
7542         * configure.ac:
7543           Use pkg-config to locate check.
7544
7545 2007-07-12  Tim-Philipp Müller  <tim at centricular dot net>
7546
7547         * configure.ac:
7548         * tests/check/elements/volume.c: (GST_START_TEST):
7549           Fix 'make check' build against core CVS.
7550
7551 2007-07-10  Stefan Kost  <ensonic@users.sf.net>
7552
7553         * gst-libs/gst/interfaces/propertyprobe.c:
7554         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
7555         * gst-libs/gst/tag/gstvorbistag.c:
7556           Make gtk-doc happy.
7557
7558 2007-07-08  Tim-Philipp Müller  <tim at centricular dot net>
7559
7560         * gst-libs/gst/audio/gstbaseaudiosink.c:
7561         (gst_base_audio_sink_callback):
7562           Quick hack to make audiosinks stop at EOS when operating in
7563           pull-mode; needs to be fixed properly some day.
7564
7565 2007-07-06  Stefan Kost  <ensonic@users.sf.net>
7566
7567         * docs/libs/gst-plugins-base-libs-sections.txt:
7568           Fix location of includes in the docs.
7569
7570 2007-07-06  Jan Schmidt  <thaytan@mad.scientist.com>
7571
7572         * gst/ffmpegcolorspace/avcodec.h:
7573         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7574         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
7575         (gst_ffmpegcsp_avpicture_fill):
7576         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
7577         (img_get_alpha_info):
7578         Add 2 new pixel formats - ABGR32 and ARGB32, which are reflections
7579         of the existing BGRA32 and RGBA32 formats with the alpha at the other
7580         end of the word. Partially fixes #451908
7581
7582 2007-07-05  Stefan Kost  <ensonic@users.sf.net>
7583
7584         * docs/libs/Makefile.am:
7585         * docs/plugins/Makefile.am:
7586           Simplify --extra-dir as gtkdoc scans recursively.
7587
7588 2007-07-03  Wim Taymans  <wim.taymans@gmail.com>
7589
7590         * gst/adder/gstadder.c: (gst_adder_sink_getcaps),
7591         (gst_adder_request_new_pad):
7592         Make getcaps more robust by not using the proxycaps function. This makes
7593         sure that we don't end up recursively calling getcaps upstream.
7594         See #316248.
7595
7596 2007-06-29  Wim Taymans  <wim.taymans@gmail.com>
7597
7598         * gst/audioconvert/audioconvert.c:
7599         Include math.h to fix compilation.
7600
7601 2007-06-29  Jan Schmidt  <thaytan@mad.scientist.com>
7602
7603         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
7604         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
7605         Add a mapping for YUV format "IYU1", which is a 4:1:1 packed pixel
7606         format, as produced by some dc1394 cameras like the iSight.
7607         See http://www.fourcc.org/yuv.php#IYU1
7608
7609 2007-06-28  Sebastian Dröge  <slomo@circular-chaos.org>
7610
7611         * gst/audioconvert/Makefile.am:
7612         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
7613         (check_default), (audio_convert_prepare_context),
7614         (audio_convert_clean_context), (audio_convert_convert):
7615         * gst/audioconvert/audioconvert.h:
7616         * gst/audioconvert/gstaudioconvert.c:
7617         (gst_audio_convert_dithering_get_type),
7618         (gst_audio_convert_ns_get_type), (gst_audio_convert_class_init),
7619         (gst_audio_convert_init), (gst_audio_convert_set_caps),
7620         (gst_audio_convert_set_property), (gst_audio_convert_get_property):
7621         * gst/audioconvert/gstaudioconvert.h:
7622         * gst/audioconvert/gstaudioquantize.c:
7623         (gst_audio_quantize_setup_noise_shaping),
7624         (gst_audio_quantize_free_noise_shaping),
7625         (gst_audio_quantize_setup_dither),
7626         (gst_audio_quantize_free_dither),
7627         (gst_audio_quantize_setup_quantize_func),
7628         (gst_audio_quantize_setup), (gst_audio_quantize_free):
7629         * gst/audioconvert/gstaudioquantize.h:
7630         Implement dithering and noise shaping in audioconvert. By default now
7631         TPDF dithering (and no noise shaping) will be used when converting
7632         from a higher bit depth to 20 bit depth or smaller, otherwise
7633         everything will be as it is now.
7634         For the last audioconvert in a pipeline it would make sense to
7635         use some kind of noise shaping, enabling it by default for all
7636         conversions would give undesired results though. Fixes #360246.
7637         * tests/check/elements/audioconvert.c: (setup_audioconvert),
7638         (GST_START_TEST):
7639         Adjust unit test for the new audioconvert.
7640
7641 2007-06-28  Wim Taymans  <wim@fluendo.com>
7642
7643         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering):
7644         Use other metrics as well when estimating the buffer level.
7645
7646 2007-06-28  Wim Taymans  <wim@fluendo.com>
7647
7648         * gst/playback/gstplaybasebin.c: (make_decoder), (setup_source):
7649         Small debug improvement.
7650
7651         * gst/playback/gstqueue2.c: (apply_segment), (update_buffering),
7652         (plugin_init):
7653         Tweak the rate estimation period.
7654         When calculating the buffer filledness in rate estimation mode, don't
7655         mix it with other metrics.
7656
7657 2007-06-28  Wim Taymans  <wim@fluendo.com>
7658
7659         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
7660         (gst_decode_group_expose), (gst_decode_group_free), (add_fakesink):
7661         When creating the groups, allow for a 5 second, unlimited buffers
7662         preroll phase after which we expose the group.
7663         When the group is exposed, use a small number of buffers up to a 2
7664         second limit. Also disconnect the overrun signal from multiqueue when we
7665         exposed the group because it is not needed anymore.
7666
7667 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7668
7669         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
7670           Don't pass trailing zeroes in fixed-size string arrays in ID3v1 tags
7671           to utf8-validate; fixes recognition of ID3v1 tags in UTF-8 encoding
7672           (#451707); also, output some debugging info when dealing with
7673           freeform strings.
7674
7675         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite):
7676           Add unit test for the above.
7677
7678 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7679
7680         * gst-libs/gst/pbutils/descriptions.c: (caps_are_rtp_caps):
7681           Add description for Windows Media RTP caps.
7682
7683         * gst-libs/gst/pbutils/missing-plugins.c: (copy_and_clean_caps):
7684           Remove RTP fields that don't define the format from caps.
7685
7686 2007-06-27  Tim-Philipp Müller  <tim at centricular dot net>
7687
7688         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7689           Skip empty buffers, but not empty header buffers. That way the original
7690           vorbisdec unit test still passes (#451145); also, take into account
7691           that those empty packets might carry a granulepos.
7692
7693         * tests/check/Makefile.am:
7694         * tests/check/elements/vorbisdec.c:
7695         (_create_codebook_header_buffer), (_create_audio_buffer),
7696         (GST_START_TEST), (vorbisdec_suite):
7697           Add unit test that sends an empty packet.
7698
7699 2007-06-27  Wim Taymans  <wim@fluendo.com>
7700
7701         * ext/vorbis/vorbisdec.c: (vorbis_dec_decode_buffer):
7702         Don't error out on 0-sized packets, just emit a warning because this is
7703         not a fatal error. Fixes #451145.
7704
7705 2007-06-25  Stefan Kost  <ensonic@users.sf.net>
7706
7707         * docs/plugins/gst-plugins-base-plugins.args:
7708         * docs/plugins/gst-plugins-base-plugins.signals:
7709         * docs/plugins/inspect/plugin-adder.xml:
7710         * docs/plugins/inspect/plugin-alsa.xml:
7711         * docs/plugins/inspect/plugin-audioconvert.xml:
7712         * docs/plugins/inspect/plugin-audiorate.xml:
7713         * docs/plugins/inspect/plugin-audioresample.xml:
7714         * docs/plugins/inspect/plugin-audiotestsrc.xml:
7715         * docs/plugins/inspect/plugin-cdparanoia.xml:
7716         * docs/plugins/inspect/plugin-decodebin.xml:
7717         * docs/plugins/inspect/plugin-decodebin2.xml:
7718         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
7719         * docs/plugins/inspect/plugin-gdp.xml:
7720         * docs/plugins/inspect/plugin-gnomevfs.xml:
7721         * docs/plugins/inspect/plugin-libvisual.xml:
7722         * docs/plugins/inspect/plugin-ogg.xml:
7723         * docs/plugins/inspect/plugin-pango.xml:
7724         * docs/plugins/inspect/plugin-playbin.xml:
7725         * docs/plugins/inspect/plugin-subparse.xml:
7726         * docs/plugins/inspect/plugin-tcp.xml:
7727         * docs/plugins/inspect/plugin-theora.xml:
7728         * docs/plugins/inspect/plugin-typefindfunctions.xml:
7729         * docs/plugins/inspect/plugin-video4linux.xml:
7730         * docs/plugins/inspect/plugin-videorate.xml:
7731         * docs/plugins/inspect/plugin-videoscale.xml:
7732         * docs/plugins/inspect/plugin-videotestsrc.xml:
7733         * docs/plugins/inspect/plugin-volume.xml:
7734         * docs/plugins/inspect/plugin-vorbis.xml:
7735         * docs/plugins/inspect/plugin-ximagesink.xml:
7736         * docs/plugins/inspect/plugin-xvimagesink.xml:
7737           Update docs with caps info.
7738
7739 2007-06-25  Tim-Philipp Müller  <tim at centricular dot net>
7740
7741         * po/POTFILES.in:
7742           Add more files with translatable strings (#450875).
7743
7744 2007-06-23  Edward Hervey  <edward@fluendo.com>
7745
7746         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_find_chains):
7747         The chain should be freed if we error out here, else it will leak.
7748         * gst/playback/gstdecodebin.c: (disconnect_unlinked_signals),
7749         (cleanup_decodebin):
7750         Don't forget to *properly* remove the signals, else it will leak.
7751
7752 2007-06-22  Jan Schmidt  <thaytan@noraisin.net>
7753
7754         * MAINTAINERS:
7755         Updating all the maintainers files
7756
7757 2007-06-21  Stefan Kost  <ensonic@users.sf.net>
7758
7759         * tests/examples/seek/seek.c: (update_scale), (play_cb), (stop_cb),
7760         (main):
7761           Destroy and recreate parse-launch based pipeline after stop to be able
7762           to play again. Reorder some code and add more comments.
7763
7764 2007-06-20  Jan Schmidt  <thaytan@mad.scientist.com>
7765
7766         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
7767         When handling a delayed-caps notification case, mark
7768         the group as dynamic so that the nbdynamic count is
7769         incremented and decremented correctly. Fixes: #449156
7770         Patch by: Wim Taymans <wim@fluendo.com>
7771
7772 2007-06-19  Andy Wingo  <wingo@pobox.com>
7773
7774         * gst-libs/gst/audio/gstbaseaudiosink.c
7775         (gst_base_audio_sink_init): Enable pull-mode operation.
7776
7777 2007-06-19  Michael Smith <msmith@fluendo.com>
7778
7779         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
7780           Change minimum rate back to 1000 to allow low-sample-rate wav files
7781           to play back.
7782
7783 2007-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
7784
7785         * po/vi.po:
7786           Update translations.
7787
7788 2007-06-15  David Schleef  <ds@schleef.org>
7789
7790         * gst/playback/gstqueue2.c:
7791           Fix compile error from ignored return value.
7792
7793 2007-06-15  Michael Smith <msmith@fluendo.com>
7794
7795         * gst/videoscale/vs_4tap.c: (vs_image_scale_4tap_Y):
7796           Update tmpbuf for all neccesary rows, not just one, as is required
7797           when downscaling.
7798           Fixes #402076.
7799
7800 2007-06-15  Michael Smith <msmith@fluendo.com>
7801
7802         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (is_video),
7803         (eos_buffer_probe):
7804           Add a test that ensures we set DELTA_UNIT on all non-header,
7805           non-video buffers, if we have a video stream.
7806         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
7807         (gst_ogg_mux_process_best_pad):
7808           Move setting delta_pad to earlier, where we inspect all pads, so
7809           that leading audio pages don't get DELTA_UNIT unset if they come
7810           before the first DELTA_UNIT from video pages. Fixes the newly-added
7811           test. Fixes #385527.
7812
7813 2007-06-14  Tim-Philipp Müller  <tim at centricular dot net>
7814
7815         * tests/check/pipelines/streamheader.c: (streamheader_suite):
7816           Disable test_multifdsink_gdp_vorbisenc() on ppc64 since it
7817           fails on the p5-ppc64 build bot and the failure looks like it is due
7818           to the same issue as #348114, ie. a compiler bug.
7819
7820 2007-06-13  Edward Hervey  <edward@fluendo.com>
7821
7822         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7823         Fix build on MacOSX.
7824
7825 2007-06-13  Wim Taymans  <wim@fluendo.com>
7826
7827         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
7828         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain):
7829         Fix compilation on mingw. Fixes #446972.
7830
7831 2007-06-12  Wim Taymans  <wim@fluendo.com>
7832
7833         Patches by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7834
7835         * gst/playback/gstqueue2.c: (update_buffering),
7836         (gst_queue_locked_enqueue):
7837         Fix a division by zero when the max percent is <= 0. Fixes #446572.
7838         also update the buffering status when receiving events. Fixes #446551.
7839
7840 2007-06-11  Wim Taymans  <wim@fluendo.com>
7841
7842         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7843
7844         * gst/playback/gstqueue2.c: (gst_queue_peer_query),
7845         (gst_queue_handle_src_query):
7846         Wait for preroll before attempting to forward a duration query upstream.
7847         Fixes #445505.
7848
7849 2007-06-07  Sebastien Moutte  <sebastien@moutte.net>
7850
7851         * gst-libs/gst/rtp/gstbasertpdepayload.c: 
7852         (gst_base_rtp_depayload_set_gst_timestamp):
7853         Use G_GINT64_CONSTANT macro for int64 constant.
7854         * win32/common/libgstinterfaces.def:
7855         * win32/common/libgsttag.def:
7856         Add new exported functions.
7857
7858 2007-06-07  Tim-Philipp Müller  <tim at centricular dot net>
7859
7860         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
7861           The BOS page of the first Dirac video stream needs to come before
7862           the BOS page of any Vorbis streams or other audio streams, just like
7863           it is with Theora.
7864
7865 2007-06-07  Wim Taymans  <wim@fluendo.com>
7866
7867         * gst/playback/gstqueue2.c: (gst_queue_get_range):
7868         Fix compilation.
7869
7870 2007-06-06  Wim Taymans  <wim@fluendo.com>
7871
7872         Patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7873
7874         * gst/playback/gstqueue2.c: (gst_queue_init),
7875         (gst_queue_handle_sink_event), (gst_queue_chain),
7876         (gst_queue_get_range), (gst_queue_src_checkgetrange_function),
7877         (gst_queue_sink_activate_push), (gst_queue_src_activate_push),
7878         (gst_queue_src_activate_pull):
7879         Add pull based scheduling and fix some deadlocks. Fixes #444523.
7880         Does not yet completely work because duration queries upstream won't
7881         block yet.
7882
7883 2007-06-06  Wim Taymans  <wim@fluendo.com>
7884
7885         * configure.ac:
7886         * gst/playback/gstqueue2.c: (gst_queue_create_read):
7887         Some more fseeko checks.
7888
7889 2007-06-06  Wim Taymans  <wim@fluendo.com>
7890
7891         * configure.ac:
7892         check for large file support.
7893
7894 2007-06-05  Sebastian Dröge  <slomo@circular-chaos.org>
7895
7896         Based on a patch by Sven Arvidsson <sa at whiz dot se>:
7897
7898         * gst/subparse/gstsubparse.c: (parse_subrip),
7899         (subviewer_unescape_newlines), (parse_subviewer),
7900         (gst_sub_parse_data_format_autodetect),
7901         (gst_sub_parse_format_autodetect), (gst_subparse_type_find):
7902         * gst/subparse/gstsubparse.h:
7903         Add support for SubViewer version 1 and 2 subtitles. Fixes #394061.
7904         * tests/check/elements/subparse.c: (GST_START_TEST),
7905         (subparse_suite):
7906         Add a unit test for both SubViewer formats.
7907
7908 2007-06-01  Michael Smith <msmith@fluendo.com>
7909
7910         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
7911           Don't overflow intermediate values when seeking to large time values
7912           in audiotestsrc.
7913
7914 2007-06-05  Wim Taymans  <wim@fluendo.com>
7915
7916         * gst/playback/gstqueue2.c: (gst_queue_have_data),
7917         (gst_queue_create_read), (gst_queue_read_item_from_file),
7918         (gst_queue_open_temp_location_file), (gst_queue_locked_enqueue):
7919         Include stdio to define fseeko.
7920
7921 2007-06-05  Wim Taymans  <wim@fluendo.com>
7922
7923         Patch by: Edward Hervey  <edward@fluendo.com>
7924
7925         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
7926         (gst_v4lsrc_query):
7927         Make v4lsrc output segments in GST_FORMAT_TIME. Fixes #442553.
7928
7929 2007-06-05  Tim-Philipp Müller  <tim at centricular dot net>
7930
7931         * gst-libs/gst/riff/Makefile.am:
7932         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_info):
7933           Use gst_tag_utf8_from_freeform_string() from libgsttag instead of
7934           our own implementation.
7935
7936 2007-06-05  Wim Taymans  <wim@fluendo.com>
7937
7938         * gst-libs/gst/rtp/gstbasertpdepayload.c:
7939         (gst_base_rtp_depayload_setcaps),
7940         (gst_base_rtp_depayload_set_gst_timestamp),
7941         (gst_base_rtp_depayload_change_state):
7942         Handle timestamp wraparound.
7943
7944 2007-06-05  Wim Taymans  <wim@fluendo.com>
7945
7946         * gst/playback/gsturidecodebin.c: (no_more_pads_full),
7947         (new_decoded_pad), (remove_pads), (make_decoder), (setup_source),
7948         (gst_uri_decode_bin_change_state):
7949         Make sure we name srcpads uniquely even when using different internal
7950         decodebins.
7951         Signal no-more-pads when no more dynamic elements exist.
7952         Remove pads on cleanup.
7953
7954 2007-06-05  Wim Taymans  <wim@fluendo.com>
7955
7956         Based on patch by: Thiago Sousa Santos <thiagossantos at gmail dot com>
7957
7958         * gst/playback/gstqueue2.c: (gst_queue_class_init),
7959         (gst_queue_init), (gst_queue_finalize),
7960         (gst_queue_write_buffer_to_file), (gst_queue_have_data),
7961         (gst_queue_create_read), (gst_queue_read_item_from_file),
7962         (gst_queue_open_temp_location_file),
7963         (gst_queue_close_temp_location_file), (gst_queue_locked_flush),
7964         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
7965         (gst_queue_is_empty), (gst_queue_is_filled),
7966         (gst_queue_change_state), (gst_queue_set_temp_location),
7967         (gst_queue_set_property):
7968         Add support for filebased buffering. Fixes #441264.
7969
7970 2007-06-05  Wim Taymans  <wim@fluendo.com>
7971
7972         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter),
7973         (analyze_new_pad), (connect_pad), (expose_pad), (caps_notify_cb),
7974         (caps_notify_group_cb), (gst_decode_group_new),
7975         (gst_decode_group_free):
7976         Add support for delayed caps fixation when autoplugging.
7977         Optimize cases where a multiqueue is not needed/wanted, like right after
7978         anything that is not a demuxer.
7979
7980 2007-06-05  Wim Taymans  <wim@fluendo.com>
7981
7982         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fisbone),
7983         (gst_ogg_pad_submit_packet), (gst_ogg_demux_perform_seek),
7984         (gst_ogg_demux_read_chain), (gst_ogg_demux_collect_chain_info):
7985         consideratly speedup ogg chain detection by not trying to find a base
7986         timestamp for skeleton streams. 
7987
7988 2007-06-05  Wim Taymans  <wim@fluendo.com>
7989
7990         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
7991         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_add_full),
7992         (gst_multi_fd_sink_remove_flush),
7993         (gst_multi_fd_sink_remove_client_link),
7994         (gst_multi_fd_sink_handle_client_write),
7995         (gst_multi_fd_sink_handle_clients):
7996         * gst/tcp/gstmultifdsink.h:
7997         Add support for remove_flush.
7998
7999 2007-06-05  Wim Taymans  <wim@fluendo.com>
8000
8001         * docs/design/draft-keyframe-force.txt:
8002         * ext/theora/theoraenc.c: (theora_enc_sink_event),
8003         (theora_enc_chain):
8004         Add draft design for forcing keyframes in encoders and implement in
8005         theoraenc.
8006
8007 2007-06-05  Jan Schmidt  <thaytan@mad.scientist.com>
8008
8009         * configure.ac:
8010           Back to CVS
8011
8012 === release 0.10.13 ===
8013
8014 2007-06-05  Jan Schmidt <thaytan@mad.scientist.com>
8015
8016         * configure.ac:
8017           releasing 0.10.13, "What's Going on?"
8018
8019 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8020
8021         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8022         In riff, the depth is stored in the size field but it just means that
8023         the least significant bits are cleared. We can therefore just play
8024         the sample as if it had a depth == width. Fixes: #440997
8025
8026         Patch by: Wim Taymans <wim@fluendo.com> 
8027         Patch by: Sebastian Dröge  <slomo@circular-chaos.org>
8028
8029 2007-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
8030
8031         * gst-libs/gst/floatcast/floatcast.h:
8032         Define inline when needed on win32 builds. Fixes: #441295
8033         Patch by: Sebastien Moutte  <sebastien@moutte.net>
8034
8035 2007-05-29  Wim Taymans  <wim@fluendo.com>
8036
8037         * gst/playback/gstplaybasebin.c: (queue_overrun),
8038         (no_more_pads_full):
8039         Stop buffering when the group is commited because the queues filled up.
8040         Fixes #442024.
8041
8042 2007-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
8043
8044         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
8045         (gst_alsa_mixer_free), (gst_alsa_mixer_update),
8046         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
8047         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
8048         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
8049         * ext/alsa/gstalsamixer.h:
8050         * ext/alsa/gstalsamixerelement.c:
8051         (gst_alsa_mixer_element_interface_supported),
8052         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
8053         (gst_alsa_mixer_element_set_property),
8054         (gst_alsa_mixer_element_get_property),
8055         (gst_alsa_mixer_element_change_state):
8056         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_update):
8057         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_volume_changed),
8058         (gst_mixer_option_changed):
8059         * gst-libs/gst/interfaces/mixer.h:
8060         Revert commits towards #152864 made so far. We'll pick it up again
8061         after the 0.10.13 release.
8062
8063 2007-05-24  Wim Taymans  <wim@fluendo.com>
8064
8065         * gst-libs/gst/audio/gstbaseaudiosink.c:
8066         (gst_base_audio_sink_render):
8067         After an interrupt (PAUSED/flush) assume that the next sample should not
8068         be aligned to the previous sample. Fixes #417992.
8069
8070 2007-05-24  Tim-Philipp Müller  <tim at centricular dot net>
8071
8072         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8073           Don't add channels and rate fields to the template caps for
8074           audio/x-dts, as wavparse might not always be able to set them,
8075           which would then lead to 'caps are not a real subset of the
8076           template caps' warnings.
8077
8078 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8079
8080         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
8081         Handle unknown or invalid pads without crashing, as might occur if
8082         a media file like an mp3 is specified as a subtitle file.
8083         Fixes: #410039
8084
8085 2007-05-24  Jan Schmidt  <thaytan@mad.scientist.com>
8086
8087         * gst/playback/gstplaybin.c: (add_sink), (dummy_blocked_cb),
8088         (setup_sinks):
8089         Block the subtitle bin output queue before ghosting it and linking,
8090         then unblock after. This avoids spurious not-linked errors caused 
8091         by the queue starting up (because it gets linked when it is ghosted). 
8092         Fixes: #350299
8093
8094 2007-05-23  Jan Schmidt  <thaytan@mad.scientist.com>
8095
8096         * tests/check/elements/playbin.c: (test_suburi_error_unknowntype):
8097         Use /dev/zero instead of /dev/urandom to produce an invalid subtitle
8098         file. Avoids flukes where the input gets typefound to some valid but
8099         useless type.
8100
8101 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8102
8103         * tests/check/Makefile.am:
8104         * tests/check/elements/.cvsignore:
8105         * tests/check/elements/gnomevfssink.c: (setup_gnomevfssink),
8106         (cleanup_gnomevfssink), (GST_START_TEST), (gnomevfssink_suite):
8107           Add unit test for gnomevfssink seeking and position reporting for
8108           file:// URIs.
8109
8110 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8111
8112         Patch by: Mark Nauwelaerts <manauw at skynet be>
8113
8114         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_init),
8115         (gst_gnome_vfs_sink_open_file), (gst_gnome_vfs_sink_handle_event),
8116         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render):
8117         * ext/gnomevfs/gstgnomevfssink.h:
8118           Fix position reporting, especially after a seek (from upstream),
8119           see #412648.
8120
8121 2007-05-22  Tim-Philipp Müller  <tim at centricular dot net>
8122
8123         * ext/cdparanoia/gstcdparanoiasrc.c:
8124           Repair umlaut.
8125
8126 2007-05-22  Jan Schmidt  <thaytan@mad.scientist.com>
8127
8128         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8129         Specify the full valid range for MP3 samplerates. Fixes a regression
8130         caused by extra header checks since the last release.
8131
8132 2007-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
8133
8134         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
8135         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
8136         Fix a locking-order bug I introduced with my changes the other day.
8137         Patch by Mike Smith.
8138
8139 2007-05-21  Michael Smith <msmith@fluendo.com>
8140
8141         * ext/theora/theoradec.c: (theora_handle_data_packet):
8142           Don't look inside 0-length packets (which indicate duplicated
8143           frames)
8144
8145 2007-05-21  Wim Taymans  <wim@fluendo.com>
8146
8147         * ext/cdparanoia/gstcdparanoiasrc.c:
8148         (gst_cd_paranoia_src_read_sector):
8149         * gst-libs/gst/audio/gstbaseaudiosrc.c:
8150         (gst_base_audio_src_create):
8151         Small cleanups.
8152
8153         * ext/theora/theoradec.c: (theora_dec_sink_event):
8154         Fix typo.
8155
8156         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8157         (gst_base_rtp_depayload_set_gst_timestamp):
8158         Add some FIXME
8159
8160         * gst/playback/gstdecodebin.c: (queue_underrun_cb):
8161         And some debug info when a FIXME path is hit.
8162
8163 2007-05-21  Wim Taymans  <wim@fluendo.com>
8164
8165         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8166         (gst_base_rtp_audio_payload_class_init),
8167         (gst_base_rtp_audio_payload_init),
8168         (gst_base_rtp_audio_payload_finalize),
8169         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8170         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8171         (gst_base_rtp_payload_audio_handle_event):
8172         Some cleanups, remove minptime property as it is now in the parent
8173         class.
8174         Override parent class event function.
8175
8176         * gst-libs/gst/rtp/gstbasertppayload.c:
8177         (gst_basertppayload_class_init), (gst_basertppayload_init),
8178         (gst_basertppayload_event), (gst_basertppayload_set_property),
8179         (gst_basertppayload_get_property):
8180         * gst-libs/gst/rtp/gstbasertppayload.h:
8181         Add min-ptime property.
8182         Add handle-event vmethod. Fixes #415001.
8183
8184 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8185
8186         * gst-libs/gst/audio/gstbaseaudiosink.c
8187           (gst_base_audio_sink_change_state):
8188           Fix typo in comment.
8189
8190         * gst/playback/gstdecodebin.c (gst_decode_bin_class_init,
8191           free_dynamics, pad_probe, close_pad_link, try_to_link_1,
8192           get_our_ghost_pad, remove_element_chain, queue_underrun_cb,
8193           close_link):
8194         * gst/playback/gstplaybin.c (gst_play_bin_set_property,
8195           gen_audio_element, remove_sinks, gst_play_bin_send_event_to_sink):
8196           Remove trailing whitespaces in comments.
8197
8198         * gst/volume/Makefile.am:
8199           Fix tabs.
8200
8201 2007-05-18  Stefan Kost  <ensonic@users.sf.net>
8202
8203         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8204
8205         * gst-libs/gst/interfaces/mixer.h (mixer_type, option_changed,
8206           set_option, get_option, _gst_reserved):
8207           Revert reordering functions (keep ABI).
8208
8209 2007-05-17  Jan Schmidt  <thaytan@mad.scientist.com>
8210
8211         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
8212         (gst_ximagesink_xwindow_new), (gst_ximagesink_handle_xevents),
8213         (gst_ximagesink_show_frame):
8214         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8215         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_handle_xevents),
8216         (gst_xvimagesink_show_frame):
8217         When we create our own window, indicate that we handle the 
8218         WM_DELETE client message from the window manager, so that it won't 
8219         kill our window (and our app) along with it. Handle ClientMessage,
8220         post an error on the bus, and close the window. Further buffers
8221         arriving will result in a FlowError because the window has been
8222         destroyed.
8223
8224         Fixes: #393975
8225
8226         Clean up the X event handling loop and make them the same for
8227         both xvimagesink and ximagesink while I'm at it.
8228
8229 2007-05-17  Wim Taymans  <wim@fluendo.com>
8230
8231         * gst/playback/gstdecodebin2.c: (gst_decode_bin_factory_filter):
8232         Make decodebin2 autoplug depayloaders too.
8233
8234         * gst/playback/gsturidecodebin.c: (source_new_pad):
8235         Set the newly created decoder in a usable state when autoplugging a
8236         dynamic source such as RTSP.
8237
8238 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8239
8240         * gst/playback/gststreaminfo.c: (cb_probe):
8241           Ignore video-codec tag for audio streams and ignore audio-codec tags
8242           for video streams. Should make codec name collection a bit more
8243           robust against sloppy demuxers that send tag events containing both
8244           tags down each pad.
8245
8246 2007-05-17  Wim Taymans  <wim@fluendo.com>
8247
8248         * gst/playback/gstqueue2.c: (update_rates):
8249         Tweak the buffering thresholds a little.
8250         Update the buffer size with the previously calculate rate instead of
8251         only when we calculate a new rate so that we get smoother buffering
8252         updates.
8253
8254         * gst/playback/Makefile.am:
8255         * gst/playback/gsturidecodebin.c: (gst_uri_decode_bin_base_init),
8256         (gst_uri_decode_bin_class_init), (gst_uri_decode_bin_init),
8257         (gst_uri_decode_bin_finalize), (gst_uri_decode_bin_set_property),
8258         (gst_uri_decode_bin_get_property), (unknown_type),
8259         (add_element_stream), (no_more_pads_full), (no_more_pads),
8260         (source_no_more_pads), (new_decoded_pad), (array_has_value),
8261         (gen_source_element), (has_all_raw_caps), (analyse_source),
8262         (remove_decoders), (make_decoder), (remove_source),
8263         (source_new_pad), (setup_source), (decoder_query_init),
8264         (decoder_query_duration_fold), (decoder_query_duration_done),
8265         (decoder_query_position_fold), (decoder_query_position_done),
8266         (decoder_query_latency_fold), (decoder_query_latency_done),
8267         (decoder_query_seeking_fold), (decoder_query_seeking_done),
8268         (decoder_query_generic_fold), (gst_uri_decode_bin_query),
8269         (gst_uri_decode_bin_change_state), (plugin_init):
8270         New element that intergrates a source, optional buffering element and
8271         decodebin.
8272
8273 2007-05-17  Tim-Philipp Müller  <tim at centricular dot net>
8274
8275         * configure.ac:
8276           Bump libtheora requirement to 1.0alpha5 for the pixformat check
8277           (also has a .pc file, so we don't need the fallback check any
8278           longer). Fixes #438840.
8279
8280 2007-05-17  Wim Taymans  <wim@fluendo.com>
8281
8282         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8283         (gst_queue_class_init), (gst_queue_finalize), (update_time_level),
8284         (apply_segment), (apply_buffer), (update_buffering),
8285         (reset_rate_timer), (update_rates), (gst_queue_locked_flush),
8286         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8287         (gst_queue_handle_sink_event), (gst_queue_is_filled),
8288         (gst_queue_chain), (gst_queue_push_one), (gst_queue_loop),
8289         (plugin_init):
8290         fix build.
8291
8292 2007-05-17  Wim Taymans  <wim@fluendo.com>
8293
8294         * gst/playback/Makefile.am:
8295         * gst/playback/gstqueue2.c: (gst_queue_get_type),
8296         (gst_queue_class_init), (gst_queue_init), (gst_queue_finalize),
8297         (gst_queue_getcaps), (gst_queue_bufferalloc),
8298         (gst_queue_acceptcaps), (update_time_level), (apply_segment),
8299         (apply_buffer), (update_buffering), (reset_rate_timer),
8300         (update_rates), (gst_queue_locked_flush),
8301         (gst_queue_locked_enqueue), (gst_queue_locked_dequeue),
8302         (gst_queue_handle_sink_event), (gst_queue_is_empty),
8303         (gst_queue_is_filled), (gst_queue_chain), (gst_queue_push_one),
8304         (gst_queue_loop), (gst_queue_handle_src_event),
8305         (gst_queue_handle_src_query), (gst_queue_sink_activate_push),
8306         (gst_queue_src_activate_push), (gst_queue_change_state),
8307         (gst_queue_set_property), (gst_queue_get_property), (plugin_init):
8308         On our way to playbin2 this is the new network queue that does buffering
8309         all by itself using high and low watermarks. It can also measure up and
8310         downstream bandwidth to optimally size the queue.
8311
8312 2007-05-17  Michael Smith <msmith@fluendo.com>
8313
8314         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_do_seek):
8315         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_do_seek):
8316           Use the segment->last_stop value to calculate the next timestamp to
8317           generate after a seek; not the segment->start value.
8318
8319 2007-05-15  David Schleef  <ds@schleef.org>
8320
8321         * docs/Makefile.am: Install docs even when --disable-gtk-doc
8322           is disabled.  This matches the behavior of gtk+.  Fixes #349099.
8323
8324 2007-05-15  Wim Taymans  <wim@fluendo.com>
8325
8326         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8327         (gst_ogg_demux_perform_seek), (gst_ogg_demux_handle_page):
8328         Some more chained streaming ogg timestamp fixes.
8329
8330 2007-05-15  Wim Taymans  <wim@fluendo.com>
8331
8332         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8333         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
8334         (gst_ogg_demux_handle_page):
8335         Add some FIXMEs.
8336         Fix chain start/stop segment handling based on patch by
8337         <ahalda at cs dot mcgill dot ca> see #320984.
8338
8339 2007-05-15  Michael Smith <msmith@fluendo.com>
8340
8341         * configure.ac:
8342           We don't require a C++ compiler. So don't require one.
8343
8344 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8345
8346         * ext/alsa/gstalsamixer.c (source, n_poll_fds, poll_fds,
8347           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8348           gst_alsa_mixer_finalize, gst_alsa_mixer_handle_source_callback,
8349           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8350           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_update_option,
8351           gst_alsa_mixer_update_track):
8352           Apply some of the cleanup Tim suggested in #152864 afterwards.
8353
8354 2007-05-15  Stefan Kost  <ensonic@users.sf.net>
8355
8356         patch by: Marc-Andre Lureau <marcandre.lureau@gmail.com>
8357
8358         * ext/alsa/gstalsamixer.c (main_context, GstAlsaMixerWatch,
8359           _GstAlsaMixerWatch, source, n_poll_fds, poll_fds,
8360           gst_alsa_mixer_watch_funcs, gst_alsa_mixer_prepare,
8361           gst_alsa_mixer_check, gst_alsa_mixer_dispatch,
8362           gst_alsa_mixer_finalize, gst_alsa_mixer_find_master_mixer,
8363           gst_alsa_mixer_handle_source_callback,
8364           gst_alsa_mixer_handle_callback, gst_alsa_mixer_elem_handle_callback,
8365           gst_alsa_mixer_ensure_track_list, gst_alsa_mixer_free,
8366           gst_alsa_mixer_get_volume, gst_alsa_mixer_set_volume,
8367           gst_alsa_mixer_set_mute, gst_alsa_mixer_set_record,
8368           gst_alsa_mixer_get_option, gst_alsa_mixer_update_option,
8369           gst_alsa_mixer_update_track, _gst_alsa_mixer_set_interface):
8370         * ext/alsa/gstalsamixer.h (handle_source, interface, dir):
8371         * ext/alsa/gstalsamixerelement.c (gst_alsa_mixer_element_details,
8372           gst_alsa_mixer_element_interface_supported,
8373           gst_alsa_mixer_element_finalize, gst_alsa_mixer_element_init,
8374           gst_alsa_mixer_element_set_property,
8375           gst_alsa_mixer_element_get_property,
8376           gst_alsa_mixer_element_change_state):
8377         * ext/alsa/gstalsamixertrack.c (gst_alsa_mixer_track_update):
8378         * gst-libs/gst/interfaces/mixer.c (gst_mixer_volume_changed,
8379           gst_mixer_option_changed):
8380         * gst-libs/gst/interfaces/mixer.h (set_option, get_option,
8381           volume_changed, option_changed, _gst_reserved):
8382           Implement notification for alsamixer. Fixes #152864
8383
8384 2007-05-14  David Schleef  <ds@schleef.org>
8385
8386         * gst/videotestsrc/videotestsrc.c:
8387         * gst/videotestsrc/videotestsrc.h:
8388           Add support for video/x-raw-bayer.
8389
8390 2007-05-12  David Schleef  <ds@schleef.org>
8391
8392         * sys/xvimage/xvimagesink.c:
8393           Add some sanity checking for the XVImage size returned by X.
8394           Related to #377400.
8395
8396 2007-05-12  Wim Taymans  <wim@fluendo.com>
8397
8398         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8399         (gst_base_rtp_depayload_setcaps),
8400         (gst_base_rtp_depayload_set_gst_timestamp):
8401         Parse and use additional caps fields as described in updated
8402         application/x-rtp caps spec.
8403
8404 2007-05-12  Wim Taymans  <wim@fluendo.com>
8405
8406         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
8407         (gst_ogg_demux_collect_chain_info):
8408         If there is a stream in a chain without any data packets, ignore the
8409         stream in the total length calculations. Might be related to #436820.
8410
8411 2007-05-11  Jan Schmidt  <thaytan@mad.scientist.com>
8412
8413         * gst/typefind/gsttypefindfunctions.c: (mpeg_sys_is_valid_pack),
8414         (mpeg_sys_is_valid_pes), (mpeg_sys_is_valid_sys),
8415         (mpeg_sys_type_find), (mpeg_ts_type_find), (mpeg4_video_type_find),
8416         (mpeg_video_type_find), (mpeg_video_stream_type_find),
8417         (plugin_init):
8418
8419         Consolidate and re-work our mpeg system stream detection to probe
8420         more packets and produce a higher confidence result. Fixes a
8421         regression caused by lowering the typefind probability last year
8422         - related to bug #397810. Remove the redundant MPEG-1 specific 
8423         typefind function, as the new one detects both MPEG-1 & MPEG-2
8424         happily.
8425
8426         Also cleanup the MPEG elementary and MPEG-TS detection functions a
8427         little. 
8428
8429         Tested against my media test directory, with some improvements and
8430         no regressions.
8431
8432 2007-05-10  Wim Taymans  <wim@fluendo.com>
8433
8434         * gst/playback/gstplaybasebin.c: (fill_buffer), (check_queue),
8435         (queue_out_of_data):
8436         Connect to the new queue "pushing" signal instead of the broken
8437         "running" one.
8438
8439 2007-05-09  Sebastien Moutte  <sebastien@moutte.net>
8440
8441         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8442         (gst_base_rtp_audio_payload_handle_frame_based_buffer):
8443         Move variable declaration before the first instruction.
8444         * gst/videotestsrc/videotestsrc.c:
8445         Define M_PI if it's not defined yet.
8446         * win32/common/libgstrtp.def:
8447         Add new exported functions.
8448
8449 2007-05-09  Michael Smith <msmith@fluendo.com>
8450
8451         * ext/theora/theoradec.c: (theora_handle_type_packet):
8452           gst_pad_push_event() does not return a GstFlowReturn!
8453
8454 2007-05-09  Wim Taymans  <wim@fluendo.com>
8455
8456         * tests/examples/seek/scrubby.c: (stop_cb), (main):
8457         * tests/examples/seek/seek.c: (do_seek):
8458         Some small cosmetic changes.
8459
8460 2007-05-08  Stefan Kost  <ensonic@users.sf.net>
8461
8462         * gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected,
8463           gst_adder_change_state):
8464         * gst/adder/gstadder.h (bps, offset, collect_event, segment,
8465           segment_pending, segment_position, segment_rate):
8466           Handle playback-rate on adder.
8467
8468 2007-05-07  Michael Smith <msmith@fluendo.com>
8469
8470         * ext/theora/gsttheoradec.h:
8471         * ext/theora/theoradec.c: (gst_theora_dec_reset),
8472         (theora_dec_sink_event), (theora_handle_comment_packet),
8473         (theora_handle_type_packet), (theora_dec_change_state):
8474           Don't push events (newsegment, tags) before initialising the
8475           decoder.
8476           This is neccesary for seeking to work correctly in gnonlin.
8477
8478 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8479
8480         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8481         * gst/adder/gstadder.c:
8482         * gst/audiotestsrc/gstaudiotestsrc.c
8483           (gst_audio_test_src_create_white_noise):
8484         * gst/videotestsrc/gstvideotestsrc.c:
8485         * gst/volume/gstvolume.c (VOLUME_UNITY_INT16,
8486           VOLUME_UNITY_INT16_BIT_SHIFT, VOLUME_MAX_DOUBLE,
8487           volume_sink_template, volume_src_template, gst_volume_init,
8488           volume_process_double, volume_process_int16,
8489           volume_process_int16_clamp):
8490           Doc fixes and formatting.
8491
8492 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8493
8494         * tests/check/Makefile.am:
8495         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
8496           Minimal check for volume's GstController usability; also another
8497           test for #422295.
8498
8499 2007-05-04  Tim-Philipp Müller  <tim at centricular dot net>
8500
8501         * gst-libs/gst/cdda/gstcddabasesrc.c:
8502         (gst_cdda_base_src_add_track):
8503           Fix it so that it (a) makes sense and (b) doesn't break
8504           everything cdda-related including the unit test.
8505
8506 2007-05-04  Stefan Kost  <ensonic@users.sf.net>
8507
8508         * gst-libs/gst/cdda/gstcddabasesrc.c:
8509         (gst_cdda_base_src_add_track):
8510           Fix build when disabling asserts.
8511
8512 2007-05-03  Tim-Philipp Müller  <tim at centricular dot net>
8513
8514         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
8515           When XShm is not available, we might get row strides that are not
8516           rounded up to multiples of four; this is bad, because virtually
8517           every RGB-processing element in GStreamer assumes rowstrides are
8518           rounded up to multiples of four, so let's allocate at least enough
8519           memory to avoid crashes in this case. The image will still be
8520           displayed distorted though if this happens, so that still needs
8521           fixing (maybe by allocating a bigger image with an 'even' width
8522           and then clipping it appropriately when rendering - something for
8523           Xlib aficionados in any case).
8524
8525 2007-05-03  Michael Smith <msmith@fluendo.com>
8526
8527         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
8528           If a buffer doesn't have a timestamp, assume it's contiguous with
8529           the previous buffer, and synthesise timestamps appropriately.
8530
8531 2007-05-03  Edward Hervey  <edward@fluendo.com>
8532
8533         * tests/check/elements/videorate.c: (GST_START_TEST):
8534         Set buffer timestamp to a valid value in order to test the buffer
8535         really does stay in videorate.
8536
8537 2007-05-03  Edward Hervey  <edward@fluendo.com>
8538
8539         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8540         There is no sensible way to handle incoming buffers which don't have a
8541         valid timestamp. We therefore discard them and wait for the next one.
8542
8543 2007-05-01  Tim-Philipp Müller  <tim at centricular dot net>
8544
8545         * gst/playback/gstdecodebin.c: (type_found), (plugin_init):
8546         * gst/playback/gstdecodebin2.c: (plugin_init):
8547           Better error message for text files.
8548
8549 2007-04-29  Wim Taymans  <wim@fluendo.com>
8550
8551         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_add_rb):
8552         Fix offset bug in generation RR packets.
8553
8554 2007-04-27  Julien MOUTTE  <julien@moutte.net>
8555
8556         * ext/theora/theoradec.c: (_theora_granule_time),
8557         (theora_dec_push_forward), (theora_handle_data_packet),
8558         (theora_dec_decode_buffer): Calculate buffer duration correctly
8559         to generate a perfect stream (#433888).
8560         * gst/audioresample/gstaudioresample.c:
8561         (audioresample_check_discont): Glib provides ABS.
8562
8563 2007-04-27  Wim Taymans  <wim@fluendo.com>
8564
8565         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_packet_get_rb),
8566         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_sdes_add_item),
8567         (gst_rtcp_packet_sdes_add_entry), (gst_rtcp_packet_bye_add_ssrc),
8568         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8569         (gst_rtcp_packet_bye_set_reason):
8570         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8571         Fix RB block parsing and writing.
8572         Add support for constructing BYE packets.
8573
8574 2007-04-25  Tim-Philipp Müller  <tim at centricular dot net>
8575
8576         * gst-libs/gst/audio/gstbaseaudiosrc.c: (_do_init),
8577         (gst_base_audio_src_create):
8578         * po/POTFILES.in:
8579           When posting a warning message because samples were dropped, post
8580           something more intelligible than he default error message for clock
8581           errors which is just confusing in this context (#432984).
8582
8583 2007-04-25  Wim Taymans  <wim@fluendo.com>
8584
8585         * gst-libs/gst/rtp/gstrtcpbuffer.c: (gst_rtcp_buffer_new),
8586         (gst_rtcp_buffer_end), (gst_rtcp_buffer_get_packet_count),
8587         (read_packet_header), (gst_rtcp_packet_move_to_next),
8588         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_sr_set_sender_info),
8589         (gst_rtcp_packet_rr_set_ssrc), (gst_rtcp_packet_add_rb),
8590         (gst_rtcp_packet_sdes_get_item_count),
8591         (gst_rtcp_packet_sdes_first_item),
8592         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_ssrc),
8593         (gst_rtcp_packet_sdes_first_entry),
8594         (gst_rtcp_packet_sdes_next_entry),
8595         (gst_rtcp_packet_sdes_get_entry), (gst_rtcp_packet_sdes_add_item),
8596         (gst_rtcp_packet_sdes_add_entry):
8597         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8598         Implement code to write SR, RR and SDES packets.
8599
8600 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8601
8602         Patch by: Christian Kirbach <Christian dot Kirbach at googlemail com>
8603
8604         * sys/ximage/ximagesink.c:
8605           Fix build if XShm is not available (#432362).
8606
8607 2007-04-24  Sebastian Dröge  <slomo@circular-chaos.org>
8608
8609         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init):
8610         Initalize the AudioConvertCtx with zeroes, otherwise it will contain
8611         pointers to random memory which are passed to g_free() when
8612         audio_convert_prepare_context() is called the first time.
8613
8614 2007-04-24  Tim-Philipp Müller  <tim at centricular dot net>
8615
8616         Patch by: Dan Williams <dcbw redhat com>
8617
8618         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
8619           Don't leak incoming buffer if gst_pad_push() returns a
8620           non-OK flow. Fixes #432755.
8621          
8622         * tests/check/elements/videorate.c: (GST_START_TEST),
8623         (videorate_suite):
8624           Unit test for the above by Yours Truly.
8625
8626 2007-04-23  Stefan Kost  <ensonic@users.sf.net>
8627
8628         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
8629         (gst_adder_sink_event), (gst_adder_collected):
8630           Fix non-flushing segmented seeks, Fixes #340060 for me
8631
8632 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8633
8634         Patch by: Olivier Crete  <tester at tester ca>
8635
8636         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8637         (gst_base_rtp_audio_payload_class_init),
8638         (gst_base_rtp_audio_payload_init),
8639         (gst_base_rtp_audio_payload_dispose):
8640           Chain up to parent class in dispose function; get rid of
8641           unnecessary 'diposed' flag in private structure (#415001).
8642
8643 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8644
8645         * docs/libs/gst-plugins-base-libs.types:
8646         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8647         (gst_base_rtp_audio_payload_class_init):
8648         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8649         * gst-libs/gst/rtp/gstbasertppayload.c:
8650           Some minor docs fixes and additions; also add missing 'Since' bits.
8651
8652 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8653
8654         Patch by: Zeeshan Ali  <zeenix gmail com>
8655
8656         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8657         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
8658         (gst_base_rtp_audio_payload_handle_sample_based_buffer),
8659         (gst_base_rtp_audio_payload_push):
8660         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
8661           The recently-added gst_base_rtp_audio_payload_push() should take an
8662           object of type GstBaseRTPAudioPayload as first argument (#431672).
8663
8664 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8665
8666         * gst/audioresample/gstaudioresample.c:
8667           Make more functions static, just because we can.
8668
8669 2007-04-21  Tim-Philipp Müller  <tim at centricular dot net>
8670
8671         * tests/check/elements/audioresample.c:
8672           Add unit test for audioresample shutdown crasher (#420106).
8673
8674 2007-04-20  Stefan Kost  <ensonic@users.sf.net>
8675
8676         * gst/subparse/gstsubparse.c:
8677         * gst/subparse/samiparse.c:
8678           Use GST_DISABLE_XML here
8679
8680         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
8681         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_get_xv_support),
8682         (gst_xvimagesink_buffer_alloc),
8683         (gst_xvimagesink_navigation_send_event):
8684         * sys/xvimage/xvimagesink.h:
8685           Include stdlib.h when using atoi.
8686           
8687         * tests/check/elements/playbin.c: (playbin_suite):
8688           Use GST_DISABLE_REGISTRY here
8689
8690 2007-04-19  Michael Smith  <msmith@fluendo.com>
8691
8692         * ext/theora/gsttheoraenc.h:
8693         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
8694         (theora_enc_sink_event), (theora_enc_change_state):
8695           Track initialisation state; don't try to use encoder state if we're
8696           not initialised (it'll segfault).
8697
8698 2007-04-18  Stefan Kost  <ensonic@users.sf.net>
8699
8700         * tests/check/pipelines/.cvsignore:
8701         Fix build.
8702
8703 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8704
8705         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8706         Allow random depths between 1 and 32 instead of only multiplies of 8.
8707
8708 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8709
8710         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8711         Set the maximum number of channels for PCM and float in the correct
8712         place to have it also used when creating the template caps.
8713
8714 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8715
8716         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8717         Correctly support 4, 6 and 8 channels with normal PCM and float
8718         wav files.
8719
8720         Fix the depth and signedness calculation in extensible wav files and
8721         also handle 1, 2, 4, 6, 8 channels here when a file without channel
8722         mask is found.
8723
8724         Add support for float, alaw and mulaw in extensible wav files.
8725
8726         This allows correct playback of all but 5 files from
8727         http://www-mmsp.ece.mcgill.ca/Documents/AudioFormats/WAVE/Samples.html
8728         
8729         (gst_riff_create_audio_template_caps):
8730         Add voxware and float formats to the template caps.     
8731
8732 2007-04-17  Sebastian Dröge  <slomo@circular-chaos.org>
8733
8734         Patch by: Vincent Torri <vtorri at univ-evry dot fr>
8735
8736         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
8737         Fix unused variable warning if HAVE_LOCALTIME_R is undefinied
8738
8739         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8740         * gst/audioresample/gstaudioresample.c: (audioresample_do_output):
8741         Use the correct format strings for integer formats.
8742
8743 2007-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
8744
8745         * ext/theora/theoraenc.c (theora_buffer_from_packet, theora_enc_chain):
8746           Don't use pad_alloc_buffer_and_set_caps to create a small header
8747           packet, or, worse, to create a big temporary video buffer using the
8748           src pad.
8749
8750 2007-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
8751
8752         * gst/gdp/gstgdppay.c (gst_gdp_pay_chain):
8753         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8754           GST_START_TEST, buffer_probe_cb, GST_START_TEST):
8755           Fix a bug where serialized IN_CAPS buffers needed to be set IN_CAPS.
8756
8757 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8758
8759         * tests/check/pipelines/streamheader.c (tag_event_probe_cb,
8760           GST_START_TEST, n_in_caps, buffer_probe_cb, GST_START_TEST,
8761           streamheader_suite):
8762           Add another test set up for failure
8763
8764 2007-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
8765
8766         * tests/check/Makefile.am:
8767         * tests/check/pipelines/streamheader.c (n_tags, tag_event_probe_cb,
8768           GST_START_TEST, streamheader_suite, main):
8769           Add a test for the streamheader bug Wim fixed.
8770
8771 2007-04-13  Jan Schmidt  <thaytan@mad.scientist.com>
8772
8773         * ext/theora/theoradec.c: (theora_dec_sink_event):
8774         Fix misleading comment.
8775
8776 2007-04-13  Stefan Kost  <ensonic@users.sf.net>
8777
8778         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8779           More sanity checks for the header fields.
8780
8781 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8782
8783         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8784           Try encodings from all environment variables, not just those in the
8785           first environment variable that is set.
8786
8787 2007-04-12  Wim Taymans  <wim@fluendo.com>
8788
8789         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
8790         (gst_video_rate_chain):
8791         Add some debug.
8792
8793         * tests/check/elements/videorate.c: (GST_START_TEST),
8794         (videorate_suite):
8795         Added check for videorate changing caps handling. Closes #421834.
8796
8797 2007-04-12  Michael Smith  <msmith@fluendo.com>
8798
8799         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
8800           Use scale functions to avoid overflow when calculating duration of 
8801           vorbis buffers.
8802
8803 2007-04-12  Tim-Philipp Müller  <tim at centricular dot net>
8804
8805         * docs/libs/gst-plugins-base-libs-sections.txt:
8806         * gst-libs/gst/tag/tag.h:
8807         * gst-libs/gst/tag/tags.c: (gst_tag_freeform_string_to_utf8):
8808           API: add gst_tag_freeform_string_to_utf8() (#405072).
8809
8810         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_extract_id3v1_string):
8811           Use gst_tag_freeform_string_to_utf8() here.
8812
8813 2007-04-12  Wim Taymans  <wim@fluendo.com>
8814
8815         * gst/gdp/gstgdppay.c: (gst_gdp_pay_chain),
8816         (gst_gdp_pay_sink_event):
8817         Make sure we set the IN_CAPS flag correctly.
8818
8819         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
8820         Get the IN_CAPS flag before we call functions that mess with the flags.
8821
8822 2007-04-10  Thomas Vander Stichele  <thomas at apestaart dot org>
8823
8824         * gst/gdp/gstgdppay.c (gst_gdp_pay_reset_streamheader,
8825           gst_gdp_pay_chain, gst_gdp_pay_sink_event):
8826           Only stamp buffers with offset/offset_end right before they get
8827           pushed.  This ensures offset continuity, which was not the case
8828           before as shown by
8829           gst-launch -v -m audiotestsrc num-buffers=10 ! audioconvert ! vorbisenc ! gdppay ! identity check-imperfect-offset=TRUE ! fakesink silent=TRUE
8830
8831 2007-04-06  Wim Taymans  <wim@fluendo.com>
8832
8833         * gst/playback/gstplaybin.c: (add_sink),
8834         (gst_play_bin_change_state):
8835         Activate sync in playbin, we are ready to handle it for live streams.
8836
8837 2007-04-06  Tim-Philipp Müller  <tim at centricular dot net>
8838
8839         * tests/check/elements/playbin.c:
8840         (test_sink_usage_video_only_stream), (playbin_suite):
8841           Add small test for stream-info-value-array code paths.
8842
8843 2007-04-05  Wim Taymans  <wim@fluendo.com>
8844
8845         * gst-libs/gst/audio/gstbaseaudiosink.c:
8846         (gst_base_audio_sink_skew_slaving):
8847         Don't try to create invalid calibration parameters by making the
8848         internal time go backwards, instead make external time go forward.
8849
8850 2007-04-05  Wim Taymans  <wim@fluendo.com>
8851
8852         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8853
8854         * gst/playback/gstplaybasebin.c: (add_stream):
8855         Fix leak in add_stream(), when g_value_set_object() increases the
8856         refcount of streaminfo object. Fixes #426250.
8857
8858 2007-04-03  David Schleef  <ds@schleef.org>
8859
8860         * gst/videotestsrc/gstvideotestsrc.c:
8861         * gst/videotestsrc/gstvideotestsrc.h:
8862         * gst/videotestsrc/videotestsrc.c:
8863         * gst/videotestsrc/videotestsrc.h:
8864           Add a test pattern called "circular", which has concentric
8865           rings with varying radial frequency.  The main purpose of this
8866           pattern is to test fidelity loss in a filter or scaler element.
8867           Notably, this pattern is scale invariant, and is optimally viewed
8868           with a width (and height) of 400.
8869
8870 2007-04-03  Wim Taymans  <wim@fluendo.com>
8871
8872         Patch by: Tommi Myöhänen <ext-tommi dot myohanen at nokia dot com>
8873
8874         * gst/playback/gstdecodebin2.c: (connect_pad), (expose_pad),
8875         (deactivate_free_recursive):
8876         Decodebin2 doesn't unref pads it obtains in some occasions:
8877         - multiqueue src pads, when either connecting further or exposing
8878         - sink pads of new autoplugged elements
8879         - peer pads when recursively freeing elements
8880         Fixes #425455.
8881
8882 2007-03-30  Sebastian Dröge  <slomo@circular-chaos.org>
8883
8884         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8885         Add audio/x-raw-float support, now that audioconvert support
8886         non-native endianness floats.
8887
8888 2007-03-30  Tim-Philipp Müller  <tim at centricular dot net>
8889
8890         * docs/libs/gst-plugins-base-libs-docs.sgml:
8891           gstreamer-plugins-base.pc doesn't exist, it's
8892           gstreamer-plugins-base-0.10.pc.
8893
8894 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8895
8896         Patch by: René Stadler <mail at renestadler dot de>
8897         with some minor changes
8898
8899         * gst-libs/gst/floatcast/floatcast.h:
8900         Use more efficient float endianness conversion functions that don't
8901         involve 2 function calls per value.
8902         * gst/audioconvert/audioconvert.c: (audio_convert_get_func_index),
8903         (check_default), (audio_convert_prepare_context):
8904         * gst/audioconvert/gstaudioconvert.c:
8905         (gst_audio_convert_parse_caps), (make_lossless_changes):
8906         Support non-native endianness floats as input and output.
8907         Fixes #339838.
8908         * tests/check/elements/audioconvert.c: (verify_convert),
8909         (GST_START_TEST):
8910         Add unit tests for the non-native endianness float conversions.
8911
8912 2007-03-29  Wim Taymans  <wim@fluendo.com>
8913
8914         * gst-libs/gst/rtp/gstbasertpdepayload.c:
8915         (gst_base_rtp_depayload_base_init),
8916         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
8917         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
8918         (gst_base_rtp_depayload_set_gst_timestamp),
8919         (gst_base_rtp_depayload_change_state),
8920         (gst_base_rtp_depayload_set_property),
8921         (gst_base_rtp_depayload_get_property):
8922         * gst-libs/gst/rtp/gstbasertpdepayload.h:
8923         Add Private structure.
8924         Bring element code to 2007.
8925         Parse clock-base caps param and use it when generating the
8926         newsegment.
8927         Reset variables before going to PAUSED.
8928         Fix some docs.
8929
8930 2007-03-29  Wim Taymans  <wim@fluendo.com>
8931
8932         * docs/libs/gst-plugins-base-libs-docs.sgml:
8933         * docs/libs/gst-plugins-base-libs-sections.txt:
8934         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
8935         (gst_base_rtp_audio_payload_get_adapter):
8936         Add RTCP docs.
8937         Fix some more docs.
8938
8939         * gst-libs/gst/rtp/Makefile.am:
8940         * gst-libs/gst/rtp/gstrtcpbuffer.c:
8941         (gst_rtcp_buffer_new_take_data), (gst_rtcp_buffer_new_copy_data),
8942         (gst_rtcp_buffer_validate_data), (gst_rtcp_buffer_validate),
8943         (gst_rtcp_buffer_get_packet_count), (read_packet_header),
8944         (gst_rtcp_buffer_get_first_packet), (gst_rtcp_packet_move_to_next),
8945         (gst_rtcp_buffer_add_packet), (gst_rtcp_packet_remove),
8946         (gst_rtcp_packet_get_padding), (gst_rtcp_packet_get_type),
8947         (gst_rtcp_packet_get_count), (gst_rtcp_packet_get_length),
8948         (gst_rtcp_packet_sr_get_sender_info),
8949         (gst_rtcp_packet_sr_set_sender_info),
8950         (gst_rtcp_packet_rr_get_ssrc), (gst_rtcp_packet_rr_set_ssrc),
8951         (gst_rtcp_packet_get_rb_count), (gst_rtcp_packet_get_rb),
8952         (gst_rtcp_packet_add_rb), (gst_rtcp_packet_set_rb),
8953         (gst_rtcp_packet_sdes_get_chunk_count),
8954         (gst_rtcp_packet_sdes_first_chunk),
8955         (gst_rtcp_packet_sdes_next_chunk), (gst_rtcp_packet_sdes_get_ssrc),
8956         (gst_rtcp_packet_sdes_first_item),
8957         (gst_rtcp_packet_sdes_next_item), (gst_rtcp_packet_sdes_get_item),
8958         (gst_rtcp_packet_bye_get_ssrc_count),
8959         (gst_rtcp_packet_bye_get_nth_ssrc), (gst_rtcp_packet_bye_add_ssrc),
8960         (gst_rtcp_packet_bye_add_ssrcs), (get_reason_offset),
8961         (gst_rtcp_packet_bye_get_reason_len),
8962         (gst_rtcp_packet_bye_get_reason), (gst_rtcp_packet_bye_set_reason):
8963         * gst-libs/gst/rtp/gstrtcpbuffer.h:
8964         Add new helper object for parsing and creating RTCP messages.
8965
8966 2007-03-29  Sebastian Dröge  <slomo@circular-chaos.org>
8967
8968         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
8969         PCM samples with width=8 must be always unsigned, no matter what
8970         depth they have.
8971
8972 2007-03-29  Andy Wingo  <wingo@pobox.com>
8973
8974         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev): Make
8975         perfect offsets also, not just timestamps.
8976
8977         * tests/check/elements/videorate.c (test_more): Test that given
8978         any incoming offsets, that videorate produces perfect offsets.
8979
8980 2007-03-29  Wim Taymans  <wim@fluendo.com>
8981
8982         * gst-libs/gst/riff/riff-ids.h:
8983         Add some more RIFF formats.
8984
8985 2007-03-29  Wim Taymans  <wim@fluendo.com>
8986
8987         * gst-libs/gst/rtp/gstrtpbuffer.c:
8988         (gst_rtp_buffer_default_clock_rate):
8989         * gst-libs/gst/rtp/gstrtpbuffer.h:
8990         Fix fixed payload names and docs.
8991         Added method to get the default clock rates of fixed payload types.
8992         API: GstRTPBuffer::gst_rtp_buffer_default_clock_rate()
8993
8994 2007-03-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
8995
8996         * tests/check/pipelines/.cvsignore:
8997         Add new vorbisdec test to cvsignore.
8998
8999 2007-03-28  Wim Taymans  <wim@fluendo.com>
9000
9001         * gst-libs/gst/audio/gstbaseaudiosink.c: (slave_method_get_type),
9002         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
9003         (gst_base_audio_sink_query), (gst_base_audio_sink_get_time),
9004         (gst_base_audio_sink_set_property),
9005         (gst_base_audio_sink_get_property), (gst_base_audio_sink_event),
9006         (clock_convert_external), (gst_base_audio_sink_resample_slaving),
9007         (gst_base_audio_sink_skew_slaving),
9008         (gst_base_audio_sink_handle_slaving), (gst_base_audio_sink_render),
9009         (gst_base_audio_sink_async_play):
9010         * gst-libs/gst/audio/gstbaseaudiosink.h:
9011         Store private stuff in GstBaseAudioSinkPrivate.
9012         Add configurable clock slaving modes property.
9013         API:: GstBaseAudioSink::slave-method property
9014         Some more latency reporting tweaks.
9015         Added skew based clock slaving correction and make it the default until
9016         the resampling method is more robust.
9017
9018 2007-03-27  Sebastian Dröge  <slomo@circular-chaos.org>
9019
9020         * gst/audioconvert/audioconvert.c:
9021         Add docs to the integer pack functions and implement proper
9022         rounding. Before we had rounding towards negative infinity, i.e.
9023         always the smaller number was taken. Now we use natural rounding,
9024         i.e. rounding to the nearest integer and to the one with the largest
9025         absolute value for X.5. The old rounding introduced some minor
9026         distortions. Fixes #420079
9027         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9028         Fix one unit test that assumed the old rounding and added unit tests
9029         for checking signed/unsigned int16 <-> signed/unsigned int16 with
9030         depth 8, one for signed int16 <-> unsigned int16 and one for the new
9031         rounding from signed int32 to signed/unsigned int16.
9032
9033 2007-03-27  Michael Smith  <msmith@fluendo.com>
9034
9035         * gst/audioconvert/gstaudioconvert.c: (strip_width_64),
9036         (gst_audio_convert_transform_caps):
9037           Fix typo in debug line introduced recently, as pointed out on irc.
9038
9039 2007-03-27  Tim-Philipp Müller  <tim at centricular dot net>
9040
9041         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9042         * tests/check/libs/tag.c: (GST_START_TEST):
9043           Make sure we parse floating-point numbers in vorbis comments
9044           correctly with either '.' or ',' as separator, no matter what
9045           the current locale is. Add unit test for this too.
9046
9047 2007-03-26  Tim-Philipp Müller  <tim at centricular dot net>
9048
9049         Patch by: René Stadler  <mail at renestadler de>
9050
9051         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_to_vorbis_comments):
9052           When writing out floating-point numbers to vorbis comment tags, always
9053           use the same character as separator no matter what the current locale is
9054           (fixes #423051).
9055
9056         * tests/check/libs/tag.c: (GST_START_TEST):
9057           Add unit tests for replaygain tags in vorbis comments (closes #423055).
9058
9059 2007-03-26  Thomas Vander Stichele  <thomas at apestaart dot org>
9060
9061         * ext/vorbis/vorbisdec.c (vorbis_dec_push_forward,
9062           vorbis_handle_data_packet):
9063           Correctly set DURATION to generate a timestamp-continuous stream.
9064           One bug left at the end; see
9065           ihttp://bugzilla.gnome.org/show_bug.cgi?id=423086
9066         * tests/check/Makefile.am:
9067         * tests/check/pipelines/vorbisenc.c (GST_START_TEST):
9068           Add a test to check this.  Without the above patch this test fails.
9069
9070 2007-03-26  Jan Schmidt  <thaytan@mad.scientist.com>
9071
9072         * gst-libs/gst/rtp/Makefile.am:
9073         The base audio payloader uses GstAdapter - we need GST_BASE_LIBS.
9074
9075 2007-03-23  Michael Smith  <msmith@fluendo.com>
9076
9077         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps),
9078         (gst_video_rate_reset), (gst_video_rate_chain):
9079           If videorate changes caps, we can no longer use the old buffer
9080           (which may have a different size, incompatible with our caps).
9081           So don't do that; just duplicate the new frame more times.
9082
9083 2007-03-22  Jan Schmidt  <thaytan@mad.scientist.com>
9084
9085         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
9086         Remove playbin's override of the set_clock vmethod. It's irrelevant
9087         after Wim's commit on the 19th.
9088
9089 2007-03-22  Wim Taymans  <wim@fluendo.com>
9090
9091         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_size),
9092         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
9093         * ext/gnomevfs/gstgnomevfssrc.h:
9094         Don't cache file sizes. Fixes #341078.
9095
9096 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9097
9098         * gst/playback/gstplaybin.c: (add_sink):
9099           Use GST_PTR_FORMAT to log caps. 
9100
9101 2007-03-21  Tim-Philipp Müller  <tim at centricular dot net>
9102
9103         Patch by: Young-Ho Cha <ganadist at chollian net>
9104
9105         * gst/subparse/samiparse.c: (handle_start_font):
9106           Special-case some more colour names that pango doesn't handle by
9107           default. Fixes #420578.
9108
9109 2007-03-20  Michael Smith  <msmith@fluendo.com>
9110
9111         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
9112           If we get a zero-sized input buffer, don't pass it to libvorbis, as
9113           that marks EOS internally. After that, libvorbis will buffer all
9114           input data, and encode none of it, eventually leading to memory
9115           exhaustion.
9116
9117 2007-03-19  Wim Taymans  <wim@fluendo.com>
9118
9119         * gst/playback/gstdecodebin.c: (remove_fakesink):
9120         Don't post STATE_DIRTY anymore.
9121
9122         * gst/playback/gstplaybin.c: (add_sink), (gst_play_bin_send_event),
9123         (gst_play_bin_change_state):
9124         Remove stream_time reset in seek handling, core does that now.
9125         Disable clocking for live pipelines by forcing a NULL clock to the
9126         complete pipeline, core is too smart now for our previous hack.
9127         We can always autoplug in PAUSED now.
9128
9129 2007-03-17  David Schleef  <ds@schleef.org>
9130
9131         * REQUIREMENTS:  Update this file, change the formatting to make
9132         it more consistent, plus more machine readable.
9133
9134 2007-03-16  Michael Smith  <msmith@fluendo.com>
9135
9136         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9137         (strip_width_64), (append_with_other_format):
9138           Previous fix was too simplistic, and broke the tests. Use a better
9139           approach; only strip 64 from widths for integer audio.
9140
9141 2007-03-16  Michael Smith  <msmith@fluendo.com>
9142
9143         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
9144         (gst_audio_convert_transform_caps):
9145           We don't support 64 bit integer audio, so don't try to claim we can.
9146           Stops us producing caps don't match our template caps.
9147           Update comments.
9148
9149 2007-03-15  Michael Smith  <msmith@fluendo.com>
9150
9151         * gst/audioresample/gstaudioresample.c:
9152         (audioresample_check_discont), (audioresample_transform):
9153           Don't trigger discontinuities for very small imperfections; a filter
9154           flush will sound bad, and many plugins have rounding errors leading
9155           to these.
9156
9157 2007-03-14 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
9158
9159         Patch by: Olivier Crete <olivier.crete@collabora.co.uk>
9160
9161         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
9162         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
9163         API: add "min-ptime" property to RTP base audio payloader.
9164         API: add gst_base_rtp_audio_payload_push().
9165         API: add gst_base_rtp_audio_payload_get_adapter().
9166         Fixes #415001
9167         Indentation/whitespace/documentation fixes.
9168
9169 2007-03-14  Julien MOUTTE  <julien@moutte.net>
9170
9171         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
9172         (audioresample_transform_size), (audioresample_do_output),
9173         (audioresample_transform), (audioresample_pushthrough): Handle
9174         discontinuous streams.
9175         * gst/audioresample/gstaudioresample.h:
9176         * tests/check/elements/audioresample.c:
9177         (test_discont_stream_instance), (GST_START_TEST),
9178         (audioresample_suite): Add a test for discontinuous streams.
9179         * win32/common/config.h: Updated.
9180
9181 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9182
9183         * po/af.po:
9184         * po/az.po:
9185         * po/cs.po:
9186         * po/en_GB.po:
9187         * po/it.po:
9188         * po/nb.po:
9189         * po/nl.po:
9190         * po/or.po:
9191         * po/sq.po:
9192         * po/sr.po:
9193         * po/sv.po:
9194         * po/uk.po:
9195         * po/vi.po:
9196           Update translations from translation project.
9197
9198 2007-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
9199
9200         * gst/audioresample/debug.h:
9201         * gst/audioresample/resample.c: (resample_init):
9202           Since I really am not interested in a debug line for each sample
9203           being processed, move the library's debugging to its own category,
9204           libaudioresample
9205
9206 2007-03-13  Michael Smith  <msmith@fluendo.com>
9207
9208         * ext/theora/theoradec.c: (theora_handle_type_packet):
9209           Since the plugin doesn't support anything other than 4:2:0 right
9210           now, post an error and fail if we get something else. Won't matter
9211           until libtheora supports the other pixel formats, but hopefully
9212           that'll be soon...
9213
9214 2007-03-10  Sebastien Moutte  <sebastien@moutte.net>
9215
9216         * gst-libs/gst/audio/gstbaseaudiosink.c:(gst_base_audio_sink_render):
9217         Use gst_guint64_to_gdouble for conversion.
9218         * win32/MANIFEST:
9219         Add new files to the win32 MANIFEST.
9220         * win32/common/libgstaudio.def:
9221         * win32/common/libgstpbutils.def:
9222         Add new exported functions.
9223         * win32/vs6/gst_plugins_base.dsw:
9224         * win32/vs6/libgstdecodebin.dsp:
9225         * win32/vs6/libgstplaybin.dsp:
9226         Change the link to libgstpbutils.lib.
9227         * win32/vs6/libgstdecodebin2.dsp:
9228         Add a new project for decodebin2.
9229         * win32/vs6/libgstpbutils.dsp:
9230         Add a new project for pbutils.
9231
9232 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9233
9234         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9235           Also accept partial dates with only year and month,
9236           like 1999-12-00 (fixes #410396 even more).
9237
9238         * tests/check/libs/tag.c: (GST_START_TEST):
9239           Add unit test for the above.
9240
9241 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9242
9243         * tests/check/elements/subparse.c: (GST_START_TEST),
9244         (subparse_suite):
9245           Add unit test for MPL2 subtitle format (#413799).
9246
9247 2007-03-10  Tim-Philipp Müller  <tim at centricular dot net>
9248
9249         Patch by: Kamil Pawlowski  <kamilpe gmail com>
9250
9251         * gst/subparse/Makefile.am:
9252         * gst/subparse/gstsubparse.c:
9253         (gst_sub_parse_data_format_autodetect),
9254         (gst_sub_parse_format_autodetect), (gst_sub_parse_sink_event),
9255         (gst_subparse_type_find):
9256         * gst/subparse/gstsubparse.h:
9257         * gst/subparse/mpl2parse.c: (mpl2_parse_line), (parse_mpl2):
9258         * gst/subparse/mpl2parse.h:
9259           Add support for MPL2 subtitle format (#413799).
9260
9261 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9262
9263         * configure.ac:
9264           We require core CVS for the new buffer metadata copy functions.
9265
9266 2007-03-09  Wim Taymans  <wim@fluendo.com>
9267
9268         * gst-libs/gst/tag/gstid3tag.c:
9269         Add read support for GST_TAG_MUSICBRAINZ_SORTNAME (TSOP) tag.
9270         Fixes #414496.
9271
9272         Patch by: Alex Lancaster <alexl at users sourceforge net>
9273
9274 2007-03-09  Wim Taymans  <wim@fluendo.com>
9275
9276         * ext/libvisual/visual.c: (gst_visual_sink_setcaps),
9277         (gst_vis_src_negotiate), (get_buffer), (gst_visual_chain):
9278         Improve adapter usage and comments.
9279
9280 2007-03-09  Wim Taymans  <wim@fluendo.com>
9281
9282         * ext/pango/gsttextrender.c: (gst_text_render_chain):
9283         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_parse_packet):
9284         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_copy):
9285         Use new metadata copy function.
9286
9287         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
9288         (gst_ffmpegcsp_transform):
9289         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform):
9290         Basetransform copied the metadata for us.
9291
9292 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9293
9294         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
9295         (gst_text_overlay_video_event):
9296           Some more logging. Only accept newsegment events in TIME format and
9297           send a WARNING message if they are not in TIME format.
9298
9299         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
9300         (gst_sub_parse_init), (gst_sub_parse_src_event), (handle_buffer),
9301         (gst_sub_parse_chain), (gst_sub_parse_sink_event):
9302         * gst/subparse/gstsubparse.h:
9303           No need to allocate GstSegment structure dynamically, just put it
9304           into the instance structure; ignore newsegment events in BYTE
9305           format and in particular don't let it overwrite our saved TIME
9306           segment from the last seek.
9307
9308 2007-03-09  Michael Smith  <msmith@fluendo.com>
9309
9310         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find):
9311           Replace AC3 typefinder with one that isn't terrible, and actually
9312           works usefully.
9313
9314 2007-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
9315
9316         * gst/audioconvert/gstaudioconvert.c:
9317         (gst_audio_convert_transform):
9318           fix error category and translatable string
9319           
9320
9321 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9322
9323         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
9324         * pkgconfig/gstreamer-plugins-base.pc.in:
9325           Fix up utils => pbutils here too.
9326
9327 2007-03-09  Tim-Philipp Müller  <tim at centricular dot net>
9328
9329         * gst/subparse/gstsubparse.c: (handle_buffer):
9330           Break out of loop in chain function as soon as possible if we get
9331           a non-OK flow return.
9332
9333 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9334
9335         * tests/check/elements/alsa.c: (GST_START_TEST):
9336         Unref the mixer if the state change fails too (if the
9337         alsa devices are inaccessible, for example)
9338
9339 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9340
9341         * tests/check/Makefile.am:
9342         Don't test libvisual elements in the states check, because libvisual
9343         seems to leak internally.
9344
9345         Re-enable the alsa and states tests now that there's new suppressions
9346         in gst.supp.
9347
9348         * tests/check/elements/alsa.c: (GST_START_TEST):
9349         Don't leak the alsamixer we instantiated.
9350
9351 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9352
9353         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
9354         (gst_ximagesink_change_state), (gst_ximagesink_reset),
9355         (gst_ximagesink_finalize):
9356         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
9357         (gst_xvimagesink_reset), (gst_xvimagesink_finalize):
9358         Move some cleanup stuff from the state change handler into a _reset()
9359         function that can be called from _finalize(). This ensures that things
9360         get freed even if (for some reason) the NULL->READY state transition
9361         fails in the parent class.
9362         Even if a parent state change fails, process our downward state change
9363         logic instead of bailing out early.
9364         Free the correct xcontext pointer in ximagesink's xcontext_clear.
9365
9366 2007-03-08  Jan Schmidt  <thaytan@mad.scientist.com>
9367
9368         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
9369         Extra log line.
9370
9371         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_init):
9372         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_init):
9373         Use pango_font_description_set_family_static instead of 
9374         pango_font_description_set_family to save a string copy (it was
9375         leaking due to the strdup anyway)
9376
9377         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_finalize):
9378         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_finalize):
9379         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_finalize):
9380         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_finalize):
9381         Chain up in finalize.
9382
9383 2007-03-07  Tim-Philipp Müller  <tim at centricular dot net>
9384
9385         * gst-libs/gst/interfaces/mixertrack.c:
9386         (gst_mixer_track_class_init), (gst_mixer_track_get_property),
9387         (gst_mixer_track_set_property):
9388           API: add "untranslated-label" property which should be set by
9389           implementations at construct time (#414645).
9390
9391         * ext/alsa/gstalsamixeroptions.c: (gst_alsa_mixer_options_new):
9392         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
9393           Set "untranslated-label" when constructing mixer track objects.
9394
9395         * tests/check/elements/alsa.c: (GST_START_TEST), (alsa_suite):
9396           Unit test to check the above.
9397
9398 2007-03-07  Wim Taymans  <wim@fluendo.com>
9399
9400         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
9401         Fix confusing debug message.
9402
9403 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9404
9405         * gst-plugins-base.doap:
9406         update doap file with new version
9407
9408 2007-03-07  Jan Schmidt  <thaytan@mad.scientist.com>
9409
9410         * configure.ac:
9411         Back to CVS
9412
9413 === release 0.10.12 ===
9414
9415 2007-03-07  Jan Schmidt <thaytan@mad.scientist.com>
9416
9417         * configure.ac:
9418           releasing 0.10.12, "Zombie Horde"
9419
9420 2007-03-06  Jan Schmidt  <thaytan@mad.scientist.com>
9421
9422         * configure.ac:
9423         Bump version to 0.10.11.4 pre-release
9424
9425 2007-03-06  Wim Taymans  <wim@fluendo.com>
9426
9427         * gst-libs/gst/audio/gstbaseaudiosink.c:
9428         (gst_base_audio_sink_async_play):
9429         Fix regression that made GStreamer skip the first samples of audio.
9430         Fixes #414684.
9431
9432 2007-03-05  Jan Schmidt  <thaytan@mad.scientist.com>
9433
9434         * configure.ac:
9435         Bump version to 0.10.11.3 pre-release
9436
9437 2007-03-05  Sebastian Dröge  <slomo@circular-chaos.org>
9438
9439         * po/POTFILES.in:
9440           Update paths for the rename from utils to pbutils to fix the build.
9441
9442 2007-03-05  Tim-Philipp Müller  <tim at centricular dot net>
9443
9444         * gst-libs/gst/pbutils/Makefile.am:
9445           Change directory to install headers in from gst/utils to gst/pbutils
9446           as well.
9447
9448 2007-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
9449
9450         * configure.ac:
9451         * docs/libs/gst-plugins-base-libs-docs.sgml:
9452         * docs/libs/gst-plugins-base-libs-sections.txt:
9453         * gst-libs/gst/Makefile.am:
9454         * gst-libs/gst/interfaces/mixer.c:
9455         * gst-libs/gst/pbutils/Makefile.am:
9456         * gst-libs/gst/pbutils/descriptions.c:
9457         (gst_pb_utils_get_source_description),
9458         (gst_pb_utils_get_sink_description),
9459         (gst_pb_utils_get_decoder_description),
9460         (gst_pb_utils_get_encoder_description),
9461         (gst_pb_utils_get_element_description),
9462         (gst_pb_utils_add_codec_description_to_tag_list),
9463         (gst_pb_utils_get_codec_description), (gst_pb_utils_list_all):
9464         * gst-libs/gst/pbutils/descriptions.h:
9465         * gst-libs/gst/pbutils/install-plugins.c:
9466         * gst-libs/gst/pbutils/install-plugins.h:
9467         * gst-libs/gst/pbutils/missing-plugins.c:
9468         (gst_missing_uri_source_message_new),
9469         (gst_missing_uri_sink_message_new),
9470         (gst_missing_element_message_new),
9471         (gst_missing_decoder_message_new),
9472         (gst_missing_encoder_message_new),
9473         (gst_missing_plugin_message_get_description):
9474         * gst-libs/gst/pbutils/missing-plugins.h:
9475         * gst-libs/gst/pbutils/pbutils.c: (gst_pb_utils_init):
9476         * gst-libs/gst/pbutils/pbutils.h:
9477         * gst-libs/gst/utils/Makefile.am:
9478         * gst-libs/gst/utils/base-utils.c:
9479         * gst-libs/gst/utils/base-utils.h:
9480         * gst-libs/gst/utils/descriptions.c:
9481         * gst-libs/gst/utils/descriptions.h:
9482         * gst-libs/gst/utils/install-plugins.c:
9483         * gst-libs/gst/utils/install-plugins.h:
9484         * gst-libs/gst/utils/missing-plugins.c:
9485         * gst-libs/gst/utils/missing-plugins.h:
9486         * gst-plugins-base.spec.in:
9487         * gst/playback/Makefile.am:
9488         * gst/playback/gstdecodebin.c:
9489         * gst/playback/gstdecodebin2.c:
9490         * gst/playback/gstplaybasebin.c: (setup_subtitle),
9491         (gen_source_element):
9492         * gst/playback/gstplaybin.c: (plugin_init):
9493         * tests/check/Makefile.am:
9494         * tests/check/libs/pbutils.c: (GST_START_TEST),
9495         (test_pb_utils_install_plugins_do_callout), (libgstpbutils_suite):
9496         * tests/check/libs/utils.c:
9497           rename utils to pbutils
9498
9499 2007-03-02  Jan Schmidt  <thaytan@mad.scientist.com>
9500
9501         * docs/plugins/Makefile.am:
9502         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
9503         * docs/plugins/gst-plugins-base-plugins-sections.txt:
9504         * docs/plugins/inspect/plugin-decodebin2.xml:
9505         * gst/playback/gstdecodebin2.c: (gst_decode_bin_class_init):
9506         Add documentation for decodebin2 that indicates that the API
9507         is still unstable.
9508
9509 2007-03-01  Jan Schmidt  <thaytan@mad.scientist.com>
9510
9511         * configure.ac:
9512         Update to 0.10.11.2 (0.10.12 pre-release)
9513
9514 2007-03-01  Wim Taymans  <wim@fluendo.com>
9515
9516         * gst-libs/gst/audio/gstbaseaudiosink.c:
9517         (gst_base_audio_sink_async_play):
9518         base time is irrelevant here.
9519
9520 2007-03-01  Wim Taymans  <wim@fluendo.com>
9521
9522         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
9523         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
9524         Improve debugging.
9525
9526         * gst-libs/gst/audio/gstbaseaudiosink.c:
9527         (gst_base_audio_sink_query), (gst_base_audio_sink_event),
9528         (gst_base_audio_sink_render), (gst_base_audio_sink_async_play):
9529         Improve latency and clock slaving calculations.
9530         Improve slave clock calibration.
9531
9532         * gst-libs/gst/audio/gstringbuffer.c:
9533         (gst_ring_buffer_commit_full):
9534         When we are asked to render N sample to 0 bytes, return N.
9535
9536 2007-03-01  Wim Taymans  <wim@fluendo.com>
9537
9538         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
9539         (gst_alsasink_write), (gst_alsasink_reset):
9540         * ext/alsa/gstalsasink.h:
9541         Remove unused dispose function.
9542         Rename lock to not interfere with alsasrc lock.
9543
9544         * ext/alsa/gstalsasrc.c: (gst_alsasrc_finalize),
9545         (gst_alsasrc_class_init), (gst_alsasrc_init), (set_swparams),
9546         (gst_alsasrc_read), (gst_alsasrc_reset):
9547         * ext/alsa/gstalsasrc.h:
9548         Implement finalize function.
9549         Use lock to protect alsa access.
9550         Implement _reset.
9551         Fine tune sw params.
9552
9553 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9554
9555         * configure.ac:
9556           Convert to new AG_GST style.
9557
9558 2007-02-28  Wim Taymans  <wim@fluendo.com>
9559
9560         Patch by: Ed Catmur <ed at catmur dot co dot uk>
9561
9562         * gst/playback/gstplaybin.c: (gst_play_bin_vis_unblocked),
9563         (gst_play_bin_vis_blocked), (gst_play_bin_set_property):
9564         Fix race condition when rapidly switching visualisations in playbin.
9565         Fixes #401029.
9566
9567 2007-02-28  Jan Schmidt  <thaytan@mad.scientist.com>
9568
9569         * tests/check/Makefile.am:
9570         Include local stuff before system installed things in LDFLAGS and
9571         CFLAGS.
9572
9573 2007-02-28  Wim Taymans  <wim@fluendo.com>
9574
9575         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_sink_activate):
9576         Improve debugging.
9577
9578 2007-02-28  Wim Taymans  <wim@fluendo.com>
9579
9580         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
9581         (gst_v4lsrc_fixate), (gst_v4lsrc_query):
9582         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_buffer_new):
9583         Fix duration and timestamping, taking latency into account.
9584         Implement latency query.
9585
9586 2007-02-28  Wim Taymans  <wim@fluendo.com>
9587
9588         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
9589         (gst_audio_clock_new):
9590         Fix clock name.
9591
9592         * gst-libs/gst/audio/gstbaseaudiosink.c:
9593         (gst_base_audio_sink_init), (gst_base_audio_sink_query):
9594         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
9595         (gst_base_audio_src_query), (gst_base_audio_src_get_offset),
9596         (gst_base_audio_src_create):
9597         Improve latency query code.
9598         Use proper clock names.
9599
9600 2007-02-28  Thomas Vander Stichele  <thomas at apestaart dot org>
9601
9602         * tests/check/generic/states.c: (GST_START_TEST):
9603           Copy the states.c test from core again
9604         * tests/check/Makefile.am:
9605           ignore cdio and cdparanoiasrc
9606
9607 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9608
9609         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9610         (double_hq), (audio_convert_get_func_index), (check_default),
9611         (audio_convert_prepare_context), (audio_convert_convert):
9612           Also make valgrind happy and avoid copying data in some cases.
9613
9614 2007-02-28  Stefan Kost  <ensonic@users.sf.net>
9615
9616         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9617         (double_hq), (audio_convert_get_func_index),
9618         (audio_convert_prepare_context), (audio_convert_convert):
9619         * gst/audioconvert/gstaudioconvert.c:
9620         (gst_audio_convert_class_init), (gst_audio_convert_get_unit_size),
9621         (gst_audio_convert_transform_caps):
9622         * tests/check/elements/audioconvert.c: (GST_START_TEST),
9623         (audioconvert_suite):
9624           Don't run inplace if that overwrites source data as we go. Add more
9625           tests. Fixes #339837 even more.
9626
9627 2007-02-27  Julien MOUTTE  <julien@moutte.net>
9628
9629         * tests/examples/seek/seek.c: (do_seek), (set_update_scale),
9630         (msg_segment_done): Fix various seeking bugs (Slider was not
9631         updating when doing a non flushing seek, Reverse playback 
9632         on segment seek was wrong).
9633
9634 2007-02-26  Wim Taymans  <wim@fluendo.com>
9635
9636         * tests/examples/seek/seek.c: (stop_seek):
9637         When we stop scrubbing, don't leave the pipeline PLAYING when we
9638         requested a PAUSED state.
9639
9640 2007-02-25  Tim-Philipp Müller  <tim at centricular dot net>
9641
9642         Patch by: René Stadler <mail at renestadler de>
9643
9644         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
9645           Parse date strings in vorbis comments that have an invalid (zero)
9646           month or day (#410396).
9647
9648         * tests/check/libs/tag.c: (GST_START_TEST):
9649           Test case for the above.
9650
9651 2007-02-24  Tim-Philipp Müller  <tim at centricular dot net>
9652
9653         Patch by: Loïc Minier <lool+gnome at via ecp fr>
9654
9655         * configure.ac:
9656         * ext/alsa/Makefile.am:
9657         * gst/audiotestsrc/Makefile.am:
9658           Fix compilation with LDFLAGS='-Wl,-z,defs' (#410963).
9659
9660 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9661
9662         * gst/playback/gstplaybin.c:
9663           Improve docs: point out that the application needs to assist playbin
9664           with buffering.
9665
9666 2007-02-23  Tim-Philipp Müller  <tim at centricular dot net>
9667
9668         * gst-libs/gst/utils/install-plugins.c:
9669         * gst-libs/gst/utils/missing-plugins.c:
9670         * tests/check/libs/utils.c: (missing_msg_check_getters):
9671           Change GStreamer marker prefix in detail string from 'gstreamer.net'
9672           to just 'gstreamer'. Document the caps string component of the
9673           decoder/encoder detail a bit better, since not everyone will be
9674           familiar with the GStreamer media type/caps system (but they better
9675           enjoy nested itemized lists).
9676
9677 2007-02-22  Tim-Philipp Müller  <tim at centricular dot net>
9678
9679         * gst-libs/gst/netbuffer/gstnetbuffer.c:
9680         (notgst_buffer_copy_fields_in_place), (gst_netbuffer_copy):
9681           Fix copying of GstNetBuffer (would crash before, or at least lead to
9682           invalid memory access, #410772), for now by copying the GstBuffer copy
9683           code from the core over here so we can copy the GstBuffer fields on a
9684           provided buffer instance (of type GstNetBuffer in this case). Would be
9685           better to fix this with some support by the core though (and in the long
9686           run change the broken GstBuffer/GstMiniObject copy semantics, #393099).
9687
9688         * tests/check/Makefile.am:
9689           Enable unit test for GstNetBuffer.
9690
9691 2007-02-22  Andy Wingo  <wingo@pobox.com>
9692
9693         * gst-libs/gst/audio/gstbaseaudiosink.c
9694         (gst_base_audio_sink_init): Disable pull-mode activation until we
9695         figure out how to make audio sinks go to PLAYING.
9696
9697 2007-02-22  Stefan Kost  <ensonic@users.sf.net>
9698
9699         * gst/audioconvert/audioconvert.c: (float), (double), (float_hq),
9700         (double_hq), (audio_convert_get_func_index),
9701         (audio_convert_prepare_context), (audio_convert_convert):
9702         * gst/audioconvert/audioconvert.h:
9703         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_setup_matrix),
9704         (gst_channel_mix_mix_int), (gst_channel_mix_mix_float):
9705         * gst/audioconvert/gstchannelmix.h:
9706         * tests/check/elements/audioconvert.c: (GST_START_TEST):
9707           Add float as an intermediate format, as well as float mixing. Enable
9708           test that was failing before. Fixes #339837
9709
9710 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9711
9712         * tests/examples/seek/seek.c: (do_seek):
9713         Undo the previous commit: -1 as a stop time implies that the stop
9714         time is the end of file, clearing any previously configured segment.
9715
9716 2007-02-21  Jan Schmidt  <thaytan@mad.scientist.com>
9717
9718         * tests/examples/seek/seek.c: (do_seek):
9719         Don't SEEK_SET with a stop time of -1, use SEEK_NONE instead.
9720
9721 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9722
9723         * gst/volume/gstvolume.c: (volume_process_int16),
9724         (volume_process_int16_clamp), (volume_set_caps):
9725           Unbreak volume, value remains gint.
9726
9727 2007-02-21  Stefan Kost  <ensonic@users.sf.net>
9728
9729         * gst/volume/gstvolume.c: (volume_choose_func),
9730         (volume_update_real_volume), (gst_volume_set_volume),
9731         (gst_volume_init), (volume_process_double), (volume_process_float),
9732         (volume_process_int16), (volume_process_int16_clamp),
9733         (volume_set_caps), (volume_transform_ip), (volume_update_volume):
9734         * gst/volume/gstvolume.h:
9735           Extend float audio support (double) and some int->uint cleanups.
9736
9737 2007-02-20  Edward Hervey  <edward@fluendo.com>
9738
9739         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose),
9740         (multi_queue_underrun_cb), (gst_decode_group_check_if_drained),
9741         (sort_end_pads), (gst_decode_group_expose),
9742         (gst_decode_group_hide):
9743         Don't free groups from the streaming threads. Just put them aside and
9744         free them in dispose.
9745
9746 2007-02-20  Edward Hervey  <edward@fluendo.com>
9747
9748         * gst/playback/gstdecodebin2.c: (connect_element),
9749         (pad_added_group_cb), (gst_decode_group_check_if_blocked),
9750         (sort_end_pads), (gst_decode_group_expose):
9751         Handle dynamic pads within groups.
9752         Sort pads before exposing them in order to make playbin happy.
9753         There still is a race with the multiqueue filling up. This should be
9754         solved separately.
9755         Fixes #398721
9756
9757 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9758
9759         * gst-libs/gst/utils/base-utils.c:
9760         * gst-libs/gst/utils/descriptions.c:
9761         * gst-libs/gst/utils/install-plugins.c:
9762         * gst-libs/gst/utils/missing-plugins.c:
9763           Some more docs (and descriptions for two subtitle formats).
9764
9765 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9766
9767         * gst-libs/gst/audio/audio.c:
9768           Fix documentation.
9769
9770 2007-02-16  Tim-Philipp Müller  <tim at centricular dot net>
9771
9772         Patch by: Yves Lefebvre  <ivanohe abacom com>
9773
9774         * gst/videorate/gstvideorate.c: (gst_video_rate_setcaps):
9775           Don't leak caps. Fixes #408278.
9776
9777 2007-02-15  Stefan Kost  <ensonic@users.sf.net>
9778
9779         * ext/cdparanoia/gstcdparanoiasrc.h:
9780         * ext/ogg/gstoggdemux.h:
9781         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
9782         (gst_audio_frame_length), (gst_audio_duration_from_pad_buffer),
9783         (gst_audio_is_buffer_framed), (gst_audio_structure_set_int):
9784         * gst-libs/gst/audio/audio.h:
9785         * gst-libs/gst/audio/gstaudiofilter.h:
9786         * gst-libs/gst/interfaces/videoorientation.h:
9787         * gst/adder/gstadder.h:
9788           More docs coverage and some ChangeLog surgery (add missing names)
9789
9790 2007-02-15  Wim Taymans  <wim@fluendo.com>
9791
9792         * sys/ximage/ximagesink.c:
9793         (gst_ximagesink_calculate_pixel_aspect_ratio):
9794         * sys/xvimage/xvimagesink.c:
9795         (gst_xvimagesink_calculate_pixel_aspect_ratio):
9796         Small constifications.
9797
9798 2007-02-15  Wim Taymans  <wim@fluendo.com>
9799
9800         * gst-libs/gst/audio/gstbaseaudiosink.c:
9801         (gst_base_audio_sink_class_init), (gst_base_audio_sink_query),
9802         (gst_base_audio_sink_render), (gst_base_audio_sink_callback),
9803         (gst_base_audio_sink_async_play),
9804         (gst_base_audio_sink_change_state):
9805         Answer latency query.
9806         Use configured latency when syncing.
9807         Fix clock slaving.
9808
9809         * gst-libs/gst/audio/gstbaseaudiosrc.c:
9810         (gst_base_audio_src_class_init), (gst_base_audio_src_dispose),
9811         (gst_base_audio_src_query), (gst_base_audio_src_change_state):
9812         Fix possible memleak.
9813         Implement latency query.
9814         Small cleanups.
9815
9816 2007-02-15  Wim Taymans  <wim@fluendo.com>
9817
9818         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
9819         Ignore errors in reset, these are not fatal. They also grab the element
9820         lock which is already taking when this function is called. Fixes
9821         #405451.
9822
9823 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9824
9825         * configure.ac:
9826           Remove 'tests/examples/xerror/Makefile' from output files again.
9827
9828 2007-02-13  Stefan Kost  <ensonic@users.sf.net>
9829
9830         * configure.ac:
9831         * docs/plugins/Makefile.am:
9832           Also crossref against gst-plugins-base-libs.
9833
9834 2007-02-12  Stefan Kost  <ensonic@users.sf.net>
9835
9836         * configure.ac:
9837         * docs/libs/Makefile.am:
9838         * docs/plugins/Makefile.am:
9839           Add crossreferences to glib/gobject/gstream docs.
9840
9841         * gst-libs/gst/audio/audio.h:
9842           Source formatting.
9843
9844         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
9845           Add own debug category.
9846
9847 2007-02-12  Tim-Philipp Müller  <tim at centricular dot net>
9848
9849         Patch by: René Stadler <mail at renestadler de>
9850
9851         * gst-libs/gst/tag/gstvorbistag.c:
9852           Add vorbis/FLAC-tag mapping for new GST_TAG_REFERENCE_LEVEL
9853           (#403597).
9854
9855 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9856
9857         * gst/playback/gstplaybasebin.c: (setup_source):
9858           When we have external subtitles and wait for the subtitle decodebin
9859           to get up and running, we set up a (sync) bus handler for the
9860           subtitle decodebin, so we can stop waiting when it posts an error
9861           message. However, we should do that before we set the subtitle
9862           decodebin's state to playing, otherwise things are racy and we might
9863           miss error messages posted before we had a chance to set up the bus.
9864           This should finally fix totem hanging on .txt pseudo-subtitle files.
9865           
9866 2007-02-10  Sébastien Moutte  <sebastien at moutte dot net>
9867
9868         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:(gst_base_rtp_audio_payload_handle_frame_based_buffer):
9869           Use gst_gdouble_to_guint64 for conversions.
9870         * win32/common/config.h.in:
9871           Add a define for GST_INSTALL_PLUGINS_HELPER
9872         * win32/common/libgstaudio.def:
9873         * win32/common/libgstcdda.def:
9874         * win32/common/libgstnetbuffer.def:
9875         * win32/common/libgstrtp.def:
9876         * win32/common/libgutils.def:
9877           Add new exported functions.
9878         * win32/vs6/gst_plugins_base.dsw:
9879         * win32/vs6/libgstdecodebin.dsp:
9880         * win32/vs6/libgstnetbuffer.dsp:
9881         * win32/vs6/libgstplaybin.dsp:
9882         * win32/vs6/libgstrtp.dsp:
9883         * win32/vs6/libgstvorbis.dsp:
9884         * win32/vs6/libgstcdda.dsp:
9885         * win32/vs6/libgstgdp.dsp:
9886         * win32/vs6/libgstutils.dsp:
9887           Update and add new project files.
9888
9889 2007-02-10  Tim-Philipp Müller  <tim at centricular dot net>
9890
9891         * gst/subparse/gstsubparse.c: (subrip_remove_unhandled_tag),
9892         (subrip_remove_unhandled_tags), (parse_subrip):
9893           For SubRip (.srt) subtitles, ignore all markup tags we don't
9894           handle (like font tags, for example).
9895
9896         * tests/check/elements/subparse.c:
9897           Add test for this.
9898
9899 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9900
9901         * gst/playback/gstdecodebin.c: (add_fakesink),
9902         (gst_decode_bin_change_state):
9903         * gst/playback/gstdecodebin2.c: (add_fakesink),
9904         (gst_decode_bin_change_state):
9905           Don't error out if there is no fakesink in the NULL to READY state
9906           change, since when decodebin is re-used, we're only adding the
9907           fakesink element in READY to PAUSED.
9908
9909         * tests/check/elements/decodebin.c:
9910         (new_decoded_pad_plug_fakesink_cb), (GST_START_TEST),
9911         (decodebin_suite):
9912           Minimal unit test to make sure we can use the same decodebin
9913           instance twice (at least with audiotestsrc input).
9914
9915 2007-02-09  Tim-Philipp Müller  <tim at centricular dot net>
9916
9917         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name):
9918           Try to get devic-name from device string first, and from handle only
9919           as fallback (seems to yield better results and is more robust
9920           against buggy probing code on the application side).
9921
9922 2007-02-08  Tim-Philipp Müller  <tim at centricular dot net>
9923
9924         Based on patch by: Julien Puydt <julien.puydt at laposte net>
9925
9926         * ext/alsa/gstalsa.c: (gst_alsa_find_device_name_no_handle),
9927         (gst_alsa_find_device_name):
9928         * ext/alsa/gstalsa.h:
9929         * ext/alsa/gstalsasink.c: (gst_alsasink_get_property):
9930         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_property):
9931           Improve device-name detection a bit, especially in the case where
9932           the device is not actually open (#405020, #405024). Move common code
9933           into gstalsa.c instead of duplicating it.
9934
9935 2007-02-07  Tim-Philipp Müller  <tim at centricular dot net>
9936
9937         * gst/audioconvert/gstaudioconvert.c:
9938           Fix up docs chunk so that gtk-doc doesn't complain, and fix typo.
9939
9940 2007-02-06  Julien MOUTTE  <julien@moutte.net>
9941
9942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents),
9943         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_clear),
9944         (gst_xvimagesink_interface_supported),
9945         (gst_xvimagesink_probe_get_properties),
9946         (gst_xvimagesink_probe_probe_property),
9947         (gst_xvimagesink_probe_needs_probe),
9948         (gst_xvimagesink_probe_get_values),
9949         (gst_xvimagesink_property_probe_interface_init),
9950         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
9951         (gst_xvimagesink_init), (gst_xvimagesink_class_init),
9952         (gst_xvimagesink_get_type):
9953         * sys/xvimage/xvimagesink.h: Implement PropertyProbe Interface
9954         for XVAdaptors so that one can choose the adaptor to use with 
9955         gstreamer-properties.
9956
9957 2007-02-06  Stefan Kost  <ensonic@users.sf.net>
9958
9959         * gst/audioconvert/gstaudioconvert.c:
9960           Also mention that a conversion from double to float is suboptimal still.
9961
9962 2007-02-06  Tim-Philipp Müller  <tim at centricular dot net>
9963
9964         * gst-libs/gst/audio/gstaudiofilter.c:
9965         (gst_audio_filter_class_init), (gst_audio_filter_change_state):
9966           Clear our formats structure and free the caps contained in it when
9967           shutting down.
9968
9969 2007-02-05  Andy Wingo  <wingo@pobox.com>
9970
9971         * gst-libs/gst/audio/gstbaseaudiosink.c
9972         (gst_base_audio_sink_callback): Update basesink->offset so that we
9973         pull monotonically increasing offsets instead of, um, seeking back
9974         to 0 each time. Fixes alsasrc ! alsasink!
9975
9976 2007-02-05  Tim-Philipp Müller  <tim at centricular dot net>
9977
9978         * gst/videoscale/gstvideoscale.c:
9979           A width and height of 1 makes us crash, so increase minimum size to
9980           2x2 pixels until someone feels like fixing this (#404512).
9981
9982 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
9983
9984         * tests/check/pipelines/oggmux.c: (GST_START_TEST), (oggmux_suite):
9985           Add small test to make sure request pads are cleaned up properly
9986           even if oggmux never changes state out of NULL.
9987
9988 2007-02-04  Tim-Philipp Müller  <tim at centricular dot net>
9989
9990         * tests/check/libs/utils.c: (GST_START_TEST):
9991           Fix unit test. Turns out things work much better when you
9992           NULL-terminate string arrays. Should make p5 build bot happy again.
9993
9994 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
9995
9996         * gst-libs/gst/audio/Makefile.am:
9997         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
9998         (gst_audio_filter_template_base_init),
9999         (gst_audio_filter_template_class_init),
10000         (gst_audio_filter_template_init),
10001         (gst_audio_filter_template_set_property),
10002         (gst_audio_filter_template_get_property),
10003         (gst_audio_filter_template_setup),
10004         (gst_audio_filter_template_filter),
10005         (gst_audio_filter_template_filter_inplace), (plugin_init):
10006           Oops, forgot to commit fixed-up example.
10007
10008 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10009
10010         * docs/libs/gst-plugins-base-libs-sections.txt:
10011         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
10012         (gst_audio_filter_class_init), (gst_audio_filter_init),
10013         (gst_audio_filter_set_caps),
10014         (gst_audio_filter_class_add_pad_templates):
10015         * gst-libs/gst/audio/gstaudiofilter.h:
10016           Port GstAudioFilter to 0.10. This change technically breaks
10017           API and ABI (and thus also every library developer's heart),
10018           but seems justifiable on the grounds that the base class was
10019           completely unusable before (ie. would crash immediately when
10020           actually used). Fixes #403963 (and eventually also #403572).
10021           Also document all of this a bit.
10022
10023 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10024
10025         * gst-libs/gst/utils/install-plugins.c:
10026         (gst_install_plugins_spawn_child):
10027         * tests/check/libs/utils.c:
10028         (test_base_utils_install_plugins_do_callout):
10029           Lowering log level to see why things fail on the p5 build bot;
10030           fix some typos in unit test messages.
10031
10032 2007-02-03  Tim-Philipp Müller  <tim at centricular dot net>
10033
10034         * tests/check/libs/utils.c:
10035         (test_base_utils_install_plugins_do_callout):
10036           Don't hard-code temp directory for test helper; use GLib functions
10037           to write out file and do error checking etc.
10038
10039 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10040
10041         * gst-libs/gst/utils/Makefile.am:
10042         * gst-libs/gst/utils/base-utils.h:
10043         * gst-libs/gst/utils/install-plugins.c:
10044         (gst_install_plugins_context_set_xid),
10045         (gst_install_plugins_context_new),
10046         (gst_install_plugins_context_free),
10047         (gst_install_plugins_get_helper),
10048         (gst_install_plugins_spawn_child),
10049         (gst_install_plugins_return_from_status),
10050         (gst_install_plugins_installer_exited),
10051         (gst_install_plugins_async), (gst_install_plugins_sync),
10052         (gst_install_plugins_return_get_name),
10053         (gst_install_plugins_installation_in_progress):
10054         * gst-libs/gst/utils/install-plugins.h:
10055           API: add API for applications to initiate installation of missing
10056           plugins, ie. gst_install_plugins_async() primarily.
10057           Based on libgimme-codec by Ryan Lortie.
10058
10059         * configure.ac:
10060           Add --with-install-plugins-helper configure option so distros can specify
10061           the path of the helper script or program to call when plugin installation
10062           is requested (distros: please do any argument munging in this helper
10063           script instead of patching GStreamer to pass arguments differently
10064           to another program directly).
10065
10066         * docs/libs/gst-plugins-base-libs-docs.sgml:
10067         * docs/libs/gst-plugins-base-libs-sections.txt:
10068           Build and document new API.
10069
10070         * tests/check/libs/utils.c: (result_cb),
10071         (test_base_utils_install_plugins_do_callout), (GST_START_TEST),
10072         (libgstbaseutils_suite):
10073           Some simple checks for the new API.
10074
10075 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10076
10077         * tests/check/elements/audioconvert.c: (test_float_conversion):
10078           Add small test for 32bit float <=> 64bit float conversion (works
10079           only one way so far, 32=>64 produces structured noise).
10080
10081 2007-02-02  Tim-Philipp Müller  <tim at centricular dot net>
10082
10083         * gst/audioconvert/gstaudioconvert.c:
10084         (set_structure_widths_32_and_64), (make_lossless_changes):
10085           We don't support floats with a width of 40, 48 or 56 bits.
10086
10087 2007-02-02  Stefan Kost  <ensonic@users.sf.net>
10088
10089         * gst/audioconvert/audioconvert.c: (float), (double),
10090         (audio_convert_get_func_index):
10091         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
10092         (make_lossless_changes):
10093           Support for 64-bit float audio in audioconvert (#339837)
10094
10095 2007-02-01  Tim-Philipp Müller  <tim at centricular dot net>
10096
10097         Patch by: Holger Wansing  <linux wansing-online de>
10098
10099         * po/LINGUAS:
10100         * po/de.po:
10101           Add German translation (#352069).
10102
10103 2007-02-01  Sebastian Dröge  <slomo@circular-chaos.org>
10104
10105         reviewed by: Wim Taymans <wim@fluendo.com>
10106
10107         * ext/ogg/gstoggmux.c: (gst_ogg_mux_ogg_pad_destroy_notify),
10108         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad):
10109         Use newly added GstCollectPads API to free the allocated resources in
10110         the GstOggPad structures (#402393).
10111
10112 2007-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
10113
10114         * gst/playback/gstplaybin.c: (gen_vis_element):
10115           Add audioresample+audioconvert in front of the visualisation
10116           element, so that elements like libvisual 0.4 that don't support all
10117           samplerates can work.
10118
10119           Fixes: #402505
10120
10121 2007-01-30  Tim-Philipp Müller  <tim at centricular dot net>
10122
10123         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property),
10124         (gst_play_base_bin_get_streaminfo_value_array):
10125           Take some locks and make a copy of the streaminfo value array we
10126           maintain while holding the lock, so that the application can
10127           retrieve the stream-info as a value array in a thread-safe way.
10128
10129 2007-01-30  Wim Taymans  <wim@fluendo.com>
10130
10131         * gst/audioconvert/gstaudioconvert.c:
10132         Don't fail on 0 sized buffers. Fixes #396835.
10133
10134 2007-01-29  David Schleef  <ds@schleef.org>
10135
10136         * gst/typefind/gsttypefindfunctions.c:
10137           Detect BBCD as video/x-dirac, so we can play raw dirac
10138           streams.
10139
10140 2007-01-29  Tim-Philipp Müller  <tim at centricular dot net>
10141
10142         * ext/theora/theoraenc.c: (theora_enc_chain):
10143           Check return value of theora_encode_header(), or we might try to
10144           allocate a random number of bytes. theora_encode_header() can fail
10145           if libtheora has been compiled with encoding support disabled.
10146           Fixes #398110.
10147
10148 2007-01-29  Wim Taymans  <wim@fluendo.com>
10149
10150         * tests/check/gst/.cvsignore:
10151         Do as buildbot says.
10152
10153 2007-01-29  Wim Taymans  <wim@fluendo.com>
10154
10155         * ext/libvisual/visual.c: (gst_visual_src_setcaps):
10156         Fix strides in libvisual. Gst uses X strides.
10157         Inspired by: <ed at catmur dot co dot uk> and 
10158         <tim at centricular dot net>
10159         Fixes #401118.
10160
10161 2007-01-27  Wim Taymans  <wim@fluendo.com>
10162
10163         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
10164         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
10165         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_do_seek),
10166         (gst_ogg_demux_perform_seek),
10167         (gst_ogg_demux_bisect_forward_serialno),
10168         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
10169         (gst_ogg_demux_find_chains), (gst_ogg_demux_handle_page),
10170         (gst_ogg_demux_chain), (gst_ogg_demux_combine_flows),
10171         (gst_ogg_demux_loop_reverse), (gst_ogg_demux_loop):
10172         * ext/ogg/gstoggdemux.h:
10173         Properly propagate streaming errors when we are scanning the file for
10174         chains so that we don't crash when shut down. Might fix some crashers
10175         when quickly switching oggs in RB such as #332503 and #378436.
10176
10177 2007-01-26  Tim-Philipp Müller  <tim at centricular dot net>
10178
10179         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
10180           Map a gnome-vfs HOST_NOT_FOUND error into a GStreamer NOT_FOUND
10181           error code as well.
10182
10183 2007-01-25  Wim Taymans  <wim@fluendo.com>
10184
10185         * gst/playback/gstplaybasebin.c: (remove_source):
10186         Don't try to disconnect a signal from a finalized object.
10187
10188 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10189
10190         * gst/playback/gstdecodebin2.c: (gst_decode_bin_dispose):
10191           Cast lock macro parameters to make sure we're actually accessing the
10192           lock member at the right class level. Free list itself in _dispose()
10193           as well and NULL it in case dispose gets called multiple times.
10194
10195 2007-01-25  Edward Hervey  <edward@fluendo.com>
10196
10197         * gst/playback/gstdecodebin2.c:
10198         (gst_decode_bin_dispose),(gst_decode_bin_finalize):
10199         Free GstDecodeGroups no longer used.
10200         (gst_decode_group_expose):
10201         Don't unlock too many times !
10202         (deactivate_free_recursive):
10203         Free iterator once we're done with it.
10204         Fix for recursively deactivating elements (stop at ghostpads).
10205
10206 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10207
10208         * gst/playback/gstplaybin.c: (handoff):
10209           Fix up caps on the frame buffer before we save it and potentially
10210           make it accessible to other threads via g_object_get; also use
10211           gst_buffer_replace() instead of gst_mini_object_replace().
10212
10213 2007-01-25  Tim-Philipp Müller  <tim at centricular dot net>
10214
10215         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
10216           Make getting the current frame thread-safe.
10217
10218 2007-01-25  Edward Hervey  <edward@fluendo.com>
10219
10220         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize),
10221         (gst_decode_group_new), (gst_decode_group_free):
10222         Set queues to bigger sizes to cope with HD contents.
10223         Fix some mutex freeing and add comment about MT safe methods.
10224
10225 2007-01-24  Tim-Philipp Müller  <tim at centricular dot net>
10226
10227         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
10228         (gst_text_overlay_text_event):
10229           Don't unnecessarily ref (and then leak) upstream events if the text
10230           pad is not linked. Fixes #399948.
10231
10232         * tests/check/gst-plugins-base.supp:
10233           Add suppression for pango on edgy/x86 for textoverlay test.
10234
10235 2007-01-24  Wim Taymans  <wim@fluendo.com>
10236
10237         * gst-libs/gst/rtp/gstrtpbuffer.h:
10238         Add some more fixed payloads.
10239
10240 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10241
10242         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_read_chain):
10243           Error out properly if we get an error from libogg while reading the
10244           BOS page(s). Fixes crash parsing 'fuzzed' ogg file (#399340).
10245
10246 2007-01-23  Tim-Philipp Müller  <tim at centricular dot net>
10247
10248         * gst/playback/gstdecodebin2.c: (gst_decode_bin_finalize):
10249           Don't leak mutex.
10250
10251         * tests/check/elements/playbin.c:
10252         (test_sink_usage_video_only_stream),
10253         (test_suburi_error_unknowntype), (test_suburi_error_invalidfile),
10254         (test_suburi_error_wrongproto), (test_missing_urisource_handler),
10255         (test_missing_suburisource_handler),
10256         (test_missing_primary_decoder), (playbin_suite):
10257           Run all tests once with decodebin and once with decodebin2.
10258           One test does not pass yet with decodebin2.
10259
10260 2007-01-23  Edward Hervey  <edward@fluendo.com>
10261
10262         * ext/ogg/gstoggmux.c: (all_pads_eos), (gst_ogg_mux_collected):
10263         Fix the cases where oggmux doesn't properly figure out that all
10264         sinkpads have gone EOS, and therefore doesn't push out the remaining
10265         buffers and the final EOS event.
10266         Fixes #363379
10267
10268 2007-01-23  Julien MOUTTE  <julien@moutte.net>
10269
10270         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10271         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10272         Don't lock on navigation event push, just on keysym to string.
10273         Fixes #397673 again.
10274
10275 2007-01-22  Edward Hervey  <edward@fluendo.com>
10276
10277         * gst/playback/gstdecodebin2.c: (gst_decode_group_new),
10278         (get_current_group), (group_demuxer_event_probe),
10279         (gst_decode_group_expose), (deactivate_free_recursive),
10280         (gst_decode_group_free):
10281         Cleanups.
10282         Don't forget to emit 'no-more-pads' once a group is exposed.
10283         Cleanup elements from a DecodeGroup once we remove it.
10284         Protect call to gst_decode_group_expose() with the decodebin lock.
10285
10286 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10287
10288         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10289         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10290         Looking at Xorg code i can't figure out if that XKeysymToString
10291         function is thread sensible or not. Lock it just in case as
10292         recommended by Radek Doulik <rodo at ximian dot com>.
10293
10294 2007-01-22  Julien MOUTTE  <julien@moutte.net>
10295
10296         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
10297         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
10298         Lock that X Call as well. Fixes #397673.
10299
10300 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10301
10302         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
10303           Don't go into an endless loop if the file starts with 00 00 01 2X,
10304           like quicktime redirect files might. Fixes #396042.
10305
10306         * tests/check/Makefile.am:
10307         * tests/check/gst/.cvsignore:
10308         * tests/check/gst/typefindfunctions.c: (GST_START_TEST),
10309         (typefindfunctions_suite):
10310           Add unit test for the above.
10311
10312 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10313
10314         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10315           On second thought, use "depth" field rather than "bpp" field.
10316
10317 2007-01-22  Tim-Philipp Müller  <tim at centricular dot net>
10318
10319         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10320           Camtasia caps apparently need a bpp field (#398875).
10321
10322 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10323
10324         * gst/playback/gstplaybasebin.c: (setup_subtitle),
10325         (gen_source_element), (gst_play_base_bin_change_state):
10326           Attempt at a better error message in case we don't have the required
10327           URI handler installed; post missing-plugin message also when we're
10328           missing an URI handler for the subtitle URI; clean up properly also
10329           when an error occurs and we never made it to PAUSED state.
10330
10331         * tests/check/elements/playbin.c: (GST_START_TEST),
10332         (playbin_suite):
10333           Check that we're also getting a missing-plugin messsage for a
10334           missing subtitle URI handler (and clean up properly).
10335
10336 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10337
10338         * gst/playback/gstplaybasebin.c: (analyse_source), (setup_source):
10339           Plug a few reference leaks.
10340
10341 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10342
10343         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10344           Lower probability a bit if the marker isn't right at the start,
10345           to decrease the chance of false positives.
10346
10347 2007-01-19  Tim-Philipp Müller  <tim at centricular dot net>
10348
10349         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
10350           Small mpeg2 system stream typefinding improvement: make typefinder
10351           probe a bit into the stream instead of just looking for a marker
10352           at the beginning. Fixes #397810.
10353
10354 2007-01-18  Tim-Philipp Müller  <tim at centricular dot net>
10355
10356         * gst/audioconvert/gstchannelmix.c:
10357           Remove compatibility cruft for prehistoric GLib versions.
10358
10359 2007-01-17  Tim-Philipp Müller  <tim at centricular dot net>
10360
10361         * gst/playback/Makefile.am:
10362         * gst/playback/gstdecodebin.c: (close_pad_link):
10363         * gst/playback/gstdecodebin2.c: (analyze_new_pad):
10364         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
10365         (gst_play_base_bin_handle_message_func), (unknown_type):
10366           Let decodebin be the element to post missing-plugin messages for
10367           missing decoders (rather than playbin); make playbin implement
10368           GstBin::handle_message so we can suppress missing-plugin messages
10369           for types we're not handling on purpose (don't want to bring up an
10370           installer in those cases).
10371
10372 2007-01-16  Tim-Philipp Müller  <tim at centricular dot net>
10373
10374         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
10375         * gst-libs/gst/tag/gstvorbistag.c:
10376         (gst_tag_list_to_vorbiscomment_buffer):
10377         * gst/typefind/gsttypefindfunctions.c: (vorbis_type_find):
10378           Fix potentially unaligned access (#397207).
10379
10380 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10381
10382         * tests/examples/seek/seek.c: (set_scale), (update_scale),
10383         (do_seek), (stop_seek), (pause_cb), (stop_cb), (loop_toggle_cb),
10384         (rate_spinbutton_changed_cb), (msg_eos), (msg_segment_done),
10385         (main):
10386           Allow to toggle looping while it plays. Fix callback prototype. Clean
10387           up code a bit more. Add copyright header.
10388
10389 2007-01-16  Stefan Kost  <ensonic@users.sf.net>
10390
10391         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
10392           Red and blue mask was swapped (spotted by Dan Williams).
10393
10394 2007-01-15  Stefan Kost  <ensonic@users.sf.net>
10395
10396         * gst-libs/gst/tag/gstid3tag.c:
10397         * gst-libs/gst/tag/gstvorbistag.c:
10398           Use new beats-per-minute tag from core.
10399
10400 2007-01-15  Tim-Philipp Müller  <tim at centricular dot net>
10401
10402         * po/POTFILES.in:
10403           Add new files with translatable strings, so they actually make it
10404           into the template file one day.
10405
10406 2007-01-12  Andy Wingo  <wingo@pobox.com>
10407
10408         * gst-libs/gst/audio/gstbaseaudiosink.c
10409         (gst_base_audio_sink_fixate): Implement, stolen from baseaudiosrc.
10410         (gst_base_audio_sink_activate_pull): Remove the handwavey nego
10411         stuff, as the base class handles this now. Actually tell the ring
10412         buffer to start.
10413         (gst_base_audio_sink_callback): Cast the ring buffer correctly.
10414         How did this work before? Maybe I'm not as awesome a programmer as
10415         I think.
10416
10417         * gst-libs/gst/audio/gstbaseaudiosrc.c
10418         (gst_base_audio_src_fixate): Rework as a basesrc vmethod instead
10419         of a pad function.
10420
10421 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10422
10423         * gst-libs/gst/utils/missing-plugins.c: (copy_and_clean_caps):
10424           Remove more fields so that the application can better blacklist
10425           formats that have been tried before.
10426
10427 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10428
10429         * gst-libs/gst/audio/mixerutils.h:
10430           Add G_BEGIN_DECLS and G_END_DECLS guards so these helpers can be
10431           used when compiling with c++ compilers as well.
10432
10433 2007-01-12  Tim-Philipp Müller  <tim at centricular dot net>
10434
10435         * gst/typefind/gsttypefindfunctions.c:
10436           Fix comment.
10437
10438 2007-01-11  Tim-Philipp Müller  <tim at centricular dot net>
10439
10440         * gst/playback/gstplaybin.c: (post_missing_element_message),
10441         (gen_video_element), (gen_text_element), (gen_audio_element),
10442         (gen_vis_element):
10443           Post missing-plugin messages also when we error out because
10444           converters, textoverlay or auto*sinks are missing (#161922).
10445
10446 2007-01-10  Wim Taymans  <wim@fluendo.com>
10447
10448         * gst/playback/gstdecodebin.c: (dynamic_add), (close_pad_link),
10449         (is_demuxer_element), (new_caps):
10450         * gst/playback/gstplaybasebin.c: (source_new_pad):
10451         Fix the case where we try to ref a NULL element when we delay a link
10452         because of unfixed caps.
10453         Set the state of autoplugged decodebins to PAUSED.
10454         RTSP now works in playbin, we can remove it from the blacklist.
10455
10456 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10457
10458         * gst/playback/Makefile.am:
10459         * gst/playback/gstplaybasebin.c: (string_arr_has_str),
10460         (unknown_type), (setup_subtitle), (gen_source_element):
10461         * gst/playback/gstplaybin.c: (plugin_init):
10462           Post missing-plugin messages on the bus for missing sources and
10463           missing decoders/demuxers/depayloaders; fix error code used when
10464           we're missing an URI handler source; for media types that we are not
10465           handling on purpose at the moment, don't print "don't know how to
10466           handle xyz" messages to the terminal or post missing-plugin
10467           messages on the bus.
10468
10469         * tests/check/elements/playbin.c: (create_playbin),
10470         (GST_START_TEST), (gst_codec_src_uri_get_type),
10471         (gst_codec_src_uri_get_protocols), (gst_codec_src_uri_get_uri),
10472         (gst_codec_src_uri_set_uri), (gst_codec_src_uri_handler_init),
10473         (gst_codec_src_init_type), (gst_codec_src_base_init),
10474         (gst_codec_src_create), (gst_codec_src_class_init),
10475         (gst_codec_src_init), (plugin_init), (playbin_suite):
10476           Add some tests for the missing-plugin stuff.
10477
10478 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10479
10480         * configure.ac:
10481         * gst-libs/gst/Makefile.am:
10482         * gst-libs/gst/utils/Makefile.am:
10483         * gst-libs/gst/utils/base-utils.c: (gst_base_utils_init):
10484         * gst-libs/gst/utils/base-utils.h:
10485         * gst-libs/gst/utils/descriptions.c: (format_info_get_desc),
10486         (find_format_info), (caps_are_rtp_caps),
10487         (gst_base_utils_get_source_description),
10488         (gst_base_utils_get_sink_description),
10489         (gst_base_utils_get_decoder_description),
10490         (gst_base_utils_get_encoder_description),
10491         (gst_base_utils_get_element_description),
10492         (gst_base_utils_add_codec_description_to_tag_list),
10493         (gst_base_utils_get_codec_description), (gst_base_utils_list_all):
10494         * gst-libs/gst/utils/descriptions.h:
10495         * gst-libs/gst/utils/missing-plugins.c:
10496         (missing_structure_get_type), (copy_and_clean_caps),
10497         (gst_missing_uri_source_message_new),
10498         (gst_missing_uri_sink_message_new),
10499         (gst_missing_element_message_new),
10500         (gst_missing_decoder_message_new),
10501         (gst_missing_encoder_message_new),
10502         (missing_structure_get_string_detail),
10503         (missing_structure_get_caps_detail),
10504         (gst_missing_plugin_message_get_installer_detail),
10505         (gst_missing_plugin_message_get_description),
10506         (gst_is_missing_plugin_message):
10507         * gst-libs/gst/utils/missing-plugins.h:
10508           API: add new libgstbaseutils library with functions
10509           - to create and parse missing-plugins messages
10510           - that provide (translated) descriptions for caps/decoders/sources/etc.
10511           Closes #392393.
10512
10513         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
10514         * pkgconfig/gstreamer-plugins-base.pc.in:
10515           Add new lib.
10516
10517         * docs/libs/gst-plugins-base-libs-docs.sgml:
10518         * docs/libs/gst-plugins-base-libs-sections.txt:
10519           Generate docs for new lib and API.
10520
10521         * tests/check/Makefile.am:
10522         * tests/check/libs/.cvsignore:
10523         * tests/check/libs/utils.c: (missing_msg_check_getters),
10524         (GST_START_TEST), (libgstbaseutils_suite):
10525           Add some basic unit tests.
10526
10527 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10528
10529         * ext/ogg/Makefile.am:
10530           Dist gstoggdemux.h to fix 'make distcheck'.
10531
10532         * sys/v4l/Makefile.am:
10533           Fix 'make distcheck' even more.
10534
10535 2007-01-09  Wim Taymans  <wim@fluendo.com>
10536
10537         * docs/plugins/Makefile.am:
10538         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
10539         * docs/plugins/gst-plugins-base-plugins-sections.txt:
10540         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
10541         (gst_ogg_pad_query_types), (gst_ogg_pad_submit_page),
10542         (gst_ogg_chain_reset), (gst_ogg_chain_new_stream),
10543         (gst_ogg_demux_perform_seek):
10544         * ext/ogg/gstoggdemux.h:
10545         Added docs.
10546         Add some more comments.
10547         Small cleanups.
10548
10549 2007-01-09  Wim Taymans  <wim@fluendo.com>
10550
10551         * ext/theora/theoradec.c:
10552         * ext/vorbis/vorbisdec.c:
10553         * gst-libs/gst/audio/gstringbuffer.c:
10554         (gst_ring_buffer_commit_full):
10555         * gst-libs/gst/audio/gstringbuffer.h:
10556         * gst-libs/gst/rtp/gstrtpbuffer.c:
10557         * gst-libs/gst/tag/gstvorbistag.c:
10558         Small documentation updates/fixes
10559
10560 2007-01-09  Tim-Philipp Müller  <tim at centricular dot net>
10561
10562         * configure.ac:
10563           Require core CVS HEAD for Andy's basesrc/sink API additions.
10564
10565 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10566
10567         Patch by: Günter Thelen  <daedalus dot inc at gmx net>
10568
10569         * gst/typefind/gsttypefindfunctions.c: (flac_type_find),
10570         (plugin_init):
10571           Add typefinder for flac-in-ogg in conformance with the ogg-mapping
10572           on flac.sf.net (there appear to be other versions of the first
10573           ogg page in the wild) (#391365).
10574
10575 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10576
10577         * configure.ac:
10578           Check if localtime_r() is available.
10579
10580         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_render_time):
10581           If localtime_r() is not available, fall back to localtime(). Should
10582           fix build on MingW (#393310).
10583
10584 2007-01-08  Tim-Philipp Müller  <tim at centricular dot net>
10585
10586         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
10587         * gst/subparse/gstsubparse.h:
10588           Remove spurious 1000 subtrahend when calculating the timestamp from
10589           the frame number and the frame rate . Also, use the frames/second
10590           value specified in the first line of the file, if one is specified
10591           there. Should fix #357503.
10592
10593         * tests/check/elements/subparse.c: (do_test),
10594         (test_tmplayer_do_test), (test_microdvd_do_test), (GST_START_TEST),
10595         (subparse_suite):
10596           Add some basic unit tests for the microdvd subtitle format.
10597
10598 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10599
10600         Patch by: Young-Ho Cha <ganadist at chollian dot net>
10601
10602         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10603         (gst_xvimage_buffer_finalize), (gst_xvimagesink_xvimage_new),
10604         (gst_xvimagesink_xvimage_put), (gst_lookup_xv_port_from_adaptor),
10605         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_setcaps),
10606         (gst_xvimagesink_set_xwindow_id),
10607         (gst_xvimagesink_set_event_handling),
10608         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
10609         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
10610         Fixes: #390076.
10611         Add an adaptor property to select a specific XV adaptor.
10612         * sys/xvimage/xvimagesink.h:
10613
10614 2007-01-07  Julien MOUTTE  <julien@moutte.net>
10615
10616         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
10617         (gst_ximagesink_handle_xerror), (gst_ximagesink_ximage_new),
10618         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
10619         (gst_ximagesink_handle_xevents), (gst_ximagesink_setcaps),
10620         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
10621         (gst_ximagesink_expose), (gst_ximagesink_set_event_handling):
10622         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
10623         (gst_xvimage_buffer_finalize), (gst_xvimagesink_handle_xerror),
10624         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
10625         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_setcaps),
10626         (gst_xvimagesink_change_state), (gst_xvimagesink_set_xwindow_id),
10627         (gst_xvimagesink_expose), (gst_xvimagesink_set_event_handling):
10628         Use flow_lock much more to protect every access to xwindow.
10629         Try to catch erros while creating images in case some drivers are
10630         just generating an XError when the requested image is too big.
10631         Should fix : #354698, #384008, #384060.
10632         * tests/icles/stress-xoverlay.c: (cycle_window), (create_window):
10633         Implement some stress testing of setting window xid.
10634
10635 2007-01-07  Sébastien Moutte  <sebastien@moutte.net>
10636
10637         * win32/common/libgsaudio.def:
10638           Add new exported function.
10639         * win32/common/libgstogg.dsp:
10640           Add gstoggaviparse.c to the build.
10641         * win32/common/libgstvideoscale.dsp:
10642           Add vs_4tap.c to the build.
10643         * win32/common/libgstvorbis.dsp:
10644           Add vorbistag.c to the build.
10645         
10646 2007-01-06  Andy Wingo  <wingo@pobox.com>
10647
10648         * gst-libs/gst/audio/gstbaseaudiosink.c
10649         (gst_base_audio_sink_class_init)
10650         (gst_base_audio_sink_init): 
10651         (gst_base_audio_sink_activate_pull): Add an activate_pull function
10652         to baseaudiosink, and tell basesink that we can work in pull mode.
10653         This way the ring buffer thread drives the pipeline directly, if
10654         pull mode is possible. There is some lingering nastiness regarding
10655         capsnego, however.
10656         (gst_base_audio_sink_callback): Implement the callback to pull
10657         data. This interface is a bit light, though -- it should get a
10658         GstFlowReturn return value at least.
10659
10660 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10661
10662         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_stream_out):
10663         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
10664         * gst/playback/gstdecodebin2.c:
10665         (gst_decode_group_check_if_blocked):
10666           Printf format and missing argument fixes.
10667
10668 2007-01-05  Jan Schmidt  <thaytan@mad.scientist.com>
10669
10670         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header),
10671         (gst_ogm_parse_change_state):
10672         Activate pads before adding them to the element.
10673
10674 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10675
10676         * tests/examples/seek/scrubby.c: (main):
10677         * tests/examples/seek/seek.c: (main):
10678           Call g_thread_init() first thing in main() (see #391278).
10679
10680 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10681
10682         * tests/check/Makefile.am:
10683         * tests/check/libs/.cvsignore:
10684         * tests/check/libs/netbuffer.c: (GST_START_TEST),
10685         (netbuffer_suite):
10686           Add test for GstNetBuffer + gst_buffer_copy(). Disabled
10687           for the time being, since it's broken, see #393099.
10688
10689 2007-01-05  Tim-Philipp Müller  <tim at centricular dot net>
10690
10691         * tests/check/Makefile.am:
10692           Update to use GST_PLUGINS_BASE_CFLAGS as well.
10693
10694 2007-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
10695
10696         * configure.ac:
10697           split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAGS
10698           so that GST_BASE_CFLAGS can go inbetween them, making sure
10699           we use uninstalled gst-libs headers
10700         * docs/libs/Makefile.am:
10701         * ext/alsa/Makefile.am:
10702         * ext/cdparanoia/Makefile.am:
10703         * ext/gnomevfs/Makefile.am:
10704         * ext/libvisual/Makefile.am:
10705         * ext/ogg/Makefile.am:
10706         * ext/theora/Makefile.am:
10707         * ext/vorbis/Makefile.am:
10708         * gst-libs/gst/audio/Makefile.am:
10709         * gst-libs/gst/cdda/Makefile.am:
10710         * gst-libs/gst/interfaces/Makefile.am:
10711         * gst-libs/gst/riff/Makefile.am:
10712         * gst-libs/gst/rtp/Makefile.am:
10713         * gst-libs/gst/tag/Makefile.am:
10714         * gst/adder/Makefile.am:
10715         * gst/audioconvert/Makefile.am:
10716         * gst/audiorate/Makefile.am:
10717         * gst/audioresample/Makefile.am:
10718         * gst/playback/Makefile.am:
10719         * gst/tcp/Makefile.am:
10720         * gst/videoscale/Makefile.am:
10721         * gst/volume/Makefile.am:
10722         * sys/ximage/Makefile.am:
10723         * sys/xvimage/Makefile.am:
10724         * tests/icles/Makefile.am:
10725           adapt
10726
10727 2007-01-04  Julien MOUTTE  <julien@moutte.net>
10728
10729         * gst-libs/gst/interfaces/xoverlay.c:
10730         (gst_x_overlay_handle_events):
10731         * gst-libs/gst/interfaces/xoverlay.h:
10732         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
10733         (gst_ximagesink_set_xwindow_id),
10734         (gst_ximagesink_set_event_handling),
10735         (gst_ximagesink_xoverlay_init), (gst_ximagesink_set_property),
10736         (gst_ximagesink_get_property), (gst_ximagesink_init),
10737         (gst_ximagesink_class_init):
10738         * sys/ximage/ximagesink.h:
10739         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new),
10740         (gst_xvimagesink_set_xwindow_id),
10741         (gst_xvimagesink_set_event_handling),
10742         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_set_property),
10743         (gst_xvimagesink_get_property), (gst_xvimagesink_init),
10744         (gst_xvimagesink_class_init):
10745         * sys/xvimage/xvimagesink.h:
10746         * tests/icles/stress-xoverlay.c: (toggle_events), (create_window):
10747         Add a method to the XOverlay interface to allow disabling of 
10748         event handling in x[v]imagesink elements. This will let X events
10749         propagate to parent windows which can be usefull in some cases.
10750         Be carefull that the application is then responsible of pushing
10751         navigation events and expose events to the video sink.
10752         Fixes: #387138.
10753
10754 2007-01-03  Tim-Philipp Müller  <tim at centricular dot net>
10755
10756         * gst-libs/gst/tag/gstvorbistag.c:
10757         * tests/check/libs/tag.c: (GST_START_TEST):
10758           Add vorbistag <=> GStreamer tag mapping for GST_TAG_LOCATION
10759           (fixes #392070).
10760
10761 2007-01-01  Tim-Philipp Müller  <tim at centricular dot net>
10762
10763         * configure.ac:
10764         * docs/Makefile.am:
10765         * docs/design/Makefile.am:
10766           Dist design docs.
10767
10768 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10769
10770         * docs/libs/gst-plugins-base-libs-sections.txt: Fix a documentation
10771         typo. Fixes: #390063.
10772
10773 2006-12-27  Julien MOUTTE  <julien@moutte.net>
10774
10775         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
10776         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Plug a
10777         caps leak.
10778         * win32/common/config.h: Updated.
10779
10780 2006-12-22  Stefan Kost  <ensonic@users.sf.net>
10781
10782         * tests/check/elements/gdpdepay.c: (cleanup_gdpdepay),
10783         (setup_gdpdepay_streamheader):
10784         * tests/check/elements/gdppay.c: (cleanup_gdppay),
10785         (setup_gdppay_streamheader):
10786           Fix the dp tests, but activating the pads for the streamheader tests
10787           too and cleaning up conditionaly
10788
10789 2006-12-22  Jan Schmidt  <thaytan@mad.scientist.com>
10790
10791         * gst/ffmpegcolorspace/avcodec.h:
10792         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10793         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
10794         (gst_ffmpegcsp_avpicture_fill):
10795         * gst/ffmpegcolorspace/imgconvert.c: (img_convert),
10796         (img_get_alpha_info):
10797         Add 2 new caps arrangements, for 24-bit RGB and BGR in 32-bits, but at the
10798         other end of the word. Fixes: #387073.
10799
10800         Add some inconsequential branch hints in a couple of places.
10801
10802 2006-12-21  Tim-Philipp Müller  <tim at centricular dot net>
10803
10804         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
10805         (gst_ffmpeg_caps_to_smpfmt):
10806           The "signed" field in raw audio caps is of boolean type, trying to
10807           extract the value with _get_int() will fail (fix to keep in sync with
10808           the copy in gst-ffmpeg)
10809
10810 2006-12-21  Stefan Kost  <ensonic@users.sf.net>
10811
10812         * tests/check/elements/audioresample.c: (cleanup_audioresample):
10813         * tests/check/elements/audiotestsrc.c: (cleanup_audiotestsrc):
10814         * tests/check/elements/gdpdepay.c: (setup_gdpdepay),
10815         (cleanup_gdpdepay):
10816         * tests/check/elements/gdppay.c: (setup_gdppay), (cleanup_gdppay):
10817         * tests/check/elements/subparse.c: (teardown_subparse):
10818         * tests/check/elements/textoverlay.c: (cleanup_textoverlay):
10819         * tests/check/elements/videorate.c: (cleanup_videorate):
10820         * tests/check/elements/videotestsrc.c: (cleanup_videotestsrc):
10821         * tests/check/elements/volume.c: (cleanup_volume):
10822         * tests/check/elements/vorbisdec.c: (setup_vorbisdec),
10823         (cleanup_vorbisdec):
10824         * tests/check/elements/vorbistag.c: (setup_vorbistag),
10825         (cleanup_vorbistag):
10826           consistent pad (de)activation
10827
10828 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10829
10830         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
10831           Forgot to register the extensions.
10832
10833 2006-12-20  Tim-Philipp Müller  <tim at centricular dot net>
10834
10835         * gst/typefind/gsttypefindfunctions.c: (vivo_type_find),
10836         (plugin_init):
10837           Add typefinder for VIVO files (my christmas present to the 90s).
10838
10839 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10840
10841         * gst/playback/gstdecodebin.c: (type_found):
10842           Special-case the text/plain media type: we only want to recognise it
10843           as a 'raw' decoded media type if it comes from a demuxer or subtitle
10844           parser, but not if the entire stream is of text/plain type. If the
10845           entire stream is text/plain, we should just error out.
10846
10847           This fixes playback of audio files with lyrics in totem. Totem can't
10848           distinguish between text files and subtitle files and passes any
10849           .txt file with the same basename as the main file to playbin as
10850           suburi, and playbin will then throw a 'subtitle found, but no video
10851           stream' error, which isn't entirely helpful. See #380342.
10852
10853           Also, with this change we'll show a slightly more correct error
10854           message in case totem passes a playlist file to us (although a
10855           custom error message wording instead of the default text would
10856           probably not be a bad idea either).
10857
10858           Same problem also needs to be fixed for playbin+decodebin2.
10859
10860         * tests/check/Makefile.am:
10861         * tests/check/elements/decodebin.c: (src_handoff_cb),
10862         (decodebin_new_decoded_pad_cb), (GST_START_TEST),
10863         (decodebin_suite):
10864           Add simple unit test for decodebin for the above.
10865
10866 2006-12-16  Tim-Philipp Müller  <tim at centricular dot net>
10867
10868         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
10869         * gst/playback/gstdecodebin2.c: (gst_decode_bin_change_state):
10870           Refuse to change state to READY when we failed to create any of the
10871           required elements in our instance init function.
10872
10873 2006-12-15  Tim-Philipp Müller  <tim at centricular dot net>
10874
10875         * docs/libs/gst-plugins-base-libs-sections.txt:
10876           Small docs fixes/updates.
10877
10878         * gst-libs/gst/video/gstvideosink.h:
10879           Remove nonfunctional GST_VIDEO_SINK_CLOCK macro which is a leftover
10880           from the 0.9 days (GST_BASE_SINK_CLOCK, which it points to, was
10881           removed from the base sink API between 0.9.6 and 0.9.7).
10882           API: add GST_VIDEO_SINK_CAST and use it for the height/width
10883           accessor macros, so we don't do a runtime GObject type check every
10884           time we use them.
10885
10886 2006-12-15  Thomas Vander Stichele  <thomas at apestaart dot org>
10887
10888         * Makefile.am:
10889         * gst-plugins-base.doap:
10890         * gst-plugins-base.spec.in:
10891           add doap file
10892
10893 2006-12-09  Tim-Philipp Müller  <tim at centricular dot net>
10894
10895         Patch by: Jens Granseuer <jensgr at gmx net>
10896
10897         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
10898         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
10899         (gst_base_rtp_audio_payload_handle_frame_based_buffer),
10900         (gst_base_rtp_audio_payload_handle_sample_based_buffer):
10901         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
10902           Declare variables at the beginning of a block. Fixes #383195.
10903
10904 2006-12-07  Jan Schmidt  <thaytan@mad.scientist.com>
10905
10906         * configure.ac:
10907         Bump version nano - back to CVS.
10908
10909
10910 === release 0.10.11 ===
10911
10912 2006-12-06  Jan Schmidt <thaytan@mad.scientist.com>
10913
10914         * configure.ac:
10915           releasing 0.10.11, "Dumb things"
10916
10917 2006-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
10918
10919         * gst/playback/gstdecodebin.c: (find_dynamic), (dynamic_add),
10920         (close_pad_link), (elem_is_dynamic), (unlinked), (close_link):
10921         Handle the case where an element has multiple pads with 
10922         unfixed caps as well as still possibly producing more dynamic 
10923         pads by storing each case as a distinct entry in the dynamic list.
10924         Fixes #38223 again.
10925
10926 2006-12-04  Wim Taymans  <wim@fluendo.com>
10927
10928         * gst/playback/gstdecodebin.c: (close_pad_link):
10929         Fix #382223, add more dynamic caps handling.
10930
10931 2006-12-04  Wim Taymans  <wim@fluendo.com>
10932
10933         * gst-libs/gst/audio/gstringbuffer.h:
10934         * gst-libs/gst/netbuffer/gstnetbuffer.c: (gst_netbuffer_init),
10935         (gst_netaddress_set_ip4_interface),
10936         (gst_netaddress_set_ip6_interface), (gst_netaddress_set_loopback),
10937         (gst_netaddress_set_ttl), (gst_netaddress_get_ip4_interface),
10938         (gst_netaddress_get_ip6_interface), (gst_netaddress_get_loopback),
10939         (gst_netaddress_get_ttl):
10940         * gst-libs/gst/netbuffer/gstnetbuffer.h:
10941         * gst/playback/gstdecodebin.c: (close_pad_link):
10942         * tests/examples/seek/seek.c: (end_scrub), (end_seek), (do_seek),
10943         (seek_cb), (stop_seek), (rate_spinbutton_changed_cb):
10944         * win32/common/config.h:
10945
10946 2006-12-01  Michael Smith  <msmith@fluendo.com>
10947
10948         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
10949           Delete bad debug code.
10950           Fixes #381219
10951
10952 2006-12-01  Jan Schmidt  <thaytan@mad.scientist.com>
10953
10954         * gst/videoscale/vs_4tap.c:
10955         * win32/MANIFEST:
10956         * win32/common/config.h:
10957         * win32/vs8/libgstvideoscale.vcproj:
10958         Fix compilation on win32 under VS8
10959         Patch by: Sergey Scobich <sergey dot scobich at gmail dot com>
10960         Partially fixes #381175
10961
10962 2006-11-30  Michael Smith  <msmith@fluendo.com>
10963
10964         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
10965         (GST_START_TEST):
10966           It would be very bad if, after a discont buffer, we thought every
10967           single following buffer was also discont. So, add to the test to
10968           ensure that this isn't the case.
10969           
10970         * ext/theora/theoraenc.c: (theora_enc_is_discontinuous):
10971           ... it was the case. So fix it.
10972
10973 2006-11-28  Wim Taymans  <wim@fluendo.com>
10974
10975         * gst/playback/gstplaybasebin.c: (check_queue_event):
10976         Improve debug.
10977
10978         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps):
10979         Fix width and height range from 16 - 4096 to 1 - MAXINT, just like the
10980         padtemplate caps. Refixes #357577.
10981
10982 2006-11-28  Wim Taymans  <wim@fluendo.com>
10983
10984         * gst/playback/gstplaybasebin.c: (check_queue_event),
10985         (queue_threshold_reached), (queue_out_of_data),
10986         (gen_preroll_element):
10987         Add event probe to see when EOS is in a queue and we can disable the
10988         underrun signals. Fixes #357577.
10989
10990 2006-11-28  Edward Hervey  <edward@fluendo.com>
10991
10992         * gst/playback/Makefile.am:
10993         * gst/playback/gstdecodebin2.c: (gst_decode_bin_get_type),
10994         (_gst_boolean_accumulator), (gst_decode_bin_class_init),
10995         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
10996         (gst_decode_bin_init), (gst_decode_bin_dispose),
10997         (gst_decode_bin_finalize), (gst_decode_bin_set_property),
10998         (gst_decode_bin_get_property), (gst_decode_bin_set_caps),
10999         (gst_decode_bin_get_caps), (gst_decode_bin_autoplug_continue),
11000         (gst_decode_bin_autoplug_sort), (analyze_new_pad), (connect_pad),
11001         (connect_element), (expose_pad), (type_found),
11002         (pad_added_group_cb), (pad_removed_group_cb),
11003         (no_more_pads_group_cb), (pad_added_cb), (pad_removed_cb),
11004         (no_more_pads_cb), (find_compatibles), (is_demuxer_element),
11005         (are_raw_caps), (multi_queue_overrun_cb),
11006         (multi_queue_underrun_cb), (gst_decode_group_new),
11007         (get_current_group), (group_demuxer_event_probe),
11008         (gst_decode_group_control_demuxer_pad),
11009         (gst_decode_group_control_source_pad),
11010         (gst_decode_group_check_if_blocked),
11011         (gst_decode_group_check_if_drained), (gst_decode_group_expose),
11012         (gst_decode_group_hide), (gst_decode_group_free),
11013         (gst_decode_group_set_complete), (source_pad_blocked_cb),
11014         (source_pad_event_probe), (gst_decode_pad_new), (add_fakesink),
11015         (remove_fakesink), (find_sink_pad), (gst_decode_bin_change_state),
11016         (plugin_init):
11017         New decodebin2 element.
11018         Closes #370092
11019         * gst/playback/gstplay-marshal.list:
11020         Added marshallers for new signals in decodebin2
11021         * gst/playback/gstplaybasebin.c: (setup_subtitle), (make_decoder):
11022         Use decodebin2 if *and only if* the USE_DECODEBIN2 environment variable
11023         is set.
11024
11025 2006-11-28  Wim Taymans  <wim@fluendo.com>
11026
11027         * gst/playback/gstplaybasebin.c: (setup_source),
11028         (gst_play_base_bin_change_state):
11029         Disable rtsp:// uris for the release, it's not good enough yet.
11030         Remove unused var.
11031
11032 2006-11-26  Wim Taymans  <wim@fluendo.com>
11033
11034         * ext/theora/theoradec.c: (gst_theora_dec_reset),
11035         (theora_dec_push_forward), (theora_dec_push_reverse),
11036         (theora_handle_data_packet), (theora_dec_decode_buffer),
11037         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11038         (theora_dec_chain_forward), (theora_dec_chain):
11039         Implement reverse playback.
11040
11041         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
11042         (vorbis_dec_decode_buffer), (vorbis_dec_flush_decode),
11043         (vorbis_dec_chain_forward):
11044         Clear buffers used for reverse playback in _reset.
11045         No need to set the eos flag, we clip samples using the segment.
11046
11047 2006-11-24  Wim Taymans  <wim@fluendo.com>
11048
11049         * ext/ogg/gstoggdemux.c: (gst_ogg_page_copy), (gst_ogg_page_free),
11050         (gst_ogg_pad_init), (gst_ogg_pad_dispose), (gst_ogg_pad_reset),
11051         (gst_ogg_pad_stream_out), (gst_ogg_pad_submit_page),
11052         (gst_ogg_chain_reset), (gst_ogg_demux_perform_seek):
11053         Some cleanups.
11054         Handle continued pages in reverse mode.
11055
11056 2006-11-24  Wim Taymans  <wim@fluendo.com>
11057
11058         * ext/vorbis/vorbisdec.c: (vorbis_dec_push_forward),
11059         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11060         (vorbis_dec_flush_decode):
11061         Small cleanups.
11062         Don't try to add invalid timestamps.
11063         Clipping will unref the buffer.
11064
11065 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11066
11067         * gst/adder/gstadder.h:
11068         * gst/audiotestsrc/gstaudiotestsrc.h:
11069           remove obsolete _factory_init protos
11070
11071 2006-11-24  Stefan Kost  <ensonic@users.sf.net>
11072
11073         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
11074           Fix spacing in debug message.
11075
11076 2006-11-23  Wim Taymans  <wim@fluendo.com>
11077
11078         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11079         (gst_ogg_demux_chain):
11080         Don't just ignore return values from _pad_push().
11081         Small debug improvements.
11082
11083 2006-11-23  Michael Smith  <msmith@fluendo.com>
11084
11085         * ext/ogg/gstoggmux.c: (gst_ogg_mux_process_best_pad):
11086           If our incoming buffer is marked as DISCONT, then increment the page
11087           number (so that the discontinuity is marked in the final ogg
11088           bitstream) and flush the previous page.
11089
11090 2006-11-22  Michael Smith  <msmith@fluendo.com>
11091
11092         * ext/theora/gsttheoraenc.h:
11093         * ext/theora/theoraenc.c: (gst_theora_enc_init),
11094         (theora_enc_reset), (theora_enc_clear), (theora_enc_sink_setcaps),
11095         (theora_buffer_from_packet), (theora_enc_is_discontinuous),
11096         (theora_enc_chain), (theora_enc_change_state):
11097           Mark discontinuities of > 3/4 of a frame, reinit encoder.
11098
11099         * tests/check/pipelines/theoraenc.c: (check_buffer_granulepos),
11100         (GST_START_TEST), (theoraenc_suite):
11101           Enable discontinuity test, fix it.
11102
11103 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11104
11105         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
11106         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
11107         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
11108         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
11109         (gst_text_overlay_change_state):
11110         * ext/pango/gsttextoverlay.h:
11111           Some textoverlay fixes: for one, in the video chain function,
11112           actually wait for a text buffer to come in if there is none at the
11113           moment and there should be one; also, deal more gracefully with
11114           incoming buffers that do not have a timestamp or duration; discard
11115           text buffer when not needed any longer. Fixes #341681.
11116
11117         * tests/check/Makefile.am:
11118         * tests/check/elements/.cvsignore:
11119         * tests/check/elements/textoverlay.c:
11120         (notgst_check_setup_src_pad2), (notgst_check_teardown_src_pad2),
11121         (setup_textoverlay), (buffer_is_all_black), (create_black_buffer),
11122         (create_text_buffer), (cleanup_textoverlay), (GST_START_TEST),
11123         (test_video_waits_for_text_send_text_newsegment_thread),
11124         (test_video_waits_for_text_shutdown_element),
11125         (test_render_continuity_push_video_buffers_thread),
11126         (textoverlay_suite):
11127           Add some unit tests for textoverlay.
11128
11129 2006-11-21  Tim-Philipp Müller  <tim at centricular dot net>
11130
11131         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11132           Avoid integer underflow when the found probability for mp3 is
11133           smaller than the 'penalty' we subtract if there's not a clean
11134           mp3 header sync at offset 0.
11135
11136 2006-11-21  Stefan Kost  <ensonic@users.sf.net>
11137
11138         * docs/libs/gst-plugins-base-libs-sections.txt:
11139           Add some new symbols to the docs
11140
11141 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11142
11143         * tests/check/Makefile.am:
11144         * tests/check/elements/ffmpegcolorspace.c:
11145         (ffmpegcolorspace_suite):
11146           Enable ffmpegcolorspace test now that the RGBA32 issue is fixed
11147           (for now not for valgrinding though, since it takes too long).
11148
11149 2006-11-20  Wim Taymans  <wim@fluendo.com>
11150
11151         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
11152         (gst_ffmpeg_pixfmt_to_caps):
11153         Fix RGBA32 caps. Fixes #357038.
11154
11155 2006-11-20  Tim-Philipp Müller  <tim at centricular dot net>
11156
11157         * gst-libs/gst/interfaces/mixertrack.h:
11158           Add FIXME so we can add some padding here in 0.11
11159
11160 2006-11-19  Tim-Philipp Müller  <tim at centricular dot net>
11161
11162         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
11163           Fix GstBaseRTPAudioPayload structure so the whole GObject
11164           inheritance business actually works (parent class instance structure
11165           must always come first in the derived class instance structure).
11166
11167 2006-11-16  Tim-Philipp Müller  <tim at centricular dot net>
11168
11169         * gst/videotestsrc/Makefile.am:
11170         * tests/check/Makefile.am:
11171           Make sure our checks and the videotestsrc plugin link against the
11172           local uninstalled gst libs and not any installed gst libs that
11173           might happen to exist as well.
11174
11175         * tests/check/elements/adder.c: (message_received),
11176         (test_event_message_received), (test_play_twice_message_received):
11177         * tests/check/elements/ffmpegcolorspace.c: (GST_START_TEST):
11178           Fix compiler warnings when compiling against core with disabled
11179           debugging system.
11180
11181 2006-11-16  Michael Smith  <msmith@fluendo.com>
11182
11183         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
11184         (gst_audio_rate_sink_event), (gst_audio_rate_chain):
11185           Fix audiorate, so that it accurately sets offsets and timestamps.
11186           Doesn't change the fundamental algorithmic decisions; so should be
11187           safe.
11188
11189         * tests/check/Makefile.am:
11190           Enable audiorate test now that it passes.
11191
11192 2006-11-09  Stefan Kost  <ensonic@users.sf.net>
11193
11194         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
11195           clear xv when going to NULL, remove // commented non-existant proto
11196
11197         * tests/examples/seek/seek.c: (main):
11198           add missing tooltip description for scrub and play_scrub
11199
11200 2006-11-14  David Schleef  <ds@schleef.org>
11201
11202         * configure.ac:
11203           Bump liboil requirement to 0.3.8.
11204         * gst-libs/gst/riff/riff-media.c:
11205           Add Dirac fourcc.
11206         * gst/videoscale/vs_image.h:
11207         * gst/videoscale/vs_scanline.h:
11208           Use liboil's stdint.h.
11209         * gst/videotestsrc/videotestsrc.c:
11210           Remove liboil related ifdef's, since they aren't needed now, and
11211           won't work with future versions.
11212
11213 2006-11-14  David Schleef  <ds@schleef.org>
11214
11215         * gst/videoscale/Makefile.am:
11216         * gst/videoscale/gstvideoscale.c:
11217         * gst/videoscale/gstvideoscale.h:
11218         * gst/videoscale/vs_4tap.c:
11219         * gst/videoscale/vs_4tap.h:
11220         * gst/videoscale/vs_image.c:
11221         * gst/videoscale/vs_image.h:
11222         * gst/videoscale/vs_scanline.c:
11223         * gst/videoscale/vs_scanline.h:
11224           Add a 4-tap image scaler.  Theoretically looks much prettier.
11225           The tap calculation could use some improvement.
11226
11227 2006-11-14  Wim Taymans  <wim@fluendo.com>
11228
11229         Patch by: Jan David Mol <j dot j dot d dot mol at tudelft dot nl>
11230
11231         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds),
11232         (gst_riff_parse_strf_iavs):
11233         * gst/subparse/gstsubparse.c: (convert_encoding):
11234         * gst/tcp/gstmultifdsink.c:
11235         (gst_multi_fd_sink_handle_client_write):
11236         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
11237         (gst_tcp_read_buffer), (gst_tcp_gdp_read_caps),
11238         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
11239         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_render):
11240         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
11241         (gst_ximagesink_ximage_new):
11242         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
11243         Various gsize and gssize printf fixes. Fixes #372507.
11244
11245 2006-11-13  Wim Taymans  <wim@fluendo.com>
11246
11247         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
11248         (vorbis_dec_push_forward), (vorbis_dec_push_reverse),
11249         (vorbis_handle_data_packet), (vorbis_dec_decode_buffer),
11250         (vorbis_dec_flush_decode), (vorbis_dec_chain_reverse),
11251         (vorbis_dec_chain_forward), (vorbis_dec_chain):
11252         * ext/vorbis/vorbisdec.h:
11253         First stab at vorbis reverse playback.
11254
11255 2006-11-13  Wim Taymans  <wim@fluendo.com>
11256
11257         * gst-libs/gst/audio/gstbaseaudiosink.c:
11258         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11259         * gst-libs/gst/audio/gstbaseaudiosink.h:
11260         Make the clock sync code more accurate wrt resampling and playback
11261         at different rates.
11262         
11263         * gst-libs/gst/audio/gstringbuffer.c:
11264         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit):
11265         * gst-libs/gst/audio/gstringbuffer.h:
11266         Use better algorithm to interpolate sample rates. 
11267
11268 2006-11-13  Michael Smith  <msmith@fluendo.com>
11269
11270         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page):
11271           Improve a debug line slightly.
11272
11273         * ext/ogg/gstogmparse.c: (gst_ogm_parse_plugin_init):
11274           Call gst_riff_init() in plugin_init, to avoid getting errors from
11275           the debug system (unrelated changes to another plugin made this turn
11276           up; not sure why).
11277
11278 2006-11-10  Tim-Philipp Müller  <tim at centricular dot net>
11279
11280         Patch by: Sergey Scobich  <sergery.scobich at gmail com>
11281
11282         * win32/common/libgsttag.def:
11283           Add missing symbol (#366492).
11284
11285 2006-11-09  Tim-Philipp Müller  <tim at centricular dot net>
11286
11287         * gst/playback/gststreamselector.c: (gst_stream_selector_dispose):
11288           Don't unref a NULL pad.
11289
11290 2006-11-09  Wim Taymans  <wim@fluendo.com>
11291
11292         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_page),
11293         (gst_ogg_demux_get_prev_page), (gst_ogg_demux_perform_seek),
11294         (gst_ogg_demux_handle_page), (gst_ogg_demux_chain),
11295         (gst_ogg_demux_loop_forward), (gst_ogg_demux_loop_reverse),
11296         (gst_ogg_demux_loop):
11297         Implement first stab at reverse playback.
11298
11299 2006-11-07  Stefan Kost  <ensonic@users.sf.net>
11300
11301         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
11302         (gst_riff_create_video_template_caps):
11303           add h263/h264 variants to the caps, Fixes #363118
11304
11305 2006-11-06  Tim-Philipp Müller  <tim at centricular dot net>
11306
11307         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func):
11308         * gst-libs/gst/audio/gstaudiosrc.c: (audioringbuffer_thread_func):
11309           Use g_strerror instead of strerror so we get UTF-8.
11310
11311 2006-11-03  David Schleef  <ds@schleef.org>
11312
11313         * ext/ogg/gstoggdemux.c:
11314         * ext/ogg/gstoggmux.c:
11315           Add/remove KW-DIRAC header here, since it is ogg-specific.
11316
11317 2006-11-03  Michael Smith  <msmith@fluendo.com>
11318
11319         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find):
11320           Recognise more mpeg4 elementary video streams.
11321
11322 2006-11-02  Edward Hervey  <edward@fluendo.com>
11323
11324         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
11325         Lower the probability of mp3 typefinding functions if we don't find a
11326         valid mp3 header at the start of the file.
11327         Closes #369482
11328
11329 2006-11-02  Wim Taymans  <wim@fluendo.com>
11330
11331         * ext/theora/gsttheoradec.h:
11332         * ext/theora/theoradec.c: (gst_theora_dec_init),
11333         (theora_dec_sink_event), (theora_dec_chain_forward),
11334         (theora_dec_flush_decode), (theora_dec_chain_reverse),
11335         (theora_dec_chain):
11336         Document and partially implement an algorithm for doing reverse playback
11337         of theora video.
11338
11339 2006-11-02  Tim-Philipp Müller  <tim at centricular dot net>
11340
11341         Patch by: Sergey Scobich  <sergey.scobich at gmail com>
11342
11343         * win32/common/config.h:
11344         * win32/common/interfaces-enumtypes.c:
11345         * win32/common/libgsttag.def:
11346         * win32/vs8/gst-plugins-base.sln:
11347         * win32/vs8/libgstaudioresample.vcproj:
11348         * win32/vs8/libgstinterfaces.vcproj:
11349         * win32/vs8/libgstogg.vcproj:
11350         * win32/vs8/libgstriff.vcproj:
11351         * win32/vs8/libgsttag.vcproj:
11352         * win32/vs8/libgsttheora.vcproj:
11353         * win32/vs8/libgstvideoscale.vcproj:
11354         * win32/vs8/libgstvorbis.vcproj:
11355           Misc. VS8 build fixes: fix syntax in config.h, add missing entries
11356           to libgsttag.def; add missing dependencies for some vs8 projects;
11357           re-arrange placement of .def files in vs8 projects (#366334).
11358
11359 2006-11-01  Tim-Philipp Müller  <tim at centricular dot net>
11360
11361         * ext/ogg/gstogg.c:
11362           Remove unused variable.
11363
11364         * ext/ogg/gstoggdemux.c:
11365           Fix Wim's surname in plugin description.
11366
11367 2006-10-31  Wim Taymans  <wim@fluendo.com>
11368
11369         * gst-plugins-base.spec.in:
11370         spec new .h file. Fixes #368310.
11371
11372 2006-10-31  Michael Smith  <msmith@fluendo.com>
11373
11374         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
11375         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
11376         (gst_multi_fd_sink_get_stats),
11377         (gst_multi_fd_sink_remove_client_link),
11378         (gst_multi_fd_sink_queue_buffer),
11379         (gst_multi_fd_sink_handle_clients):
11380         * gst/tcp/gstmultifdsink.h:
11381           Make using the remove or clear signals threadsafe.
11382           Make calling get-stats with an invalid fd not segfault.
11383           Fixes 368273.
11384
11385 2006-10-31  Wim Taymans  <wim@fluendo.com>
11386
11387         * gst-libs/gst/rtp/Makefile.am:
11388         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11389         (gst_base_rtp_audio_payload_init):
11390         Fix and activate base audio payloader.
11391
11392 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11393
11394         * gst/typefind/gsttypefindfunctions.c: (qtif_type_find),
11395         (plugin_init):
11396           Add typefinder for QuickTime Image Files (see #366156).
11397
11398 2006-10-28  Tim-Philipp Müller  <tim at centricular dot net>
11399
11400         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init):
11401           Another typo fix (#366212).
11402
11403 2006-10-27  Wim Taymans  <wim@fluendo.com>
11404
11405         * gst/volume/gstvolume.c: (volume_transform_ip):
11406         Use stream time to synchronize volume property instead of rather random
11407         timestamps. This is needed when gnonlin does its time shifting.
11408
11409 2006-10-27  Wim Taymans  <wim@fluendo.com>
11410
11411         Patch by: Mark Nauwelaerts <manauw at skynet dot be>
11412
11413         * ext/ogg/gstoggmux.c: (gst_ogg_mux_release_pad):
11414         Remove the pad from the element in release_pad. Fixes #364812.
11415
11416 2006-10-27  Tim-Philipp Müller  <tim at centricular dot net>
11417
11418         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
11419         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
11420           Explicitly create our custom buffer classes at a thread-safe
11421           location as well, since g_type_class_ref() doesn't seem to be
11422           entirely thread-safe either (#365501; also see #349410).
11423
11424 2006-10-26  Tim-Philipp Müller  <tim at centricular dot net>
11425
11426         * gst-libs/gst/riff/riff-read.c: (freeform_string_to_utf8),
11427         (gst_riff_parse_info):
11428           If strings in INFO chunk are not UTF-8, do something similar to
11429           what we do for ID3v1 tags: check a number of environment variables
11430           (GST_AVI_TAG_ENCODING, GST_RIFF_TAG_ENCODING, GST_TAG_ENCODING) for
11431           character sets to try, otherwise try the current locale and/or fall
11432           back on ISO-8859-1. Fixes #360552.
11433
11434 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11435
11436         * gst/videotestsrc/gstvideotestsrc.c:
11437         (gst_video_test_src_pattern_get_type),
11438         (gst_video_test_src_set_pattern):
11439         * gst/videotestsrc/gstvideotestsrc.h:
11440         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_checkers1),
11441         (gst_video_test_src_checkers2), (gst_video_test_src_checkers4),
11442         (gst_video_test_src_checkers8):
11443         * gst/videotestsrc/videotestsrc.h:
11444           Add a bunch of exciting new checkers patterns.
11445
11446 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11447
11448         * gst/subparse/Makefile.am:
11449         * gst/subparse/gstsubparse.c:
11450         (gst_sub_parse_data_format_autodetect),
11451         (gst_sub_parse_format_autodetect), (handle_buffer),
11452         (gst_sub_parse_chain), (gst_subparse_type_find), (plugin_init):
11453         * gst/subparse/gstsubparse.h:
11454         * gst/subparse/tmplayerparse.c: (tmplayer_parse_line),
11455         (parse_tmplayer):
11456         * gst/subparse/tmplayerparse.h:
11457           Add support for TMPlayer-type subtitles (#362845).
11458
11459         * tests/check/elements/subparse.c: (test_tmplayer_do_test),
11460         (GST_START_TEST), (subparse_suite):
11461           Add some basic unit tests for the above.
11462
11463 2006-10-23  Tim-Philipp Müller  <tim at centricular dot net>
11464
11465         * tests/check/elements/audiorate.c: (test_injector_base_init),
11466         (test_injector_class_init), (test_injector_chain),
11467         (test_injector_init), (probe_cb), (do_perfect_stream_test),
11468         (GST_START_TEST), (audiorate_suite):
11469           More tests for audiorate: inject buffers to check behaviour when
11470           buffers overlap.
11471
11472 2006-10-21  Tim-Philipp Müller  <tim at centricular dot net>
11473
11474         * tests/check/Makefile.am:
11475         * tests/check/elements/.cvsignore:
11476         * tests/check/elements/audiorate.c: (probe_cb), (got_buf),
11477         (do_perfect_stream_test), (GST_START_TEST), (audiorate_suite):
11478           Add some basic unit tests for audiorate. Disabled at the moment
11479           since it doesn't pass yet (see bug #363119).
11480
11481 2006-10-20  Tim-Philipp Müller  <tim at centricular dot net>
11482
11483         * gst/subparse/gstsubparse.c: (subrip_fix_up_markup),
11484         (parse_subrip), (handle_buffer):
11485           Add missing closing tags for markup and fix broken markup,
11486           otherwise pango won't render anything (fixes #357531). Also,
11487           make sure the text we send out is always NUL-terminated
11488           (better safe than sorry etc.).
11489
11490         * tests/check/elements/subparse.c: (test_srt_do_test),
11491         (test_srt):
11492           Some more tests for .srt incl. tests for the above stuff.
11493
11494 2006-10-20  Julien MOUTTE  <julien@moutte.net>
11495
11496         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
11497         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
11498         Patch by: Stefan Kost  <ensonic@users.sf.net>
11499         Try to redraw borders only when needed. Apparently this consumes
11500         resources on small devices... :-O (#363607)
11501
11502 2006-10-20  Michael Smith  <msmith@fluendo.com>
11503
11504         * gst/tcp/gstmultifdsink.c:
11505         (gst_multi_fd_sink_client_queue_buffer):
11506           If caps change, then update the client's idea of the caps so that we
11507           don't end up re-sending streamheaders for every single buffer after
11508           the caps change.
11509
11510 2006-10-20  Michael Smith  <msmith@fluendo.com>
11511
11512         * ext/ogg/gstoggparse.c: (gst_ogg_parse_dispose),
11513         (gst_ogg_parse_append_header), (gst_ogg_parse_chain):
11514           Set caps on pushed buffers; fix up refcounting of caps objects.
11515
11516 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11517
11518         * gst/typefind/gsttypefindfunctions.c: (mmsh_type_find),
11519         (plugin_init):
11520           Typefind mmsh header data packet to application/x-mmsh (#362625).
11521
11522 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11523
11524         * tests/check/Makefile.am:
11525         * tests/check/elements/.cvsignore:
11526         * tests/check/elements/subparse.c: (buffer_from_static_string),
11527         (setup_subparse), (teardown_subparse), (test_srt_do_test),
11528         (GST_START_TEST), (subparse_suite):
11529           Add very simple unit test for subparse.
11530
11531 2006-10-19  Tim-Philipp Müller  <tim at centricular dot net>
11532
11533         * gst/subparse/gstsubparse.c: (strip_trailing_newlines),
11534         (parse_subrip):
11535           Strip trailing newlines from subtitle text output.
11536
11537 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11538
11539         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
11540         (gst_sub_parse_change_state):
11541           Fix memleak; clear subparse->textbuf n state change function.
11542
11543 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11544
11545         * gst/subparse/gstsubparse.c:
11546         (gst_sub_parse_data_format_autodetect):
11547           Don't require subrip (.srt) files to start with a chunk number of 1.
11548
11549 2006-10-18  Wim Taymans  <wim@fluendo.com>
11550
11551         * gst-libs/gst/audio/gstbaseaudiosink.c:
11552         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
11553         * gst-libs/gst/audio/gstbaseaudiosink.h:
11554         Extract rate from the NEWSEGMENT event.
11555         Use commit_full to also take rate adjustment into account when writing
11556         samples to the ringbuffer.
11557         
11558         * gst-libs/gst/audio/gstringbuffer.c:
11559         (gst_ring_buffer_commit_full), (gst_ring_buffer_commit),
11560         (gst_ring_buffer_read):
11561         * gst-libs/gst/audio/gstringbuffer.h:
11562         Added _commit_full() to also take rate into account.
11563         Use simple interpolation algorithm to resample audio.
11564         API: gst_ring_buffer_commit_full()
11565
11566         * tests/examples/seek/scrubby.c: (speed_cb), (do_seek):
11567         * tests/examples/seek/seek.c: (segment_done):
11568         Don't try to seek with 0.0 rate, just pause instead.
11569         Remove bogus debug line.
11570
11571 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11572
11573         * gst/playback/gstplaybasebin.c: (subbin_startup_sync_msg),
11574         (setup_source):
11575           Catch async errors when starting up the subtitle bin, so we can
11576           stop waiting and continue with the main film instead of hanging
11577           forever. Fixes #339366.
11578
11579         * tests/check/elements/playbin.c: (playbin_suite):
11580           Enable unit test for the above.
11581
11582 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11583
11584         * tests/check/Makefile.am:
11585         * tests/check/elements/.cvsignore:
11586         * tests/check/elements/playbin.c: (GST_START_TEST),
11587         (gst_red_video_src_uri_get_type),
11588         (gst_red_video_src_uri_get_protocols),
11589         (gst_red_video_src_uri_get_uri), (gst_red_video_src_uri_set_uri),
11590         (gst_red_video_src_uri_handler_init),
11591         (gst_red_video_src_init_type), (gst_red_video_src_base_init),
11592         (gst_red_video_src_create), (gst_red_video_src_class_init),
11593         (gst_red_video_src_init), (plugin_init), (playbin_suite):
11594           Some small and basic unit tests for playbin; not very useful yet,
11595           but at least a start.
11596
11597 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11598
11599         * gst/playback/gstplaybin.c: (setup_sinks):
11600           The old pad activation spiel.
11601
11602 2006-10-18  Tim-Philipp Müller  <tim at centricular dot net>
11603
11604         * gst/playback/gstplaybasebin.c: (setup_source):
11605           Don't hang forever if the subbin already fails to start up in 
11606           the state change to PAUSED (#339366).
11607
11608 2006-10-17  Tim-Philipp Müller  <tim at centricular dot net>
11609
11610         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_list_channels),
11611         (gst_tuner_set_channel), (gst_tuner_get_channel),
11612         (gst_tuner_list_norms), (gst_tuner_set_norm), (gst_tuner_get_norm),
11613         (gst_tuner_set_frequency), (gst_tuner_get_frequency),
11614         (gst_tuner_signal_strength), (gst_tuner_find_norm_by_name),
11615         (gst_tuner_find_channel_by_name):
11616           Fix some function guards, add some more function guards.
11617
11618 2006-10-17  Jan Schmidt  <thaytan@mad.scientist.com>
11619
11620         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
11621         (remove_element_chain):
11622         Don't return a pad from get_our_ghost_pad unless it is actually the
11623         one we want.
11624         Change a cast in remove_element_chain slightly.
11625
11626 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11627
11628         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11629         (rate_spinbutton_changed_cb), (segment_done), (msg_state_changed):
11630         Segment seeking needs to use the rate and set stop to -1.
11631
11632 2006-10-13  Wim Taymans  <wim@fluendo.com>
11633
11634         * gst-libs/gst/audio/gstbaseaudiosink.c:
11635         (gst_base_audio_sink_setcaps):
11636         Don't crash when ringbuffer is not yet created.
11637         Patch by: Ville Syrjala <ville dot syrjala at movial dot fi>
11638         Fixes #361634.
11639
11640         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11641         * gst/playback/gststreamselector.c:
11642         (gst_stream_selector_request_new_pad):
11643         Activate pads befre adding them to running elements.
11644
11645 2006-10-13  Julien MOUTTE  <julien@moutte.net>
11646
11647         * tests/examples/seek/seek.c: (do_seek), (start_seek),
11648         (rate_spinbutton_changed_cb), (msg_state_changed): Stop the scale
11649         updater when we start grabing the slider. Don't wait for the
11650         pipeline to be PAUSED.
11651
11652 2006-10-13  Tim-Philipp Müller  <tim at centricular dot net>
11653
11654         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_list_tracks),
11655         (gst_mixer_set_volume), (gst_mixer_get_volume),
11656         (gst_mixer_set_mute), (gst_mixer_set_option),
11657         (gst_mixer_get_option), (gst_mixer_mute_toggled),
11658         (gst_mixer_record_toggled), (gst_mixer_volume_changed),
11659         (gst_mixer_option_changed):
11660           Guard mixer interface functions against bogus arguments.
11661
11662 2006-10-12  Julien MOUTTE  <julien@moutte.net>
11663
11664         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
11665         (play_cb), (pause_cb), (stop_cb), (rate_spinbutton_changed_cb),
11666         (msg_state_changed), (main): Use state-changed messages to trigger
11667         start/stop of scale update timer. Indeed the scale slider was
11668         jumping here and there because the update timer was activated 
11669         before seek completed. This fixes instant applying of rate changes
11670         by pressing the spinbutton like a crazy man !
11671
11672 2006-10-12  Tim-Philipp Müller  <tim at centricular dot net>
11673
11674         Patch by: Sebastien Cote  <sebas642 at yahoo.ca>
11675
11676         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
11677         (gst_basertppayload_finalize):
11678           Fix two small memory leaks (#361456).
11679
11680 2006-10-10  Julien MOUTTE  <julien@moutte.net>
11681
11682         * tests/examples/seek/seek.c: (do_seek),
11683         (rate_spinbutton_changed_cb): When changing spinbutton we try
11684         to change the rate on the fly.
11685
11686 2006-10-10  Wim Taymans  <wim@fluendo.com>
11687
11688         * gst-libs/gst/riff/riff-ids.h:
11689         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
11690         (gst_riff_create_audio_template_caps):
11691         Add WMS caps.
11692
11693 2006-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
11694
11695         Patch by: Josep Torra Valles <josep@fluendo.com>
11696
11697         * ext/gnomevfs/gstgnomevfssink.c:
11698         * ext/gnomevfs/gstgnomevfssrc.c:
11699         Fix URI interface implementation return type.
11700         * ext/pango/gsttextoverlay.c: (gst_text_overlay_set_property):
11701         Fix what looks like a copy/paste issue when assigning values.
11702         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
11703         (gst_audio_filter_template_get_type):
11704         Cast to prevent Forte warnings.
11705         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
11706         Fix URI interface implementation return type.
11707         gst_pad_query_position requires a signed integer pointer as
11708         3rd parameter, GstClockTime is unsigned.
11709         * gst/audioconvert/audioconvert.c:
11710         Fix integer overflow when treated as signed.
11711         * gst/audioresample/resample.c: (resample_add_input_data):
11712         Cast to prevent warnings on Forte.
11713         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette):
11714         Fix integer overflow when treated as signed.
11715         * gst/ffmpegcolorspace/imgconvert_template.h:
11716         Fix integer overflow when treated as signed. RGBA_OUT shifts bits.
11717         * gst/playback/gstdecodebin.c: (queue_filled_cb),
11718         (cleanup_decodebin):
11719         Who initialises a guint to -1!
11720         Cast function pointers to prevent warnings on Forte.
11721         * gst/playback/gstplaybasebin.c: (queue_deadlock_check),
11722         (queue_threshold_reached):
11723         Cast function pointers correctly to prevent warnings on Forte.
11724         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
11725         Cast function pointers correctly to prevent warnings on Forte.
11726         * gst/subparse/gstssaparse.c: (gst_ssa_parse_setcaps):
11727         Obvious change to unsigned, 0xEF > max signed char.
11728         * gst/tcp/gstmultifdsink.c: (get_buffers_max), (count_burst_unit):
11729         GstClockTime is unsigned, initialise correctly.
11730         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
11731         Cast so pointer arithemetic doesn't cause warnings on Forte.
11732         * gst/videorate/gstvideorate.c:
11733         Use correct return value.
11734         * tests/examples/seek/scrubby.c:
11735         GstClockTime is unsigned, initialise correctly.
11736
11737 2006-10-10  Tim-Philipp Müller  <tim at centricular dot net>
11738
11739         Patch by: Ferenc Gerlits  <fgerlits at gmail com>
11740
11741         * gst/typefind/gsttypefindfunctions.c:
11742           Recognise XML files and XML-like files shorter than 256 bytes as
11743           well (fixes #359237).
11744
11745 2006-10-09  Edgard Lima <edgard.lima@indt.org.br>
11746
11747         Patch by: Renato Filho <renato.filho@indt.org.br>
11748         
11749         * gst/typefind/gsttypefindfunctions.c:
11750         Added typefind functions to video/x-nuv media.
11751         
11752 2006-10-08  Tim-Philipp Müller  <tim at centricular dot net>
11753
11754         * gst-libs/gst/interfaces/xoverlay.c:
11755         (gst_x_overlay_set_xwindow_id), (gst_x_overlay_expose):
11756           Some more guards against invalid input.
11757
11758 2006-10-07  Julien MOUTTE  <julien@moutte.net>
11759
11760         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event): 
11761         Useless goto.
11762         * tests/examples/seek/seek.c: (do_seek),
11763         (rate_spinbutton_changed_cb), (main): Add a rate spinbutton in
11764         seek example to experiment with rates != 1.0 (reverse playback !)
11765
11766 2006-10-06  Stefan Kost  <ensonic@users.sf.net>
11767
11768         * gst-libs/gst/interfaces/xoverlay.c:
11769           Unref message in doc-example (spotted by Robert McQueen)
11770
11771 2006-10-06  Wim Taymans  <wim@fluendo.com>
11772
11773         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11774         (mpeg1_parse_header), (mpeg1_sys_type_find):
11775         printf fix.
11776
11777 2006-10-06  Wim Taymans  <wim@fluendo.com>
11778
11779         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
11780         (close_pad_link):
11781         * gst/playback/gstplaybasebin.c: (new_decoded_pad_full):
11782         Activate dynamic pads before adding them to the element.
11783
11784 2006-10-06  Michael Smith  <msmith@fluendo.com>
11785
11786         * gst-libs/gst/floatcast/floatcast.h:
11787           Fix obviously-bogus macros; use the correct types.
11788
11789 2006-10-06  Wim Taymans  <wim@fluendo.com>
11790
11791         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11792         (gst_base_rtp_depayload_change_state):
11793         Also call parent state change function to activate pads.
11794
11795         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11796         (mpeg1_parse_header), (mpeg1_sys_type_find):
11797         Add some more debug info in mpeg typefinding.
11798
11799 2006-10-06  Michael Smith  <msmith@fluendo.com>
11800
11801         * ext/theora/theoradec.c: (theora_dec_chain):
11802           Zero byte theora packets are valid and well-defined; don't warn on
11803           them.
11804
11805 2006-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
11806
11807         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
11808         (gst_multi_fd_sink_get_stats), (find_limits),
11809         (gst_multi_fd_sink_queue_buffer):
11810           API: add dropped_buffers to the get-stats GValueArray
11811
11812 2006-10-05  Tim-Philipp Müller  <tim at centricular dot net>
11813
11814         * ext/alsa/gstalsadeviceprobe.c:
11815         (gst_alsa_device_property_probe_get_values):
11816         * ext/alsa/gstalsasink.c: (set_hwparams):
11817         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_elem_pad),
11818         (gst_ogg_chain_new_stream), (gst_ogg_demux_read_chain):
11819         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers),
11820         (gst_ogg_mux_process_best_pad):
11821         * ext/ogg/gstoggparse.c: (gst_ogg_parse_new_stream),
11822         (gst_ogg_parse_chain):
11823         * ext/ogg/gstogmparse.c: (gst_ogm_parse_stream_header):
11824         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
11825         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_setup),
11826         (gst_vorbis_enc_buffer_check_discontinuous):
11827         * ext/vorbis/vorbisparse.c: (vorbis_parse_src_query):
11828         * gst-libs/gst/audio/gstbaseaudiosink.c:
11829         (gst_base_audio_sink_render):
11830         * gst-libs/gst/cdda/gstcddabasesrc.c:
11831         (gst_cdda_base_src_handle_track_seek):
11832         * gst-libs/gst/rtp/gstbasertpdepayload.c:
11833         (gst_base_rtp_depayload_push_full):
11834         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
11835         * gst/audioresample/resample.c: (resample_input_pushthrough):
11836         * gst/playback/gstplaybasebin.c: (queue_out_of_data):
11837         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
11838         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
11839         (wavpack_type_find):
11840         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
11841         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
11842         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
11843         * tests/check/elements/volume.c: (GST_START_TEST):
11844           Printf format fixes.
11845
11846 2006-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
11847
11848         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_caps):
11849           Fix a simple mistake (see the docs)
11850           Fixes #359580
11851
11852 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11853
11854         * docs/plugins/Makefile.am:
11855         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
11856         * docs/plugins/gst-plugins-base-plugins-sections.txt:
11857         * docs/plugins/gst-plugins-base-plugins.args:
11858         * docs/plugins/gst-plugins-base-plugins.hierarchy:
11859         * docs/plugins/inspect/plugin-adder.xml:
11860         * docs/plugins/inspect/plugin-alsa.xml:
11861         * docs/plugins/inspect/plugin-audioconvert.xml:
11862         * docs/plugins/inspect/plugin-audiorate.xml:
11863         * docs/plugins/inspect/plugin-audioresample.xml:
11864         * docs/plugins/inspect/plugin-audiotestsrc.xml:
11865         * docs/plugins/inspect/plugin-cdparanoia.xml:
11866         * docs/plugins/inspect/plugin-decodebin.xml:
11867         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
11868         * docs/plugins/inspect/plugin-gdp.xml:
11869         * docs/plugins/inspect/plugin-gnomevfs.xml:
11870         * docs/plugins/inspect/plugin-libvisual.xml:
11871         * docs/plugins/inspect/plugin-ogg.xml:
11872         * docs/plugins/inspect/plugin-pango.xml:
11873         * docs/plugins/inspect/plugin-playbin.xml:
11874         * docs/plugins/inspect/plugin-subparse.xml:
11875         * docs/plugins/inspect/plugin-tcp.xml:
11876         * docs/plugins/inspect/plugin-theora.xml:
11877         * docs/plugins/inspect/plugin-typefindfunctions.xml:
11878         * docs/plugins/inspect/plugin-video4linux.xml:
11879         * docs/plugins/inspect/plugin-videorate.xml:
11880         * docs/plugins/inspect/plugin-videoscale.xml:
11881         * docs/plugins/inspect/plugin-videotestsrc.xml:
11882         * docs/plugins/inspect/plugin-volume.xml:
11883         * docs/plugins/inspect/plugin-vorbis.xml:
11884         * docs/plugins/inspect/plugin-ximagesink.xml:
11885         * docs/plugins/inspect/plugin-xvimagesink.xml:
11886           Add vorbistag element to docs; update version numbers to 0.10.10.1.
11887
11888 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11889
11890         Patch by: James "Doc" Livingston <doclivingston at gmail com>
11891
11892         * ext/vorbis/Makefile.am:
11893         * ext/vorbis/vorbis.c: (plugin_init):
11894         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_class_init),
11895         (vorbis_parse_parse_packet), (vorbis_parse_chain):
11896         * ext/vorbis/vorbisparse.h:
11897         * ext/vorbis/vorbistag.c: (gst_vorbis_tag_base_init),
11898         (gst_vorbis_tag_class_init), (gst_vorbis_tag_init),
11899         (gst_vorbis_tag_parse_packet):
11900         * ext/vorbis/vorbistag.h:
11901           Add new vorbistag element which derives from vorbisparse
11902           and is essentially the same as well, only that it implements
11903           the GstTagSetter interface and can modify the stream's
11904           vorbiscomment on the fly (#335635).
11905
11906         * tests/check/Makefile.am:
11907         * tests/check/elements/.cvsignore:
11908         * tests/check/elements/vorbistag.c: (setup_vorbistag),
11909         (cleanup_vorbistag), (buffer_probe), (start_pipeline),
11910         (get_buffer), (stop_pipeline), (_create_codebook_header_buffer),
11911         (_create_audio_buffer), (GST_START_TEST), (vorbistag_suite):
11912           Add unit test for new vorbistag element.
11913
11914 2006-10-03  Tim-Philipp Müller  <tim at centricular dot net>
11915
11916         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init),
11917         (vorbis_parse_push_headers), (vorbis_parse_chain):
11918           Set BOS flag in packet structure to fix 'jump depends
11919           on unitialized value' errors in valgrind; various minor
11920           clean-ups.
11921
11922 2006-09-30  Jan Schmidt  <thaytan@mad.scientist.com>
11923
11924         * gst/playback/gstdecodebin.c: (close_pad_link):
11925         Fix typo in a debug statement.
11926
11927         * gst/playback/gstplaybasebin.c: (probe_triggered),
11928         (new_decoded_pad_full), (new_decoded_pad), (subs_new_decoded_pad),
11929         (gen_source_element), (source_new_pad), (analyse_source),
11930         (setup_source):
11931         When handling no_more_pads in new_decoded_pad, make sure to treat
11932         subtitle pads correctly. Fixes playback with subtitle files.
11933
11934         Move a recurring message to LOG level.
11935
11936         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
11937         The maximum value for the Xv colorkey on this Radeon is 0xFFFFFFFF,
11938         which ends up as -1 when cast to an int. Make the logic handle the
11939         max value as an unsigned mask and only change the colorkey when it's
11940         a value we recognise.
11941
11942 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11943
11944         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11945         Removed empty * between paragraphs
11946
11947 2006-09-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
11948
11949         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
11950         * gst-libs/gst/rtp/README:
11951         Moved some documentation into .c file
11952
11953 2006-09-29  Wim Taymans  <wim@fluendo.com>
11954
11955         * gst/playback/gstdecodebin.c: (no_more_pads):
11956         Fix compilation.
11957
11958 2006-09-29  Wim Taymans  <wim@fluendo.com>
11959
11960         * gst/playback/gstdecodebin.c: (new_caps):
11961         Remove g_print
11962
11963         * gst/playback/gstplaybin.c:
11964         Add some docs.
11965
11966 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
11967
11968         * tests/check/Makefile.am:
11969           Re-enable cddabasesrc test to see if it works again
11970           now.
11971
11972 2006-09-29  Wim Taymans  <wim@fluendo.com>
11973
11974         * gst/playback/gstplaybasebin.c: (setup_subtitle),
11975         (gen_source_element):
11976         Handle invalid URIs a bit more gracefully.
11977
11978 2006-09-29  Tim-Philipp Müller  <tim at centricular dot net>
11979
11980         * tests/check/pipelines/oggmux.c:
11981           Remove obsolete comment.
11982
11983 2006-09-29  Michael Smith  <msmith@fluendo.com>
11984
11985         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
11986         (gst_ogg_mux_release_pad), (gst_ogg_mux_push_buffer),
11987         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
11988         (gst_ogg_mux_send_headers), (gst_ogg_mux_process_best_pad),
11989         (gst_ogg_mux_collected):
11990           Commit patch from James "Doc" Livingston, adds proper EOS handling
11991           in oggmux. GStreamer can, for the first time ever, create a valid
11992           Ogg file! Yay!
11993
11994         * tests/check/pipelines/oggmux.c: (check_chain_final_state),
11995         (oggmux_suite):
11996           Reenable tests now that they pass.
11997
11998 2006-09-29  Wim Taymans  <wim@fluendo.com>
11999
12000         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_handle_clients):
12001         Stop reading commands when EOF (we read 0) as well.
12002
12003 2006-09-28  Wim Taymans  <wim@fluendo.com>
12004
12005         * gst/playback/gstdecodebin.c: (dynamic_create), (dynamic_free),
12006         (close_pad_link), (dynamic_remove), (no_more_pads), (new_caps),
12007         (find_dynamic), (unlinked), (close_link):
12008         Implement delayed caps linking needed for element with a lot of
12009         different caps on the src pads that get fixed at runtime.
12010         Improve management of dynamic elements.
12011
12012         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
12013         (group_destroy), (group_commit), (check_queue), (queue_overrun),
12014         (gen_preroll_element), (remove_groups), (unknown_type),
12015         (add_element_stream), (no_more_pads_full), (no_more_pads),
12016         (sub_no_more_pads), (source_no_more_pads), (preroll_unlinked),
12017         (new_decoded_pad), (setup_subtitle), (array_has_value),
12018         (gen_source_element), (source_new_pad), (has_all_raw_caps),
12019         (analyse_source), (remove_decoders), (make_decoder),
12020         (remove_source), (setup_source), (finish_source), (prepare_output),
12021         (gst_play_base_bin_change_state):
12022         * gst/playback/gstplaybasebin.h:
12023         Use more _CAST instead of full type checking casts.
12024         Small cleanups, plug some leaks.
12025         Handle dynamic sources.
12026         Add some helper functions to create lists of strings used for
12027         blacklisting and other stuff.
12028         Refactor some code dealing with analysing the source.
12029         Re-enable sources without pads (like cd:// or other selfcontained
12030         elements).
12031
12032 2006-09-28  Wim Taymans  <wim@fluendo.com>
12033
12034         * gst-libs/gst/audio/gstbaseaudiosink.c:
12035         (gst_base_audio_sink_render):
12036         When we have a timestamp, we can still perform clipping.
12037         When we have no clock, we must play the sample ASAP.
12038
12039 2006-09-28  Wim Taymans  <wim@fluendo.com>
12040
12041         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12042         Set caps on outgoing buffers.
12043
12044         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
12045         (gst_video_rate_event), (gst_video_rate_chain):
12046         * gst/videorate/gstvideorate.h:
12047         Fix videorate some more. Fixes #357977
12048
12049 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12050
12051         * tests/check/elements/adder.c: (adder_suite):
12052           Don't set timeout to 6 seconds when we're running
12053           in valgrind ... (and how is 6 seconds longer than
12054           the default anyway?)
12055
12056 2006-09-28  Wim Taymans  <wim@fluendo.com>
12057
12058         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12059         (gst_audio_rate_sink_event), (gst_audio_rate_convert),
12060         (gst_audio_rate_convert_segments), (gst_audio_rate_chain):
12061         Keep sink and src segment to keep track of time and support more
12062         input formats.
12063         Fix bogus next_offset and run_time calculation, don't understand how
12064         this could have worked before. Fixes #357976.
12065         Remove some unneeded vars.
12066
12067 2006-09-28  Tim-Philipp Müller  <tim at centricular dot net>
12068
12069         * gst/playback/gstplaybin.c: (remove_sinks):
12070           Only remove visualisation from visbin if there is a visbin (or:
12071           don't throw warnings when closing totem without playing a file).
12072
12073 2006-09-27  Wim Taymans  <wim@fluendo.com>
12074
12075         * gst-libs/gst/audio/gstbaseaudiosink.c:
12076         (gst_base_audio_sink_render):
12077         Add some more info in a WARNING.
12078
12079         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12080         (gst_base_audio_src_create):
12081         Handle PAUSE in create function, use new -core addition to
12082         wait for playing. Fixes pausing and resuming capture from an
12083         audiosrc.
12084
12085         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
12086         (gst_ring_buffer_read):
12087         Constify some more.
12088         Caller supports interrupted reads now.
12089
12090 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12091
12092         * tests/check/Makefile.am:
12093           Another attempt to make the gen64 buildbot happy.
12094
12095 2006-09-27  Stefan Kost  <ensonic@users.sf.net>
12096
12097         Patch by: Jonathan Matthew <jonathan@kaolin.wh9.net>
12098
12099         * ext/libvisual/visual.c: (gst_visual_clear_actors),
12100         (gst_visual_chain), (gst_visual_change_state):
12101           Libvisual plugin was not passing audio data to libvisual 0.4.0 
12102           correctly. Fixes #357800
12103
12104 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12105
12106         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline):
12107           Add timeout to _get_state() so we see which pipeline it is
12108           that causes trouble on the gen64 build bot.
12109
12110 2006-09-27  Wim Taymans  <wim@fluendo.com>
12111
12112         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12113         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_push_full),
12114         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_process),
12115         (gst_base_rtp_depayload_set_gst_timestamp):
12116         the source pad always uses fixed caps.
12117
12118 2006-09-27  Wim Taymans  <wim@fluendo.com>
12119
12120         * docs/libs/gst-plugins-base-libs-docs.sgml:
12121         * docs/libs/gst-plugins-base-libs-sections.txt:
12122         * gst-libs/gst/audio/gstaudioclock.c:
12123         * gst-libs/gst/audio/gstaudioclock.h:
12124         * gst-libs/gst/audio/gstaudiosink.c:
12125         * gst-libs/gst/audio/gstaudiosink.h:
12126         * gst-libs/gst/audio/gstaudiosrc.c:
12127         * gst-libs/gst/audio/gstbaseaudiosink.c:
12128         (gst_base_audio_sink_render):
12129         * gst-libs/gst/audio/gstbaseaudiosink.h:
12130         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init):
12131         * gst-libs/gst/audio/gstbaseaudiosrc.h:
12132         * gst-libs/gst/audio/gstringbuffer.h:
12133         Added docs for the audio libs.
12134
12135 2006-09-27  Tim-Philipp Müller  <tim at centricular dot net>
12136
12137         * tests/check/Makefile.am:
12138           Temporarily disable test that fails on the bots for unknown reasons.
12139
12140 2006-09-26 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
12141
12142         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
12143         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
12144         Moved AudioCodecType into priv
12145         Renamed all gst_basertpaudiopayload to gst_base_rtp_audio_payload prefixes
12146
12147 2006-09-25  Wim Taymans  <wim@fluendo.com>
12148
12149         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
12150         (add_fakesink), (remove_fakesink), (pad_probe), (close_pad_link),
12151         (is_demuxer_element), (try_to_link_1), (get_our_ghost_pad),
12152         (new_pad):
12153         Cleanups and small leak fixes.
12154         Added Depayloaders to valid list of autopluggable elements.
12155
12156 2006-09-25  Wim Taymans  <wim@fluendo.com>
12157
12158         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
12159         (gst_play_bin_vis_blocked), (gst_play_bin_set_property),
12160         (gen_video_element), (gen_text_element), (gen_audio_element),
12161         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
12162         (gst_play_bin_set_clock_func), (gst_play_bin_change_state):
12163         Detect NO_PREROLL state change returns and disable clock distribution to
12164         the sinks so that sync is disabled.
12165         Avoid some type checking and do simple casts instead.
12166         Small cleanups, fix some FIXMEs.
12167         Be more robust when linking user specified elements, catch an report
12168         errors. Fixes #357404.
12169         Fix some leaks in the error paths.
12170
12171 2006-09-25  Stefan Kost  <ensonic@users.sf.net>
12172
12173         * ChangeLog:
12174           ChangeLog surgery for missing bug-number
12175
12176 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12177
12178         Patch by: Peter Kjellerstedt  <pkj at axis com>
12179
12180         * gst/playback/test.c:
12181           Fix compilation with uClibc and -Werror (#357591).
12182
12183 2006-09-25  Tim-Philipp Müller  <tim at centricular dot net>
12184
12185         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
12186           Parse dates that are followed by a time as well (#357532).
12187
12188         * tests/check/libs/tag.c: (test_vorbis_tags):
12189           Add unit test for this.
12190
12191 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12192
12193         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
12194         (gst_audio_convert_transform_caps):
12195         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor):
12196         * gst/videotestsrc/videotestsrc.h:
12197           A few array const-ifications.
12198
12199 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12200
12201         * tests/check/Makefile.am:
12202           See if this makes the build bots happy.
12203
12204         * tests/check/libs/cddabasesrc.c:
12205           UTF8-ise my name.
12206
12207 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12208
12209         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12210
12211         * gst/subparse/samiparse.c: (handle_start_font),
12212         (fix_invalid_entities):
12213           More case-insensitivity for certain tags; recognise entities with
12214           decimal codes as special entities as well (#357330).
12215
12216 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12217
12218         * gst-libs/gst/Makefile.am:
12219           Need to build tag directory before cdda.
12220
12221 2006-09-23  Tim-Philipp Müller  <tim at centricular dot net>
12222
12223         * docs/libs/gst-plugins-base-libs-sections.txt:
12224         * gst-libs/gst/cdda/Makefile.am:
12225         * gst-libs/gst/cdda/gstcddabasesrc.c:
12226         (gst_cdda_base_src_base_init):
12227         * gst-libs/gst/cdda/gstcddabasesrc.h:
12228         * gst-libs/gst/tag/tag.h:
12229         * gst-libs/gst/tag/tags.c: (gst_tag_register_tags_internal),
12230         (gst_tag_register_musicbrainz_tags):
12231           Move GST_TAG_CDDA_* tags into libgsttag and make libgstcddabasesrc
12232           depend on libgsttag. This is required so we can extract/read tags like
12233           DISCID without depending on libgstcddabasesrc (which used to register
12234           them).
12235
12236         * gst-libs/gst/tag/gstvorbistag.c:
12237           Add vorbiscomment mapping for CDDB_DISCID and MUSICBRAINZ_DISCID
12238           tags (also see #347848).
12239
12240         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1):
12241           Log vorbis comments we are actually writing. Const-ify array.
12242
12243 2006-09-23  Wim Taymans  <wim@fluendo.com>
12244
12245         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
12246         Improve buffering a bit by avoiding a deadlock because we cannot assume
12247         the underrun is always called.
12248
12249 2006-09-23  Wim Taymans  <wim@fluendo.com>
12250
12251         Patch by: Young-Ho Cha <ganadist at chollian dot net>
12252
12253         * gst-libs/gst/riff/riff-ids.h:
12254         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12255         (gst_riff_create_audio_template_caps):
12256         Added MPEG-4 AAC and id and caps. Fixes #357289
12257         Added WMA9 Lossless id.
12258
12259 2006-09-22  Tim-Philipp Müller  <tim at centricular dot net>
12260
12261         * ext/gnomevfs/gstgnomevfssrc.c:
12262           Fix misleading docs addition.
12263
12264         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12265           Get rid of compiler warning the right way.
12266
12267 2006-09-22  Wim Taymans  <wim@fluendo.com>
12268
12269         * gst-libs/gst/rtp/gstbasertpdepayload.c:
12270         (gst_base_rtp_depayload_finalize),
12271         (gst_base_rtp_depayload_setcaps), (gst_base_rtp_depayload_chain),
12272         (gst_base_rtp_depayload_push_full),
12273         (gst_base_rtp_depayload_push_ts), (gst_base_rtp_depayload_push),
12274         (gst_base_rtp_depayload_process),
12275         (gst_base_rtp_depayload_set_gst_timestamp),
12276         (gst_base_rtp_depayload_queue_release):
12277         * gst-libs/gst/rtp/gstbasertpdepayload.h:
12278         Small cleanups.
12279         Fix some leaks.
12280         Refactored the process method and added methods to push from the process
12281         vmethod.
12282         Use _scale functions.
12283         API: gst_base_rtp_depayload_push_ts
12284         API: gst_base_rtp_depayload_push
12285
12286         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_push):
12287         timestamps are uint.
12288
12289 2006-09-22  Stefan Kost  <ensonic@users.sf.net>
12290
12291         * gst-libs/gst/interfaces/xoverlay.c:
12292           Remove unused statement from doc example.
12293
12294 2006-09-21  Stefan Kost  <ensonic@users.sf.net>
12295
12296         * gst-libs/gst/interfaces/videoorientation.c:
12297         (gst_video_orientation_iface_init),
12298         (gst_video_orientation_get_hflip),
12299         (gst_video_orientation_get_vflip),
12300         (gst_video_orientation_get_hcenter),
12301         (gst_video_orientation_get_vcenter),
12302         (gst_video_orientation_set_hflip),
12303         (gst_video_orientation_set_vflip),
12304         (gst_video_orientation_set_hcenter),
12305         (gst_video_orientation_set_vcenter):
12306           Add since tags to new API docs, ChangeLog surgery (forgot API keyword
12307           in ChangeLog)
12308
12309 2006-09-21  Tim-Philipp Müller  <tim at centricular dot net>
12310
12311         * tests/check/Makefile.am:
12312         * tests/check/elements/.cvsignore:
12313         * tests/check/elements/ffmpegcolorspace.c: (rgb_format_to_caps),
12314         (create_rgb_conversions), (rgb_conversion_free),
12315         (right_shift_colour), (fix_expected_colour), (check_rgb_buf),
12316         (got_buf_cb), (GST_START_TEST), (ffmpegcolorspace_suite):
12317           Add unit test for ffmpegcolorspace (RGB <=> RGB only so far),
12318           but disable for now since it doesn't pass (something wrong with
12319           RGBA somewhere).
12320
12321 2006-09-21  Wim Taymans  <wim@fluendo.com>
12322
12323         * gst/playback/gstplaybasebin.c: (group_commit),
12324         (queue_deadlock_check), (queue_overrun), (queue_threshold_reached),
12325         (queue_out_of_data), (gen_preroll_element),
12326         (preroll_remove_overrun), (probe_triggered):
12327         Refactor handling of overrun detection.
12328         Separate handling of group completion and deadlock detection when doing
12329         network buffering. This should fix some deadlocks that were not detected
12330         because the group was completed.
12331         Add more comments, improve debugging.
12332
12333 2006-09-21  Wim Taymans  <wim@fluendo.com>
12334
12335         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12336         * tests/check/libs/audio.c:
12337         Some more compilation fixes.
12338
12339 2006-09-21  Wim Taymans  <wim@fluendo.com>
12340
12341         * gst-libs/gst/audio/gstringbuffer.c:
12342         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12343         (gst_ring_buffer_read):
12344         Early morning compilation fix.
12345
12346 2006-09-20  Wim Taymans  <wim@fluendo.com>
12347
12348         * tests/check/elements/gdpdepay.c: (GST_START_TEST):
12349         * tests/check/elements/multifdsink.c: (GST_START_TEST):
12350         * tests/check/elements/videorate.c: (GST_START_TEST):
12351         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12352         * tests/check/pipelines/oggmux.c: (eos_buffer_probe):
12353         Fix some warnings.
12354
12355 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12356
12357         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12358         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12359         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12360           Handcrafted merge to help CVS understanding what I changed and what
12361           not.
12362
12363 2006-09-20  Stefan Kost  <ensonic@users.sf.net>
12364
12365         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12366         (gst_xvimagesink_get_times):
12367           change colorkey behaviour back according to #354773 comment 6/7
12368
12369 2006-09-19  Michael Smith  <msmith@fluendo.com>
12370
12371         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12372         (gst_multi_fd_sink_class_init), (get_buffers_max), (find_limits),
12373         (gst_multi_fd_sink_recover_client),
12374         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_set_property),
12375         (gst_multi_fd_sink_get_property):
12376         * gst/tcp/gstmultifdsink.h:
12377           Implement stubbed out properties unit-type, units-soft-max,
12378           units-max, to allow specifying maximum sizes in units other than
12379           buffers.
12380           Fixes #355935
12381
12382 2006-09-19  Wim Taymans  <wim@fluendo.com>
12383
12384         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
12385         (gst_riff_create_audio_template_caps):
12386         Reorder the audio formats a bit for clarity.
12387         Detect and create caps for MSGSM and MSN (WAV49).
12388         Fixes #356596.
12389
12390         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
12391         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
12392         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_show_frame):
12393         Small cleanups, move error handling out of normal flow for clarity.
12394
12395 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12396
12397         * docs/libs/gst-plugins-base-libs-docs.sgml:
12398         * docs/libs/gst-plugins-base-libs.types:
12399         * gst-libs/gst/interfaces/Makefile.am:
12400         * gst-libs/gst/interfaces/videoorientation.c:
12401         (gst_video_orientation_get_type),
12402         (gst_video_orientation_iface_init),
12403         (gst_video_orientation_get_hflip),
12404         (gst_video_orientation_get_vflip),
12405         (gst_video_orientation_get_hcenter),
12406         (gst_video_orientation_get_vcenter),
12407         (gst_video_orientation_set_hflip),
12408         (gst_video_orientation_set_vflip),
12409         (gst_video_orientation_set_hcenter),
12410         (gst_video_orientation_set_vcenter):
12411         * gst-libs/gst/interfaces/videoorientation.h:
12412           API: Add new interface to control video orientation (fixes #354908)
12413
12414 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12415
12416         * gst/videotestsrc/gstvideotestsrc.c:
12417           Use G_UNLIKELY in _create and log one more detail.
12418           
12419         (gst_video_test_src_get_times), (gst_video_test_src_create):
12420         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
12421           Use gst_util_uint64_scale_int in _get_times().
12422
12423 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12424
12425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support)
12426           Give better warning message (add object and detail).
12427
12428 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12429
12430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
12431         (gst_xvimagesink_get_times):
12432           xvimage assumed that XV_COLORKEY can be set in RGB888 format (fixes
12433           #354773), use gst_util_uint64_scale_int in _get_times()
12434
12435 2006-09-18  Michael Smith  <msmith@fluendo.com>
12436
12437         * ext/ogg/gstoggmux.c: (gst_ogg_mux_push_buffer):
12438           Timestamps are unsigned; comparision against GST_CLOCK_TIME_NONE was
12439           always true, leading to dropping all timestamps.
12440
12441 2006-09-18  Stefan Kost  <ensonic@users.sf.net>
12442
12443         * ext/libvisual/visual.c: (gst_vis_src_negotiate),
12444         (gst_visual_chain), (gst_visual_change_state):
12445           update to work also with libvisual 0.4 API, fix double unref (#355914)
12446           
12447         * tools/gst-launch-ext.1.in:
12448         * tools/gst-visualise.1.in:
12449           remove references to old man-pages
12450
12451         * tests/examples/seek/seek.c: (main):
12452           add real meadi-buttons, add tool-tips for the seek-options, arrange
12453           seek options in a table
12454
12455 2006-09-18  Michael Smith  <msmith@fluendo.com>
12456
12457         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear),
12458         (gst_ogg_mux_push_buffer):
12459           Don't generate out-of-order timestamps from oggmux, instead clamp
12460           output timestamps to be >= the previously output ts.
12461           Fixes #355595
12462
12463 2006-09-18  Michael Smith  <msmith@fluendo.com>
12464
12465         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
12466         (gst_multi_fd_sink_class_init):
12467           Updates, fixes, and typo corrections for multifdsink. No functional
12468           changes.
12469
12470 2006-09-17  Michael Smith  <msmith@fluendo.com>
12471
12472         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find):
12473           Don't crash on truncated files - check that we got an 8 byte buffer
12474           before trying to memcmp it.
12475
12476 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12477
12478         * gst/playback/gstplaybasebin.c: (get_active_source):
12479           Make stream-switching appear instant to the application
12480           (ie. make sure that a g_object_get on 'current-foo' returns
12481           the stream previously set with g_object_set(). Totem needs
12482           this to update stream-related meta-info (like audio-codec)
12483           correctly when switching streams.
12484
12485 2006-09-17  Tim-Philipp Müller  <tim at centricular dot net>
12486
12487         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_find_master_mixer),
12488         (gst_alsa_mixer_ensure_track_list):
12489           Try harder to guess which mixer track is the master mixer
12490           track (instead of just taking the first one that has a pvolume).
12491           Fixes #342228.
12492
12493 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12494
12495         reviewed by: <delete if not using a buddy>
12496
12497         * gst-libs/gst/audio/audio.h:
12498         * gst/audiotestsrc/gstaudiotestsrc.c: (plugin_init):
12499
12500 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12501
12502         * gst/audioconvert/gstaudioconvert.c: (set_structure_widths),
12503         (gst_audio_convert_transform_caps):
12504           Get structure-name just once.
12505
12506 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12507
12508         * tests/check/elements/audioresample.c: (GST_START_TEST):
12509         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12510         * tests/check/elements/volume.c: (GST_START_TEST):
12511         * tests/check/elements/vorbisdec.c: (GST_START_TEST):
12512         * tests/check/pipelines/oggmux.c: (validate_ogg_page), (eos_watch),
12513         (test_pipeline), (GST_START_TEST):
12514         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
12515         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
12516           Fix big batch of compiler warnings.
12517
12518 2006-09-17  Stefan Kost  <ensonic@users.sf.net>
12519
12520         * ext/gnomevfs/gstgnomevfssrc.c:
12521           Add docs about icydemux usage in connection with gnomevfssrc
12522
12523         * ext/libvisual/visual.c:
12524         * ext/ogg/gstoggaviparse.c:
12525         * ext/ogg/gstoggdemux.c:
12526         * ext/ogg/gstoggmux.c:
12527         * ext/ogg/gstoggparse.c:
12528         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
12529         * gst-libs/gst/audio/gstaudiosink.c:
12530         * gst-libs/gst/audio/gstaudiosrc.c:
12531         * gst/audiorate/gstaudiorate.c:
12532           More G_OBJECT macro fixing.
12533
12534         * gst/audiotestsrc/gstaudiotestsrc.h:
12535           Fix wrong info in header due to copy & paste
12536
12537 2006-09-15  Wim Taymans  <wim@fluendo.com>
12538
12539         * gst-libs/gst/audio/gstbaseaudiosink.c:
12540         (gst_base_audio_sink_get_time), (gst_base_audio_sink_callback):
12541         * gst-libs/gst/audio/gstbaseaudiosrc.c:
12542         (gst_base_audio_src_get_time), (gst_base_audio_src_fixate),
12543         (gst_base_audio_src_get_times), (gst_base_audio_src_get_offset),
12544         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
12545         Do the delay calculation in the source/sink base classes as this is
12546         specific for the capture/playback mode.
12547         Try to fixate a bit better, like round depth up to a multiple of 8
12548         bigger than width.
12549         Handle underruns correctly by marking DISCONT on buffers and adjusting
12550         timestamps to handle the gap.
12551         Set offset/offset_end correctly on buffers.
12552
12553         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_pause),
12554         (gst_ring_buffer_samples_done), (gst_ring_buffer_commit),
12555         (gst_ring_buffer_read):
12556         Remove resync and underrun recovery from the ringbuffer.
12557         Fix ringbuffer read code on under/overrun.
12558
12559 2006-09-15  Wim Taymans  <wim@fluendo.com>
12560
12561         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
12562         (gst_play_base_bin_init), (fill_buffer), (check_queue),
12563         (queue_threshold_reached), (gst_play_base_bin_set_property),
12564         (gst_play_base_bin_get_property):
12565         * gst/playback/gstplaybasebin.h:
12566         Don't use a 0 low watermark when buffering, it is catching starvation
12567         way too late. Instead, use a 3 second queue with 30 and 95
12568         percent low/high watermarks. 
12569         Added queue-min-threshold property to configure low watermark.
12570         Use new _buffering message API.
12571         Make queue_threshold variable big enough to store a uint64 time value.
12572         API: playbin::queue-min-threshold property.
12573
12574 2006-09-15  Wim Taymans  <wim@fluendo.com>
12575
12576         * configure.ac:
12577         We require 0.10.10.1 now because of _wait_preroll().
12578
12579         * gst-libs/gst/audio/gstbaseaudiosink.c:
12580         (gst_base_audio_sink_render):
12581         Use gst_base_sink_wait_preroll().
12582
12583 2006-09-15  Wim Taymans  <wim@fluendo.com>
12584
12585         * ext/alsa/gstalsasink.c: (xrun_recovery), (gst_alsasink_write):
12586         * ext/alsa/gstalsasrc.c: (xrun_recovery), (gst_alsasrc_read):
12587         Use DEBUG_OBJECT more.
12588
12589 === release 0.10.10 ===
12590
12591 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12592
12593         patch by: Michael Smith <msmith at fluendo dot com>
12594
12595         * gst/tcp/gstmultifdsink.c: (is_sync_frame),
12596         (gst_multi_fd_sink_client_queue_buffer),
12597         (gst_multi_fd_sink_new_client):
12598         * tests/check/elements/multifdsink.c: (GST_START_TEST),
12599         (multifdsink_suite):
12600           Fix implementation of sync-method 'next-keyframe'
12601           Closes #354594
12602
12603 2006-09-07  Thomas Vander Stichele  <thomas at apestaart dot org>
12604
12605         patch by: Wim Taymans <wim at fluendo dot com>
12606
12607         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
12608         This patch removes the RANDOM flag that was incorrectly introduced with
12609         revision 1.91.  Fixes #354590
12610
12611 2006-09-05  Tim-Philipp Müller  <tim at centricular dot net>
12612
12613         * tests/check/Makefile.am:
12614           Random variation in Makefile line to see if it makes the
12615           gen64-base-full bot any happier.
12616
12617 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12618
12619         * tests/check/pipelines/oggmux.c: (oggmux_suite):
12620           Disable test that fails at the moment (killed after timeout).
12621
12622 2006-09-04  Tim-Philipp Müller  <tim at centricular dot net>
12623
12624         Patch by: James Livingston  <doclivingston at gmail.com>
12625
12626         * tests/check/Makefile.am:
12627         * tests/check/pipelines/.cvsignore:
12628         * tests/check/pipelines/oggmux.c: (get_page_codec),
12629         (check_chain_final_state), (fail_if_audio), (validate_ogg_page),
12630         (eos_buffer_probe), (start_pipeline), (stop_pipeline), (eos_watch),
12631         (test_pipeline), (test_vorbis), (test_theora), (test_vorbis_theora),
12632         (test_theora_vorbis), (oggmux_suite):
12633           Add simple unit test for oggmux from #337026 with checking for the
12634           EOS flags disabled for the time being.
12635
12636 2006-09-04  Wim Taymans  <wim@fluendo.com>
12637
12638         patch by: Alessandro Dessina <alessandro nnva org>
12639
12640         * ext/ogg/gstoggmux.c:
12641         Add cmml caps to oggmux. Fixes #353912
12642
12643 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12644
12645         * tests/check/elements/videotestsrc.c: (check_rgb_buf):
12646           Returning a return value often helps. In this case, we
12647           don't need the return value anyway, so just get rid of it.
12648           Should make build bots much happier.
12649
12650 2006-09-02  Tim-Philipp Müller  <tim at centricular dot net>
12651
12652         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure),
12653         (paint_get_structure), (gst_video_test_src_get_size),
12654         (gst_video_test_src_smpte), (gst_video_test_src_snow),
12655         (gst_video_test_src_unicolor), (paint_setup_AYUV),
12656         (paint_hline_AYUV), (paint_setup_ARGB8888), (paint_setup_ABGR8888),
12657         (paint_setup_RGBA8888), (paint_setup_BGRA8888), (paint_hline_str4):
12658         * gst/videotestsrc/videotestsrc.h:
12659           Add support for AYUV and the various RGBA formats. Initialise
12660           fields of paintinfo structs allocated on the stack.
12661
12662         * tests/check/elements/videotestsrc.c: (right_shift_colour),
12663         (fix_expected_colour), (check_rgb_buf), (got_buf_cb),
12664         (check_rgb_buf), (videotestsrc_suite):
12665           Add unit tests for videotestsrc's RGB output.
12666
12667 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12668
12669         * gst/videotestsrc/gstvideotestsrc.c:
12670         (gst_video_test_src_pattern_get_type),
12671         (gst_video_test_src_set_pattern):
12672         * gst/videotestsrc/gstvideotestsrc.h:
12673         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_unicolor),
12674         (gst_video_test_src_black), (gst_video_test_src_white),
12675         (gst_video_test_src_red), (gst_video_test_src_green),
12676         (gst_video_test_src_blue):
12677         * gst/videotestsrc/videotestsrc.h:
12678           Add more uni-colour patterns ("white", "red", "green", and "blue").
12679
12680 2006-09-01  Tim-Philipp Müller  <tim at centricular dot net>
12681
12682         * gst/videotestsrc/videotestsrc.c: (paint_setup_YVYU):
12683           Fix stride for YVYU, should be word-aligned (#353658).
12684
12685 2006-08-31  Tim-Philipp Müller  <tim at centricular dot net>
12686
12687         * gst/adder/gstadder.c: (gst_adder_src_event):
12688           Fix build.
12689
12690 2006-08-31  Edward Hervey  <edward@fluendo.com>
12691
12692         * gst/adder/gstadder.c: (forward_event_func),
12693         (gst_adder_src_event), (gst_adder_collected),
12694         (gst_adder_change_state):
12695         * gst/adder/gstadder.h:
12696         Remember the start position asked in the incoming seeks, so we can
12697         output GST_EVENT_NEW_SEGMENT with a correct position value (instead
12698         of assuming it will always be 0).
12699
12700 2006-08-31  Edward Hervey  <edward@fluendo.com>
12701
12702         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
12703         (gst_ogg_demux_finalize), (gst_ogg_demux_perform_seek),
12704         (gst_ogg_demux_loop):
12705         Send the GST_EVENT_NEW_SEGMENT from the streaming thread.
12706
12707 2006-08-30  Tim-Philipp Müller  <tim at centricular dot net>
12708
12709         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12710         (gst_ffmpegcsp_get_unit_size):
12711           Return FALSE instead of returning a random false unit
12712           size when the format isn't known/supported (even if
12713           this shouldn't happen under normal circumstances).
12714
12715 2006-08-29  Wim Taymans  <wim@fluendo.com>
12716
12717         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
12718
12719         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create),
12720         (gst_gnome_vfs_src_start):
12721         Try harder to get the size from a uri by using _info_uri() when
12722         _info_from_handle() does not give us enough info. 
12723         Also follow symlinks when getting the size.
12724         Partially Fixes #332864.
12725
12726 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12727
12728         Patch by: Viktor Peters  <viktor dot peters at gmail dot com>
12729
12730         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_ensure_track_list),
12731         (gst_alsa_mixer_update), (gst_alsa_mixer_get_volume),
12732         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
12733         (gst_alsa_mixer_set_record):
12734         * ext/alsa/gstalsamixertrack.c:
12735         (gst_alsa_mixer_track_update_alsa_capabilities),
12736         (alsa_track_has_cap), (gst_alsa_mixer_track_new),
12737         (gst_alsa_mixer_track_update):
12738         * ext/alsa/gstalsamixertrack.h:
12739           Improve and fix mixer track handling, in particular better handling
12740           of alsa's pvolume/pswitch/cvolume/cswitch capabilities; create
12741           separate track objects for tracks that have both capture and playback
12742           volume (and label them differently as well so they're not mistakenly
12743           assumed to be duplicates); classify mixer tracks that only affect
12744           the audible volume of something (rather than the capture volume)
12745           as playback tracks. Redefine/fix meaning of RECORD and MUTE flags
12746           for capture tracks to correspond to alsa-pswitch alsa-cswitch
12747           (following the meaning documented in the mixer interface header
12748           file); add support for alsa's exclusive cswitch groups; update/sync
12749           state/flags better if mixer settings are changed by another
12750           application. Fixes #336075.
12751
12752 2006-08-29  Tim-Philipp Müller  <tim at centricular dot net>
12753
12754         * gst/playback/gstplaybin.c:
12755           Improve docs: add section about BUFFERING messages sent by playbin.
12756
12757 2006-08-29  Michael Smith  <msmith@fluendo.com>
12758
12759         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_push_buffer),
12760         (gst_vorbis_enc_buffer_check_discontinuous),
12761         (gst_vorbis_enc_chain):
12762           Ignore explicit DISCONT marked on buffers (which is often spurious,
12763           particularly when using multiple segments), in favour of solely
12764           using the timestamps/durations.
12765
12766 2006-08-29  Edward Hervey  <edward@fluendo.com>
12767
12768         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain):
12769         Don't rely on incoming buffers offset anymore, since it is completely
12770         broken when using multiple segments.
12771         Instead convert the incoming buffers timestamp to running time, and
12772         then convert that value to the offsets.
12773         Also inform GstSegment of the last outputted stop position, which is
12774         needed if we received several segments with an unknown stop value.
12775
12776 2006-08-29  Thomas Vander Stichele  <thomas at apestaart dot org>
12777
12778         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_chain):
12779           fix buffer unreffing on a header push failure
12780
12781 2006-08-28  Wim Taymans  <wim@fluendo.com>
12782
12783         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_sink_event),
12784         (gst_audio_rate_chain):
12785         Make the metadata of the buffer writable before changing its
12786         flags.
12787
12788 2006-08-28  Wim Taymans  <wim@fluendo.com>
12789
12790         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_reset),
12791         (gst_audio_rate_setcaps), (gst_audio_rate_init),
12792         (gst_audio_rate_sink_event), (gst_audio_rate_src_event),
12793         (gst_audio_rate_chain), (gst_audio_rate_change_state):
12794         Fix audiorate some more.
12795         Reset and resync counters on flush and READY.
12796         Handle the DISCONT flag correctly.
12797         Use GstSegment to track position.
12798         Fail when not negotiated.
12799         Fixes #353234.
12800
12801 2006-08-25  Michael Smith  <msmith@fluendo.com>
12802
12803         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12804           Fix spelling.
12805           Remove accidently included debug line.
12806
12807 2006-08-25  Wim Taymans  <wim@fluendo.com>
12808
12809         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_render):
12810         Small cleanups.
12811         If a buffer is received with no caps, make the buffer metadata
12812         writable and set the caps, making sure that we don't screw up the
12813         refcounts.
12814
12815 2006-08-25  Michael Smith  <msmith@fluendo.com>
12816
12817         * gst/gdp/gstgdppay.c: (gst_gdp_pay_reset),
12818         (gst_gdp_pay_reset_streamheader), (gst_gdp_pay_chain):
12819           Fix memory leaks and misleading debug messages, add a couple of
12820           comments.
12821
12822         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats),
12823         (gst_multi_fd_sink_render):
12824           Do not use gst_buffer_make_writable() in a basesink render method,
12825           as it may incorrectly unref the buffer. Instead, use convoluted
12826           dance to avoid copying the buffer except when we need to.
12827
12828 2006-08-25  Michael Smith  <msmith@fluendo.com>
12829
12830         * ext/vorbis/vorbisenc.c:
12831         (gst_vorbis_enc_buffer_check_discontinuous):
12832           Allow very small discontinuities in the timestamps. These we can't
12833           do anything useful with anyway (because vorbis's timestamps have
12834           only sample granularity), and are commonly produced by elements with
12835           minor bugs. Allow up to 1/2 a sample out.
12836           Fixes #351742.
12837
12838 2006-08-24  Wim Taymans  <wim@fluendo.com>
12839
12840         * tests/examples/seek/seek.c: (seek_cb), (start_seek), (stop_seek),
12841         (play_scrub_toggle_cb), (main):
12842         Add a checkbox to enable play scrubbing. Makes it possible to disable
12843         normal scrubbing.
12844
12845 2006-08-23  Stefan Kost  <ensonic@users.sf.net>
12846
12847         * tests/check/elements/.cvsignore:
12848           make buildbot happy
12849
12850 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12851
12852         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
12853         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init),
12854         (gst_ogm_parse_class_init), (gst_ogm_parse_dispose),
12855         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
12856         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
12857         (gst_ogm_parse_stream_header), (gst_ogm_parse_comment_packet),
12858         (gst_ogm_text_parse_strip_trailing_zeroes),
12859         (gst_ogm_parse_data_packet), (gst_ogm_parse_chain),
12860         (gst_ogm_parse_sink_event), (gst_ogm_parse_change_state):
12861           Refactor ogm parse, do better input checking, misc. clean-ups.
12862           Cache incoming events and push them once the source pad has
12863           been created. Don't pass unterminated strings to sscanf().
12864           Strip trailing zeroes from subtitle text output, since they
12865           are not valid UTF-8. Don't push vorbiscomment packets on
12866           the subtitle text pad. Output perfect streams if possible.
12867
12868 2006-08-23  Wim Taymans  <wim@fluendo.com>
12869
12870         * tests/check/libs/cddabasesrc.c: (GST_START_TEST):
12871         Waits for tasks to settle down so that we clean up correctly for 
12872         valgrind.
12873
12874 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12875
12876         * tests/check/libs/tag.c: (GST_START_TEST), (taglists_are_equal):
12877           Unit test fixes: \377 is more likely to fit into 8 bits than \777;
12878           actually return return value in taglists_are_equal.
12879
12880 2006-08-23  Tim-Philipp Müller  <tim at centricular dot net>
12881
12882         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
12883           Fix crash due to broken bitstream parsing on x86-64: can't make
12884           any assumptions about sizeof(struct) due to alignment/packing
12885           differences on different architectures. Fixes #351790.
12886
12887 2006-08-22  Wim Taymans  <wim@fluendo.com>
12888
12889         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
12890         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
12891         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
12892         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
12893         (gst_riff_parse_info):
12894         Protect public functions against bad input.
12895         Do some cleanups.
12896         Fix documentation.
12897
12898 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12899
12900         * gst-libs/gst/riff/riff-ids.h:
12901         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
12902           Add voxware audio IDs (even if we can't play it) (#351795).
12903
12904 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12905
12906         * gst-libs/gst/riff/riff-media.c:
12907         (gst_riff_create_video_template_caps),
12908         (gst_riff_create_audio_template_caps),
12909         (gst_riff_create_iavs_template_caps):
12910           Const-ify some arrays and use G_N_ELEMENTS instead
12911           of wasting oodles of RAM on terminator bits.
12912
12913 2006-08-22  Tim-Philipp Müller  <tim at centricular dot net>
12914
12915         * gst-libs/gst/tag/gstvorbistag.c:
12916         (gst_tag_list_to_vorbiscomment_buffer):
12917         * tests/check/libs/tag.c: (GST_START_TEST):
12918           And the same for _to_vorbiscomment_buffer(): allow
12919           id_data_len == 0 for speex.
12920
12921 2006-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
12922
12923         * configure.ac:
12924         * docs/plugins/Makefile.am:
12925         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
12926         * docs/plugins/gst-plugins-base-plugins-sections.txt:
12927         * docs/plugins/inspect/plugin-gdp.xml:
12928         * gst/gdp/Makefile.am:
12929         * tests/check/Makefile.am:
12930           Move GDP plugin to -base from -bad.  Closes #347783.
12931
12932 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
12933
12934         * gst-libs/gst/tag/gstvorbistag.c:
12935         (gst_tag_list_from_vorbiscomment_buffer):
12936           Allow id_data_len == 0 (needed for vorbis comments in Speex files).
12937           Also add some checks to make sure we don't memcmp() beyond the end of
12938           vorbiscomment buffer if the ID to check for is larger than the buffer.
12939
12940         * tests/check/libs/tag.c: (GST_START_TEST):
12941           Some more tests for gst_tag_list_from_vorbiscomment_buffer().
12942
12943 2006-08-21  Tim-Philipp Müller  <tim at centricular dot net>
12944
12945         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_metadata_set1),
12946         (gst_vorbis_enc_set_metadata):
12947           Use vorbis comment utility functions from libgsttag
12948           instead of re-inventing the wheel (partially fixes #347091).
12949
12950 2006-08-21  Jan Schmidt  <thaytan@mad.scientist.com>
12951
12952         * tests/check/elements/audioconvert.c: (GST_START_TEST):
12953         Fix leaks. Wait for state transitions that might happen ASYNC, as well
12954         as some that won't.
12955
12956 2006-08-21  Wim Taymans  <wim@fluendo.com>
12957
12958         * docs/libs/Makefile.am:
12959         * docs/libs/gst-plugins-base-libs-sections.txt:
12960         * docs/libs/gst-plugins-base-libs.types:
12961         Don't try to GObject scan the netbuffer as it's not a GObject.
12962         Fixes #351308.
12963
12964         * gst-libs/gst/netbuffer/gstnetbuffer.c:
12965         * gst-libs/gst/netbuffer/gstnetbuffer.h:
12966         Document GstNetBuffer.
12967
12968 2006-08-21  Stefan Kost  <ensonic@users.sf.net>
12969
12970         * tests/check/elements/audioconvert.c: (GST_START_TEST),
12971         (audioconvert_suite):
12972           Add testcase for caps-size-explosion
12973
12974 2006-08-20  Stefan Kost  <ensonic@users.sf.net>
12975
12976         * gst/audioconvert/gstaudioconvert.c:
12977         (gst_audio_convert_get_unit_size), (set_structure_widths):
12978           Lower debug, use g_assert in _get_unit_size
12979
12980         * gst/audioresample/gstaudioresample.c:
12981         (audioresample_get_unit_size):
12982         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
12983         (gst_ffmpegcsp_get_unit_size):
12984         * gst/videoscale/gstvideoscale.c: (gst_video_scale_get_unit_size):
12985           use g_assert in _get_unit_size
12986
12987 2006-08-18  Wim Taymans  <wim@fluendo.com>
12988
12989         * docs/libs/gst-plugins-base-libs-sections.txt:
12990         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_set_packet_len),
12991         (gst_rtp_buffer_pad_to), (gst_rtp_buffer_get_payload_subbuffer),
12992         (gst_rtp_buffer_get_payload_buffer):
12993         * gst-libs/gst/rtp/gstrtpbuffer.h:
12994         Document GstRTPBuffer.
12995         Added function to efficiently strip payload headers.
12996         API: gst_rtp_buffer_get_payload_subbuffer()
12997
12998 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
12999
13000         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
13001         (gst_tag_to_vorbis_comments):
13002           Serialise unknown vorbis comments into GST_TAG_EXTENDED_COMMENT
13003           tags and deserialise them properly as well (#347091).
13004           Add some more gtk-doc blurbs and also some g_return_if_fail().
13005
13006         * tests/check/libs/tag.c: (GST_START_TEST),
13007         (back_to_vorbis_comments), (taglists_are_equal), (tag_suite):
13008           More tests.
13009
13010 2006-08-17  Wim Taymans  <wim@fluendo.com>
13011
13012         * ext/ogg/Makefile.am:
13013         * ext/ogg/gstogg.c: (plugin_init):
13014         * ext/ogg/gstoggaviparse.c: (gst_ogg_avi_parse_get_type),
13015         (gst_ogg_avi_parse_base_init), (gst_ogg_avi_parse_class_init),
13016         (gst_ogg_avi_parse_init), (gst_ogg_avi_parse_finalize),
13017         (gst_ogg_avi_parse_setcaps), (gst_ogg_avi_parse_event),
13018         (gst_ogg_avi_parse_push_packet), (gst_ogg_avi_parse_chain),
13019         (gst_ogg_avi_parse_change_state), (gst_ogg_avi_parse_plugin_init):
13020         Added ogg-in-avi parser element. Fixes #140139.
13021
13022         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
13023         Fixed a bug in oggdemux debug code.
13024
13025         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13026         (gst_riff_create_audio_template_caps):
13027         Recognise Ogg in the AVI extensible wave format.
13028
13029 2006-08-17  Tim-Philipp Müller  <tim at centricular dot net>
13030
13031         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
13032           Make buffer durations add up (duration should be next_ts-ts for
13033           perfect streams). Fixes CD ripping to Ogg/Vorbis with vorbisenc
13034           from CVS.
13035
13036         * tests/check/libs/cddabasesrc.c: (gst_cd_foo_src_close),
13037         (test_buffer_timestamps), (cddabasesrc_suite):
13038           Add unit test for the above.
13039
13040         * tests/check/Makefile.am:
13041           Don't know why cddabasesrc test was in VALGRIND_TO_FIX, remove
13042           to see what happens.
13043
13044 2006-08-16  Wim Taymans  <wim@fluendo.com>
13045
13046         * ext/alsa/gstalsasink.c: (gst_alsasink_set_property),
13047         (gst_alsasink_open):
13048         * ext/alsa/gstalsasrc.c: (gst_alsasrc_set_property),
13049         (gst_alsasrc_open):
13050         Avoid setting and using a NULL device name.
13051         Print more info when we fail to open a device.
13052
13053 2006-08-16  Tim-Philipp Müller  <tim at centricular dot net>
13054
13055         * docs/libs/gst-plugins-base-libs-sections.txt:
13056         * gst-libs/gst/tag/tag.h:
13057         * gst-libs/gst/tag/tags.c: (gst_tag_parse_extended_comment):
13058           API: add gst_tag_parse_extended_comment() (#351426).
13059
13060         * tests/check/Makefile.am:
13061         * tests/check/libs/.cvsignore:
13062         * tests/check/libs/tag.c: (GST_START_TEST), (tag_suite), (main):
13063           Add unit test for gst_tag_parse_extended_comment().
13064
13065 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13066
13067         * sys/ximage/ximagesink.c: (gst_ximagesink_get_property):
13068         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_property):
13069           Fix leak (#351502).
13070
13071 2006-08-15  Tim-Philipp Müller  <tim at centricular dot net>
13072
13073         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
13074         * docs/plugins/gst-plugins-base-plugins-sections.txt:
13075         * docs/plugins/gst-plugins-base-plugins.args:
13076         * gst/playback/gstplaybin.c:
13077           Document playbin.
13078           
13079         * docs/plugins/inspect/plugin-adder.xml:
13080         * docs/plugins/inspect/plugin-alsa.xml:
13081         * docs/plugins/inspect/plugin-audioconvert.xml:
13082         * docs/plugins/inspect/plugin-audiorate.xml:
13083         * docs/plugins/inspect/plugin-audioresample.xml:
13084         * docs/plugins/inspect/plugin-audiotestsrc.xml:
13085         * docs/plugins/inspect/plugin-cdparanoia.xml:
13086         * docs/plugins/inspect/plugin-decodebin.xml:
13087         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
13088         * docs/plugins/inspect/plugin-gnomevfs.xml:
13089         * docs/plugins/inspect/plugin-ogg.xml:
13090         * docs/plugins/inspect/plugin-pango.xml:
13091         * docs/plugins/inspect/plugin-playbin.xml:
13092         * docs/plugins/inspect/plugin-subparse.xml:
13093         * docs/plugins/inspect/plugin-tcp.xml:
13094         * docs/plugins/inspect/plugin-theora.xml:
13095         * docs/plugins/inspect/plugin-typefindfunctions.xml:
13096         * docs/plugins/inspect/plugin-video4linux.xml:
13097         * docs/plugins/inspect/plugin-videorate.xml:
13098         * docs/plugins/inspect/plugin-videoscale.xml:
13099         * docs/plugins/inspect/plugin-videotestsrc.xml:
13100         * docs/plugins/inspect/plugin-volume.xml:
13101         * docs/plugins/inspect/plugin-vorbis.xml:
13102         * docs/plugins/inspect/plugin-ximagesink.xml:
13103         * docs/plugins/inspect/plugin-xvimagesink.xml:
13104           Update to CVS version.
13105
13106 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13107
13108         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
13109         (gst_play_bin_set_property), (gst_play_bin_get_property),
13110         (value_list_append_structure_list),
13111         (gst_play_bin_handle_redirect_message),
13112         (gst_play_bin_handle_message):
13113           API: GstPlayBin::connection-speed
13114           Add "connection-speed" property; re-order redirect messages with
13115           multiple redirect locations depending on the minimum bitrate if
13116           that information is available and a connection speed is set
13117           (#350399).
13118
13119 2006-08-14  Tim-Philipp Müller  <tim at centricular dot net>
13120
13121         * gst/playback/gstplaybin.c:
13122           Update max volume to the same value that the volume element uses.
13123
13124 2006-08-14  Wim Taymans  <wim@fluendo.com>
13125
13126         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
13127         Less uglyness..
13128
13129 2006-08-14  Wim Taymans  <wim@fluendo.com>
13130
13131         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_submit_buffer),
13132         (gst_ogg_demux_get_next_page), (gst_ogg_demux_perform_seek),
13133         (gst_ogg_demux_read_chain), (gst_ogg_demux_loop):
13134         Add some more debug info.
13135         Don't crash when a seek failed.
13136         Actually return the result of the seek instead of TRUE.
13137         Ignore multiple BOS pages with the same serial so that we don't create
13138         the same stream multiple times.
13139         Post an error when we fail to do the initial seek.
13140
13141 2006-08-13  Wim Taymans  <wim@fluendo.com>
13142
13143         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
13144         (gst_alsa_detect_channels), (gst_alsa_probe_supported_formats):
13145         Small code cleanup.
13146
13147         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
13148         (gst_alsa_mixer_new):
13149         Remove hack that always set the device to hw:0*.
13150         Properly find the card name for whatever device was configured.
13151         Do some better debugging.
13152         Fixes #350784.
13153
13154         * ext/alsa/gstalsamixerelement.c:
13155         (gst_alsa_mixer_element_set_property),
13156         (gst_alsa_mixer_element_change_state):
13157         Cleanups.
13158         Handle setting of a NULL device name better.
13159
13160 2006-08-11  Wim Taymans  <wim@fluendo.com>
13161
13162         * gst/adder/gstadder.c:
13163         Don't clip float values. Fixes #350900.
13164
13165 2006-08-11  Andy Wingo  <wingo@pobox.com>
13166
13167         * gst/tcp/gsttcp.c: Really fix the build?
13168
13169         * gst/tcp/gsttcp.h: For now, always disable deprecation here --
13170         fixes the build.
13171
13172 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13173
13174         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes):
13175           Float caps shouldn't have a "signed" field.
13176
13177 2006-08-10  Tim-Philipp Müller  <tim at centricular dot net>
13178
13179         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query):
13180           Implement SEEKING query in its most basic form, so that we can
13181           at least check if we're seekable or not (#350655).
13182
13183 2006-08-09  Tim-Philipp Müller  <tim at centricular dot net>
13184
13185         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
13186           The checks here are not even close to anything that would
13187           justify MAXIMUM probability, lowering to POSSIBLE until someone
13188           fixes the checks (case at hand: quicktime redirection files
13189           might start with 00 00 01 XX and pass the checks here just
13190           fine, see #350399).
13191
13192 2006-08-08  Tim-Philipp Müller  <tim at centricular dot net>
13193
13194         Patch by: Sjoerd Simons  <sjoerd at luon net>
13195
13196         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find):
13197           Better detection for multipart/x-mixed-replace: accept leading
13198           whitespaces before the boundary marker as well (as our very own
13199           multipartmux used to produce) (#349068).
13200
13201 2006-08-07  Tim-Philipp Müller  <tim at centricular dot net>
13202
13203         Patch by: Young-Ho Cha  <ganadist at chollian net>
13204
13205         * gst-libs/gst/riff/riff-ids.h:
13206         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
13207         (gst_riff_create_audio_template_caps):
13208           Detect DTS audio streams (#350157).
13209
13210 2006-08-05  Andy Wingo  <wingo@pobox.com>
13211
13212         * ext/theora/gsttheoraparse.h:
13213         * ext/theora/theoraparse.c (gst_theora_parse_class_init)
13214         (theora_parse_dispose, theora_parse_set_property)
13215         (theora_parse_get_property, theora_parse_munge_granulepos)
13216         (theora_parse_push_buffer, theora_parse_change_state):
13217         API: GstTheoraParse::synchronization-points
13218         Add a property 'synchronization-points' to fix badly synchronized oggs.
13219
13220 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13221
13222         * tests/check/Makefile.am:
13223         * tests/check/libs/.cvsignore:
13224         * tests/check/libs/audio.c: (structure_contains_channel_positions),
13225         (fixed_caps_have_channel_positions), (GST_START_TEST),
13226         (audio_suite), (main):
13227           Add a few tests for the channel position stuff in libgstaudio.
13228
13229 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13230
13231         * ext/alsa/gstalsa.c: (caps_add_channel_configuration),
13232         (gst_alsa_detect_channels):
13233         * ext/alsa/gstalsasink.c:
13234           Add support for cards that (only) do more than 8 channels,
13235           like the Delta 44 (#345188).
13236
13237         * gst-libs/gst/audio/multichannel.c:
13238         (gst_audio_check_channel_positions):
13239         * gst-libs/gst/audio/multichannel.h:
13240           API: add GST_AUDIO_CHANNEL_POSITION_NONE, which stands for an
13241           unspecified channel position and cannot be combined with any
13242           of the other audio channel positions; adjust position layout
13243           checks accordingly (#345188).
13244
13245 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13246
13247         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13248           Recognise ancient RealAudio files (see #349779).
13249
13250 2006-08-03  Tim-Philipp Müller  <tim at centricular dot net>
13251
13252         Patch by: Jens Granseuer  <jensgr at gmx net>
13253
13254         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
13255           Add typefinder for Interplay's MVE format (#348973).
13256
13257 2006-08-02  Wim Taymans  <wim@fluendo.com>
13258
13259         Patch by: Marcel Moreaux <marcelm at luon dot net>
13260
13261         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13262         (gst_base_rtp_depayload_add_to_queue):
13263         * gst-libs/gst/rtp/gstbasertpdepayload.h:
13264         Handle RTP sequence number rollover.
13265         Disable jitterbuffer by default.
13266
13267 2006-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
13268
13269         * gst/audioresample/gstaudioresample.c: (audioresample_stop),
13270         (audioresample_set_caps):
13271         Don't leak references to the incoming caps. Clean them up when
13272         stopping.
13273
13274         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
13275         (gst_video_scale_finalize):
13276         Don't leak our temporary pixel buffer.
13277
13278         * tests/check/Makefile.am:
13279         * tests/check/pipelines/simple-launch-lines.c: (run_pipeline),
13280         (GST_START_TEST), (simple_launch_lines_suite):
13281
13282         Fix leaks and re-enable the test for valgrind checking.
13283
13284 2006-07-28  Tim-Philipp Müller  <tim at centricular dot net>
13285
13286         Patch by: Sjoerd Simons  <sjoerd at luon net>
13287
13288         * gst/typefind/gsttypefindfunctions.c: (multipart_type_find),
13289         (plugin_init):
13290           Add typefind function for multipart/x-mixed-replace (#348916).
13291
13292 2006-07-28  Wim Taymans  <wim@fluendo.com>
13293
13294         * gst/adder/gstadder.c: (gst_adder_setcaps),
13295         (gst_adder_query_duration):
13296         Fix leak in duration query.
13297         Reflow some docs and notes.
13298
13299 2006-07-28  Michael Smith  <msmith@fluendo.com>
13300
13301         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST),
13302         (vorbisenc_suite):
13303           Enable Andy's extra vorbisenc test, now that it passes. Also fix one
13304           aspect of it.
13305
13306 2006-07-28  Michael Smith  <msmith@fluendo.com>
13307
13308         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_generate_sink_caps),
13309         (gst_vorbis_enc_sink_getcaps), (gst_vorbis_enc_buffer_from_packet),
13310         (gst_vorbis_enc_push_buffer),
13311         (gst_vorbis_enc_buffer_check_discontinuous),
13312         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
13313         * ext/vorbis/vorbisenc.h:
13314           Handle discontinuities in the input vorbis stream correctly,
13315           so that the output is properly timestamped (and has good granulepos
13316           values). Needs some oggmux fixes too.
13317
13318 2006-07-27  Wim Taymans  <wim@fluendo.com>
13319
13320         patch by: Kai Vehmanen <kv2004 eca cx>
13321
13322         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13323         (gst_base_rtp_depayload_chain),
13324         (gst_base_rtp_depayload_handle_sink_event),
13325         (gst_base_rtp_depayload_change_state):
13326         Don't send multiple newsegments with different formats.
13327         Fixes #348677.
13328
13329 2006-07-26  Wim Taymans  <wim@fluendo.com>
13330
13331         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13332         (gst_ogg_demux_do_seek), (gst_ogg_demux_read_chain):
13333         Make seeking in ogg more accurate again by doing the more correct
13334         granuletime to stream time conversion.
13335
13336 2006-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13337
13338         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_add_full),
13339         (gst_multi_fd_sink_new_client):
13340           debug a little more understandably
13341           do not use goto as a substitute for break, especially if
13342           break is also being used
13343
13344 2006-07-26  Tim-Philipp Müller  <tim at centricular dot net>
13345
13346         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
13347         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
13348           Remove GLib-2.6 compatibility cruft.
13349
13350 2006-07-24  Wim Taymans  <wim@fluendo.com>
13351
13352         * gst-libs/gst/audio/gstbaseaudiosink.c:
13353         (gst_base_audio_sink_render):
13354         Don't try to align a sample to an unknown value.
13355
13356 2006-07-24  Wim Taymans  <wim@fluendo.com>
13357
13358         * gst-libs/gst/audio/gstbaseaudiosink.c:
13359         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
13360         When the audio clock is slaved to another clock, never try to align
13361         samples but trust the rate interpolation algorithm.
13362
13363 2006-07-24  Wim Taymans  <wim@fluendo.com>
13364
13365         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13366         Don't try to calculate silence samples, base class does this much
13367         better now.
13368
13369         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13370         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps),
13371         (gst_ring_buffer_acquire):
13372         Calculate silence samples correctly.
13373
13374         * gst-libs/gst/audio/gstringbuffer.h:
13375         Add _CAST macro.
13376
13377 2006-07-22  Tim-Philipp Müller  <tim at centricular dot net>
13378
13379         * gst/typefind/gsttypefindfunctions.c: (xml_check_first_element):
13380           Limit search for the first markup tag to the first few kB of
13381           the file. If we don't find one there, it's highly unlikely that
13382           this is an XML(-ish) file.
13383
13384 2006-07-21  Andy Wingo  <wingo@pobox.com>
13385
13386         * tests/check/pipelines/theoraenc.c (test_discontinuity): Similar
13387         test to the one in vorbisenc. Also commented out.
13388
13389         * tests/check/pipelines/vorbisenc.c: 
13390         (test_discontinuity): New test, commented out until Mike lands
13391         some elite vorbisenc patches.
13392
13393         * tests/check/pipelines/theoraenc.c: Port to bufferstraw.
13394         Bufferstraw was actually factored out of these tests. Now we share
13395         code yay.
13396
13397         * configure.ac (GST_MAJORMINOR): Rev core requirements to 0.10.9.1
13398         for bufferstraw addition to gstcheck.
13399
13400 2006-07-21  Wim Taymans  <wim@fluendo.com>
13401
13402         * ext/theora/theoradec.c: (clip_buffer):
13403         Better clipping.
13404
13405 2006-07-21  Wim Taymans  <wim@fluendo.com>
13406
13407         * gst-libs/gst/audio/gstaudiosink.c: (audioringbuffer_thread_func),
13408         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
13409         (gst_audioringbuffer_release), (gst_audioringbuffer_stop):
13410         Fix leak.
13411         Avoid type casting when we can.
13412
13413         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_dispose):
13414         Fix mem leak.
13415
13416 2006-07-20  Tim-Philipp Müller  <tim at centricular dot net>
13417
13418         * ext/alsa/gstalsamixerelement.c:
13419         (gst_alsa_mixer_element_change_state):
13420           Make state change fail if the specified device can't be opened
13421           for some reason.
13422
13423 2006-07-20  Wim Taymans  <wim@fluendo.com>
13424
13425         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
13426         (cb_newpad), (main):
13427         Example of a small audio/video player using decodebin.
13428
13429 2006-07-20  Stefan Kost  <ensonic@users.sf.net>
13430
13431         * gst-libs/gst/riff/riff-ids.h:
13432           Add 'fact' chunk id
13433
13434 2006-07-19  Wim Taymans  <wim@fluendo.com>
13435
13436         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13437         (gst_base_rtp_depayload_chain),
13438         (gst_base_rtp_depayload_change_state):
13439         Don't assert when not negotiated but post a meaningfull 
13440         error message. Fixes #347918.
13441
13442         * gst-libs/gst/rtp/gstbasertppayload.c:
13443         Add comment about better default MTU size.
13444
13445         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtp_buffer_validate_data):
13446         Small cleanups, start docs.
13447
13448 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13449
13450         Patch by: Martin Szulecki
13451
13452         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_property):
13453           If "device-name" is requested and the device is not
13454           open, try to temporarily open it to obtain this
13455           information (#342494).
13456
13457 2006-07-19  Tim-Philipp Müller  <tim at centricular dot net>
13458
13459         * gst-libs/gst/tag/gstid3tag.c:
13460           Add TSSE <=> GST_TAG_ENCODER mapping (see #347898).
13461
13462         * gst-libs/gst/tag/gsttageditingprivate.h:
13463         * gst-libs/gst/tag/gstvorbistag.c:
13464           Some more random const-ifications.
13465
13466 2006-07-18  Stefan Kost  <ensonic@users.sf.net>
13467
13468         * gst-libs/gst/riff/riff-ids.h:
13469         * gst-libs/gst/riff/riff-media.c:
13470         (gst_riff_create_video_template_caps):
13471           Add more FOURCCs (sort list to make stuff easier to find),
13472           add comment what those 16 bytes in struct _gst_riff_strh according to
13473           one avi-dumper are
13474
13475 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13476
13477         * gst-libs/gst/audio/multichannel.c:
13478         (gst_audio_check_channel_positions),
13479         (gst_audio_fixate_channel_positions):
13480           Const-ify two arrays.
13481
13482 2006-07-17  Tim-Philipp Müller  <tim at centricular dot net>
13483
13484         * ext/alsa/gstalsa.c: (caps_add_channel_configuration):
13485           Fix typo, so that alsasink also advertises 8 channels
13486           if that's supported (tags: can, worms, open, alsa, ph34r).
13487
13488 2006-07-17  Wim Taymans  <wim@fluendo.com>
13489
13490         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
13491         (gst_ogg_pad_submit_packet), (gst_ogg_demux_read_chain):
13492         *sigh*, when is the compiler going to warn when the comments
13493         are out-of-sync with the code.. Refix case of busted theora
13494         headers with 0 granule pos.
13495
13496 2006-07-14  Wim Taymans  <wim@fluendo.com>
13497
13498         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13499         (gst_base_rtp_depayload_wait),
13500         (gst_base_rtp_depayload_change_state),
13501         (gst_base_rtp_depayload_set_property),
13502         (gst_base_rtp_depayload_get_property):
13503         Fix 99% cpu load by waiting for absolute times on the
13504         clock. Fixes #347300.
13505
13506 2006-07-14  Andy Wingo  <wingo@pobox.com>
13507
13508         * ext/theora/gsttheoraparse.h: 
13509         * ext/theora/theoraparse.c (theora_parse_drain_event_queue)
13510         (theora_parse_push_headers, theora_parse_clear_queue)
13511         (theora_parse_drain_queue_prematurely, )
13512         (theora_parse_sink_event, theora_parse_change_state): Queue events
13513         until we initialized our state, like in vorbisparse.
13514
13515         * ext/vorbis/vorbisparse.h: 
13516         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_event_queue)
13517         (vorbis_parse_push_headers, vorbis_parse_clear_queue)
13518         (vorbis_parse_drain_queue_prematurely, )
13519         (vorbis_parse_sink_event, vorbis_parse_change_state): Queue events
13520         until we have initialized our state. Fixes seeking after an
13521         initial pad block.
13522
13523 2006-07-14  Andy Wingo  <wingo@pobox.com>
13524
13525         Patch by: Iain Holmes <iaingnome@gmail.com>
13526         
13527         * ext/ogg/gstoggdemux.c (gst_ogg_demux_finalize): Fix memleak.
13528
13529 2006-07-14  Jan Schmidt  <thaytan@mad.scientist.com>
13530
13531         * configure.ac:
13532         Bump nano back to CVS
13533
13534 === release 0.10.9 ===
13535
13536 2006-07-13  Jan Schmidt <thaytan@mad.scientist.com>
13537
13538         * configure.ac:
13539           releasing 0.10.9, "I walk the line"
13540
13541 2006-07-14  Michael Smith  <msmith@fluendo.com>
13542
13543         * tests/check/pipelines/vorbisenc.c: (stop_pipeline):
13544           Move a g_cond_signal to earlier to avoid sometimes deadlocking
13545           (commonly happens when running this test under valgrind) when trying
13546           to remove the buffer probe.
13547
13548 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13549
13550         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
13551         Fix missing g_unlock from the previous commit
13552
13553 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13554
13555         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
13556         (gst_ximagesink_change_state):
13557         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
13558         (gst_xvimagesink_change_state):
13559         Implement a locking order to ensure we always take the object lock
13560         before the x_lock and never vice-versa.
13561
13562 2006-07-13  Jan Schmidt  <thaytan@mad.scientist.com>
13563
13564         * gst/playback/gstdecodebin.c: (find_compatibles):
13565         Fix a caps leak when linking (#347304)
13566
13567         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13568         (gst_ximagesink_ximage_destroy), (gst_ximagesink_xcontext_clear),
13569         (gst_ximagesink_change_state):
13570         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
13571         (gst_xvimage_buffer_finalize), (gst_xvimagesink_check_xshm_calls),
13572         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
13573         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_change_state):
13574         Don't leak shared memory resources. Use the object lock to protect
13575         against the xcontext disappearing while returning a buffer from the
13576         pipeline. (#347304)
13577
13578 2006-07-12  Edward Hervey  <edward@fluendo.com>
13579
13580         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize),
13581         (vorbis_handle_comment_packet):
13582         gst_tag_list_merge() returns a new object. Take that into account when
13583         using it. This avoids memleak.
13584         Revert previous commit which is not needed.
13585
13586 2006-07-12  Edward Hervey  <edward@fluendo.com>
13587
13588         * ext/vorbis/vorbisdec.c: (vorbis_dec_finalize):
13589         Reset the decoder in finalize so that all fields get cleared.
13590
13591 2006-07-12  Wim Taymans  <wim@fluendo.com>
13592
13593         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13594         (gst_base_audio_src_set_clock),
13595         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create):
13596         Don't try to post an error message when setting the clock fails
13597         as this can happen when adding an element to a bin which will then
13598         deadlock. Fixes #347296.
13599
13600 2006-07-12  Edward Hervey  <edward@fluendo.com>
13601
13602         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
13603         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
13604         (vorbis_handle_type_packet):
13605         Post tag messages on the bus even if we're not initialized.
13606         If we're not initialized, we still postpone the event pushing of tags.
13607
13608 2006-07-12  Wim Taymans  <wim@fluendo.com>
13609
13610         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13611         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13612         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13613         Revert last two changes that broke the freeze.
13614
13615 2006-07-12  Wim Taymans  <wim@fluendo.com>
13616
13617         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_prepare):
13618         basesink calculates silence sample correctly for us.
13619
13620 2006-07-12  Wim Taymans  <wim@fluendo.com>
13621
13622         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
13623         (gst_ring_buffer_debug_spec_caps), (gst_ring_buffer_parse_caps):
13624         Calculate correct silence samples so we don't fill our ringbuffer
13625         with noise.
13626
13627 2006-07-12  Edward Hervey  <edward@fluendo.com>
13628
13629         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
13630         (gst_vorbis_dec_reset), (vorbis_dec_sink_event),
13631         (vorbis_handle_comment_packet), (vorbis_handle_type_packet):
13632         * ext/vorbis/vorbisdec.h:
13633         Delay sending events (newsegment, tags) until the decoder is properly
13634         initialized.
13635         Fixes #347295
13636
13637 2006-07-11  Jan Schmidt  <thaytan@mad.scientist.com>
13638
13639         * tests/check/elements/audioconvert.c: (get_float_mc_caps),
13640         (get_int_mc_caps), (GST_START_TEST), (audioconvert_suite):
13641           Patch from #347221 adding a test for audioconvert
13642           channel remappings.
13643
13644 2006-07-11  Tim-Philipp Müller  <tim at centricular dot net>
13645
13646         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
13647         (gst_ssa_parse_parse_line):
13648           Don't include the terminating NUL in the buffer size,
13649           it's only there for extra paranoia (would add random
13650           '*' characters at the end of each subtitle since the
13651           terminator itself is not valid UTF-8 technically).
13652           Also fix indenting after boilerplate macro.
13653
13654 2006-07-10  Tim-Philipp Müller  <tim at centricular dot net>
13655
13656         * gst/playback/gstdecodebin.c: (close_pad_link):
13657           Also emit 'unknown-type' signal (which should really be
13658           called unhandled-type) if we found potential decoders/demuxers
13659           in the registry but none of them worked in the end (as in the
13660           case where the plugins don't exist any longer but are still
13661           listed in the registry). Fixes #329798.
13662
13663 2006-07-08  Andy Wingo  <wingo@pobox.com>
13664
13665         * theoraparse.c (theora_parse_push_buffer)
13666         (theora_parse_drain_queue_prematurely, theora_parse_drain_queue):
13667         Add some more debugging. Fix granulepos reconstruction in the face
13668         of discontinuities.
13669
13670 2006-07-06  Wim Taymans  <wim@fluendo.com>
13671
13672         * gst-libs/gst/audio/gstbaseaudiosink.c:
13673         (gst_base_audio_sink_class_init),
13674         (gst_base_audio_sink_provide_clock):
13675         Use gobject_class instead of G_OBJECT_CLASS (klass)
13676
13677         * gst-libs/gst/audio/gstbaseaudiosrc.c:
13678         (gst_base_audio_src_class_init), (gst_base_audio_src_init),
13679         (gst_base_audio_src_set_clock), (gst_base_audio_src_provide_clock),
13680         (gst_base_audio_src_get_time),
13681         (gst_base_audio_src_check_get_range), (gst_base_audio_src_create),
13682         (gst_base_audio_src_create_ringbuffer):
13683         Fix latency and buffer-time constants and properties ala basesink.
13684         Implement pull based scheduling. Fixes #346527.
13685         Set default blocksize in GstBaseSrc to 0, we default to pushing out
13686         one segment.
13687         Refuse slaving to another clock instead of silently not working.
13688         Only provide a clock when we are actually able to do so.
13689         Various small cleanups and compiler hints.
13690
13691 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13692
13693         Patch by: Lutz Mueller <lutz at topfrose de>
13694
13695         * gst/typefind/gsttypefindfunctions.c: (html_type_find),
13696         (plugin_init):
13697           Add typefinding for text/html (#346581).
13698
13699 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13700
13701         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
13702         (xml_check_first_element), (xml_type_find), (smil_type_find):
13703           Fix SMIL typefinding, make xml_check_first_element() more
13704           useful.
13705
13706 2006-07-06  Tim-Philipp Müller  <tim at centricular dot net>
13707
13708         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
13709         (gst_play_base_bin_finalize), (decodebin_element_added_cb),
13710         (decodebin_element_removed_cb), (gst_play_base_bin_set_property):
13711         * gst/playback/gstplaybasebin.h:
13712           Protect list of elements with a subtitle-encoding property and
13713           the subtitle encoding member itself with a lock of their own
13714           instead of using the object lock. This prevents a dead-lock in
13715           the element-remove callback in some circumstances when shutting
13716           down playbin.
13717
13718 2006-07-05  Sebastien Moutte  <sebastien@moutte.net>
13719
13720         * win32/common/libgsttag.def:
13721         Export some new functions.
13722         * win32/vs6/libgstogg.dsp:
13723         Add a link to libgsttag-0.10.lib.
13724
13725 2006-07-04  Tim-Philipp Müller  <tim at centricular dot net>
13726
13727         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
13728           Some const-ification.
13729
13730 2006-07-04  Wim Taymans  <wim@fluendo.com>
13731
13732         * gst/playback/gstplaybasebin.c: (is_stream), (gen_source_element):
13733         Improve checking if we are dealing with a stream. Added some
13734         more uris that need buffering.
13735
13736 2006-07-03  Edward Hervey  <edward@fluendo.com>
13737
13738         * ext/vorbis/vorbisdec.c: (vorbis_do_clip):
13739         Remove unused variable.
13740
13741 2006-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
13742
13743         * Makefile.am:
13744           include lcov.mak
13745         * configure.ac:
13746           add GCOV_LIBS to GST_LIBS
13747
13748 2006-07-02  Tim-Philipp Müller  <tim at centricular dot net>
13749
13750         Patch by: Michael Sheldon  <webmaster at mikeasoft com>
13751
13752         * ext/alsa/gstalsasrc.c:
13753           Add 32 bps to template caps and increase channels range
13754           from [1,2] to [1,MAX]. See #346326.
13755
13756 2006-06-30  Tim-Philipp Müller  <tim at centricular dot net>
13757
13758         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
13759           Recognise 'WMVA' video codec fourcc (#345879).
13760           
13761 2006-06-29 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
13762          
13763         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
13764           Fixed nasty memory leak
13765
13766 2006-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
13767
13768         * gst/tcp/gsttcp.c: (gst_tcp_read_buffer),
13769         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps):
13770           fix logging
13771
13772 2006-06-23  Jan Schmidt  <thaytan@mad.scientist.com>
13773
13774         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
13775         (gst_decode_bin_init), (gst_decode_bin_finalize), (add_fakesink),
13776         (remove_fakesink), (pad_probe), (gst_decode_bin_change_state):
13777         Protect remove_fakesink using a mutex, so that we don't try and
13778         remove the fakesink simultaneously from multiple threads.
13779
13780         When going from READY to PAUSED, restore the fakesink, so that
13781         it is there when decodebin gets reused.
13782
13783 2006-06-23  Tim-Philipp Müller  <tim at centricular dot net>
13784
13785         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:
13786         * gst-libs/gst/rtp/gstbasertpdepayload.c:
13787         * gst-libs/gst/rtp/gstbasertppayload.c:
13788         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
13789         * gst/tcp/gstmultifdsink.c:
13790         * gst/tcp/gsttcpclientsink.c:
13791         * gst/tcp/gsttcpclientsrc.c:
13792         * gst/tcp/gsttcpserversink.c:
13793         * gst/tcp/gsttcpserversrc.c:
13794         * gst/videorate/gstvideorate.c:
13795         * gst/videotestsrc/gstvideotestsrc.c:
13796         * sys/v4l/gstv4ljpegsrc.c:
13797         * sys/v4l/gstv4lmjpegsink.c:
13798         * sys/v4l/gstv4lsrc.c:
13799         * tests/examples/seek/scrubby.c:
13800         * tests/examples/seek/seek.c:
13801           Use GST_DEBUG_CATEGORY_STATIC where possible (#342503).
13802
13803 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13804
13805         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum):
13806           Second field in GEnumValue shouldn't be a description,
13807           but a stringified version of the enum value.
13808
13809 2006-06-22  Wim Taymans  <wim@fluendo.com>
13810
13811         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
13812         (gst_ximage_buffer_free), (gst_ximagesink_ximage_put),
13813         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
13814         Avoid type checking in buffer casts.
13815         Avoid caps copy in buffer_alloc when we can.
13816         Use pad_peer_accept.
13817
13818 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13819
13820         * gst-libs/gst/tag/tag.h:
13821           Oops, make that 'Since: 0.10.9'.
13822
13823 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13824
13825         * docs/libs/gst-plugins-base-libs-sections.txt:
13826         * gst-libs/gst/tag/tag.h:
13827         * gst-libs/gst/tag/tags.c: (register_tag_image_type_enum),
13828         (gst_tag_image_type_get_type):
13829           API: add GstTagImageType enum to describe images contained
13830           in image tags (#345641).
13831
13832 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13833
13834         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13835           Fix warnings with gst-inspect: "buffers-min" property
13836           should be of G_TYPE_INT and not G_TYPE_INT64. Also fix
13837           typo in property description.
13838
13839 2006-06-22  Tim-Philipp Müller  <tim at centricular dot net>
13840
13841         Patch by: Cody Russell <bratsche at gnome org>
13842
13843         * gst/audioresample/gstaudioresample.c:
13844         (gst_audioresample_class_init):
13845         * gst/playback/gststreamselector.c:
13846         (gst_stream_selector_class_init):
13847         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
13848         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
13849         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
13850         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_class_init):
13851         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_class_init):
13852         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_class_init):
13853         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init):
13854         * gst/videotestsrc/gstvideotestsrc.c:
13855         (gst_video_test_src_class_init):
13856         * gst/volume/gstvolume.c: (gst_volume_class_init):
13857           Avoid unnecessary class cast check in class_init
13858           functions (#337747).
13859
13860 2006-06-21  Tim-Philipp Müller  <tim at centricular dot net>
13861
13862         * ext/pango/gsttextoverlay.c: (gst_text_overlay_make_utf8),
13863         (gst_text_overlay_video_chain):
13864           g_markup_escape_text() REALLY doesn't like non-UTF8 input
13865           and doesn't validate its input either (and neither did
13866           textoverlay it seems). Let's do that then and fix #345206.
13867
13868 2006-06-19  Wim Taymans  <wim@fluendo.com>
13869
13870         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
13871         (gst_unit_type_get_type), (gst_multi_fd_sink_class_init),
13872         (gst_multi_fd_sink_init), (gst_multi_fd_sink_add_full),
13873         (gst_multi_fd_sink_add), (gst_multi_fd_sink_handle_client_read),
13874         (find_syncframe), (find_limits), (assign_value),
13875         (count_burst_unit), (gst_multi_fd_sink_new_client),
13876         (gst_multi_fd_sink_handle_client_write),
13877         (gst_multi_fd_sink_queue_buffer), (gst_multi_fd_sink_render),
13878         (gst_multi_fd_sink_set_property), (gst_multi_fd_sink_get_property),
13879         (gst_multi_fd_sink_change_state):
13880         * gst/tcp/gstmultifdsink.h:
13881         Added shiny new burst-on-connect methods.
13882         Add properties to control the minimal amount of data queued.
13883         Small cleanups.
13884         API: bytes-min property
13885         API: time-min property
13886         API: buffers-min property
13887         API: burst-unit property
13888         API: burst-value property
13889         API: add-full signal
13890
13891         * gst/tcp/gsttcp-marshal.list:
13892         Added new marshaller code for the new signal.
13893
13894         * tests/check/elements/multifdsink.c: (GST_START_TEST),
13895         (multifdsink_suite):
13896         Added testcases for new burst methods.
13897
13898 2006-06-19  Edward Hervey  <edward@fluendo.com>
13899
13900         * ext/theora/theoradec.c: (clip_buffer), (theora_dec_push):
13901         Implement clipping for accurate seeking.
13902         Closes #345225
13903
13904 2006-06-19  Wim Taymans  <wim@fluendo.com>
13905
13906         Patch by: Philip Jaegenstedt <philip at lysator dot liu dot se>
13907
13908         * gst/videoscale/gstvideoscale.c: (gst_video_scale_prepare_size),
13909         (gst_video_scale_transform):
13910         Make videoscale support RGBA, ARGB, BGRA and ABGR. Fixes #345131
13911
13912 2006-06-17  Tim-Philipp Müller  <tim at centricular dot net>
13913
13914         * configure.ac:
13915           Fix --disable-external (can't set conditionals conditionally,
13916           #343602).
13917
13918 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13919
13920         * tests/check/elements/audioresample.c: (test_reuse),
13921         (audioresample_suite):
13922           Add test case for bug #342789 fixed below.
13923
13924 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13925
13926         * gst/audioresample/gstaudioresample.c:
13927         (gst_audioresample_class_init), (gst_audioresample_init),
13928         (audioresample_start), (audioresample_stop),
13929         (gst_audioresample_set_property), (gst_audioresample_get_property):
13930           Implement GstBaseTransform::start and ::stop so that audioresample
13931           can clear its internal state properly and be reused instead of
13932           causing non-negotiated errors with playbin under some circumstances
13933           (#342789).
13934
13935         * tests/check/elements/audioresample.c: (setup_audioresample),
13936         (cleanup_audioresample):
13937           Need to set element state here so that ::start and ::stop are
13938           called.
13939
13940 2006-06-16  Wim Taymans  <wim@fluendo.com>
13941
13942         Patch by: Young-Ho Cha <ganadist at chollian dot net>
13943
13944         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_vids):
13945         Parse extra data better, apparently it's right behind
13946         the normal strf header size. Fixes #343500.
13947
13948 2006-06-16  Wim Taymans  <wim@fluendo.com>
13949
13950         * ext/alsa/gstalsasink.c: (set_hwparams):
13951         If we fail to set the buffer_time and period_time alsa
13952         parameters, post a warning and leave alsa select a 
13953         default instead of failing. Fixes #342085
13954
13955 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13956
13957         * docs/libs/gst-plugins-base-libs-sections.txt:
13958         * gst-libs/gst/cdda/gstcddabasesrc.h:
13959           Remove GST_CDDA_TAG_TRACK_TAGS again, it is #ifdef 0'ed
13960           out in the header file and shouldn't be listed in the docs.
13961
13962         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13963           Must dereference pointer to fourcc in the debug statement.
13964
13965 2006-06-16  Stefan Kost  <ensonic@users.sf.net>
13966
13967         * docs/libs/Makefile.am:
13968         * docs/libs/gst-plugins-base-libs-docs.sgml:
13969         * docs/libs/gst-plugins-base-libs-sections.txt:
13970         * docs/libs/gst-plugins-base-libs.types:
13971         add remaining symbols into correct setions
13972         
13973         * gst-libs/gst/audio/gstringbuffer.c:
13974         fix incomplete docs
13975         
13976         * gst-libs/gst/audio/gstringbuffer.h:
13977         comment out not yet implemented function
13978         
13979         
13980         * gst-libs/gst/floatcast/floatcast.h:
13981         * gst-libs/gst/netbuffer/gstnetbuffer.c:
13982         add short descriptions
13983         
13984         
13985         * gst-libs/gst/interfaces/propertyprobe.c:
13986         fix return value docs   
13987         
13988         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
13989         simplify debug logging
13990         
13991         * gst-libs/gst/riff/riff-read.h:
13992         sync function prototype and docs
13993         
13994         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
13995         remove left over symbol
13996
13997 2006-06-16  Tim-Philipp Müller  <tim at centricular dot net>
13998
13999         * autogen.sh:
14000         * configure.ac:
14001         * docs/Makefile.am:
14002           Use GST_PLUGIN_DOCS macro in configure.ac, add
14003           --enable-plugin-docs default to autogen.sh and use
14004           ENABLE_PLUGIN_DOCS conditional in Makefile.am (#344039).
14005
14006 2006-06-15  Wim Taymans  <wim@fluendo.com>
14007
14008         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
14009         (gst_ogg_demux_activate_chain), (gst_ogg_demux_combine_flows),
14010         (gst_ogg_demux_loop):
14011         Combine GstFlowReturn from the source pads to give a
14012         meaningfull result to the upstream peer or to stop the
14013         processing task in case of errors.
14014
14015 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14016
14017         * gst/playback/gststreaminfo.c: (cb_probe):
14018           Try GST_TAG_CODEC as fallback when extracting the
14019           codec name; more debug info.
14020
14021 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14022
14023         * ext/ogg/Makefile.am:
14024         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
14025           Extract language tags from ogm subtitle streams, so that
14026           the subtitle menu choices are labelled correctly in
14027           Totem (fixes #344708).
14028
14029 2006-06-14  Wim Taymans  <wim@fluendo.com>
14030
14031         Patch by: Alessandro Decina <alessandro at nnva dot org>
14032
14033         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_clear),
14034         (gst_ogg_mux_release_pad), (gst_ogg_mux_get_headers),
14035         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_init_collectpads),
14036         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
14037         Fix various leaks. Fixes #343699.
14038         Add x-smoke mime type.
14039
14040 2006-06-14  Tim-Philipp Müller  <tim at centricular dot net>
14041
14042         * gst-libs/gst/riff/riff-ids.h:
14043           Add IDs for 'bext' chunks (see #343837).
14044
14045 2006-06-12  Tim-Philipp Müller  <tim at centricular dot net>
14046
14047         Patch by: Young-Ho Cha  <ganadist at chollian net>
14048
14049         * gst/subparse/samiparse.c: (sami_context_pop_state),
14050         (handle_start_font), (end_sami_element):
14051           Honour font face tags in SAMI subtitles (#344503).
14052
14053 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14054
14055         * po/POTFILES.in:
14056           add missing files containing translatable strings
14057
14058 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14059
14060         * docs/libs/tmpl/.cvsignore:
14061           we don't want those *.sgml files in CVS either
14062
14063 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14064
14065         * docs/libs/.cvsignore:
14066         * tests/check/elements/.cvsignore:
14067         * tests/check/libs/.cvsignore:
14068           ignore more
14069
14070 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14071
14072         * docs/libs/Makefile.am:
14073           also commiting the changed Makefile.am (added more libs to the
14074           doc-build)
14075
14076 2006-06-11  Stefan Kost  <ensonic@users.sf.net>
14077
14078         * docs/libs/gst-plugins-base-libs-docs.sgml:
14079         * docs/libs/gst-plugins-base-libs-sections.txt:
14080         * docs/libs/gst-plugins-base-libs.types:
14081           first batch of reordering things, add index & hierarchy
14082
14083 2006-06-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14084
14085         * configure.ac:
14086           use GST_PKG_CHECK_MODULES, cleans up output
14087
14088 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14089
14090         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
14091           Add support for burn:// URIs (#343385); const-ify things a bit,
14092           use G_N_ELEMENTS instead of hard-coded array size.
14093
14094 2006-06-10  Tim-Philipp Müller  <tim at centricular dot net>
14095
14096         Patch by: Young-Ho Cha  <ganadist at chollian net>
14097
14098         * gst/subparse/samiparse.c: (fix_invalid_entities), (parse_sami):
14099           Fix up broken entities before passing them to libxml *sigh*.
14100           (#343303).
14101           
14102 2006-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
14103
14104         * configure.ac:
14105           back to TRUNK
14106
14107 === release 0.10.8 ===
14108
14109 2006-06-09  Thomas Vander Stichele <thomas at apestaart dot org>
14110
14111         * configure.ac:
14112           releasing 0.10.8, "Moar gij ziet mij nie"
14113
14114 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14115
14116         * configure.ac:
14117         * po/af.po:
14118         * po/az.po:
14119         * po/cs.po:
14120         * po/en_GB.po:
14121         * po/hu.po:
14122         * po/it.po:
14123         * po/nb.po:
14124         * po/nl.po:
14125         * po/or.po:
14126         * po/sq.po:
14127         * po/sr.po:
14128         * po/sv.po:
14129         * po/uk.po:
14130         * po/vi.po:
14131         * win32/common/config.h:
14132           0.10.7.2 prerelease
14133
14134 2006-06-07  Thomas Vander Stichele  <thomas at apestaart dot org>
14135
14136         * docs/libs/tmpl/gstaudio.sgml:
14137         * docs/libs/tmpl/gstcolorbalance.sgml:
14138         * docs/libs/tmpl/gstmixer.sgml:
14139         * docs/libs/tmpl/gstringbuffer.sgml:
14140         * docs/libs/tmpl/gsttuner.sgml:
14141         * docs/libs/tmpl/gstxoverlay.sgml:
14142         * gst-libs/gst/audio/audio.c:
14143         * gst-libs/gst/audio/gstringbuffer.c:
14144         * gst-libs/gst/interfaces/colorbalance.c:
14145         * gst-libs/gst/interfaces/mixer.c:
14146         * gst-libs/gst/interfaces/tuner.c:
14147         * gst-libs/gst/interfaces/xoverlay.c:
14148           move last template doc snippets to source code and delete them
14149
14150 2006-06-06  Michael Smith  <msmith@fluendo.com>
14151
14152         * ext/theora/theoraparse.c: (theora_parse_drain_queue_prematurely),
14153         (theora_parse_drain_queue):
14154           Mark DELTA_UNIT on non-keyframes.
14155
14156 2006-06-03  Jan Schmidt  <thaytan@mad.scientist.com>
14157
14158         * gst-libs/gst/audio/gstbaseaudiosink.c:
14159         (gst_base_audio_sink_class_init), (gst_base_audio_sink_setcaps):
14160         * gst-libs/gst/audio/gstbaseaudiosink.h:
14161         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps),
14162         (gst_ring_buffer_samples_done):
14163         * gst-libs/gst/audio/gstringbuffer.h:
14164         Document better the fact that latency_time and buffer_time are values
14165         stored in microseconds, and not the usual GStreamer nanoseconds.
14166         Change the variables (compatibly) that store them from GstClockTime 
14167         to guint64 to make it more clear that they're not storing clock times.
14168         Also, remove the bogus property description that says the user can
14169         specify -1 to get the default value, since that's never been the case.
14170
14171         When computing the default segment size for the ring buffer, make it
14172         an integer number of samples.
14173
14174         When the sub-class indicates a delay greater than the number of
14175         samples we've written return 0 from the audio sink get_time method.
14176
14177 2006-06-02  Michael Smith  <msmith@fluendo.com>
14178
14179         * tests/check/elements/audioconvert.c: (set_channel_positions),
14180         (get_float_mc_caps), (get_int_mc_caps):
14181         * tests/check/elements/audioresample.c:
14182         * tests/check/elements/audiotestsrc.c: (GST_START_TEST):
14183         * tests/check/elements/videorate.c:
14184         * tests/check/elements/videotestsrc.c: (GST_START_TEST):
14185         * tests/check/elements/volume.c:
14186         * tests/check/elements/vorbisdec.c:
14187         * tests/check/pipelines/vorbisenc.c: (GST_START_TEST):
14188           Don't busy-wait in tests; this was causing test timeouts very
14189           frequently when running under valgrind.
14190
14191 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14192
14193         * gst/tcp/README:
14194         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_init),
14195         (gst_multi_fd_sink_remove_client_link),
14196         (gst_multi_fd_sink_client_queue_caps),
14197         (gst_multi_fd_sink_client_queue_buffer),
14198         (gst_multi_fd_sink_handle_client_write),
14199         (gst_multi_fd_sink_render):
14200         * gst/tcp/gstmultifdsink.h:
14201           make multifdsink properly deal with streamheader:
14202           - streamheader is taken from caps
14203           - buffers marked with IN_CAPS are not sent
14204           - streamheaders are sent, on connection, from the caps of the
14205             buffer where the client gets positioned to
14206           - further streamheader changes are done every time the client
14207             will receive a buffer with different caps
14208         * tests/check/elements/multifdsink.c: (GST_START_TEST),
14209         (gst_multifdsink_create_streamheader):
14210           add tests for this
14211
14212 2006-06-02  Michael Smith  <msmith@fluendo.com>
14213
14214         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14215           Reinstate limit on channel count. Vorbis does not define the meaning
14216           of > 6 channels, so they're just independent channels. Gstreamer
14217           currently has no mechanism to represent N independent channels.
14218
14219 2006-06-02  Michael Smith  <msmith@fluendo.com>
14220
14221         * ext/vorbis/vorbisdec.c: (vorbis_handle_identification_packet):
14222           Don't arbitrarily restrict channel counts and rate in vorbis.
14223           In terms of effects likely on real-world files, this fixes 96kHz
14224           playback of vorbis.
14225
14226 2006-06-02  Michael Smith  <msmith@fluendo.com>
14227
14228         * gst/audioconvert/audioconvert.c: (float):
14229           More correct float->int conversion.
14230
14231 2006-06-02  Michael Smith  <msmith@fluendo.com>
14232
14233         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_perform_seek):
14234           Don't accidently send GST_CLOCK_TIME_NONE as a new segment start
14235           value. Fixes g-critical on trying to play back ogg containing
14236           unknown codec.
14237
14238 2006-06-02  Wim Taymans  <wim@fluendo.com>
14239
14240         * gst/playback/gstplaybasebin.c: (group_create), (group_commit),
14241         (setup_source):
14242         * gst/playback/gstplaybasebin.h:
14243         Make the subtitle detection work from any thread so we don't
14244         deadlock. Fixes #343397.
14245
14246 2006-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
14247
14248         * gst/volume/Makefile.am:
14249           Seriously, it's not *that* hard to get compilation right.  Even
14250           a drunk can do it ! Add LIBOIL CFLAGS and LIBS
14251
14252 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14253
14254         * gst/volume/gstvolume.c: (volume_choose_func),
14255         (volume_update_real_volume), (gst_volume_class_init),
14256         (gst_volume_init), (volume_process_float), (volume_process_int16),
14257         (volume_process_int16_clamp), (volume_set_caps),
14258         (volume_transform_ip), (plugin_init):
14259         * gst/volume/gstvolume.h:
14260         rewrite the passthrough check, split _int16 and _int16_clamp, fix
14261         another property desc., remove unused param from process function
14262         
14263         * tests/check/elements/volume.c: (volume_suite):
14264         reactivate the passthrough test
14265
14266 2006-06-01  Stefan Kost  <ensonic@users.sf.net>
14267
14268         * ext/alsa/gstalsamixerelement.h:
14269         * ext/alsa/gstalsamixeroptions.h:
14270         * ext/alsa/gstalsamixertrack.h:
14271         * ext/gnomevfs/gstgnomevfssink.h:
14272         * ext/gnomevfs/gstgnomevfssrc.h:
14273         * ext/theora/gsttheoradec.h:
14274         * ext/theora/gsttheoraenc.h:
14275         * ext/theora/gsttheoraparse.h:
14276         * ext/vorbis/vorbisparse.h:
14277         * gst-libs/gst/audio/gstaudioclock.h:
14278         * gst-libs/gst/audio/gstaudiofilter.h:
14279         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:
14280         * gst/audioconvert/gstaudioconvert.h:
14281         * gst/audioresample/gstaudioresample.h:
14282         * gst/audiotestsrc/gstaudiotestsrc.h:
14283         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
14284         * gst/playback/gststreamselector.h:
14285         * gst/tcp/gstmultifdsink.h:
14286         * gst/tcp/gsttcpclientsink.h:
14287         * gst/tcp/gsttcpclientsrc.h:
14288         * gst/tcp/gsttcpserversink.h:
14289         * gst/tcp/gsttcpserversrc.h:
14290         * gst/videorate/gstvideorate.h:
14291         * gst/videoscale/gstvideoscale.h:
14292         * gst/videotestsrc/gstvideotestsrc.h:
14293         * gst/volume/gstvolume.h:
14294         * sys/v4l/gstv4ljpegsrc.h:
14295         * sys/v4l/gstv4lmjpegsink.h:
14296         * sys/v4l/gstv4lmjpegsrc.h:
14297         * sys/v4l/gstv4lsrc.h:
14298         * sys/ximage/ximagesink.h:
14299         * sys/xvimage/xvimagesink.h:
14300         * tests/old/testsuite/alsa/sinesrc.h:
14301         Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClass
14302
14303 2006-05-31  Wim Taymans  <wim@fluendo.com>
14304
14305         * ext/libvisual/visual.c: (gst_visual_reset),
14306         (gst_visual_sink_setcaps), (gst_visual_sink_event),
14307         (gst_visual_src_event), (get_buffer), (gst_visual_chain):
14308         Handle DISCONT.
14309         Use running time before doing QoS.
14310         Handle mono too.
14311
14312 2006-05-31  Thomas Vander Stichele  <thomas at apestaart dot org>
14313
14314         * docs/libs/Makefile.am:
14315           set a magic variable to indicate we know the docs are incomplete
14316
14317 2006-05-30  Sebastien Moutte  <sebastien@moutte.net>
14318
14319         * win32/common/libgstvideo.def:
14320           export gst_video_calculate_display_ratio
14321         * win32/vs6/libgstvideoscale.dsp:
14322           add link to libgstvideo-0.10.lib
14323
14324 2006-05-30  Tim-Philipp Müller  <tim at centricular dot net>
14325
14326         * gst/playback/gstplaybasebin.c: (gen_source_element):
14327           Throw a more comprehensible error for rtsp:// URIs (rather
14328           than erroring out with a negotiation error later on) until
14329           we fix playbin to handle rtspsrc etc.
14330
14331 2006-05-30  Wim Taymans  <wim@fluendo.com>
14332
14333         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event),
14334         (gst_text_overlay_text_event):
14335         Added some FIXMEs.
14336
14337 2006-05-30  Wim Taymans  <wim@fluendo.com>
14338
14339         * gst/adder/gstadder.c: (gst_adder_class_init), (gst_adder_init),
14340         (gst_adder_request_new_pad), (gst_adder_release_pad):
14341         * gst/adder/gstadder.h:
14342         Implement release_request_pad.
14343         Make padcounter atomic.
14344
14345         * tests/check/elements/adder.c: (GST_START_TEST), (adder_suite):
14346         Added check for release_pad in adder.
14347
14348 2006-05-30  Wim Taymans  <wim@fluendo.com>
14349
14350         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream):
14351         Fix build again.
14352
14353 2006-05-30  Thomas Vander Stichele  <thomas at apestaart dot org>
14354
14355         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
14356         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
14357         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
14358         (gst_ogg_pad_submit_page), (gst_ogg_chain_new_stream),
14359         (gst_ogg_demux_seek), (gst_ogg_demux_get_data),
14360         (gst_ogg_demux_get_next_page), (gst_ogg_demux_do_seek),
14361         (gst_ogg_demux_bisect_forward_serialno),
14362         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_chains),
14363         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
14364           add more debugging
14365           clean up printf formats for granulepos and serialno
14366
14367 2006-05-30  Michael Smith  <msmith@fluendo.com>
14368
14369         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
14370         (gst_vorbis_enc_class_init), (gst_vorbis_enc_dispose),
14371         (gst_vorbis_enc_generate_sink_caps), (gst_vorbis_enc_sink_getcaps),
14372         (gst_vorbis_enc_init), (gst_vorbis_enc_buffer_from_header_packet),
14373         (gst_vorbis_enc_chain), (gst_vorbis_enc_change_state):
14374         * ext/vorbis/vorbisenc.h:
14375           Multi-channel caps negotiation, so we can do proper multichannel
14376           vorbis encoding, negotiated through audioconvert.
14377
14378 2006-05-30  Wim Taymans  <wim@fluendo.com>
14379
14380         * tests/check/elements/adder.c: (test_event_message_received),
14381         (test_play_twice_message_received), (GST_START_TEST),
14382         (adder_suite):
14383         Added check to show that #339935 is fixed with ongoing
14384         adder and collectpads fixes.
14385
14386 2006-05-29  Wim Taymans  <wim@fluendo.com>
14387
14388         * gst/adder/gstadder.c: (gst_adder_request_new_pad):
14389         Don't leak pad name.
14390
14391 2006-05-29  Wim Taymans  <wim@fluendo.com>
14392
14393         * gst/adder/gstadder.c: (gst_adder_query_duration),
14394         (forward_event_func), (forward_event), (gst_adder_src_event):
14395         Fix adder seeking.
14396         Make query/seeking code threadsafe.
14397
14398         * tests/check/Makefile.am:
14399         * tests/check/elements/adder.c: (test_event_message_received),
14400         (GST_START_TEST), (test_play_twice_message_received):
14401         Fix adder test case.
14402
14403 2006-05-29  Tim-Philipp Müller  <tim at centricular dot net>
14404
14405         Patch by: Young-Ho Cha  <ganadist at chollian net>
14406
14407         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14408         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
14409         (set_encoding_element), (decodebin_element_added_cb),
14410         (decodebin_element_removed_cb), (setup_subtitle), (setup_source),
14411         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
14412         * gst/playback/gstplaybasebin.h:
14413           Add 'subtitle-encoding' property to playbin, so applications can
14414           force a subtitle encoding for non-UTF8 subtitles (#342268).
14415
14416         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init),
14417         (gst_sub_parse_set_property):
14418           Rename recently-added 'encoding' property to 'subtitle-encoding'
14419           (so it can be proxied by playbin/decodebin in a generic way
14420           with less danger of false positives).
14421
14422 2006-05-29  Michael Smith  <msmith@fluendo.com>
14423
14424         * gst/audioconvert/gstaudioconvert.c: (make_lossless_changes),
14425         (append_with_other_format), (set_structure_widths),
14426         (gst_audio_convert_transform_caps):
14427           Patch from #341562: give more specific audio caps in get_caps, so
14428           that basetransform  can make better decisions on what caps to
14429           negotiate.
14430
14431 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14432
14433         * tests/check/elements/volume.c:
14434         make it compile again
14435
14436 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14437
14438         * tests/check/elements/volume.c: (volume_suite):
14439         disable test until #343196 gets resolved
14440
14441 2006-05-28  Stefan Kost  <ensonic@users.sf.net>
14442
14443         * gst/adder/gstadder.c: (gst_adder_get_type):
14444         Make it easier to copy&paste
14445         
14446         * gst/volume/Makefile.am:
14447         * gst/volume/gstvolume.c: (volume_update_real_volume),
14448         (gst_volume_set_volume), (gst_volume_set_mute),
14449         (gst_volume_class_init), (volume_process_int16), (volume_set_caps),
14450         (volume_transform_ip), (volume_update_mute),
14451         (volume_update_volume):
14452         * gst/volume/gstvolume.h:
14453         Add own debug category, move duplicate code to helper function, fix
14454         property texts, add more comments and prepare ffor liboil-goodness
14455         
14456         * tests/check/Makefile.am:
14457         * tests/check/elements/volume.c: (GST_START_TEST), (volume_suite):
14458         add test for mute and passtrough case, be a bit more verbose to track
14459         failure
14460         
14461         * tests/check/generic/states.c: (GST_START_TEST):
14462         catch elements that fail to instantiate
14463
14464 2006-05-28  Edward Hervey  <edward@fluendo.com>
14465
14466         * tests/check/pipelines/simple-launch-lines.c:
14467         * tests/check/pipelines/theoraenc.c:
14468         * tests/check/pipelines/vorbisenc.c:
14469         Comment out tests using parse_launch() if core was built without
14470         parsing capabilities.
14471
14472 2006-05-27  Edward Hervey  <edward@fluendo.com>
14473
14474         * tests/check/Makefile.am:
14475         Extra bonus points for whoever explains to ensonic that you are meant
14476         to test unit tests thoroughly before commiting them, especially if
14477         you know it's going to break.
14478         De-activated element/adder tests.
14479
14480 2006-05-27  Edward Hervey  <edward@fluendo.com>
14481
14482         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
14483         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps):
14484         Marking caps conversion issues as GST_WARNING is way too verbose,
14485         Moving them to GST_LOG.
14486
14487 2006-05-27  Tim-Philipp Müller  <tim at centricular dot net>
14488
14489         * README:
14490           Replace current README (containing the release notes from
14491           some 0.9.x version) with a proper README taken from the core.
14492
14493 2006-05-26  Wim Taymans  <wim@fluendo.com>
14494
14495         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
14496         (vorbis_dec_src_event), (vorbis_dec_sink_event), (vorbis_do_clip),
14497         (vorbis_dec_push), (vorbis_handle_data_packet), (vorbis_dec_chain),
14498         (vorbis_dec_change_state):
14499         Small cleanups.
14500         Add some FIXMEs
14501         Clip output samples to segment boundaries.
14502
14503 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14504
14505         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
14506         (gst_ximagesink_xcontext_get), (gst_ximagesink_show_frame):
14507         Improve the errors produced on bad output, including some human
14508         readable description strings.
14509         Handle the (theoretical for ximagesink) case where the XServer 
14510         has a different idea about the size required for a particular 
14511         frame and gives us too small a memory allocation.
14512
14513 2006-05-26  Jan Schmidt  <thaytan@mad.scientist.com>
14514
14515         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
14516         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
14517         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
14518         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
14519         Improve the errors produced on bad output, including some human 
14520         readable description strings.
14521         Handle RGB Xv formats properly by transforming them into our 
14522         big-endian caps description.
14523         Use gst_caps_truncate to ensure that we never try and choose a
14524         non-fixed caps in buffer_alloc.
14525         Handle the case where the XServer has a different idea about the size
14526         required for a particular frame and gives us too small a memory
14527         allocation.
14528         Use -1 to indicate 'no image format', because 0 is a valid XServer
14529         image format number.
14530         Put RGB Xv formats at the end of the caps, so that we always prefer
14531         YUV format frames.
14532         Iterate the available Xv Encodings to determine the maximum width and
14533         height, and then return that in our caps.
14534         (Closes #315312, #337544)
14535
14536 2006-05-25  Jan Schmidt  <thaytan@mad.scientist.com>
14537
14538         * gst/playback/gstdecodebin.c: (remove_fakesink), (pad_probe):
14539         When there is only one unfinished pad and it receives an event that
14540         doesn't match our requirements, we need to set alldone=FALSE so that
14541         the fakesink is not removed yet.
14542
14543 2006-05-25  Tim-Philipp Müller  <tim at centricular dot net>
14544
14545         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
14546           Use gst_type_find_helper_for_buffer() to find the type
14547           of stream from the first packet.
14548
14549         * configure.ac:
14550           Bump requirements to core CVS (needed for vorbis
14551           typefinding to work).
14552
14553 2006-05-24  Edward Hervey  <edward@fluendo.com>
14554
14555         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): 
14556         Added the 'prfl' atom type which MQV (no, it's not a typo) files
14557         contain.  Else they play perfectly fine with qtdemux.
14558
14559 2006-05-23  Stefan Kost  <ensonic@users.sf.net>
14560
14561         * ext/theora/theoradec.c:
14562         * ext/theora/theoraenc.c:
14563         * ext/theora/theoraparse.c: (gst_theora_parse_class_init):
14564         * gst/audiorate/gstaudiorate.c:
14565           make more debug catagories static
14566         
14567         * tests/check/Makefile.am:
14568         * tests/check/elements/adder.c: (message_received),
14569         (test_event_message_received), (GST_START_TEST),
14570         (test_play_twice_message_received), (adder_suite):
14571           added test case for using element twice, extra bonus points for anyone
14572           who can make these test run reliably
14573
14574 2006-05-23  Tim-Philipp Müller  <tim at centricular dot net>
14575
14576         * ext/theora/theoradec.c: (theora_dec_chain):
14577           Make work with time-stamped input buffers that do not
14578           have a granulepos in BUFFER_OFFSET_END (like theora
14579           buffers coming from matroskademux). Fixes #342448.
14580
14581 2006-05-22  Tim-Philipp Müller  <tim at centricular dot net>
14582
14583         Patch by: Peter Kjellerstedt  <pkj at axis com>
14584
14585         * gst/tcp/Makefile.am:
14586           fdstresstest doesn't need Gtk+, fix compilation if 
14587           gtk is not available (#342566).
14588
14589 2006-05-19 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14590          
14591         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14592           80 line columns
14593           Removed redundant floor()
14594
14595 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14596
14597         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14598           On second thought, just skip JUNK chunks automatically, so
14599           the caller doesn't have to handle this. Fixes #342345.
14600           Also, return GST_FLOW_UNEXPECTED if we get a short read,
14601           not GST_FLOW_ERROR.
14602
14603 2006-05-19  Tim-Philipp Müller  <tim at centricular dot net>
14604
14605         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk):
14606           Don't bail out on JUNK chunks with a size of 0 (would try to
14607           pull_range 0 bytes before, which sources don't like too much).
14608           See #342345.
14609
14610 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14611
14612         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14613         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14614         Use the gstutil scaling function to preserve 64 bits while calculating
14615         output width and height from the display-aspect-ratio. (A continuation
14616         of #341542)
14617
14618 2006-05-19  Jan Schmidt  <thaytan@mad.scientist.com>
14619
14620         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
14621         (gst_xvimagesink_buffer_alloc):
14622         * sys/xvimage/xvimagesink.h:
14623         When performing buffer allocations, remember the caps and image format
14624         we return so that if the same caps are asked for next time we can
14625         return them immediately without doing any caps intersections.
14626
14627 2006-05-18 Philippe Kalaf <philippe.kalaf@collabora.co.uk>       
14628          
14629         * gst-libs/gst/rtp/README:
14630           Some new documentation
14631         * gst-libs/gst/rtp/gstrtpbuffer.h:       
14632           Added GST_RTP_PAYLOAD_DYNAMIC_STRING for use by children       
14633         * gst-libs/gst/rtp/gstbasertpaudiopayload.c:     
14634         * gst-libs/gst/rtp/gstbasertpaudiopayload.h:     
14635           New RTP audio base payloader class. Supports frame or sample based
14636           codecs.  Not enabled in Makefile.am until approved.
14637
14638 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14639
14640         * tests/check/elements/alsa.c: (test_device_property_probe):
14641           Fix test case: don't try to free NULL GValueArray when there
14642           are no devices.
14643
14644 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14645
14646         * tests/check/Makefile.am:
14647         * tests/check/elements/alsa.c: (test_device_property_probe),
14648         (alsa_suite), (main):
14649           Add simple test that runs a device property probe on alsasrc,
14650           alsasink and alsamixer. Disable valgrind check for now (too
14651           many leaks in libasound, and valgrind ignored my suppressions
14652           additions).
14653
14654 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14655
14656         * ext/alsa/gstalsadeviceprobe.c: (gst_alsa_get_device_list),
14657         (gst_alsa_device_property_probe_probe_property),
14658         (gst_alsa_device_property_probe_needs_probe),
14659         (gst_alsa_device_property_probe_get_values),
14660         (gst_alsa_type_add_device_property_probe_interface):
14661         * ext/alsa/gstalsadeviceprobe.h:
14662         * ext/alsa/gstalsamixerelement.c:
14663         (gst_alsa_mixer_element_init_interfaces):
14664         * ext/alsa/gstalsamixerelement.h:
14665           Clean up and simplify alsa device probing. Make it actually work
14666           for multiple classes. Don't cache results any longer.
14667
14668         * ext/alsa/gstalsasink.c: (gst_alsasink_init_interfaces),
14669         (gst_alsasink_init):
14670         * ext/alsa/gstalsasrc.c: (gst_alsasrc_dispose),
14671         (gst_alsasrc_interface_supported), (gst_implements_interface_init),
14672         (gst_alsasrc_init_interfaces), (gst_alsasrc_set_property):
14673           Make alsasink and alsasrc implement the GstPropertyProbe interface
14674           for device probing (#342181).
14675           Patch by: Martin Szulecki  <gnomebugzilla at sukimashita com>
14676
14677 2006-05-18  Tim-Philipp Müller  <tim at centricular dot net>
14678
14679         * gst/subparse/samiparse.c: (handle_start_font):
14680           Don't ignore return value of strtol (++compiler_happiness).
14681
14682 2006-05-17  Tim-Philipp Müller  <tim at centricular dot net>
14683
14684         Patch by: Young-Ho Cha  <ganadist chollian net>
14685
14686         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14687         (gst_sub_parse_class_init), (gst_sub_parse_init),
14688         (gst_sub_parse_set_property), (gst_sub_parse_get_property),
14689         (convert_encoding):
14690         * gst/subparse/gstsubparse.h:
14691           Add 'encoding' property (#341681).
14692
14693         * gst/subparse/samiparse.c: (characters_sami):
14694           Output is pango markup, so we need to escape text
14695           between tags (#342143).
14696
14697 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14698
14699         * gst-libs/gst/audio/multichannel.c:
14700         (gst_audio_check_channel_positions):
14701           It's okay to have caps with channels=1 and a channel position
14702           different from GST_AUDIO_CHANNEL_POSITION_FRONT_MONO
14703           (deinterleavers might want to keep the position in the caps,
14704           so that they can be re-interleaved again properly later).
14705           Leave check for unexpected 2-channel layouts intact for now.
14706
14707 2006-05-16  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
14708
14709         * gst/tcp/gsttcp.c: (gst_tcp_socket_read):
14710         Return GST_FLOW_UNEXPECTED when we have an eos on the socket so
14711         basesrc can do its job correctly.
14712
14713 2006-05-16  Tim-Philipp Müller  <tim at centricular dot net>
14714
14715         * ext/alsa/Makefile.am:
14716         * ext/alsa/gstalsa.c: (gst_alsa_detect_rates),
14717         (gst_alsa_detect_formats), (get_channel_free_structure),
14718         (caps_add_channel_configuration), (gst_alsa_detect_channels),
14719         (gst_alsa_probe_supported_formats):
14720         * ext/alsa/gstalsa.h:
14721         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14722           Refactor and improve caps probing code: probe signedness
14723           when we probe the supported formats/widths; set endianness
14724           to the one we actually probed for (ie. cpu endianness).
14725           
14726         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (gst_alsasrc_getcaps),
14727         (gst_alsasrc_close):
14728         * ext/alsa/gstalsasrc.h:
14729           Implement caps probing for alsasrc.
14730
14731 2006-05-15  Wim Taymans  <wim@fluendo.com>
14732
14733         * ext/theora/theoradec.c: (gst_theora_dec_reset),
14734         (theora_dec_src_query), (theora_dec_src_event),
14735         (theora_dec_sink_event), (theora_handle_comment_packet),
14736         (theora_handle_data_packet), (theora_dec_change_state):
14737         Cleanups, add some G_LIKELY.
14738         Use segment helpers instead of our own wrong code.
14739         Clear queued buffers on seek and READY.
14740
14741         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_reset),
14742         (vorbis_dec_convert), (vorbis_dec_src_query),
14743         (vorbis_dec_src_event), (vorbis_dec_sink_event),
14744         (vorbis_handle_comment_packet), (vorbis_dec_push),
14745         (vorbis_handle_data_packet), (vorbis_dec_chain),
14746         (vorbis_dec_change_state):
14747         * ext/vorbis/vorbisdec.h:
14748         Remove old useless packetno variable.
14749         Do position query properly.
14750         Add some G_LIKELY.
14751         Do cleanup of queued buffers in new helper function
14752         and use it.
14753
14754 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14755
14756         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
14757           Query supported sample rates. Fixes #341732.
14758
14759 2006-05-15  Julien MOUTTE  <julien@moutte.net>
14760
14761         * gst/playback/gstdecodebin.c: (cleanup_decodebin),
14762         (gst_decode_bin_change_state): Make decodebin reusable
14763         when going from PAUSE_TO_READY and then back to PAUSED.
14764         Fixes #331678.
14765
14766 2006-05-15  Wim Taymans  <wim@fluendo.com>
14767
14768         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types),
14769         (vorbis_dec_convert), (vorbis_dec_src_query),
14770         (vorbis_dec_sink_query), (vorbis_dec_src_event),
14771         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
14772         (vorbis_dec_clean_queued), (vorbis_dec_push),
14773         (vorbis_handle_data_packet), (vorbis_dec_change_state):
14774         Cleanups. Use refcounting and DEBUG_OBJECT.
14775         Reset segment on flush, use code methods instead of our
14776         own wrong version.
14777         Fix potential memleak.
14778
14779 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14780
14781         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
14782         (gst_alsasink_init):
14783         * ext/alsa/gstalsasink.h:
14784           Don't leak allocated snd_output_t structure if there's
14785           more than one alsasink instance at a time (#341873).
14786           Also fix GObject macros in header file.
14787           
14788 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14789
14790         * gst/subparse/gstsubparse.c:
14791         (gst_sub_parse_data_format_autodetect):
14792           Don't use libxml functions in the typefinding code.
14793
14794 2006-05-15  Wim Taymans  <wim@fluendo.com>
14795
14796         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
14797         Fix seeking performance in the case where a non-header 
14798         packet has a 0 granulepos (busted theora case). 
14799         Fixes #341719
14800         (nvdr: thanks Wim for not mentioning who spotted and fixed it in
14801          the first place, you limelight stealer you)
14802
14803 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14804
14805         * gst/subparse/gstsubparse.c:
14806         (gst_sub_parse_data_format_autodetect):
14807           Improve SAMI typefinding: handle case where there are
14808           whitespaces or newlines in front of the first <SAMI>
14809           tag (#169936).
14810
14811 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14812
14813         * configure.ac:
14814           Build video4linux plugin even if there's no XVIDEO, just
14815           without implementing the GstXOverlay interface (#334002).
14816          
14817 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14818
14819         * configure.ac:
14820         * ext/libvisual/visual.c: (gst_visual_actor_plugin_is_gl),
14821         (plugin_init):
14822           Add tentative support for libvisual-0.4 (#336881).
14823
14824 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14825
14826         Patch by: Young-Ho Cha <ganadist at chollian net>
14827
14828         * gst/subparse/samiparse.c: (handle_start_font):
14829           Need to map "silver" colour explicitly (#169936).
14830
14831 2006-05-15  Tim-Philipp Müller  <tim at centricular dot net>
14832
14833         Patch by: Young-Ho Cha  <ganadist at chollian net>
14834
14835         * gst/subparse/Makefile.am:
14836         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
14837         (parser_state_dispose), (gst_sub_parse_data_format_autodetect),
14838         (gst_sub_parse_format_autodetect), (feed_textbuf),
14839         (gst_subparse_type_find), (plugin_init):
14840         * gst/subparse/gstsubparse.h:
14841         * gst/subparse/samiparse.c:
14842         * gst/subparse/samiparse.h:
14843           Add support for SAMI subtitles (#169936).
14844
14845 2006-05-14  Michael Smith  <msmith@fluendo.com>
14846
14847         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_fill_others):
14848           Fix #341696: crash when mixing L+R+C to mono or stereo.
14849         * tests/check/Makefile.am:
14850         * tests/check/elements/audioconvert.c: (set_channel_positions),
14851         (get_float_mc_caps), (get_int_mc_caps), (GST_START_TEST),
14852         (audioconvert_suite):
14853           Add test for the above, including some generic framework bits for
14854           testing multichannel things.
14855
14856 === release 0.10.7 ===
14857
14858 2006-05-14  Jan Schmidt <thaytan@mad.scientist.com>
14859
14860         * configure.ac:
14861           releasing 0.10.7, "Leave the gun"
14862
14863 2006-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
14864
14865         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14866         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14867         Fix the build.
14868
14869 2006-05-12  Jan Schmidt  <thaytan@mad.scientist.com>
14870
14871         * docs/libs/gst-plugins-base-libs-docs.sgml:
14872         * docs/libs/gst-plugins-base-libs-sections.txt:
14873         * gst-libs/gst/video/video.c: (gst_video_calculate_display_ratio):
14874         * gst-libs/gst/video/video.h:
14875         * gst/videoscale/Makefile.am:
14876         * gst/videoscale/gstvideoscale.c: (gst_video_scale_fixate_caps):
14877         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
14878         * tests/check/Makefile.am:
14879         * tests/check/libs/video.c: (GST_START_TEST), (video_suite),
14880         (main):
14881           Fix integer overflow problem with pixel-aspect-ratio calculations
14882           in videoscale and xvimagesink (#341542)
14883
14884 2006-05-12  Tim-Philipp Müller  <tim at centricular dot net>
14885
14886         * gst-libs/gst/tag/gstid3tag.c:
14887           Map GST_IMAGE_TAG to and from ID2v2 APIC frames (#341557).
14888
14889 2006-05-12  Sebastien Moutte  <sebastien@moutte.net>
14890
14891         * win32/MANIFEST:
14892           update win32 files listing
14893
14894 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14895
14896         patch by: Sjoerd Simons (sjoerd@luon.net)
14897
14898         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
14899         (group_create), (group_destroy), (add_stream),
14900         (gst_play_base_bin_get_property),
14901         (gst_play_base_bin_get_streaminfo_value_array):
14902         * gst/playback/gstplaybasebin.h:
14903           API: GstPlayBaseBin::stream-info-value-array property
14904           use a more bindings-friendly way of exposing streaminfo
14905           using a GValueArray.  Tested in ipython.
14906           Closes #341114
14907
14908 2006-05-11  Wim Taymans  <wim@fluendo.com>
14909
14910         * gst/playback/gstdecodebin.c: (try_to_link_1), (queue_enlarge),
14911         (queue_underrun_cb), (queue_filled_cb):
14912         Also catch queue underruns but don't do anything yet.
14913         Refactor and comment queue enlarging code a bit.
14914
14915         * gst/playback/gstplaybasebin.c: (queue_overrun),
14916         (queue_threshold_reached), (queue_out_of_data),
14917         (gen_preroll_element):
14918         If a queue over/underruns check that we don't create nasty
14919         deadlocks when the min-threshold is not reached but the
14920         max-bytes is. In those cases disable max-bytes when we
14921         know that the queue is fed timed data.
14922         Add more comments.
14923
14924 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
14925
14926         * gst/playback/gstplaybin.c: (gen_audio_element):
14927           Make playbin automatically plug an 'audioresample'
14928           element before the audio sink as well. This solves
14929           problems with sinks that only accept a very specific
14930           sample rate, like esdsink (e.g. #340379).
14931
14932 2006-05-11  Tim-Philipp Müller  <tim at centricular dot net>
14933
14934         * gst/playback/gstplaybasebin.c: (gen_source_element):
14935           Make http sources send special headers so that we receive
14936           icecast metadata if the http stream is an icecast stream
14937           (otherwise the server will just ignore them). This also
14938           means that from now on users will need the 'icydemux'
14939           element from gst-plugins-good installed if they want to
14940           listen to icecast radio streams. (#341432, #333657).
14941
14942 2006-05-11  Thomas Vander Stichele  <thomas at apestaart dot org>
14943
14944         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_remove_client_link),
14945         (gst_multi_fd_sink_new_client), (gst_multi_fd_sink_stop):
14946           remove stupid example from docs - it should come with a simple
14947           C program instead.
14948           Clean up/fix docs
14949         * tests/check/elements/multifdsink.c: (wait_bytes_served),
14950         (fail_if_can_read), (GST_START_TEST),
14951         (gst_multifdsink_create_streamheader), (multifdsink_suite):
14952           add a test for changing streamheader which exposes a bug in
14953           multifdsink
14954
14955 2006-05-11  Michael Smith  <msmith@fluendo.com>
14956
14957         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_init),
14958         (gst_gnome_vfs_src_received_headers_callback):
14959         * ext/gnomevfs/gstgnomevfssrc.h:
14960           Don't set icy-caps unless we have a sane interval value. Move
14961           interval to a local variable; we never use it outside this function.
14962
14963 2006-05-11  Wim Taymans  <wim@fluendo.com>
14964
14965         * sys/ximage/ximagesink.c: (gst_ximagesink_get_type):
14966         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_type):
14967         Register special buffer types along with the objects so
14968         that they are not registered at runtime from N different
14969         streaming threads since they are not threadsafe.
14970
14971 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14972
14973         * tests/check/elements/multifdsink.c: (wait_bytes_served),
14974         (GST_START_TEST), (fail_unless_read), (multifdsink_suite):
14975           add two more tests, one doing streamheader
14976
14977 2006-05-10  Thomas Vander Stichele  <thomas at apestaart dot org>
14978
14979         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_stop):
14980           clean up the bufqueue when shutting down
14981         * tests/check/Makefile.am:
14982         * tests/check/elements/multifdsink.c: (setup_multifdsink),
14983         (cleanup_multifdsink), (GST_START_TEST), (multifdsink_suite),
14984         (main):
14985           add a test for the leak that was just fixed
14986
14987 2006-05-10  Wim Taymans  <wim@fluendo.com>
14988
14989         * gst/adder/gstadder.c: (gst_adder_setcaps),
14990         (gst_adder_query_duration), (gst_adder_query), (forward_event),
14991         (gst_adder_src_event), (gst_adder_sink_event),
14992         (gst_adder_class_init), (gst_adder_finalize),
14993         (gst_adder_request_new_pad), (gst_adder_collected):
14994         * gst/adder/gstadder.h:
14995         Updated some docs. Added comments and FIXMEs all over the place.
14996         Improve debugging info.
14997         Fix leak on finalize by not calling the parent.
14998         Implement duration query.
14999         Make event forwarding threadsafe.
15000         Correctly send NEWSEGMENT at start and after flush.
15001         Handle EOS correctly.
15002         Post error when not negotiated.
15003
15004         * tests/check/elements/adder.c: (GST_START_TEST):
15005         Added FIXME in the test.
15006
15007 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15008
15009         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
15010         (gst_text_overlay_halign_get_type),
15011         (gst_text_overlay_wrap_mode_get_type):
15012         * ext/theora/theoradec.c: (theora_handle_type_packet),
15013         (theora_handle_data_packet):
15014         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
15015         (theora_enc_sink_setcaps), (theora_enc_chain):
15016         * gst-libs/gst/cdda/gstcddabasesrc.c:
15017         (gst_cdda_base_src_mode_get_type):
15018         * gst/audiotestsrc/gstaudiotestsrc.c:
15019         (gst_audiostestsrc_wave_get_type):
15020         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
15021         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
15022         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
15023         (gst_sync_method_get_type), (gst_unit_type_get_type),
15024         (gst_client_status_get_type):
15025         * gst/videoscale/gstvideoscale.c:
15026         (gst_video_scale_method_get_type):
15027         * gst/videotestsrc/gstvideotestsrc.c:
15028         (gst_video_test_src_pattern_get_type):
15029         * gst/videotestsrc/videotestsrc.c: (paint_setup_I420),
15030         (paint_setup_YV12), (paint_setup_YUY2), (paint_setup_UYVY),
15031         (paint_setup_YVYU), (paint_setup_IYU2), (paint_setup_Y41B),
15032         (paint_setup_Y42B), (paint_setup_Y800), (paint_setup_YVU9),
15033         (paint_setup_YUV9), (paint_setup_RGB888), (paint_setup_BGR888),
15034         (paint_setup_RGB565), (paint_setup_xRGB1555):
15035           Const-ify GEnumValue and GFlagsValue arrays. Use
15036           GST_ROUND_UP_* macros instead of home-made ones.
15037
15038 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15039
15040         * configure.ac:
15041           Require core CVS for the new newsegment stuff.
15042
15043 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15044
15045         Patch by: Sjoerd Simons  <sjoerd at luon net>
15046
15047         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type):
15048           Register nick for enum value (#341160).
15049
15050 2006-05-09  Stefan Kost  <ensonic@users.sf.net>
15051
15052         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find),
15053         (plugin_init):
15054          backout typefind patch #340375
15055          
15056         * tests/check/elements/adder.c: (message_received),
15057         (GST_START_TEST), (adder_suite):
15058           redo, signal-handling of test
15059
15060 2006-05-09  Wim Taymans  <wim@fluendo.com>
15061
15062         * gst/adder/gstadder.c: (gst_adder_request_new_pad),
15063         (gst_adder_collected):
15064         * gst/adder/gstadder.h:
15065         Remove bogus segment merging and forwarding, we don't
15066         care about timestamps anyway and we just produce a
15067         continuous stream. 
15068         Also create a nice NEWSEGMENT event when we start.
15069         Use _scale_int some more.
15070
15071 2006-05-09  Edward Hervey  <edward@fluendo.com>
15072
15073         * tests/icles/stress-xoverlay.c:
15074         Fix if core was built without parsing support.
15075
15076 2006-05-09  Tim-Philipp Müller  <tim at centricular dot net>
15077
15078         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15079           Add SEDG (Samsung MPEG-4) fourcc.
15080
15081 2006-05-09  Edward Hervey  <edward@fluendo.com>
15082
15083         * tests/icles/stress-xoverlay.c:
15084         * tests/examples/volume/volume.c:
15085         Fix if core was built without parsing support.
15086
15087         * tests/examples/seek/seek.c:
15088         Disable the parse_launch example if core was built without parsing
15089         support.
15090
15091 2006-05-08  Edward Hervey  <edward@fluendo.com>
15092
15093         * autogen.sh: (CONFIGURE_DEF_OPT): 
15094         libtoolize on Darwin/MacOSX is called glibtoolize
15095
15096 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15097
15098         * tests/check/Makefile.am:
15099         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST):
15100           Disable the adder test, until the build-slaves posses the kindness to 
15101           either like it or to give valid reason for not doing so 
15102
15103 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15104
15105         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15106         (adder_suite):
15107           Shuffle NULL state change around and raise timeout more
15108
15109 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15110
15111         * gst/typefind/gsttypefindfunctions.c: (mp4_find_box),
15112         (mp4_type_find), (plugin_init):
15113           Add typefind to distinguish between "audio/x-m4a" and new type
15114           "video/mp4". Fixes #340375
15115
15116         * tests/check/elements/adder.c: (adder_suite):
15117           Raise timeout to make buildbot happy
15118
15119 2006-05-07  Stefan Kost  <ensonic@users.sf.net>
15120
15121         * gst/adder/gstadder.c: (gst_adder_sink_event),
15122         (gst_adder_request_new_pad), (gst_adder_change_state):
15123         * gst/adder/gstadder.h:
15124         * tests/check/Makefile.am:
15125         * tests/check/elements/adder.c: (event_loop), (GST_START_TEST),
15126         (adder_suite), (main):
15127           Add sink-event handling to adder. It tries to merge incomming
15128           newsegment-events. Added test to check if segment_done is comming
15129           through. Fixes #340060
15130
15131 2006-05-05  Andy Wingo  <wingo@pobox.com>
15132
15133         * ext/theora/theoraparse.c (gst_theora_parse_init)
15134         (theora_parse_src_convert, theora_parse_src_query):
15135         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init)
15136         (vorbis_parse_convert, vorbis_parse_src_query): Add convert and
15137         query functions on the source pads of the theora and vorbis parse
15138         elements. Fixes position querying when doing a remux.
15139
15140 2006-05-05  Michael Smith  <msmith@fluendo.com>
15141
15142         * ext/theora/theoraparse.c: (parse_granulepos),
15143         (theora_parse_drain_queue_prematurely),
15144         (theora_parse_queue_buffer), (theora_parse_sink_event):
15145           Fix flushing.
15146           Fix invalid granulepos outputs when starting with a non-keyframe.
15147
15148 2006-05-05  Jan Schmidt  <thaytan@mad.scientist.com>
15149
15150         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find),
15151         (mpeg1_sys_type_find), (ogganx_type_find), (sw_data_destroy):
15152         Rearrange MPEG system stream detection, fixing some memleaks in the
15153         process.
15154         Constify the data for STARTS_WITH and RIFF helper handlers. Make sure
15155         they clean up their data correctly.
15156         Remove unused ogganx caps and move the 'is_annodex' check to inside
15157         the 'is_ogg' if statement.
15158
15159 2006-05-05  Wim Taymans  <wim@fluendo.com>
15160
15161         * gst/playback/gstdecodebin.c: (cleanup_decodebin):
15162         Properly remove ghostpads. Fixes #340392
15163
15164 2006-05-04  David Schleef  <ds@schleef.org>
15165
15166         * gst/typefind/gsttypefindfunctions.c:
15167
15168 2006-05-03  Jan Schmidt  <thaytan@mad.scientist.com>
15169
15170         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
15171         (mpeg_ts_probe_headers), (mpeg_ts_type_find):
15172
15173         When typefinding an MP3 in push-based mode, don't penalise the
15174         probability down to 74% when we found 5 valid frames just because we
15175         can't peek the end of the file.
15176
15177         Make the probability for detecting MPEG Transport Streams based on the
15178         number of sequential headers we successfully detected.
15179
15180 2006-05-03  Wim Taymans  <wim@fluendo.com>
15181
15182         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
15183         (vorbis_dec_push), (vorbis_dec_chain):
15184         Still produce an error when we receive an empty packet.
15185
15186 2006-05-03  Wim Taymans  <wim@fluendo.com>
15187
15188         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
15189         (gst_ogg_chain_mark_discont), (gst_ogg_chain_new_stream),
15190         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek):
15191         Mark buffers with DISCONT after seek and after activating new
15192         chains.
15193
15194         * ext/theora/gsttheoradec.h:
15195         * ext/theora/theoradec.c: (gst_theora_dec_reset),
15196         (theora_get_query_types), (theora_dec_sink_event),
15197         (theora_dec_push), (theora_handle_data_packet), (theora_dec_chain),
15198         (theora_dec_change_state):
15199         Fix frame counter.
15200         Detect and mark DISCONT buffers.
15201
15202         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
15203         (vorbis_dec_sink_event), (vorbis_dec_push), (vorbis_dec_chain),
15204         (vorbis_dec_change_state):
15205         * ext/vorbis/vorbisdec.h:
15206         Use GstSegment.
15207         Detect and mark DISCONT buffers.
15208         Don't crash on 0 sized buffers.
15209
15210 2006-05-03  Wim Taymans  <wim@fluendo.com>
15211
15212         * gst/volume/gstvolume.c: (volume_funcfind), (volume_set_caps),
15213         (volume_transform_ip):
15214         Increase "volume" property to 10.0. Fixes #340369.
15215         Set the process function to NULL when capsnego fails so that
15216         we properly error out.
15217
15218 2006-05-02  Stefan Kost  <ensonic@users.sf.net>
15219
15220         * gst/playback/gstplaybin.c: (add_sink):
15221         * gst/playback/test.c: (main):
15222         * gst/playback/test5.c: (dump_element_stats):
15223         * gst/playback/test6.c: (main):
15224           free caps using gst_caps_unref, don't leak caps-strings
15225
15226 2006-05-01  Tim-Philipp Müller  <tim at centricular dot net>
15227
15228         * gst/typefind/gsttypefindfunctions.c: (musepack_type_find),
15229         (plugin_init):
15230           Refine musepack typefinding a bit. Return MAXIMUM
15231           probability when we detect stream version 7 to make
15232           sure the mpeg audio typefinder doesn't trump us.
15233
15234 2006-04-29  Tim-Philipp Müller  <tim at centricular dot net>
15235
15236         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
15237           Protect against unexpected NULL strf_data buffer.
15238
15239 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15240
15241         * tests/check/elements/audioconvert.c: (verify_convert),
15242         (GST_START_TEST):
15243           interpret the out[] buffer in the order the bytes are actually
15244           put in, which is LITTLE_ENDIAN, not BYTE_ORDER.
15245           Other tests should use BYTE_ORDER since the array is filled in
15246           with actual values
15247
15248 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15249
15250         * tests/check/elements/audioconvert.c: (verify_convert),
15251         (GST_START_TEST):
15252           when a test fails, give an indication of which it is
15253
15254 2006-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
15255
15256         * gst-libs/gst/cdda/gstcddabasesrc.c:
15257           compile fix; strtol() needs <stdlib.h>
15258
15259 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15260
15261         * ext/alsa/gstalsamixerelement.c:
15262         * ext/alsa/gstalsasrc.c:
15263         * ext/cdparanoia/gstcdparanoiasrc.c:
15264         * ext/gnomevfs/gstgnomevfssink.c:
15265         * ext/gnomevfs/gstgnomevfssrc.c:
15266         * ext/ogg/gstoggdemux.c:
15267         * ext/ogg/gstoggmux.c:
15268         * ext/ogg/gstoggparse.c:
15269         * ext/ogg/gstogmparse.c:
15270         * ext/pango/gstclockoverlay.c:
15271         * ext/pango/gsttextoverlay.c:
15272         * ext/pango/gsttextrender.c:
15273         * ext/pango/gsttimeoverlay.c:
15274         * ext/theora/theoradec.c:
15275         * ext/theora/theoraenc.c:
15276         * ext/vorbis/vorbisdec.c:
15277         * ext/vorbis/vorbisenc.c:
15278         * gst-libs/gst/audio/gstaudiofilter.c:
15279         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15280         * gst/audioconvert/gstaudioconvert.c:
15281         * gst/audiorate/gstaudiorate.c:
15282         * gst/audioresample/gstaudioresample.c:
15283         * gst/audiotestsrc/gstaudiotestsrc.c:
15284         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15285         * gst/playback/gstdecodebin.c:
15286         * gst/playback/gstplaybin.c:
15287         * gst/playback/gststreamselector.c:
15288         * gst/subparse/gstsubparse.c:
15289         * gst/tcp/gstmultifdsink.c:
15290         * gst/tcp/gsttcpclientsink.c:
15291         * gst/tcp/gsttcpclientsrc.c:
15292         * gst/tcp/gsttcpserversink.c:
15293         * gst/tcp/gsttcpserversrc.c:
15294         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
15295         * gst/videorate/gstvideorate.c:
15296         * gst/videoscale/gstvideoscale.c:
15297         * gst/videotestsrc/gstvideotestsrc.c:
15298         * gst/volume/gstvolume.c:
15299         * sys/v4l/gstv4ljpegsrc.c:
15300         * sys/v4l/gstv4lmjpegsink.c:
15301         * sys/v4l/gstv4lmjpegsrc.c:
15302         * sys/v4l/gstv4lsrc.c:
15303         * sys/ximage/ximagesink.c:
15304         * sys/xvimage/xvimagesink.c:
15305         * tests/check/libs/cddabasesrc.c:
15306           make GstElementDetails const
15307
15308 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15309
15310         * gst/adder/gstadder.c: (gst_adder_setcaps), (gst_adder_src_event),
15311         (gst_adder_init):
15312           send events from src-pad to all sink-pads fixes #338657
15313
15314 2006-04-28  Stefan Kost  <ensonic@users.sf.net>
15315
15316         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps),
15317         (alsasink_parse_spec):
15318           query width capabilities from alsa, fixes #338919
15319
15320 2006-04-28  Wim Taymans  <wim@fluendo.com>
15321
15322         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init),
15323         (gst_multi_fd_sink_remove_client_link):
15324         * gst/tcp/gstmultifdsink.h:
15325         Fix race condition in multifdsink that can lead to spurious 
15326         duplicate clients. this patch adds a new signal that is fired when
15327         multifdsink has removed all references to the fd.
15328         Fixes #339574.
15329         Updated documentation.
15330         API: client-fd-removed signal added
15331
15332 2006-04-28  Michael Smith  <msmith@fluendo.com>
15333
15334         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_get_stats):
15335           When asking g_value_array_new to prealloc elements, we may as well
15336           ask for the right number of elements.
15337
15338 2006-04-28  Wim Taymans  <wim@fluendo.com>
15339
15340         * gst-libs/gst/audio/gstbaseaudiosink.c:
15341         (gst_base_audio_sink_drain), (gst_base_audio_sink_event),
15342         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
15343         patch to make timestamp checking more tollerant to rounding 
15344         errors given that real discontinuities are to be marked on
15345         buffers. Fixes some asf files and #338778.
15346         Also avoid some crashers when we receive an event in the 
15347         NULL state.
15348
15349 2006-04-28  Michael Smith  <msmith@fluendo.com>
15350
15351         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
15352         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
15353         (gst_gnome_vfs_src_get_property),
15354         (gst_gnome_vfs_src_send_additional_headers_callback),
15355         (gst_gnome_vfs_src_received_headers_callback),
15356         (gst_gnome_vfs_src_create), (gst_gnome_vfs_src_start),
15357         (gst_gnome_vfs_src_stop):
15358         * ext/gnomevfs/gstgnomevfssrc.h:
15359           Remove ICY handling (mostly) from gnomevfssrc, in favour of
15360           proper shared support within icydemux.
15361
15362 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15363
15364         * gst/videorate/gstvideorate.c: (gst_video_rate_reset),
15365         (gst_video_rate_swap_prev), (gst_video_rate_chain):
15366           fix up docs
15367           fix a leak when no caps negotiated
15368           fix counting of input frames
15369         * tests/check/elements/.cvsignore:
15370         * tests/check/elements/videorate.c: (assert_videorate_stats),
15371         (GST_START_TEST), (videorate_suite):
15372           add tests for these
15373
15374 2006-04-28  Wim Taymans  <wim@fluendo.com>
15375
15376         * gst-libs/gst/audio/gstringbuffer.c:
15377         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
15378         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
15379         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
15380         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
15381         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
15382         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
15383         (gst_ring_buffer_commit), (gst_ring_buffer_read),
15384         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
15385         (gst_ring_buffer_clear), (gst_ring_buffer_may_start):
15386         Check arguments passed to public functions instead of
15387         crashing.
15388
15389 2006-04-28  Wim Taymans  <wim@fluendo.com>
15390
15391         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
15392         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
15393         GstBaseAudioSrc must be live or it does not work.
15394
15395         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audio_src_init):
15396         Don't set live to TRUE as this is the default in the parentclass.
15397
15398 2006-04-28  Wim Taymans  <wim@fluendo.com>
15399
15400         * gst/videoscale/gstvideoscale.c: (gst_video_scale_transform_caps),
15401         (gst_video_scale_fixate_caps), (gst_video_scale_src_event):
15402         Videoscale doesn't pass on pixel-aspect ratio. Handle all
15403         fixation cases better. Fixes #338991
15404
15405 2006-04-28  Wim Taymans  <wim@fluendo.com>
15406
15407         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
15408         Handle 0/1 framerate correctly Fixes #331901.
15409
15410 2006-04-28  Wim Taymans  <wim@fluendo.com>
15411
15412         * tests/check/elements/audioconvert.c: (get_float_caps),
15413         (GST_START_TEST), (audioconvert_suite):
15414         Added check for correct clipping when doing float samples
15415         in audioconvert.
15416
15417 2006-04-28  Wim Taymans  <wim@fluendo.com>
15418
15419         * gst/videorate/gstvideorate.c: (gst_video_rate_event),
15420         (gst_video_rate_chain):
15421         Print more debugging info.
15422
15423 2006-04-28  Wim Taymans  <wim@fluendo.com>
15424
15425         * gst/audioresample/gstaudioresample.c: (gst_audioresample_init),
15426         (resample_set_state_from_caps):
15427         Add support for other formats audioresample can handle such as
15428         32 bits in and float and 64 bits float. Fixes #301759
15429
15430 2006-04-28  Wim Taymans  <wim@fluendo.com>
15431
15432         * gst/audioconvert/audioconvert.c: (float):
15433         correctly clip float samples > 1.0. Fixes #338718
15434
15435 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15436
15437         Patch by: Young-Ho Cha  <ganadist at chollian net>
15438
15439         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
15440         (gst_text_overlay_render_text):
15441           Don't strip newlines from the text. Also, center lines
15442           within multi-line paragraphs (#339405).
15443
15444 2006-04-28  Tim-Philipp Müller  <tim at centricular dot net>
15445
15446         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find):
15447           Fix wavpack typefinding to work in more cases (don't peek
15448           for chunks of multiple hundred kBs at once, but process
15449           things step-by-step in smaller units). Fixes #339786.
15450
15451 2006-04-28  Thomas Vander Stichele  <thomas at apestaart dot org>
15452
15453         * configure.ac:
15454           back to HEAD
15455
15456 === release 0.10.6 ===
15457
15458 2006-04-28  Thomas Vander Stichele <thomas at apestaart dot org>
15459
15460         * configure.ac:
15461           releasing 0.10.6, "Chao"
15462
15463 2006-04-26  David Schleef  <ds@schleef.org>
15464
15465         * gst/videoscale/gstvideoscale.c: Add call to oil_init().
15466           Fixes #338897.
15467
15468 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15469
15470         * configure.ac:
15471         * win32/common/config.h:
15472           new prerelease
15473
15474 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15475
15476         patch by: Wim Taymans
15477
15478         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
15479         (gst_ogg_demux_perform_seek):
15480           make sure correct newsegments are sent, so that the decoder
15481           and the demuxer agree on timestamps.  Fixes playback of a lot
15482           of Ogg files that do not start from 0.  Fixes #339833.
15483
15484 2006-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
15485
15486         Patch by: Edward Hervey  <edward@fluendo.com>
15487
15488         * gst/videorate/gstvideorate.c: (gst_video_rate_chain):
15489         * tests/check/Makefile.am:
15490         * tests/check/elements/videorate.c: (assert_videorate_stats),
15491         (setup_videorate), (cleanup_videorate), (GST_START_TEST),
15492         (videorate_suite), (main):
15493           Fix an infinite loop if frames are passed in with wrongly ordered
15494           timestamps.  Fixes #339013.
15495
15496 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15497
15498         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15499
15500         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
15501           fix typefinding on some ISO files.  Fixes #339212.
15502
15503 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15504
15505         Patch by: Tim-Philipp Müller  <tim at centricular dot net>
15506
15507         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
15508           add another H264 fourcc.  Fixes #339047.
15509
15510 2006-04-22  Thomas Vander Stichele  <thomas at apestaart dot org>
15511
15512         Patch by: Jan Schmidt
15513
15514         * gst/playback/gststreamselector.c:
15515         (gst_stream_selector_bufferalloc):
15516           Restore old StreamSelector behaviour.
15517           Fixes #338419.
15518
15519 2006-04-12  Thomas Vander Stichele  <thomas at apestaart dot org>
15520
15521         * configure.ac:
15522         * win32/common/config.h:
15523           prerelease
15524
15525 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15526
15527         Patch by: Antoine Tremblay  <hexa00 at gmail dot com>
15528
15529         * gst-libs/gst/rtp/gstbasertpdepayload.c:
15530         (gst_base_rtp_depayload_finalize), (gst_base_rtp_depayload_push):
15531           Fix some memory leaks: on finalize, free buffers left in the queue
15532           before destroying the queue; in _push(), unref rtp_buf even if
15533           the process vfunc returned a NULL buffer as output buffer (#337548);
15534           demote some recuring debug messages to LOG level.
15535
15536 2006-04-11  Wim Taymans  <wim@fluendo.com>
15537
15538         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15539         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15540         (gst_ogg_chain_free), (gst_ogg_demux_sink_event),
15541         (gst_ogg_demux_loop):
15542         More cleanups.
15543         Respect segment stop when emiting EOS or SEGMENT_DONE.
15544         Fixes (#337945).
15545
15546 2006-04-11  Tim-Philipp Müller  <tim at centricular dot net>
15547
15548         * gst/playback/gststreamselector.c:
15549         (gst_stream_selector_get_property):
15550           Don't leak pad name.
15551
15552 2006-04-10  Michael Smith  <msmith@fluendo.com>
15553
15554         * tests/check/Makefile.am:
15555         * tests/check/gst-plugins-base.supp:
15556           Suppress an old libtheora bug (fixed in more recent versions), so 
15557           that FC4 buildslaves can pass.
15558
15559 2006-04-10  Wim Taymans  <wim@fluendo.com>
15560
15561         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15562         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15563         (gst_ogg_demux_init), (gst_ogg_demux_finalize),
15564         (gst_ogg_demux_sink_event), (gst_ogg_demux_get_data),
15565         (gst_ogg_demux_loop):
15566         Don't leak events.
15567         Remember what error we got when finding chains, if we
15568         were shutdown, that would not be an error.
15569
15570 2006-04-10  Wim Taymans  <wim@fluendo.com>
15571
15572         * gst-libs/gst/audio/gstbaseaudiosink.c:
15573         (gst_base_audio_sink_event):
15574         Starting the ringbuffer when we did not acquire it can cause
15575         a deadlock, is pointless and causes nasty things for
15576         subclasses. 
15577         Fixes gst-launch audiotestsrc num-buffers=0 ! alsasink.
15578
15579 2006-04-10  Wim Taymans  <wim@fluendo.com>
15580
15581         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
15582         (gst_ogg_demux_receive_event), (gst_ogg_pad_event),
15583         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
15584         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
15585         (gst_ogg_demux_deactivate_current_chain),
15586         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
15587         (gst_ogg_demux_bisect_forward_serialno),
15588         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain):
15589         Add some more debugging.
15590
15591 2006-04-10  Wim Taymans  <wim@fluendo.com>
15592
15593         * ext/theora/theoradec.c: (theora_dec_src_event),
15594         (theora_handle_data_packet):
15595         Some more debug info.
15596
15597         * tests/examples/seek/seek.c: (start_seek), (main):
15598         Print element messages too.
15599
15600 2006-04-09  Sebastien Moutte  <sebastien@moutte.net>
15601
15602         * gst/audioresample/debug.h:
15603           replace debug macros with variable number of parameters
15604           by a simple alias to gstreamer standard debug macros 
15605          (#define RESAMPLE_ERROR GST_ERROR, __VA_ARGS__ is not
15606           supported by MSVC 6.0 and 7.1)
15607         * gst/audioresample/resample.h:
15608           define M_PI and rint for WIN32
15609         * win32/common/libgstaudio.def:
15610         * win32/common/libgstriff.def:
15611         * win32/common/libgsttag.def:
15612         * win32/common/libgstvideo.def:
15613           add new exported functions
15614         * win32/vs6:
15615           update project files
15616
15617 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15618
15619         * ext/alsa/gstalsamixeroptions.c:
15620         (gst_alsa_mixer_options_class_init):
15621         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init):
15622         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_class_init):
15623         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init):
15624         * ext/ogg/gstoggparse.c: (gst_ogg_parse_class_init):
15625         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_class_init):
15626         * gst-libs/gst/audio/gstaudiofilter.c:
15627         (gst_audio_filter_class_init):
15628         * gst-libs/gst/audio/gstaudiosink.c:
15629         (gst_audioringbuffer_class_init):
15630         * gst-libs/gst/audio/gstaudiosrc.c:
15631         (gst_audioringbuffer_class_init):
15632         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_class_init):
15633         * gst-libs/gst/interfaces/colorbalancechannel.c:
15634         (gst_color_balance_channel_class_init):
15635         * gst-libs/gst/interfaces/mixeroptions.c:
15636         (gst_mixer_options_class_init):
15637         * gst-libs/gst/interfaces/mixertrack.c:
15638         (gst_mixer_track_class_init):
15639         * gst-libs/gst/interfaces/tunerchannel.c:
15640         (gst_tuner_channel_class_init):
15641         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_class_init):
15642         * gst-libs/gst/netbuffer/gstnetbuffer.c:
15643         (gst_netbuffer_class_init):
15644         * gst-libs/gst/rtp/gstbasertppayload.c:
15645         (gst_basertppayload_class_init):
15646         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
15647         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
15648         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
15649         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init):
15650         * gst/playback/gststreamselector.c:
15651         (gst_stream_selector_class_init):
15652         * gst/subparse/gstsubparse.c: (gst_sub_parse_class_init):
15653         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_class_init):
15654         * sys/v4l/gstv4lcolorbalance.c:
15655         (gst_v4l_color_balance_channel_class_init):
15656         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_class_init):
15657         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
15658         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
15659         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_channel_class_init),
15660         (gst_v4l_tuner_norm_class_init):
15661         * sys/ximage/ximagesink.c: (gst_ximagesink_class_init):
15662         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_class_init):
15663         * tests/old/testsuite/alsa/sinesrc.c: (sinesrc_class_init):
15664         Fix #337365 (g_type_class_ref <-> g_type_class_peek_parent)
15665
15666 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15667
15668         * ext/pango/gsttextrender.h:
15669         * gst-libs/gst/audio/gstaudiosink.h:
15670         * gst-libs/gst/audio/gstaudiosrc.h:
15671         * gst-libs/gst/audio/gstbaseaudiosink.h:
15672         * gst-libs/gst/audio/gstbaseaudiosrc.h:
15673         * gst-libs/gst/audio/gstringbuffer.h:
15674         * gst-libs/gst/rtp/gstbasertpdepayload.h:
15675         * gst-libs/gst/rtp/gstbasertppayload.h:
15676         * gst-libs/gst/video/gstvideofilter.h:
15677         * gst-libs/gst/video/gstvideosink.h:
15678         * gst/playback/gstplaybasebin.h:
15679         * gst/tcp/gstmultifdsink.h:
15680         * sys/v4l/gstv4lelement.h:
15681         Fix broken GObject macros
15682
15683 2006-04-08  Stefan Kost  <ensonic@users.sf.net>
15684
15685         * ext/alsa/gstalsasink.c: (set_hwparams), (alsasink_parse_spec):
15686         More debug to trace why my USB headset is not working with gst
15687
15688 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15689
15690         * gst/playback/gstplaybasebin.c: (group_destroy):
15691         Clean up our group elements properly in the case where it never 
15692         got committed - it still got added unconditionally to the bin.
15693
15694 2006-04-07  Wim Taymans  <wim@fluendo.com>
15695
15696         * ext/theora/theoradec.c: (theora_dec_sink_event),
15697         (theora_handle_data_packet), (theora_dec_chain):
15698         Unref unhandled events.
15699         Protect against empty buffers.
15700         Perform QoS on running time.
15701
15702 2006-04-07  Michael Smith  <msmith@fluendo.com>
15703
15704         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_set_header_on_caps),
15705         (gst_vorbis_enc_chain):
15706           Remove leaks from vorbisenc.
15707           Mostly minor changes, the only significant one is that now the
15708           buffers we set as 'streamheader' on the caps are copies of the
15709           original buffers, to avoid circular refcounting problems.
15710
15711 2006-04-07  Jan Schmidt  <thaytan@mad.scientist.com>
15712
15713         * gst/playback/gstplaybasebin.c: (mute_stream), (setup_substreams):
15714           Don't remove our mute-probe if someone else already did so.
15715           Don't set a 2nd one if there is already one pending on the pad.
15716
15717         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
15718         (do_playbin_seek):
15719           When a seek fails, ensure that playbin is still set back to playing.
15720           
15721         * gst/typefind/gsttypefindfunctions.c: (mpeg_ts_probe_headers),
15722         (mpeg_ts_type_find), (plugin_init):
15723           Add a typefind function for mpeg-ts streams. (Closes: #336617)
15724
15725 2006-04-06  Andy Wingo  <wingo@pobox.com>
15726
15727         * gst/videorate/gstvideorate.c (gst_video_rate_reset) 
15728         (gst_video_rate_init): Caps-related parameters should not be reset
15729         by a flush -- move their inits to the instance init function.
15730         (gst_video_rate_flush_prev): Don't complain if gst_pad_push
15731         is not OK, just return the result.
15732
15733         * gst/audiotestsrc/gstaudiotestsrc.c
15734         (gst_audio_test_src_class_init)
15735         (gst_audio_test_src_get_times): Re-enable is-live=true, as was
15736         broken by Stefan's commit on 24 March.
15737
15738         * ext/ogg/gstoggmux.c (gst_ogg_mux_push_buffer): Set caps on
15739         buffers being pushed out. Fixes oggmux ! multifdsink.
15740
15741 2006-04-05  Tim-Philipp Müller  <tim at centricular dot net>
15742
15743         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
15744         (gst_vorbis_dec_init), (vorbis_dec_finalize):
15745         * ext/vorbis/vorbisdec.h:
15746         * ext/vorbis/vorbisenc.c: (gst_vorbis_enc_add_interfaces),
15747         (gst_vorbis_enc_base_init), (gst_vorbis_enc_class_init),
15748         (gst_vorbis_enc_sink_setcaps), (gst_vorbis_enc_convert_src),
15749         (gst_vorbis_enc_convert_sink), (gst_vorbis_enc_get_query_types),
15750         (gst_vorbis_enc_src_query), (gst_vorbis_enc_sink_query),
15751         (gst_vorbis_enc_init), (gst_vorbis_enc_get_tag_value),
15752         (gst_vorbis_enc_metadata_set1), (gst_vorbis_enc_set_metadata),
15753         (gst_vorbis_enc_setup), (gst_vorbis_enc_clear),
15754         (gst_vorbis_enc_buffer_from_packet),
15755         (gst_vorbis_enc_buffer_from_header_packet),
15756         (gst_vorbis_enc_push_buffer), (gst_vorbis_enc_push_packet),
15757         (gst_vorbis_enc_set_header_on_caps), (gst_vorbis_enc_sink_event),
15758         (gst_vorbis_enc_chain), (gst_vorbis_enc_output_buffers),
15759         (gst_vorbis_enc_get_property), (gst_vorbis_enc_set_property),
15760         (gst_vorbis_enc_change_state):
15761         * ext/vorbis/vorbisenc.h:
15762           Remove left-over 0.8 cruft; use GST_DEBUG_FUNCPTR; make
15763           vorbisenc adhere to the official nomenclature; use boilerplate
15764           macro.
15765
15766 2006-04-04  Andy Wingo  <wingo@pobox.com>
15767
15768         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15769         Whoops, fix bug introduced. Bad hacker!
15770         
15771         * gst/videorate/gstvideorate.c (gst_video_rate_flush_prev):
15772         Properly handle the case where you get EOS before any buffers are
15773         received. Use gst_buffer_make_metadata_writable where appropriate.
15774
15775         * ext/theora/theoradec.c (theora_handle_data_packet): This value
15776         is often negative -- make it signed so as not to wrap around.
15777         Fixes segfaults introduced on 9 March.
15778
15779 2006-04-03  Wim Taymans  <wim@fluendo.com>
15780
15781         * ext/theora/gsttheoradec.h:
15782         * ext/theora/theoradec.c: (theora_dec_src_event):
15783         Don't try to store a gdouble in a gboolean.
15784         Small cleanups.
15785
15786 2006-04-03  Michael Smith  <msmith@fluendo.com>
15787
15788         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads):
15789           Oggmux sucks.
15790           Make it suck slightly less by writing out the final page.
15791           Still can't encode a vorbis-in-ogg file correctly, though.
15792
15793 2006-04-03  Andy Wingo  <wingo@pobox.com>
15794
15795         * ext/theora/theoraparse.c (theora_parse_drain_queue): Um, remove
15796         a g_print.
15797
15798         * ext/theora/theora.c (plugin_init): Register theoraparse.
15799
15800         * ext/theora/gsttheoraparse.h: 
15801         * ext/theora/theoraparse.c: New files implementing a theora
15802         parser. Now we can properly remux ogg/theora+vorbis, yay.
15803
15804         * ext/vorbis/vorbisparse.c: Add some docs and a copyright.
15805
15806 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15807
15808         * gst/audiotestsrc/gstaudiotestsrc.c:
15809           Fixed the sample pipeline (see #323798)
15810
15811 2006-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
15812
15813         * configure.ac:
15814         * win32/common/config.h:
15815         * win32/common/config.h.in:
15816           use AS_VERSION and AS_NANO
15817           more cleanups
15818
15819 2006-03-31  Andy Wingo  <wingo@pobox.com>
15820
15821         * ext/vorbis/vorbisparse.c (vorbis_parse_sink_event): Fix
15822         uninitialized variable return that would happen.
15823         
15824         * ext/vorbis/vorbisparse.c (vorbis_parse_drain_queue): Fix
15825         uninitialized variable return that would never happen.
15826
15827         * ext/vorbis/vorbisparse.c (gst_vorbis_parse_init) 
15828         (vorbis_parse_sink_event): Add an event function to flush our
15829         state on a seek, and to drain buffers on a premature EOS.
15830         (vorbis_parse_push_headers, vorbis_parse_clear_queue) 
15831         (vorbis_parse_push_buffer, vorbis_parse_drain_queue_prematurely) 
15832         (vorbis_parse_chain, vorbis_parse_queue_buffer) 
15833         (vorbis_parse_drain_queue): Queue up buffers until we can set
15834         their timestamps and granulepos values.
15835
15836         * ext/vorbis/vorbisparse.h: Include the vorbis decoder headers,
15837         and keep track of data needed for deriving granulepos and
15838         timestamps for buffers.
15839
15840 2006-03-29  Wim Taymans  <wim@fluendo.com>
15841
15842         Patch by: j^ <j at bootlab dot org>
15843
15844         * ext/alsa/gstalsamixerelement.c:
15845         (gst_alsa_mixer_element_class_init):
15846         * ext/alsa/gstalsasink.c:
15847         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init):
15848         * ext/ogg/gstoggdemux.c:
15849         * ext/ogg/gstoggmux.c:
15850         * ext/ogg/gstoggparse.c:
15851         * ext/pango/gstclockoverlay.c:
15852         * ext/pango/gsttextoverlay.c:
15853         * ext/pango/gsttextrender.c:
15854         * ext/pango/gsttimeoverlay.c:
15855         * ext/theora/theoradec.c:
15856         * ext/theora/theoraenc.c:
15857         * ext/vorbis/vorbisdec.c:
15858         * ext/vorbis/vorbisenc.c:
15859         * gst/audioconvert/gstaudioconvert.c:
15860         * gst/subparse/gstsubparse.c:
15861         * gst/tcp/gstmultifdsink.c:
15862         * gst/tcp/gsttcpclientsink.c:
15863         * gst/tcp/gsttcpclientsrc.c:
15864         * gst/tcp/gsttcpserversink.c:
15865         * gst/tcp/gsttcpserversrc.c:
15866           better/unified long descriptions
15867           Fixes #336477
15868
15869 2006-03-29  Wim Taymans  <wim@fluendo.com>
15870
15871         * tests/examples/seek/seek.c: (end_scrub), (seek_cb), (start_seek),
15872         (stop_seek):
15873         Don't let double and triple clicks mess up our state.
15874
15875 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15876
15877         * gst/playback/gstplaybin.c: (gen_video_element),
15878         (gen_text_element), (gen_audio_element), (gen_vis_element):
15879           Error out gracefully when we can't create any of the usual
15880           conversion elements for some reason. Also, don't try to
15881           create an audioscale (sic) element that's not used anyway.
15882
15883 2006-03-28  Tim-Philipp Müller  <tim at centricular dot net>
15884
15885         * gst/playback/gstplaybasebin.c: (setup_source):
15886           Don't post RESOURCE_NOT_FOUND error when we can't find a source
15887           element for a particular protocol, that's confusing for users.
15888           Instead, post a RESOURCE_FAILED error, so that our own error
15889           message is actually shown in totem etc. (#336303).
15890
15891 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15892
15893         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
15894
15895         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_finalize),
15896         (gst_gnome_vfs_src_get_icy_metadata):
15897           Fix some minor memory leaks (#336194).
15898
15899 2006-03-27  Tim-Philipp Müller  <tim at centricular dot net>
15900
15901         * ext/gnomevfs/gstgnomevfs.c:
15902         (gst_gnome_vfs_location_to_uri_string):
15903         * ext/gnomevfs/gstgnomevfs.h:
15904         * ext/gnomevfs/gstgnomevfssink.c:
15905         (gst_gnome_vfs_sink_set_property):
15906         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_set_property):
15907           Make gnomevfssink accept filenames as well as URIs for the
15908           "location" property, just like gnomevfssrc does (and
15909           filesrc/filesink do) (#336190).
15910
15911 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
15912
15913         * tests/check/generic/clock-selection.c: (GST_START_TEST):
15914           set to NULL before unreffing, fixes a valgrind leak.
15915           Why was this not triggering the error that an object needs to
15916           be NULL before unreffing ?
15917         * win32/common/config.h:
15918           update
15919
15920 2006-03-24  Tim-Philipp Müller  <tim at centricular dot net>
15921
15922         * gst/subparse/gstsubparse.c: (convert_encoding),
15923         (gst_sub_parse_change_state):
15924         * gst/subparse/gstsubparse.h:
15925           Text subtitle files may or may not be UTF-8. If it's not, we
15926           don't really want to see '?' characters in place of non-ASCII
15927           characters like accented characters. So let's assume the input
15928           is UTF-8 until we come across text that is clearly not. If it's
15929           not UTF-8, we don't really know what it is, so try the following:
15930           (a) see whether the GST_SUBTITLE_ENCODING environment variable
15931           is set; if not, check (b) if the current locale encoding is
15932           non-UTF-8 and use that if it is, or (c) assume ISO-8859-15 if
15933           the current locale encoding is UTF-8 and the environment variable
15934           was not set to any particular encoding. Not perfect, but better
15935           than nothing (and better than before, I think) (fixes #172848).
15936
15937 2006-03-24  Thomas Vander Stichele <thomas at apestaart dot org>
15938
15939         * configure.ac:
15940           update core requirement to 0.10.4.1 because of async_playback
15941           vmethod on GstBaseSink
15942
15943 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
15944
15945         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
15946         * gst/adder/gstadder.c: (gst_adder_init):
15947         use DEBUG_FUNCPTR for collectpads
15948
15949 2006-03-24  Stefan Kost  <ensonic@users.sf.net>
15950
15951         * docs/plugins/Makefile.am:
15952         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
15953         * docs/plugins/gst-plugins-base-plugins-sections.txt:
15954         * ext/cdparanoia/gstcdparanoiasrc.c:
15955         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_base_init),
15956         (gst_gnome_vfs_sink_class_init):
15957         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_base_init):
15958         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_base_init):
15959         * ext/ogg/gstoggmux.c:
15960         * ext/ogg/gstoggparse.c: (gst_ogg_parse_base_init):
15961         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_base_init),
15962         (gst_ogm_video_parse_base_init), (gst_ogm_text_parse_base_init):
15963         * ext/pango/gsttextoverlay.c:
15964         * ext/pango/gsttextrender.c:
15965         * ext/theora/theoradec.c:
15966         * ext/theora/theoraenc.c:
15967         * ext/vorbis/vorbisdec.c:
15968         * ext/vorbis/vorbisenc.c:
15969         * gst-libs/gst/audio/gstaudiofilter.c:
15970         (gst_audio_filter_base_init):
15971         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
15972         (gst_audio_filter_template_base_init):
15973         * gst/adder/gstadder.c: (gst_adder_get_type):
15974         * gst/adder/gstadder.h:
15975         * gst/audioconvert/gstaudioconvert.c:
15976         * gst/audiotestsrc/gstaudiotestsrc.c:
15977         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
15978         (gst_audio_test_src_create):
15979         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
15980         * gst/playback/gstdecodebin.c:
15981         * gst/playback/gstplaybin.c:
15982         * gst/playback/gststreamselector.c:
15983         (gst_stream_selector_base_init):
15984         * gst/subparse/gstsubparse.c: (gst_sub_parse_base_init):
15985         * gst/volume/gstvolume.c:
15986         * sys/v4l/gstv4lmjpegsink.c:
15987         * sys/v4l/gstv4lmjpegsrc.c:
15988         * tests/check/libs/cddabasesrc.c:
15989         * tests/old/examples/gob/gst-identity2.gob:
15990           Add docs for adder, use GST_ELEMENT_DETAILS macro,
15991           define GstElementDetails at the top
15992
15993 2006-03-23  Sebastien Moutte  <sebastien@moutte.net>
15994
15995         * win32/common/libgstinterfaces.def:
15996         Add a lot of export functions for gst-python
15997         * win32/vs6/libgstinterfaces.dsp:
15998         Add a missing include folder in the project configuration
15999         
16000 2006-03-23  Wim Taymans  <wim@fluendo.com>
16001
16002         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16003         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16004         (gst_base_audio_src_change_state):
16005         Fix audio sources, forgot to make the ringbuffer
16006         startable...
16007
16008 2006-03-23  Wim Taymans  <wim@fluendo.com>
16009
16010         * gst-libs/gst/audio/gstbaseaudiosrc.c:
16011         (gst_base_audio_src_get_time), (gst_base_audio_src_create),
16012         (gst_base_audio_src_change_state):
16013         unparent instead of unref the ringbuffer.
16014
16015 2006-03-23  Wim Taymans  <wim@fluendo.com>
16016
16017         * gst-libs/gst/audio/gstbaseaudiosink.c:
16018         (gst_base_audio_sink_class_init), (gst_base_audio_sink_async_play),
16019         (gst_base_audio_sink_do_play), (gst_base_audio_sink_change_state):
16020         Implement new async_play vmethod to start slaving and allow
16021         playback start in case of async PLAY state changes. 
16022
16023         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16024         Enable QoS with new method in base class.
16025
16026 2006-03-23  Wim Taymans  <wim@fluendo.com>
16027
16028         Patch by: Julien MOUTTE <julien at moutte dot net>
16029
16030         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_query),
16031         (gst_video_test_src_do_seek), (gst_video_test_src_create):
16032         Partially handle 0 framerate, only EOS after the first frame
16033         is missing.
16034
16035 2006-03-23  Wim Taymans  <wim@fluendo.com>
16036
16037         Patch by: Fabrizio Gennari <fabrizio dot ge at tiscali dot it>
16038
16039         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16040         (gst_riff_create_video_template_caps):
16041         * gst/ffmpegcolorspace/avcodec.h:
16042         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
16043         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
16044         (gst_ffmpegcsp_avpicture_fill):
16045         * gst/ffmpegcolorspace/imgconvert.c:
16046         Patch for support of YVU9 AVI files (#334822)
16047
16048 2006-03-22  Edward Hervey  <edward@fluendo.com>
16049
16050         * docs/design/design-decodebin.txt:
16051         Added design document for new decodebin
16052         (Target Caps): text/x-pango-markup is also a default target caps.
16053
16054 2006-03-22  Wim Taymans  <wim@fluendo.com>
16055
16056         * gst-libs/gst/audio/gstbaseaudiosink.c:
16057         (gst_base_audio_sink_dispose):
16058         Since we _parent the ringbuffer, we also need to
16059         _unparent instead of a plain _unref.
16060
16061 2006-03-22  Wim Taymans  <wim@fluendo.com>
16062
16063         * tests/examples/seek/seek.c: (end_scrub), (do_seek), (seek_cb),
16064         (stop_seek), (scrub_toggle_cb), (main):
16065         Add scrub checkbox.
16066
16067 2006-03-21  Tim-Philipp Müller  <tim at centricular dot net>
16068
16069         * ext/ogg/gstoggparse.c: (gst_ogg_parse_find_stream),
16070         (gst_ogg_parse_chain):
16071           Fix very inefficient usage of linked lists (#335365).
16072
16073 2006-03-21  Edward Hervey  <edward@fluendo.com>
16074
16075         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
16076         * gst/playback/gstplaybin.c: (handoff):
16077         * gst/playback/gststreamselector.c:
16078         (gst_stream_selector_set_property):
16079         gcc 4.1 unreferenced pointer fixes.
16080         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put):
16081         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
16082         gst_buffer_ref() now takes a GstBuffer*.
16083
16084 2006-03-20  Julien MOUTTE  <julien@moutte.net>
16085
16086         * sys/xvimage/xvimagesink.c:
16087         (gst_xvimagesink_get_format_from_caps): Fix a memleak reported
16088         by Jan Schmidt.
16089
16090 2006-03-19  Tim-Philipp Müller  <tim at centricular dot net>
16091
16092         * gst/typefind/gsttypefindfunctions.c: (id3v2_type_find),
16093         (id3v1_type_find), (apetag_type_find), (plugin_init):
16094           Can't do tag preferences via probability, as tags would then
16095           lose against types that are recognised with MAXIMUM probability
16096           (like .wav); so let all tag typefinders return MAXIMUM themselves
16097           and order them via the rank. Split ID3v1 and ID3v2 typefinders so
16098           that we can prefer APE to ID3v1 (fixes #335028).
16099           
16100 2006-03-17  Wim Taymans  <wim@fluendo.com>
16101
16102         * gst-libs/gst/audio/gstbaseaudiosink.c:
16103         (gst_base_audio_sink_change_state):
16104         * gst-libs/gst/audio/gstringbuffer.c: (wait_segment),
16105         (gst_ring_buffer_may_start):
16106         * gst-libs/gst/audio/gstringbuffer.h:
16107         Only start playback if we are playing.
16108         should fix #330748.
16109
16110 2006-03-17  Jan Schmidt  <thaytan@mad.scientist.com>
16111
16112         * ext/alsa/gstalsasink.c: (gst_alsasink_getcaps):
16113         * win32/common/config.h:
16114           Revert accidental commits to these files.
16115
16116 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16117
16118         Patch by: Michal Benes  <michal dot benes at xeris dot cz>
16119
16120         * tests/Makefile.am:
16121           Don't try to build tests in tests/icles if we
16122           don't have X (#323852)
16123
16124 2006-03-16  Tim-Philipp Müller  <tim at centricular dot net>
16125
16126         * gst-libs/gst/tag/gstid3tag.c:
16127           Add TXXX frame identifiers for replaygain stuff as used
16128           by some taggers (see #323721).
16129
16130 2006-03-16  Jan Schmidt  <thaytan@mad.scientist.com>
16131
16132         * gst/playback/gststreamselector.c:
16133         (gst_stream_selector_set_property),
16134         (gst_stream_selector_bufferalloc):
16135           Preserve the existing buggy streamselector behaviour by performing
16136           a fallback buffer allocation when downstream isn't linked yet.
16137           This should really be fixed in playbin by blocking pads until it's
16138           linked them.
16139           Also, use gst_pad_alloc_buffer instead of
16140           gst_pad_alloc_buffer_and_set.
16141
16142 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16143
16144         * gst-libs/gst/tag/gstid3tag.c:
16145           Don't crash on unknown ID3v2 TXXX frames.
16146           
16147 2006-03-15  Jan Schmidt  <thaytan@mad.scientist.com>
16148
16149         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise):
16150           Chain up to the parent finalize method.
16151           Add 32-bit sample size to the template caps.
16152
16153         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
16154         (gst_riff_create_video_template_caps):
16155           Add the fourcc that the VMWare codec uses.
16156           
16157         * gst/playback/gststreamselector.c:
16158         (gst_stream_selector_set_property),
16159         (gst_stream_selector_bufferalloc),
16160         (gst_stream_selector_request_new_pad):
16161           For the active pad, forward buffer-alloc requests, otherwise
16162           return GST_FLOW_NOT_LINKED. This also prevents xvimagesink
16163           having to memcpy every frame when used by playbin.
16164
16165         * gst/tcp/gstmultifdsink.c:
16166         (gst_multi_fd_sink_handle_client_write):
16167           Get negotiated caps from the sink pad, rather than the sink
16168           pad's peer.
16169
16170 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16171
16172         Patch by: Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
16173         
16174         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_pop_callbacks):
16175           Don't forget to set src->callbacks_pushed to FALSE again when
16176           popping them, otherwise re-activation in a different mode won't
16177           work (#334620).
16178
16179 2006-03-15  Tim-Philipp Müller  <tim at centricular dot net>
16180
16181         Patch by: Sebastien Moutte  <sebastien moutte net>
16182
16183         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: (gst_ff_vid_caps_new),
16184         (gst_ff_aud_caps_new), (gst_ffmpeg_pixfmt_to_caps),
16185         (gst_ffmpeg_smpfmt_to_caps):
16186           Replace __VA_ARGS__ caps creation macros with varargs functions.
16187           Makes things compile on MSVC (#320765), looks nicer, and we can
16188           tell the compiler to check for the NULL terminator.
16189
16190 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16191
16192         Patch by: Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
16193
16194         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16195           Make sure the buffer we copy into is really always big
16196           enough, this time for real (#333488).
16197           
16198 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16199
16200         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16201           Add support for 24bpp DIB (#305279).
16202
16203 2006-03-14  Wim Taymans  <wim@fluendo.com>
16204
16205         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_init):
16206         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16207         * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcsp_init):
16208         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16209         (gst_video_scale_init), (gst_video_scale_src_event):
16210         Re-enable QoS after the release.
16211         Rework videoscale to use the base class src_event handler.
16212
16213 2006-03-14  Tim-Philipp Müller  <tim at centricular dot net>
16214
16215         * configure.ac:
16216           back to CVS.
16217
16218 === release 0.10.5 ===
16219
16220 2006-03-13  Thomas Vander Stichele <thomas at apestaart dot org>
16221
16222         * configure.ac:
16223           releasing 0.10.5, "Net"
16224
16225 2006-03-13  Tim-Philipp Müller  <tim at centricular dot net>
16226
16227         * docs/plugins/Makefile.am:
16228           Part of previous cdparanoiasrc docs fixes, forgot to commit.
16229           
16230 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16231
16232         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16233         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16234         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16235           Add cdparanoiasrc to docs.
16236
16237         * gst-libs/gst/cdda/gstcddabasesrc.c:
16238           More GstCddaBaseSrc docs.
16239
16240 2006-03-12  Tim-Philipp Müller  <tim at centricular dot net>
16241
16242         * docs/libs/gst-plugins-base-libs-sections.txt:
16243         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_user_tag):
16244         * gst-libs/gst/tag/tag.h:
16245           API: libgsttag: new method gst_tag_from_id3_user_tag().
16246
16247 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16248
16249         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16250           NULL-terminate array of mpeg4 video file extensions.
16251           Fixes crash on PPC (#334226).
16252
16253 2006-03-11  Tim-Philipp Müller  <tim at centricular dot net>
16254
16255         * ext/gnomevfs/gstgnomevfssrc.c:
16256         (gst_gnome_vfs_src_check_get_range):
16257           gnome_vfs_uri_is_local() alone is not a good indicator
16258           whether we can operate in pull-mode with a specific URI,
16259           as it returns FALSE for file:// URIs that point to an
16260           NFS-mounted path. Be more conservative here: whitelist
16261           local files, blacklist http URIs and use the old
16262           mechanism for anything else (fixes #334216).
16263
16264 2006-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
16265
16266         * configure.ac:
16267           back to trunk
16268
16269 === release 0.10.4 ===
16270
16271 2006-03-10  Thomas Vander Stichele <thomas at apestaart dot org>
16272
16273         * configure.ac:
16274           releasing 0.10.4, "Power"
16275
16276 2006-03-10  Jan Schmidt  <thaytan@mad.scientist.com>
16277
16278         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16279         Disable max-lateness by setting it to -1 for now, so that 
16280         we can bed QoS stuff in thoroughly between now and the next
16281         release.
16282
16283 2006-03-10  Tim-Philipp Müller  <tim at centricular dot net>
16284
16285         Patch by: Fabrizio Gennari
16286
16287         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16288           Make sure we don't read beyond the palette buffer in case of
16289           broken or manipulated files (#333488)
16290
16291 2006-03-10  Edward Hervey  <edward@fluendo.com>
16292
16293         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16294         Fix for variable not initialized.
16295
16296 2006-03-09  Wim Taymans  <wim@fluendo.com>
16297
16298         * ext/libvisual/visual.c: (gst_visual_get_type),
16299         (gst_visual_src_setcaps), (gst_vis_src_negotiate),
16300         (gst_visual_chain):
16301         Small cleanups.
16302
16303         * ext/theora/gsttheoradec.h:
16304         * ext/theora/theoradec.c: (gst_theora_dec_init),
16305         (gst_theora_dec_reset), (_theora_granule_time),
16306         (theora_dec_src_convert), (theora_dec_sink_convert),
16307         (theora_dec_src_query), (theora_dec_src_event),
16308         (theora_dec_sink_event), (theora_handle_comment_packet),
16309         (theora_handle_header_packet), (theora_dec_push),
16310         (theora_handle_data_packet), (theora_dec_chain),
16311         (theora_dec_change_state):
16312         Add simple QoS.
16313
16314 2006-03-09  Wim Taymans  <wim@fluendo.com>
16315
16316         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
16317         (audiocast_register_listener), (gst_gnome_vfs_src_start):
16318         Some cleanups.
16319
16320 2006-03-09  Wim Taymans  <wim@fluendo.com>
16321
16322         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
16323         Don't try to activate NULL chains.
16324
16325 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16326
16327         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset):
16328           Fix invalid memory access to region before peek'd data (#332964).
16329
16330 2006-03-09  Wim Taymans  <wim@fluendo.com>
16331
16332         Patch by: Christophe Fergeau
16333
16334         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init):
16335         * ext/pango/gsttextrender.c: (gst_text_render_init):
16336         * gst/adder/gstadder.c: (gst_adder_init):
16337         Don't leak padtemplates, closes #333510.
16338
16339 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16340
16341         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16342           Fix invalid memory access: make sure string passed to
16343           regexec() is NUL-termianted.
16344
16345 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16346
16347         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find_at_offset),
16348         (mp3_type_find):
16349           Refactor mpeg/audio typefinding to make it more maintainable
16350           and easier to fine-tune. Make probing into middle of the file
16351           work properly (fixes #333900, also see #152688).
16352
16353 2006-03-09  Tim-Philipp Müller  <tim at centricular dot net>
16354
16355         * gst/typefind/gsttypefindfunctions.c:
16356         (utf8_type_find_have_valid_utf8_at_offset):
16357           Remove part from previous commit that was bogus:
16358           g_utf8_validate() does in fact not accept embedded
16359           zeroes, so we don't need to check for those (thanks
16360           to Mike for the hint).
16361
16362 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16363
16364         * gst/typefind/gsttypefindfunctions.c:
16365         (utf8_type_find_count_embedded_zeroes),
16366         (utf8_type_find_have_valid_utf8_at_offset), (utf8_type_find):
16367           Make plain/text typefinder more conservative: firstly, check
16368           for embedded zeroes, which are perfectly valid UTF-8 characters,
16369           but also a fairly good sign that something is not a plain text
16370           file; secondly, probe into the middle of the file if possible.
16371           If we can't probe into the middle, limit the probability value
16372           to be returned to TYPE_FIND_POSSIBLE (see #333900).
16373
16374 2006-03-08  Michael Smith  <msmith@fluendo.com>
16375
16376         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16377           Make typefind function name for mpeg4 video unique.
16378
16379 2006-03-08  Wim Taymans  <wim@fluendo.com>
16380
16381         * ext/libvisual/visual.c: (gst_visual_init),
16382         (gst_visual_clear_actors), (gst_visual_dispose),
16383         (gst_visual_reset), (gst_visual_src_setcaps),
16384         (gst_visual_sink_setcaps), (gst_vis_src_negotiate),
16385         (gst_visual_sink_event), (gst_visual_src_event), (get_buffer),
16386         (gst_visual_chain), (gst_visual_change_state):
16387         Cleanups, post nice errors.
16388         Handle sink and src events.
16389         Implement simple QoS.
16390
16391         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init):
16392         Use new basesink methods to configure max-lateness.
16393         Small doc update.
16394
16395         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16396         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps):
16397         Debug statement cleanups.
16398
16399         * gst/volume/gstvolume.c: (gst_volume_class_init):
16400         Simple cleanup.
16401
16402 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16403
16404         * ext/pango/gsttextoverlay.c: (gst_text_overlay_class_init),
16405         (gst_text_overlay_init), (gst_text_overlay_set_property),
16406         (gst_text_overlay_get_property):
16407           Revert API/ABI break from March 1. Keep 'halign' and 'valign'
16408           as string type properties, but mark them deprecated. Add
16409           'halignment' and 'valignment' properties that use enums
16410           instead of strings.
16411
16412 2006-03-08  Tim-Philipp Müller  <tim at centricular dot net>
16413
16414         Patch by: Fabrizio Gennari
16415
16416         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16417           Allow palettes with less than 256 colours in AVI files
16418           (#333488)
16419
16420 2006-03-07  Julien MOUTTE  <julien@moutte.net>
16421
16422         * ext/pango/gsttextoverlay.c: (gst_text_overlay_text_event),
16423         (gst_text_overlay_video_event): Fix wrong EOS handling on text
16424         pad. We were releasing the queued text buffer when we should keep
16425         it until video pad gets EOS or discard the text buffer because it's
16426         too old. That was eating the last subtitle buffer. Add some more
16427         debug.
16428
16429 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16430
16431         * ext/pango/gsttextoverlay.c: (gst_text_overlay_render_text),
16432         (gst_text_overlay_video_chain):
16433           Fix invalid memory access (we can't access a buffer after it's been
16434           pushed downstream without taking a reference); fix memory leak (if
16435           there's no text to render, bail out before allocating stuff).
16436
16437 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16438
16439         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
16440         (gst_text_overlay_setcaps_txt), (gst_text_overlay_video_chain):
16441         * ext/pango/gsttextoverlay.h:
16442           If input is plain text, escape it before passing it to
16443           pango_layout_set_markup().
16444
16445 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16446
16447         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_chain):
16448           Don't ignore flow return from gst_pad_push().
16449
16450 2006-03-07  Tim-Philipp Müller  <tim at centricular dot net>
16451
16452         Patch by: Fabrizio Gennari
16453
16454         * ext/libvisual/visual.c: (gst_visual_getcaps),
16455         (gst_visual_src_setcaps), (gst_visual_sink_setcaps):
16456         * ext/ogg/gstoggmux.c: (gst_ogg_mux_sinkconnect):
16457         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
16458         (gst_vorbisenc_convert_sink):
16459         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size),
16460         (gst_audio_duration_from_pad_buffer):
16461         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_link),
16462         (gst_audio_filter_chain):
16463         * gst-libs/gst/rtp/gstbasertpdepayload.c:
16464         (gst_base_rtp_depayload_setcaps):
16465         * gst-libs/gst/video/video.c: (gst_video_frame_rate),
16466         (gst_video_get_size):
16467         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
16468           Don't leak references returned by gst_pad_get_parent()
16469           (#333663)
16470
16471 2006-03-06  Stefan Kost  <ensonic@users.sf.net>
16472
16473         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16474           change location param details
16475         * gst/volume/gstvolume.c: (plugin_init):
16476           correct plugin description
16477
16478 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16479
16480         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_class_init),
16481         (gst_gnome_vfs_src_check_get_range):
16482           Override GstBaseSrc::check_get_range() in order to avoid opening
16483           the resource just to check whether we can operate in pull-mode or
16484           not - we can predict that pretty well from the URI alone. Should
16485           fix problems with last.fm (#331690). (Requires latest core CVS).
16486
16487 2006-03-06  Wim Taymans  <wim@fluendo.com>
16488
16489         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
16490         (gst_video_sink_class_init):
16491         Throw away frames that are later than 20 ms.
16492
16493 2006-03-06  Tim-Philipp Müller  <tim at centricular dot net>
16494
16495         Patch by: Fabrizio Gennari
16496
16497         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
16498           Set depth on WMA caps (#333545)
16499
16500 2006-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
16501
16502         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16503         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
16504           put Theora BOS pages before others.  This hardcodes
16505           the Ogg/Theora I profile, but hey.
16506
16507 2006-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
16508
16509         * ext/ogg/README:
16510           updated with some examples
16511         * ext/theora/theoraenc.c: (granulepos_to_timestamp),
16512         (granulepos_add), (theora_buffer_from_packet):
16513         * ext/vorbis/vorbisenc.c: (granulepos_to_timestamp_offset),
16514         (granulepos_to_timestamp), (gst_vorbisenc_buffer_from_packet),
16515         (gst_vorbisenc_chain):
16516           implement strategy from ext/ogg/README
16517         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
16518         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
16519         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_compare_pads),
16520         (gst_ogg_mux_queue_pads), (gst_ogg_mux_collected):
16521           Fix muxer so that oggz-validate is happy with all streams;
16522           except for no eos mark, and the BOS page ordering
16523         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16524         (check_buffer_granulepos):
16525         * tests/check/pipelines/vorbisenc.c: (check_buffer_granulepos):
16526           update tests to check for OFFSET being set as requested
16527           fixed type of granulepos, it's not a ClockTime
16528
16529 2006-03-05  Julien MOUTTE  <julien@moutte.net>
16530
16531         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
16532         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
16533         Check that the xvimage we are creating has a correct size
16534         before returning it. (#314897)
16535
16536 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16537
16538         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
16539           Give id3 and ape tag typefinders a rank slightly higher
16540           than PRIMARY to ensure they're always run before any of
16541           the other typefinders (in particular wav and mp3) (#324186).
16542
16543 2006-03-05  Tim-Philipp Müller  <tim at centricular dot net>
16544
16545         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16546           Add support for '3IVD' fourcc (#333403).
16547
16548 2006-03-04  Tim-Philipp Müller  <tim at centricular dot net>
16549
16550         * configure.ac:
16551           Bump requirements to GStreamer CVS for the new error enum.
16552
16553         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_render):
16554           Emit new GST_RESOURCE_ERROR_NO_SPACE_LEFT when there's no
16555           space left on the device (fixes #333352).
16556
16557 2006-03-04  Sebastien Moutte  <sebastien@moutte.net>
16558
16559         * win32/vs6:
16560           add a project file for libgstvolume
16561           update the workspace
16562
16563 2006-03-03  Thomas Vander Stichele  <thomas at apestaart dot org>
16564
16565         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
16566         * tests/check/pipelines/theoraenc.c: (check_buffer_is_header),
16567         (GST_START_TEST):
16568           Fix for http://bugzilla.gnome.org/show_bug.cgi?id=333254
16569           Set IN_CAPS on header buffers
16570
16571 2006-03-02  Wim Taymans  <wim@fluendo.com>
16572
16573         * docs/plugins/Makefile.am:
16574         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16575         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16576         Add audioresample to docs.
16577
16578         * gst/audioconvert/gstaudioconvert.c:
16579         Add revision date.
16580
16581         * gst/audioresample/gstaudioresample.c:
16582         (gst_audioresample_base_init), (gst_audioresample_class_init),
16583         (gst_audioresample_init), (gst_audioresample_dispose),
16584         (audioresample_get_unit_size), (audioresample_transform_caps),
16585         (resample_set_state_from_caps), (audioresample_transform_size),
16586         (audioresample_set_caps), (audioresample_event),
16587         (audioresample_do_output), (audioresample_transform),
16588         (audioresample_pushthrough), (gst_audioresample_set_property),
16589         (gst_audioresample_get_property), (plugin_init):
16590         * gst/audioresample/gstaudioresample.h:
16591         Added docs.
16592         Small code cleanups.
16593
16594 2006-03-02  Wim Taymans  <wim@fluendo.com>
16595
16596         * docs/plugins/Makefile.am:
16597         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16598         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16599         Added videoscale to docs.
16600
16601         * gst/videorate/gstvideorate.c: (gst_video_rate_flush_prev),
16602         (gst_video_rate_swap_prev), (gst_video_rate_event),
16603         (gst_video_rate_chain):
16604         Fix typo in docs.
16605
16606         * gst/videoscale/gstvideoscale.c: (gst_video_scale_class_init),
16607         (gst_video_scale_init), (gst_video_scale_prepare_size),
16608         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
16609         (gst_video_scale_fixate_caps), (gst_video_scale_transform):
16610         * gst/videoscale/gstvideoscale.h:
16611         Added docs, examples.
16612         Some code cleanups.
16613         Post errors instead of g_warning.
16614
16615 2006-03-02  Wim Taymans  <wim@fluendo.com>
16616
16617         * docs/libs/gst-plugins-base-libs-docs.sgml:
16618         * docs/libs/gst-plugins-base-libs-sections.txt:
16619         * docs/libs/gst-plugins-base-libs.types:
16620         * docs/plugins/Makefile.am:
16621         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16622         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16623         Added some more docs to libs and plugins.
16624
16625         * gst-libs/gst/audio/gstringbuffer.c:
16626         (gst_ring_buffer_prepare_read), (gst_ring_buffer_clear):
16627         * gst-libs/gst/audio/gstringbuffer.h:
16628         Document ringbuffer some more.
16629
16630         * gst/videorate/gstvideorate.c: (gst_video_rate_class_init),
16631         (gst_video_rate_setcaps), (gst_video_rate_reset),
16632         (gst_video_rate_init), (gst_video_rate_flush_prev),
16633         (gst_video_rate_swap_prev), (gst_video_rate_event),
16634         (gst_video_rate_chain), (gst_video_rate_change_state):
16635         * gst/videorate/gstvideorate.h:
16636         Fix videorate to use segments.
16637         Make it work with 0/1 framerates (closes #331903)
16638         Handle EOS correctly.
16639         Added docs.
16640
16641 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16642
16643         * ext/ogg/gstogmparse.c: (gst_ogm_parse_class_init),
16644         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
16645         (gst_ogm_text_parse_init), (gst_ogm_parse_change_state):
16646           In state change function, first chain up to parent class,
16647           then handle downwards state change stuff. Remove some
16648           commented out cruft from 0.8 code.
16649
16650 2006-03-02  Tim-Philipp Müller  <tim at centricular dot net>
16651
16652         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
16653         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
16654         (gst_ogm_parse_sink_convert), (gst_ogm_parse_sink_query),
16655         (gst_ogm_parse_chain):
16656           Don't remove/re-add source pad if the new caps are the same as
16657           the old caps anyway (#333042). When removing source pad, don't
16658           unref it afterwards - we didn't ref it when adding. Sprinkle some
16659           GST_DEBUG_FUNCPTR goodness here and there. Don't leak references
16660           after using gst_pad_get_parent(). Return downstream flow return
16661           value in chain function.
16662
16663 2006-03-02  Wim Taymans  <wim@fluendo.com>
16664
16665         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16666         * docs/plugins/gst-plugins-base-plugins.args:
16667         * docs/plugins/gst-plugins-base-plugins.hierarchy:
16668         * docs/plugins/gst-plugins-base-plugins.interfaces:
16669         * docs/plugins/gst-plugins-base-plugins.signals:
16670         Fix hierarchy, added some more elements to the docs.
16671
16672         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16673         (gst_ffmpegcsp_get_type):
16674         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16675         Fix docs for ffmpegcolorspace.
16676
16677 2006-03-01  Tim-Philipp Müller  <tim at centricular dot net>
16678
16679         * gst/typefind/gsttypefindfunctions.c: (id3_type_find),
16680         (apetag_type_find), (ape_type_find), (plugin_init):
16681           Some typefinding fine-tuning:
16682           - rank ID3/APE tags in order of preference via probabilities, so that
16683             ID3v2 > APEv2 > APEv1 > ID3v1.
16684           - three or four bytes don't really justify MAXIMUM probability,
16685             change those to 'very likely' (musepack and monkeysaudio).
16686
16687 2006-03-01  Wim Taymans  <wim@fluendo.com>
16688
16689         * docs/plugins/Makefile.am:
16690         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16691         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16692         * ext/alsa/gstalsamixer.c:
16693         * ext/alsa/gstalsamixer.h:
16694         * ext/alsa/gstalsamixerelement.c:
16695         (gst_alsa_mixer_element_class_init), (gst_alsa_mixer_element_init):
16696         * ext/alsa/gstalsamixerelement.h:
16697         * ext/alsa/gstalsasink.c:
16698         * ext/alsa/gstalsasink.h:
16699         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
16700         (gst_alsasrc_init):
16701         * ext/alsa/gstalsasrc.h:
16702         Added alsa docs.
16703         Small code cleanups.
16704
16705 2006-03-01  Wim Taymans  <wim@fluendo.com>
16706
16707         * ext/theora/Makefile.am:
16708         Dist new header too,
16709
16710 2006-03-01  Wim Taymans  <wim@fluendo.com>
16711
16712         * docs/plugins/Makefile.am:
16713         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16714         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16715         * ext/gnomevfs/gstgnomevfssink.h:
16716         * ext/gnomevfs/gstgnomevfssrc.h:
16717         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
16718         * ext/vorbis/vorbisdec.h:
16719         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_sink):
16720         * ext/vorbis/vorbisenc.h:
16721         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps),
16722         (vorbis_parse_chain), (vorbis_parse_change_state):
16723         * ext/vorbis/vorbisparse.h:
16724         * gst/audioconvert/gstaudioconvert.h:
16725         * gst/tcp/gsttcpserversink.h:
16726         * gst/videotestsrc/gstvideotestsrc.c:
16727         * gst/videotestsrc/gstvideotestsrc.h:
16728         * gst/volume/gstvolume.c:
16729         * gst/volume/gstvolume.h:
16730         Fix some more docs.
16731         Added docs for vorbisdec and vorbisparse.
16732         Fix vorbisparse.
16733
16734 2006-03-01  Wim Taymans  <wim@fluendo.com>
16735
16736         * docs/plugins/Makefile.am:
16737         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
16738         * docs/plugins/gst-plugins-base-plugins-sections.txt:
16739         * ext/pango/gstclockoverlay.h:
16740         * ext/pango/gsttextoverlay.h:
16741         * ext/pango/gsttextrender.h:
16742         * ext/pango/gsttimeoverlay.h:
16743         * ext/theora/gsttheoradec.h:
16744         * ext/theora/gsttheoraenc.h:
16745         * ext/theora/theoradec.c:
16746         * ext/theora/theoraenc.c:
16747         * gst/audioconvert/gstaudioconvert.h:
16748         * gst/audiotestsrc/gstaudiotestsrc.h:
16749         * gst/ffmpegcolorspace/gstffmpegcolorspace.h:
16750         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_class_init):
16751         * gst/tcp/gstmultifdsink.h:
16752         Updated/added documentation.
16753
16754         * ext/pango/gsttextoverlay.c: (gst_text_overlay_valign_get_type),
16755         (gst_text_overlay_halign_get_type),
16756         (gst_text_overlay_wrap_mode_get_type),
16757         (gst_text_overlay_base_init), (gst_text_overlay_class_init),
16758         (gst_text_overlay_init), (gst_text_overlay_set_property),
16759         (gst_text_overlay_get_property):
16760         Fix up properties to be enums instead of string to make bindings,
16761         introspection and automatic GUI creation possible.
16762         Add getters for the properties.
16763
16764 2006-02-28  Sebastien Moutte  <sebastien@moutte.net>
16765
16766         * gst/audiotestsrc/gstaudiotestsrc.c:
16767           added defines of M_PI and M_PI_2
16768         * gst/ffmpegcolorspace/avcodec.h:
16769           removed #include "stdint.h" for win32 as _stdint.h is 
16770           autogenerated to win32/common
16771         * win32/common/libgstaudio.def:
16772         * win32/common/libgsttag.def:
16773           added some exports
16774         * win32/vs6:
16775           some project files bugs corrected
16776         * win32/vs7:
16777           project files are reset to the default vs7 configuration 
16778           (they link to msvcr71.dll using default optimizations)
16779           
16780 2006-02-28  Wim Taymans  <wim@fluendo.com>
16781
16782         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_class_init):
16783         Fix some docs.
16784
16785 2006-02-28  Edward Hervey  <edward@fluendo.com>
16786
16787         * ext/alsa/gstalsasrc.c:
16788         Set proper class on the ElementDetails:
16789         Source/Audio instead of Src/Audio/
16790
16791 2006-02-28  Edward Hervey  <edward@fluendo.com>
16792
16793         * gst/videoscale/vs_scanline.c:
16794         (vs_scanline_resample_nearest_RGBA):
16795         Revert optimization in videoscale. It should go in liboil and have
16796         an appropriate liboil function.
16797
16798 2006-02-28  Wim Taymans  <wim@fluendo.com>
16799
16800         * gst-libs/gst/audio/gstbaseaudiosink.c:
16801         (gst_base_audio_sink_provide_clock):
16802         Don't try to provide a clock in the NULL state.
16803
16804 2006-02-28  Wim Taymans  <wim@fluendo.com>
16805
16806         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
16807         (gst_ogg_pad_event), (gst_ogg_pad_internal_chain),
16808         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16809         (gst_ogg_demux_deactivate_current_chain),
16810         (gst_ogg_demux_activate_chain), (gst_ogg_demux_do_seek),
16811         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_info),
16812         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
16813         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
16814         Use GstSegment infrastructure to remove duplicated code
16815         and handle more seek cases correctly.
16816
16817 2006-02-28  Wim Taymans  <wim@fluendo.com>
16818
16819         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16820         (gst_ffmpegcsp_transform):
16821         Don't ignore return code from ffmpeg convert function.
16822
16823         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
16824         Split out some long statements to ease debugging.
16825
16826 2006-02-27  Jan Schmidt  <thaytan@mad.scientist.com>
16827
16828         * ext/libvisual/visual.c: (gst_visual_init),
16829         (gst_vis_src_negotiate), (get_buffer), (plugin_init):
16830         Don't use gst_pad_use_fixed_caps, because it prevents downstream from
16831         being able to renegotiate the size. Instead, use the negotiation
16832         algorithm from the goom plugin to pick an initial output caps. 
16833
16834         Also, allow theoretical libvisual plugins that might support non-GL 
16835         output even if they also do GL.
16836
16837 2006-02-26  Julien MOUTTE  <julien@moutte.net>
16838
16839         * ext/libvisual/visual.c: (gst_visual_init),
16840         (gst_visual_src_setcaps), (get_buffer), (gst_visual_chain),
16841         (plugin_init): Load only non GL plugins. Fix some memleaks and 
16842         possible negotiation issues.
16843
16844 2006-02-25  Julien MOUTTE  <julien@moutte.net>
16845
16846         * gst-libs/gst/tag/tag.h: Adding Annodex tags here.
16847
16848 2006-02-24  Michael Smith  <msmith@fluendo.com>
16849
16850         * gst/typefind/gsttypefindfunctions.c: (mpeg4_video_type_find),
16851         (cmml_type_find), (plugin_init):
16852           Fix CMML type find function to not require a specific minor version
16853           of the CMML header.
16854
16855           Add an MPEG4 video elementary stream typefind function.
16856
16857 2006-02-04  Michael Smith  <msmith@fluendo.com>
16858
16859         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_parse_skeleton_fishead),
16860         (gst_ogg_pad_parse_skeleton_fisbone), (gst_ogg_pad_query_convert),
16861         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
16862         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
16863         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_collect_chain_info),
16864         (gst_ogg_demux_change_state), (gst_annodex_granule_to_time):
16865           Annodex support in ogg demuxer. Doesn't do very much without the
16866           other annodex patches (to come).
16867
16868 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16869
16870         Patch by: Fabrizio Gennari <fabrizio dot get at tiscali dot it>
16871
16872         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
16873           Pick up palette for MS video v1 (#327028)
16874
16875 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16876
16877         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16878         (gst_ffmpegcsp_caps_remove_format_info),
16879         (gst_ffmpegcsp_get_unit_size):
16880           The 'palette_data' field from incoming RGB caps shouldn't be
16881           proxied on outgoing YUV caps; also, restrict unit size
16882           adjustment in case of paletted data only to the unit that
16883           actually has a palette. Fixes #330711.
16884
16885 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16886
16887         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
16888         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
16889         (gst_ffmpegcsp_finalize), (gst_ffmpegcsp_class_init),
16890         (gst_ffmpegcsp_get_unit_size):
16891           Plug some memory leaks.
16892
16893 2006-02-24  Tim-Philipp Müller  <tim at centricular dot net>
16894
16895         * sys/ximage/Makefile.am:
16896         * sys/xvimage/Makefile.am:
16897           Add some _CFLAGS and _LIBS that seem to be missing
16898           and/or required for Cygwin (see #317048).
16899
16900 2006-02-22  Wim Taymans  <wim@fluendo.com>
16901
16902         * ext/alsa/gstalsasrc.c:
16903         Fix description as pointed out by caugier.
16904
16905 2006-02-22  Tommi Myöhänen  <ext-tommi do myohanen at nokia dot com>
16906
16907         Reviewed by : Edward Hervey  <edward@fluendo.com>
16908
16909         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
16910         (qt_type_find):
16911         Better 3gp typefinding (#331526).
16912
16913 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16914
16915         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
16916           Don't send EOS event here, the base class will send one for us.
16917
16918         * gst/playback/gstplaybasebin.c: (prepare_output):
16919           Subpictures without video stream aren't allowed either.
16920         
16921         * gst/subparse/gstsubparse.c: (gst_subparse_type_find):
16922           Fix debug statement copy'n'paste-o.
16923
16924 2006-02-21  Tim-Philipp Müller  <tim at centricular dot net>
16925
16926         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume):
16927           Fix issues with mixer keeping state when muting/unmuting
16928           and when changing the volume whilst muted (see #331763
16929           and #331765).
16930
16931 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16932
16933         * gst/subparse/gstsubparse.c: (subrip_unescape_formatting),
16934         (parse_subrip), (gst_sub_parse_format_autodetect):
16935           Set right caps given that we send escaped text. Also,
16936           honour <i></i>, <b></b> and <u></u> markers that can be found
16937           in .srt files (fixes #310202).
16938
16939 2006-02-20  Tim-Philipp Müller  <tim at centricular dot net>
16940
16941         * gst-libs/gst/audio/mixerutils.c:
16942         (element_factory_rank_compare_func):
16943           Make order in which elements are tried more determinable.
16944
16945 2006-02-20  Julien MOUTTE  <julien@moutte.net>
16946
16947         * gst/playback/gstdecodebin.c: (get_our_ghost_pad),
16948         (remove_element_chain), (cleanup_decodebin),
16949         (gst_decode_bin_change_state): Make decodebin reusable by
16950         fixing remove_element_chain first and then introduce a
16951         cleaner in state change to ->NULL. (Closes #331678)
16952
16953 2006-02-19  Wim Taymans  <wim@fluendo.com>
16954
16955         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_open_file):
16956         use 0666 mask when creating files so umask gets applied
16957         correctly. Fixes #331295.
16958
16959 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
16960
16961         * gst/subparse/Makefile.am:
16962         * gst/subparse/gstssaparse.c: (gst_ssa_parse_base_init),
16963         (gst_ssa_parse_dispose), (gst_ssa_parse_init),
16964         (gst_ssa_parse_class_init), (gst_ssa_parse_src_event),
16965         (gst_ssa_parse_sink_event), (gst_ssa_parse_setcaps),
16966         (gst_ssa_parse_remove_override_codes), (gst_ssa_parse_parse_line),
16967         (gst_ssa_parse_chain), (gst_ssa_parse_change_state):
16968         * gst/subparse/gstssaparse.h:
16969         * gst/subparse/gstsubparse.c: (plugin_init):
16970           Add very basic parser for SSA subtitle streams (as often
16971           found in matroska files).
16972
16973 2006-02-19  Tim-Philipp Müller  <tim at centricular dot net>
16974
16975         * gst/playback/gstdecodebin.c: (mimetype_is_raw):
16976           That should be text/x-pango-markup, not text/x-pango-layout.
16977
16978 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16979
16980         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize):
16981         Polishing.
16982
16983 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16984
16985         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16986         (gst_text_overlay_finalize), (gst_text_overlay_init),
16987         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16988         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
16989         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
16990         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
16991         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
16992         Fix state change deadlock.
16993
16994 2006-02-19  Julien MOUTTE  <julien@moutte.net>
16995
16996         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
16997         (gst_text_overlay_finalize), (gst_text_overlay_init),
16998         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
16999         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17000         (gst_text_overlay_text_event), (gst_text_overlay_video_event),
17001         (gst_text_overlay_pop_text), (gst_text_overlay_text_chain),
17002         (gst_text_overlay_video_chain), (gst_text_overlay_change_state):
17003         * ext/pango/gsttextoverlay.h: Fix seeking both for muxed formats
17004         and subtitles files.
17005
17006 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17007
17008         * gst/playback/gstdecodebin.c: (mimetype_is_raw): pango layout
17009         should be considered as raw.
17010
17011 2006-02-19  Julien MOUTTE  <julien@moutte.net>
17012
17013         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
17014         (cb_probe):
17015         * gst/playback/gststreaminfo.h: Introduce language informations.
17016
17017 2006-02-18  Jan Schmidt  <thaytan@mad.scientist.com>
17018
17019         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
17020         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
17021         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17022         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new):
17023         Set shared memory segments to be deleted as soon as we have attached,
17024         that way they get cleaned up automatically if we crash.
17025
17026 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17027
17028         * ext/pango/gstclockoverlay.c: (gst_clock_overlay_get_text): 
17029         * ext/pango/gsttimeoverlay.c: (gst_time_overlay_get_text): Those
17030         functions are called with lock held.
17031
17032 2006-02-18  Julien MOUTTE  <julien@moutte.net>
17033
17034         * ext/pango/gsttextoverlay.c: (gst_text_overlay_base_init),
17035         (gst_text_overlay_finalize), (gst_text_overlay_init),
17036         (gst_text_overlay_setcaps), (gst_text_overlay_src_event),
17037         (gst_text_overlay_render_text), (gst_text_overlay_text_pad_link),
17038         (gst_text_overlay_text_pad_unlink), (gst_text_overlay_text_event),
17039         (gst_text_overlay_video_event), (gst_text_overlay_pop_text),
17040         (gst_text_overlay_text_chain), (gst_text_overlay_video_chain),
17041         (gst_text_overlay_change_state): Refactoring of textoverlay
17042         without collectpads. This now supports sparse subtitles coming
17043         from a demuxer instead of a sub file. Seeking is still broken 
17044         though. Need to discuss with wtay some more on how to handle
17045         seeking correctly.
17046         * ext/pango/gsttextoverlay.h:
17047         * gst/playback/gstplaybin.c: (setup_sinks): Support linking with
17048         subtitles coming from the demuxer.
17049
17050 2006-02-17  Wim Taymans  <wim@fluendo.com>
17051
17052         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_convert_src),
17053         (gst_vorbisenc_convert_sink):
17054         Use some more scaling functions.
17055
17056 2006-02-17  Tim-Philipp Müller  <tim at centricular dot net>
17057
17058         * ext/cdparanoia/gstcdparanoiasrc.c:
17059         (gst_cd_paranoia_src_class_init), (gst_cd_paranoia_dummy_callback),
17060         (gst_cd_paranoia_paranoia_callback),
17061         (gst_cd_paranoia_src_signal_is_being_watched),
17062         (gst_cd_paranoia_src_read_sector):
17063         * ext/cdparanoia/gstcdparanoiasrc.h:
17064           Add back 'transport-error' and 'uncorrected-error' signals and
17065           make them actually be fired when bad stuff happens (#319340).
17066
17067 2006-02-17  Wim Taymans  <wim@fluendo.com>
17068
17069         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
17070         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
17071         (gst_ring_buffer_device_is_open), (gst_ring_buffer_acquire),
17072         (gst_ring_buffer_release), (gst_ring_buffer_set_flushing),
17073         (gst_ring_buffer_start), (gst_ring_buffer_pause_unlocked),
17074         (gst_ring_buffer_pause), (gst_ring_buffer_stop),
17075         (gst_ring_buffer_delay), (gst_ring_buffer_samples_done),
17076         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
17077         (gst_ring_buffer_commit), (gst_ring_buffer_prepare_read),
17078         (gst_ring_buffer_clear):
17079         Small cleanups.
17080         Added some G_LIKELY.
17081
17082 2006-02-17  Wim Taymans  <wim@fluendo.com>
17083
17084         * gst-libs/gst/audio/TODO:
17085         Update TODO
17086
17087         * gst-libs/gst/audio/gstbaseaudiosink.c:
17088         (gst_base_audio_sink_get_offset):
17089         When trying to play samples ASAP and we don't have a
17090         previous sample, try to play at position 0 instead of
17091         an invalid position.
17092
17093 2006-02-17  Wim Taymans  <wim@fluendo.com>
17094
17095         * ext/alsa/gstalsasink.c: (gst_alsasink_open),
17096         (gst_alsasink_reset):
17097         Also release lock when we get an error in _reset();
17098         fix an error message.
17099
17100 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17101
17102         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
17103         (gst_alsasink_init), (get_channel_free_structure),
17104         (caps_add_channel_configuration), (gst_alsasink_getcaps),
17105         (gst_alsasink_close):
17106         * ext/alsa/gstalsasink.h:
17107           Add support for more than 2 channels (#326720).
17108
17109 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17110
17111         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
17112           Set codec_name for WAVEFORMATEX as well. When we have 'normal PCM'
17113           with 4 or 6 channels, assume a default channel layout to make things
17114           work (not sure there's anything else we can do in those cases).
17115
17116 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17117
17118         * gst-libs/gst/audio/multichannel.c:
17119           Minor docs fix.
17120
17121         * gst-libs/gst/riff/Makefile.am:
17122         * gst-libs/gst/riff/riff-ids.h:
17123         * gst-libs/gst/riff/riff-media.c:
17124         (gst_riff_wavext_add_channel_layout), (gst_riff_create_audio_caps):
17125           Add support for WAVEFORMATEX, eg. PCM audio with more than two
17126           channels and a channel layout map.
17127           
17128 2006-02-16  Mathieu Garcia <b0nk at free dot fr>
17129
17130         Reviewed by Edward Hervey  <edward@fluendo.com>
17131
17132         * gst/videoscale/vs_scanline.c: (vs_scanline_resample_nearest_RGBA): 
17133         C-level optimization of the RGBA nearest neighbour function.
17134         Eventually this might end up in liboil with vectorized versions.
17135
17136 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17137
17138         * gst-libs/gst/audio/multichannel.c:
17139         (gst_audio_get_channel_positions):
17140           When we have more than 2 channels, but no channel layout is
17141           specified in the caps, return some default channel layout
17142           to the caller and warn about about a possibly buggy element
17143           (could be buggy filtercaps as well of course) (#317038).
17144
17145 2006-02-16  Tim-Philipp Müller  <tim at centricular dot net>
17146
17147         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
17148           Add gst-libs/gst/cdda to list of lib search paths.
17149
17150 2006-02-15  Andy Wingo  <wingo@pobox.com>
17151
17152         * ext/ogg/gstoggmux.c (gst_ogg_mux_collected): When updating
17153         timestamp, update timestamp_end as well. Fixes a bugaboo. I hope
17154         to the Lord Jesus that I do not have to touch the ogg muxer ever
17155         again.
17156
17157 2006-02-15  Edward Hervey  <edward@fluendo.com>
17158
17159         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
17160         quicktime movie files can also contain 'uuid' atoms.
17161
17162 2006-02-14  Tim-Philipp Müller  <tim at centricular dot net>
17163
17164         * gst/audioconvert/plugin.c: (plugin_init):
17165           Register the GstAudioChannelPosition enum type with the type
17166           system in the plugin_init function, so that it is known before
17167           any element actually makes use of multi-channel stuff. This is
17168           required for example if one wants to be able to deserialise/use
17169           a caps string with channel positions before any pipeline has
17170           been setup and started, like with gst-launch.
17171
17172 2006-02-14  Wim Taymans  <wim@fluendo.com>
17173
17174         * gst-libs/gst/audio/gstringbuffer.c:
17175         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_delay),
17176         (gst_ring_buffer_samples_done), (wait_segment),
17177         (gst_ring_buffer_commit), (gst_ring_buffer_clear):
17178         Add some compiler G_(UN_)LIKELY help.
17179         SIGNAL the ringbuffer waiters when going to PAUSED as well to
17180         make sure they can exit their functions. Should fix #330748
17181
17182 2006-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
17183
17184         * Makefile.am:
17185         * configure.ac:
17186         * win32/MANIFEST:
17187         * win32/common/_stdint.h:
17188           Windows does not have long long; copy the generated _stdint.h
17189         * win32/common/interfaces-enumtypes.c:
17190         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17191         (gst_mixer_track_flags_get_type),
17192         (gst_tuner_channel_flags_get_type):
17193         * win32/common/multichannel-enumtypes.c:
17194         (gst_audio_channel_position_get_type):
17195           update
17196
17197 2006-02-13  Wim Taymans  <wim@fluendo.com>
17198
17199         * gst-libs/gst/audio/gstbaseaudiosink.c:
17200         (gst_base_audio_sink_get_time), (gst_base_audio_sink_preroll),
17201         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17202         Always sync on first sample we receive when starting.
17203
17204 2006-02-13  Wim Taymans  <wim@fluendo.com>
17205
17206         * gst/playback/gstplaybin.c: (gen_vis_element):
17207         Update vis bin docs.
17208         Move queue after tee so we don't queue video buffers but
17209         audio samples instead. Fixes problems where the video queue
17210         is filled and the audio queue empty.
17211
17212 2006-02-13  Tim-Philipp Müller  <tim at centricular dot net>
17213
17214         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_create):
17215           No need to push an EOS event here, GstBaseSrc will do that for us
17216           when we return FLOW_UNEXPECTED.
17217           
17218 2006-02-12  Wim Taymans  <wim@fluendo.com>
17219
17220         * gst-libs/gst/audio/gstbaseaudiosink.c:
17221         (gst_base_audio_sink_get_time), (gst_base_audio_sink_setcaps),
17222         (gst_base_audio_sink_drain), (gst_base_audio_sink_preroll),
17223         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17224         Use scale functions when possible.
17225         Fix error messages.
17226         Free clockid when after waiting for EOS.
17227         Use G_(UN_)LIKLY when it makes sense.
17228         Fix sample clipping bug found by Arwed v. Merkatz fixes #330789.
17229
17230 2006-02-12  Edward Hervey  <edward@fluendo.com>
17231
17232         * gst/playback/gstplaybasebin.c: (prepare_output): 
17233         Remove stray semi-colon (fixes #330888).
17234
17235 2006-02-12  Jan Schmidt  <thaytan@mad.scientist.com>
17236
17237         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
17238         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls):
17239         Fix up the XShm call testing so that we catch errors, and don't
17240         cause new ones by attempting to detach from a segment we failed
17241         to attach to. Fixes #312439.
17242
17243 2006-02-10  Edward Hervey  <edward@fluendo.com>
17244
17245         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
17246         Added flv file typefind (video/x-flv).
17247
17248 2006-02-10  Edward Hervey  <edward@fluendo.com>
17249
17250         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
17251         (gst_riff_create_video_template_caps):
17252         Added FLV1 <==> 'video/x-flash-video,flvversion=1' conversion.
17253         Also added the caps to the default set of riff video caps.
17254
17255 2006-02-09  Andy Wingo  <wingo@pobox.com>
17256
17257         * ext/ogg/gstoggmux.c (GstOggPad): Keep track of both the start
17258         time and the end time of the last packet in the page.
17259         (gst_ogg_mux_pad_queue_page): In addition to setting the timestamp
17260         on the pages in our queue, set the duration as well. Reflow a
17261         debug statement.
17262         (gst_ogg_mux_collected): Keep track of GstOggPad->timestamp_end.
17263         Fixes bad muxing order.
17264
17265 2006-02-09  Thomas Vander Stichele  <thomas at apestaart dot org>
17266
17267         * gst-libs/gst/rtp/gstbasertppayload.c:
17268         (gst_basertppayload_setcaps), (gst_basertppayload_push):
17269           update seqnum before setting it on the packet; this makes sure
17270           that the timestamp and seqnum properties match after pushing
17271           a buffer
17272
17273 2006-02-09  Andy Wingo  <wingo@pobox.com>
17274
17275         * gst-libs/gst/audio/gstringbuffer.c
17276         (gst_ring_buffer_samples_done): Cast to guint64, fixes an integer
17277         overflow after 13.5 hours of recording. Kapow!
17278
17279         * ext/alsa/gstalsasrc.c (gst_alsasrc_delay): Clamp the delay to
17280         the buffer size -- we don't care about underrun/overrun reporting
17281         right now, just need to return a useful value.
17282
17283 2006-02-09  Jan Schmidt  <thaytan@mad.scientist.com>
17284
17285         * configure.ac:
17286           Back to CVS
17287
17288 === release 0.10.3 ===
17289
17290 2006-02-09  Jan Schmidt <thaytan@mad.scientist.com>
17291
17292         * configure.ac:
17293           releasing 0.10.3, "Under Pressure"
17294
17295 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17296
17297         * configure.ac:
17298         Drat. Bump libtool version number for new API.
17299         Prelease 0.10.2.3 (of 0.10.3)
17300
17301 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17302
17303         * configure.ac:
17304         * win32/common/config.h:
17305         0.10.2.2 prerelease (of 0.10.3).
17306
17307 2006-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
17308
17309         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_create):
17310           Revert Andy's newsegment change pending a more correct
17311           fix.
17312
17313 2006-02-08  Thomas Vander Stichele  <thomas at apestaart dot org>
17314
17315         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
17316         (qt_type_find), (plugin_init):
17317           detect more files as 3gp
17318           group and reorder the iso file formats
17319
17320 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17321
17322         * ext/vorbis/vorbis.c: (plugin_init):
17323           Register musicbrainz tags, so apps don't have to.
17324
17325 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17326
17327         * gst-libs/gst/tag/gstvorbistag.c: (gst_tag_from_vorbis_tag),
17328         (gst_tag_to_vorbis_tag):
17329           Make sure we called gst_tag_register_musicbrainz_tags()
17330           before possibly mapping a vorbiscomment string from/to a
17331           musicbrainz tag.
17332
17333 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17334
17335         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
17336           In case we can't find the required number of consecutive
17337           mpeg audio frames to positively identify an MPEG audio
17338           stream, check if there's at least a valid mpeg audio
17339           frame right at offset 0 and if so suggest mpeg/audio
17340           caps with a very low probability (#153004).
17341
17342 2006-02-07  Andy Wingo  <wingo@pobox.com>
17343
17344         * gst/tcp/gsttcpclientsrc.c (gst_tcp_client_src_create): Switch to
17345         a TIME segment if we get timestamped buffers. Requires recent
17346         fixes in core to work properly.
17347
17348 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17349
17350         * gst/playback/gstplaybasebin.c: (prepare_output):
17351           Don't print the URI as part of the error message, it
17352           makes error dialogs look rather ugly, especially if
17353           the URI is very long or has characters in it that
17354           need escaping.
17355
17356 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17357
17358         * gst/playback/gstplaybasebin.c: (prepare_output):
17359           Error out if we have only text or subtitles, but nothing
17360           else. Also error out if we have subtitles but no video
17361           stream.
17362
17363 2006-02-07  Tim-Philipp Müller  <tim at centricular dot net>
17364
17365         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_create):
17366           Treat GNOME_VFS_RESULT_EOF as EOS, not as error (#329194).
17367           Post an error message on the bus when we encounter an
17368           error, which will hopefully be more meaningful than the
17369           'Internal Flow Error' message users get to see if we
17370           just return GST_FLOW_ERROR.
17371
17372 2006-02-07  Andy Wingo  <wingo@pobox.com>
17373
17374         * configure.ac (GST_MAJORMINOR): Update core version req to
17375         0.10.2.2, for the collectpads API addition (#330244).
17376
17377 2006-02-06  Tim-Philipp Müller  <tim at centricular dot net>
17378
17379         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17380           Return FALSE from plugin_init() when GnomeVFS can't
17381           be initialised for some reason (#328423).
17382
17383 2006-02-06  Julien MOUTTE  <julien@moutte.net>
17384
17385         * ext/pango/gsttextoverlay.c: (gst_text_overlay_src_event): 
17386         Stick to seeking theory until i find the bug.
17387         * gst/subparse/gstsubparse.c: (parse_subrip): Fix debug.
17388
17389 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17390
17391         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17392         (theora_enc_finalize), (theora_enc_sink_setcaps),
17393         (theora_set_header_on_caps), (theora_enc_chain),
17394         (theora_enc_change_state):
17395         * tests/check/pipelines/theoraenc.c: (GST_START_TEST):
17396           Make theoraenc and the tests leak free. Like, really.
17397
17398 2006-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
17399
17400         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
17401         (theora_enc_finalize), (theora_enc_sink_setcaps):
17402           Add a finalize method to ensure we clean up state even if
17403           someone omitted the state change back to NULL.
17404
17405         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1),
17406         (gst_vorbisenc_chain):
17407           Free some more leaked bits.
17408
17409         * tests/check/pipelines/theoraenc.c: (start_pipeline),
17410         (stop_pipeline):
17411           Wait for state changes to happen if they're ASYNC.
17412
17413           This ought to teach those fancy pants buildbots a lesson.
17414
17415 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17416
17417         * gst-libs/gst/tag/gstid3tag.c:
17418           Add mapping for ID3 International Standard Recording Code
17419           tag "TSRC"
17420
17421 2006-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
17422
17423         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_metadata_set1):
17424           Don't leak tag names.
17425
17426 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17427
17428         * docs/libs/gst-plugins-base-libs-docs.sgml:
17429         * docs/libs/gst-plugins-base-libs-sections.txt:
17430         * gst-libs/gst/tag/gstid3tag.c:
17431         * gst-libs/gst/tag/gstvorbistag.c:
17432         * gst-libs/gst/tag/tags.c:
17433           Split libgsttag docs into multiple sections.
17434
17435 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17436
17437         * docs/libs/Makefile.am:
17438         * docs/libs/gst-plugins-base-libs-docs.sgml:
17439         * docs/libs/gst-plugins-base-libs-sections.txt:
17440         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_from_id3_tag):
17441         * gst-libs/gst/tag/gstvorbistag.c:
17442         * gst-libs/gst/tag/tag.h:
17443         * gst-libs/gst/tag/tags.c:
17444           Add libgsttag to the docs.
17445
17446 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17447
17448         * ext/pango/gsttextoverlay.c: (gst_text_overlay_finalize),
17449         (gst_text_overlay_init), (gst_text_overlay_src_event),
17450         (gst_text_overlay_collected): Fix clockoverlay.
17451
17452 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17453
17454         * docs/libs/compiling.sgml:
17455           Fix typo: it's pkg-config, not pkg-gconfig
17456
17457         * docs/libs/gst-plugins-base-libs-docs.sgml:
17458         * docs/libs/gst-plugins-base-libs-sections.txt:
17459         * docs/libs/tmpl/gstgconf.sgml:
17460           There is no libgstgconf in 0.10, remove it
17461           from the docs.
17462
17463 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17464
17465         * docs/libs/tmpl/gstcolorbalance.sgml: Updated.
17466         * ext/pango/gsttextoverlay.c: (gst_text_overlay_init),
17467         (gst_text_overlay_src_event), (gst_text_overlay_collected):
17468         * gst/subparse/gstsubparse.c: (gst_sub_parse_dispose),
17469         (gst_sub_parse_class_init), (gst_sub_parse_init),
17470         (gst_sub_parse_src_event), (parse_mdvdsub), (parse_subrip),
17471         (parse_mpsub), (parser_state_init), (handle_buffer),
17472         (gst_sub_parse_chain), (gst_sub_parse_sink_event), (plugin_init):
17473         * gst/subparse/gstsubparse.h: Introduce seeking code.
17474
17475 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17476
17477         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17478           Add comment about LANGUAGE tag inconsistency (we want
17479           ISO-639-1, but extract three-letter identifiers?)
17480
17481         * po/POTFILES.in:
17482           Add two translatable files.
17483
17484 2006-02-05  Tim-Philipp Müller  <tim at centricular dot net>
17485
17486         * gst-libs/gst/tag/Makefile.am:
17487         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add):
17488         * gst-libs/gst/tag/tag.h:
17489         * gst-libs/gst/tag/tags.c:
17490         (gst_tag_register_musicbrainz_tags_internal),
17491         (gst_tag_register_musicbrainz_tags):
17492           Forward-port some tags stuff from the 0.8 branch. This is
17493           mostly the addition of musicbrainz tags and their mapping
17494           to vorbistags, and a vorbistag mapping of the language tag.
17495
17496 2006-02-05  Julien MOUTTE  <julien@moutte.net>
17497
17498         * gst/playback/gstplaybin.c: (gen_text_element): Fix broken code
17499         refactoring.
17500
17501 2006-02-04  David Schleef  <ds@schleef.org>
17502
17503         * ext/ogg/gstoggmux.c:
17504         * gst/typefind/gsttypefindfunctions.c:
17505           Add Dirac typefinding and add dirac format to oggmux.
17506
17507 2006-02-03  Tim-Philipp Müller  <tim at centricular dot net>
17508
17509         * gst/playback/gstdecodebin.c: (try_to_link_1):
17510           Don't put essential function call into
17511           g_return_*() macro, otherwise it'll all be
17512           replaced by NOOPs when compiling with
17513           G_DISABLE_CHECKS defined.
17514
17515 2006-02-03  Edgard Lima <edgard.lima@indt.org.br>
17516
17517         * ext/ogg/gstoggdemux.c:
17518         * ext/ogg/gstoggparse.c:
17519         * gst/tcp/gsttcpserversink.c:
17520         * sys/v4l/v4lsrc_calls.c:
17521         * sys/v4l/v4lsrc_calls.h:
17522         Just make it compile with --disable-gst-debug.
17523
17524 2006-02-03  Wim Taymans  <wim@fluendo.com>
17525
17526         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17527         (gst_alsasink_class_init), (gst_alsasink_init),
17528         (gst_alsasink_write), (gst_alsasink_reset):
17529         * ext/alsa/gstalsasink.h:
17530         Add lock to protect alsa calls.
17531         Implement reset to flush samples ASAP, does not work
17532         with dmix though.
17533
17534 2006-02-02  Wim Taymans  <wim@fluendo.com>
17535
17536         * gst-libs/gst/audio/gstbaseaudiosink.c:
17537         (gst_base_audio_sink_provide_clock):
17538         Ugh.. getting late I guess...
17539
17540 2006-02-02  Wim Taymans  <wim@fluendo.com>
17541
17542         * gst-libs/gst/audio/gstbaseaudiosink.c:
17543         (gst_base_audio_sink_provide_clock),
17544         (gst_base_audio_sink_set_property),
17545         (gst_base_audio_sink_get_property), (gst_base_audio_sink_render):
17546         Don't try to provide a clock when we are not negotiated since
17547         we might not be able to make it run.
17548
17549 2006-02-02  Tim-Philipp Müller  <tim at centricular dot net>
17550
17551         * gst/playback/gstdecodebin.c: (try_to_link_1):
17552           Unlinking two source pads is ... hard.
17553
17554 2006-02-02  Wim Taymans  <wim@fluendo.com>
17555
17556         * gst-libs/gst/audio/TODO:
17557         Updated.
17558
17559         * gst-libs/gst/audio/gstbaseaudiosink.c:
17560         (gst_base_audio_sink_drain), (gst_base_audio_sink_event):
17561         On EOS, wait till the last sample is played before posting EOS.
17562
17563 2006-02-01  Philippe Kalaf <burger at speedy dot org>
17564
17565         Patch by: Kai Vehmanen
17566         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17567           Adds ability to enable newsegment bypass by setting queue_delay to
17568           zero. Also avoid thread being started if queue_delay is zero.
17569
17570 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17571
17572         * gst/playback/test6.c: (new_decoded_pad_cb), (show_error), (main):
17573           Make test work again by connecting fakesinks to each decoded pad,
17574           which makes the pipeline wait until each fakesink has a buffer
17575           queued before going to PAUSED state. At that point we know the
17576           decodebin pads are negotiated.
17577
17578 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17579
17580         * gst-libs/gst/cdda/gstcddabasesrc.c: (gst_cdda_base_src_query),
17581         (gst_cdda_base_src_handle_event):
17582         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audio_test_src_query):
17583           Pass unhandled queries to the parent class's query function.
17584
17585 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17586
17587         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_types),
17588         (gst_ogg_pad_src_query):
17589         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
17590         * ext/theora/theoradec.c: (theora_dec_src_query),
17591         (theora_dec_sink_query):
17592         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
17593         (vorbis_dec_sink_query):
17594         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
17595         (gst_vorbisenc_sink_query):
17596         * gst/adder/gstadder.c: (gst_adder_query):
17597           Pass unhandled queries upstream instead of just
17598           dropping them (#326447). Also, fix supported
17599           query types list for some elements.
17600
17601 2006-02-01  Tim-Philipp Müller  <tim at centricular dot net>
17602
17603         * gst/typefind/gsttypefindfunctions.c: (au_type_find),
17604         (paris_type_find), (ilbc_type_find), (plugin_init):
17605           Fix typefinding for audio/x-au, audio/x-paris and
17606           audio/iLBC-sh. We cannot use the START_WITH macros
17607           here, because there can only be one typefind factory
17608           with the same name (caps), so the second one would
17609           replace the first one and the first one would never
17610           be called when doing typefinding (see #161712).
17611           
17612
17613 2006-01-31  Wim Taymans  <wim@fluendo.com>
17614
17615         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
17616         (vorbis_handle_header_packet), (vorbis_dec_push),
17617         (vorbis_handle_data_packet):
17618         Use scale_int when we can, add some more scaling.
17619         Check packettype before parsing it.
17620
17621 2006-01-31  Wim Taymans  <wim@fluendo.com>
17622
17623         * ext/theora/theoradec.c: (_theora_granule_time),
17624         (theora_dec_src_convert), (theora_dec_sink_convert):
17625         Call right _scale functions.
17626         Use parameter instead of some other random value.
17627
17628 2006-01-31  Wim Taymans  <wim@fluendo.com>
17629
17630         * ext/theora/theoradec.c: (_theora_granule_frame),
17631         (_theora_granule_time), (_inc_granulepos),
17632         (theora_dec_src_convert), (theora_dec_sink_convert),
17633         (theora_handle_type_packet), (theora_handle_data_packet),
17634         (theora_dec_chain):
17635         Use higher precision timestamps calculation.
17636         Convert some other conversions to _scale.
17637
17638 2006-01-31  Stefan Kost  <ensonic@users.sf.net>
17639
17640         * gst/audiotestsrc/gstaudiotestsrc.c:
17641         (gst_audio_test_src_create_sine_table), (plugin_init):
17642         * gst/volume/gstvolume.c: (plugin_init):
17643           initialize gst_controller before using
17644
17645 2006-01-31  Jan Schmidt  <thaytan@mad.scientist.com>
17646
17647         * tests/check/pipelines/theoraenc.c:
17648         * tests/check/pipelines/vorbisenc.c:
17649         Define constant using G_GINT64_CONSTANT to avoid errors when
17650         passing it around - otherwise it gets truncated to 32 bits.
17651
17652         Fixes failing tests.
17653
17654 2006-01-31  Andy Wingo  <wingo@pobox.com>
17655
17656         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_set_caps): Don't segfault if the
17657         caps being set doesn't have a framerate value. Basically a stopgap
17658         measure.
17659
17660         * ext/ogg/gstoggmux.c (GST_BUFFER_END_TIME): New macro. Not
17661         technically correct enough to put into core though.
17662         (gst_ogg_mux_dequeue_page): Use END_TIME instead of TIMESTAMP +
17663         DURATION. Fixes theoraenc ! oggmux.
17664
17665         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Fixate to the nearest
17666         fraction, not double.
17667
17668 2006-01-31  Sebastien Moutte  <sebastien@moutte.net>
17669
17670         * win32/vs7:
17671         add vs7 project files created by Sergey Scobich
17672
17673 2006-01-30  Sebastien Moutte  <sebastien@moutte.net>
17674
17675         * win32/vs8:
17676         add vs8 project files created by Sergey Scobich
17677         
17678 2006-01-30  Andy Wingo  <wingo@pobox.com>
17679
17680         * ext/ogg/gstoggmux.c (gst_ogg_mux_dequeue_page): Compare
17681         timestamp + duration, not just timestamp -- ogg pages should be
17682         ordered by stop time. Necessary fix given the change in vorbis
17683         timestamps.
17684
17685         * ext/theora/theoraenc.c (theora_enc_sink_setcaps) 
17686         (gst_theora_enc_init): Pull the granule shift out of the encoder.
17687         (granulepos_add): New function, handles the messiness of adjusting
17688         granulepos values.
17689         (theora_buffer_from_packet):
17690         (theora_enc_chain):
17691         (theora_enc_sink_event): Use granulepos_add, not +.
17692
17693         * tests/check/pipelines/theoraenc.c
17694         (check_buffer_granulepos_from_starttime): Just check the frame
17695         count, not the actual granulepos -- we can't dictate to the
17696         encoder when it should be placing keyframes.
17697
17698 2006-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
17699
17700         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_start):
17701           SERVICE_NOT_AVAILABLE happens for example when you're trying to
17702           play an http:// stream from a server that's not serving
17703
17704 2006-01-30  Andy Wingo  <wingo@pobox.com>
17705
17706         * tests/check/pipelines/vorbisenc.c (TIMESTAMP_OFFSET): 
17707         * tests/check/pipelines/theoraenc.c (TIMESTAMP_OFFSET): Totally
17708         remove the UINT64_CONSTANT macro, doesn't appear to be needed or
17709         available.
17710
17711         * ext/theora/gsttheoraenc.h:
17712         * ext/theora/theoraenc.c: Same changes as were done to vorbisenc,
17713         although theoraenc was timestamping correctly. Added handling of
17714         streams that start with nonzero timestamps.
17715
17716         * tests/check/Makefile.am:
17717         * tests/check/pipelines/theoraenc.c: New file, basically does same
17718         tests as vorbisenc.
17719
17720         * tests/check/pipelines/vorbisenc.c: I claim these bugs.
17721
17722 2006-01-30  Wim Taymans  <wim@fluendo.com>
17723
17724         * gst-libs/gst/audio/gstaudiosink.c:
17725         (gst_audioringbuffer_class_init), (gst_audioringbuffer_release),
17726         (gst_audioringbuffer_pause):
17727         Implement pause that does not wait for completion.
17728
17729         * gst-libs/gst/audio/gstbaseaudiosink.c:
17730         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17731         Don't drop buffers when going to PAUSED but perform preroll on
17732         remaining samples now that core base class supports this.
17733
17734         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_release),
17735         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_stop),
17736         (gst_ring_buffer_commit):
17737         Pause should not signal waiters.
17738         Implement return value of _commit correctly.
17739
17740 2006-01-30  Andy Wingo  <wingo@pobox.com>
17741
17742         * tests/check/Makefile.am (check_vorbis): Add pipelines/vorbisenc.
17743
17744         * ext/vorbis/vorbisenc.c (gst_vorbisenc_buffer_from_packet): Logic
17745         updated to timestamp from the first sample, not the last.
17746         (gst_vorbisenc_buffer_from_header_packet): New function, takes
17747         special care of granulepos and timestamp for header packets.
17748         (gst_vorbisenc_chain): Reflow, fix some leaks, and handle the case
17749         when the first buffer has a nonzero timestamp.
17750
17751         * ext/vorbis/vorbisenc.h (GstVorbisEnc.granulepos_offset)
17752         (GstVorbisEnc.subgranule_offset): New members. Take care of the
17753         case when the first audio buffer we get has a nonzero timestamp.
17754         (GstVorbisEnc.next_ts): Renamed from prev_ts, because now we
17755         properly timestamp vorbis buffers with the time of the first
17756         sample, not the last.
17757         
17758         * ext/vorbis/vorbisenc.c (granulepos_to_clocktime): Renamed from
17759         vorbis_granule_time_copy -- now it takes the granule/subgranule
17760         offset into account.
17761
17762         * tests/check/pipelines/vorbisenc.c: New test for correctness of
17763         timestamps, durations, and granulepos on buffers produced by
17764         vorbisenc.
17765
17766 2006-01-30  Jan Schmidt  <thaytan@mad.scientist.com>
17767
17768         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
17769         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
17770           Patch from Eric Jonas to support conversions to/from UYVY 
17771           (Fixes: #324626)
17772
17773 2006-01-30  Julien MOUTTE  <julien@moutte.net>
17774
17775         * gst/playback/gstplaybasebin.c: (group_commit), (queue_overrun),
17776         (setup_subtitle), (setup_source), (set_active_source):
17777         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
17778         (gen_text_element), (gen_audio_element), (gen_vis_element),
17779         (remove_sinks), (add_sink), (setup_sinks): Implement subtitles.
17780
17781 2006-01-29  Sebastien Moutte  <sebastien@moutte.net>
17782
17783         * gst-libs/gst/audio/audio.h: (GST_CLOCK_TIME_TO_FRAMES)
17784         * gst-libs/gst/audio/gstbaseaudiosink.c: (gst_base_audio_sink_render)
17785                 use gst_guint64_to_gdouble to be compliant with vs6
17786         * gst/playback/gstdecodebin.c: (try_to_link_1)
17787         * gst/videorate/videorate.c: (gst_video_rate_blank_data)
17788                 use G_GINT64_CONSTANT for int64 constants
17789         * win32/common/libgstinterfaces.def:
17790                 export some symbols (gst_mixer_get_type,gst_mixer_track_get_type)
17791         * win32/vs6:
17792                 update and add new project files
17793                 
17794 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17795
17796         * Makefile.am:
17797         * win32/MANIFEST:
17798         * win32/common/interfaces-enumtypes.c:
17799         (gst_color_balance_type_get_type), (gst_mixer_type_get_type),
17800         (gst_mixer_track_flags_get_type),
17801         (gst_tuner_channel_flags_get_type):
17802         * win32/common/interfaces-enumtypes.h:
17803         * win32/common/multichannel-enumtypes.c:
17804         (gst_audio_channel_position_get_type):
17805         * win32/common/multichannel-enumtypes.h:
17806           add a win32-update rule like in core, and copy over enumtypes files
17807
17808 2006-01-29  Thomas Vander Stichele  <thomas at apestaart dot org>
17809
17810         * win32/MANIFEST:
17811         * win32/common/config.h:
17812         * win32/common/config.h.in:
17813           add config files just like in core
17814
17815 2006-01-28  Tim-Philipp Müller  <tim at centricular dot net>
17816
17817         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format):
17818           Make gcc-4.1 happy (part of #327357).
17819
17820 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17821
17822         * ext/alsa/gstalsasink.c: (gst_alsasink_init), (set_hwparams),
17823         (set_swparams), (gst_alsasink_prepare), (gst_alsasink_unprepare),
17824         (gst_alsasink_close), (gst_alsasink_write), (gst_alsasink_reset):
17825         * ext/alsa/gstalsasrc.c: (gst_alsasrc_init), (set_hwparams),
17826         (set_swparams), (gst_alsasrc_open), (gst_alsasrc_prepare),
17827         (gst_alsasrc_unprepare), (gst_alsasrc_read):
17828           Update all error messages.  All of them should either use
17829           the default translated message, or actually provide a
17830           translatable string.
17831           Make the string for channel count problems meaningful.
17832
17833 2006-01-28  Thomas Vander Stichele  <thomas at apestaart dot org>
17834
17835         * sys/v4l/v4l_calls.c: (gst_v4l_open):
17836           check for and throw RESOURCE_BUSY
17837
17838 2006-01-27  David Schleef  <ds@schleef.org>
17839
17840         * gst/videoscale/vs_scanline.c: Oops, *that's* why I never
17841           checked in this change -- it requires liboil features not
17842           in 0.3.6.  Revert parts.
17843
17844 2006-01-27  David Schleef  <ds@schleef.org>
17845
17846         * REQUIREMENTS:
17847         * configure.ac: update liboil requirement to 0.3.6
17848         * gst/videoscale/Makefile.am:
17849         * gst/videoscale/vs_scanline.c: liboilify
17850
17851 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17852
17853         * ext/libvisual/visual.c: (get_buffer):
17854           When pad_alloc returns a GstFlowReturn other
17855           than GST_FLOW_OK, make sure it is passed upstream.
17856
17857 2006-01-27  Jan Schmidt  <thaytan@mad.scientist.com>
17858
17859         * ext/alsa/gstalsasink.c: (gst_alsasink_finalise),
17860         (gst_alsasink_class_init):
17861           Free the device name string.
17862
17863         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
17864         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_release_pad),
17865         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_clear_collectpads):
17866           Don't remove a pad from the collectpads structure until it
17867           is released - it's a request pad, and may receive data again
17868           if the element gets moved back to PLAYING state.
17869
17870         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
17871           Ensure we turn on double buffering on the Xv port, and
17872           set the colour key to something dark and mysterious that
17873           isn't black.
17874
17875 2006-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
17876
17877         * ext/alsa/gstalsaplugin.c: (plugin_init):
17878         * ext/cdparanoia/gstcdparanoiasrc.c:
17879         (gst_cd_paranoia_src_base_init), (plugin_init):
17880         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
17881         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init):
17882           - a library should not call setlocale. see "Libraries" node in
17883             gettext manual
17884           - make sure all plugins that use translation do bindtextdomain
17885             to point to the localedir
17886         * gst/playback/gstplaybin.c: (gen_vis_element), (add_sink),
17887         (setup_sinks), (plugin_init):
17888           all this, and check for NULL when creating sinks
17889
17890 2006-01-27  Julien MOUTTE  <julien@moutte.net>
17891
17892         * gst/subparse/gstsubparse.c: (gst_subparse_type_find),
17893         (plugin_init): Make typefinding of subtitles work again.
17894
17895 2006-01-26  Tim-Philipp Müller  <tim at centricular dot net>
17896
17897         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
17898         (mp3_type_frame_length_from_header), (mp3_type_find),
17899         (wavpack_type_find), (m4a_type_find), (ircam_type_find),
17900         (plugin_init):
17901           Backport a bunch of typefinding fixes from the 0.8 branch.
17902           Also, improve wavpack typefinding: if we can't peek the
17903           entire wavpack block, try to parse the bits we can get and
17904           see if we find what we're looking for in those.
17905
17906 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17907
17908         * sys/ximage/ximagesink.c:
17909         (gst_ximagesink_calculate_pixel_aspect_ratio):
17910         * sys/xvimage/xvimagesink.c:
17911         (gst_xvimagesink_calculate_pixel_aspect_ratio): Handle some
17912         more cases of pixel aspect ratio.
17913
17914 2006-01-26  Edward Hervey  <edward@fluendo.com>
17915
17916         * gst/playback/gstdecodebin.c: (pad_probe):
17917         Also consider the flush-start and tag events as unblockers
17918         for the pad probes.
17919
17920 2006-01-26  Julien MOUTTE  <julien@moutte.net>
17921
17922         * gst/playback/gstplaybin.c: (gst_play_bin_init),
17923         (gst_play_bin_dispose), (gst_play_bin_vis_unblocked),
17924         (gst_play_bin_vis_blocked), (gst_play_bin_set_property): 
17925         On the fly visualisation switch, works disabling, enabling as
17926         well but it won't be able to enable vis in a playbin that was
17927         created with no visualisation.
17928
17929 2006-01-25  Wim Taymans  <wim@fluendo.com>
17930
17931         * gst-libs/gst/audio/gstbaseaudiosink.c:
17932         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
17933         Undo previous commit that returned WRONG_STATE sooner, it breaks 
17934         resume after pause.
17935
17936 2006-01-25  Wim Taymans  <wim@fluendo.com>
17937
17938         * gst-libs/gst/audio/gstbaseaudiosink.c:
17939         (gst_base_audio_sink_setcaps), (gst_base_audio_sink_event),
17940         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render):
17941         Improve debugging.
17942         Post error when caps cannot be parsed.
17943         Resync on discontinuity in the stream.
17944         Clip samples to segment boundaries.
17945         return WRONG_STATE sooner when we are flushing.
17946
17947         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_init),
17948         (gst_base_audio_src_get_time), (gst_base_audio_src_create):
17949         Make audiosrc operate in TIME.
17950         Set TIMESTAMP and DURATION on buffers.
17951
17952 2006-01-24  Tim-Philipp Müller  <tim at centricular dot net>
17953
17954         * tests/examples/seek/seek.c: (main):
17955           Output tag messages as well.
17956
17957 2006-01-23  Edward Hervey  <edward@fluendo.com>
17958
17959         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
17960         (free_pad_probes), (remove_fakesink), (pad_probe),
17961         (close_pad_link), (gst_decode_bin_change_state):
17962         Replace GstPadBlockCallback with pad probes that detect
17963         first buffer AND eos before removing fakesink.
17964         Fixes hang with demuxers doing EOS while pre-rolling.
17965         Solves #328279
17966
17967 2006-01-23  Andy Wingo  <wingo@pobox.com>
17968
17969         * ext/alsa/gstalsasink.c:
17970         * gst-libs/gst/rtp/gstbasertpdepayload.c:
17971         (gst_base_rtp_depayload_setcaps),
17972         (gst_base_rtp_depayload_add_to_queue),
17973         (gst_base_rtp_depayload_queue_release): GCC 2.95 fixes (#328263).
17974         
17975         Patch by: Jens Granseuer <jensgr at gmx dot net>
17976
17977 2006-01-22  Julien MOUTTE  <julien@moutte.net>
17978
17979         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
17980         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
17981         (gst_xvimagesink_buffer_alloc): Playbin keeps some ref to some 
17982         frames. We might get a frame destroyed after changing state to
17983         NULL, adding a safety check on xcontext.
17984
17985 2006-01-22  Tim-Philipp Müller  <tim at centricular dot net>
17986
17987         * gst-libs/gst/interfaces/xoverlay.c:
17988           Fix prepare-xwindow-id code example in the docs - we need to
17989           ignore all messages that aren't element messages as well.
17990           
17991 2006-01-21  Julien MOUTTE  <julien@moutte.net>
17992
17993         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_buffer_alloc):
17994           I think one day i'll completely undestand how caps negotiation
17995           is supposed to work. This refactoring handles buffer_alloc
17996           called with caps we can't handle. We definitely don't want a
17997           set_caps with those caps, so we define and allocate a buffer
17998           we would like to receive.
17999
18000 2006-01-19  Tim-Philipp Müller  <tim at centricular dot net>
18001
18002         * gst/playback/gstplaybasebin.c: (setup_source):
18003           Free iterator when done.
18004
18005 2006-01-17  Jan Schmidt  <thaytan@mad.scientist.com>
18006
18007         * gst-libs/gst/audio/gstbaseaudiosink.c:
18008         (gst_base_audio_sink_render):
18009           Fix playback of non-synchronised streams by assuming a rate
18010           of 1.0 instead of a random one.
18011
18012           Makes this work again:
18013
18014           gst-launch filesrc location=raw_audio.file ! 'audio/x-raw-int,
18015           endianness=(int)4321, signed=(boolean)true, width=(int)16,
18016           depth=(int)16, rate=(int)44100, channels=(int)2' ! audioconvert !
18017           audioresample ! alsasink
18018
18019 === release 0.10.2 ===
18020
18021 2006-01-16  Thomas Vander Stichele <thomas at apestaart dot org>
18022
18023         * configure.ac:
18024           releasing 0.10.2, "Then the devil is six"
18025
18026 2006-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
18027
18028         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18029         * gst/playback/gststreamselector.c:
18030         (gst_stream_selector_set_property):
18031           Comment out broken code that connects to the state-changed signal.
18032           At this point, changing current stream selection is broken, but 
18033           stuff like gst-launch playbin current-audio=1 works and filters
18034           to the chosen stream.
18035
18036 2006-01-16  Thomas Vander Stichele  <thomas at apestaart dot org>
18037
18038         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
18039           Fix #327216 (null dereference in vorbisdec)
18040
18041 2006-01-16  Tim-Philipp Müller  <tim at centricular dot net>
18042
18043         * ext/theora/theoradec.c: (theora_handle_comment_packet):
18044           Post taglist actually on bus instead of just freeing it
18045           (fixes #327114 and totem bug #327080).
18046
18047         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
18048           Use gst_element_found_tags_for_pad(), so that the tags
18049           are sent downstream as an event as well.
18050
18051 2006-01-15  Thomas Vander Stichele  <thomas at apestaart dot org>
18052
18053         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
18054         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
18055         (gst_ximagesink_buffer_alloc):
18056         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
18057         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_show_frame),
18058         (gst_xvimagesink_buffer_alloc):
18059           move all regularly occurring messages to GST_LOG level
18060           add some more object logs
18061
18062 2006-01-14  Thomas Vander Stichele  <thomas at apestaart dot org>
18063
18064         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
18065           fix a silly segfault
18066
18067 2006-01-14  Tim-Philipp Müller  <tim at centricular dot net>
18068
18069         * docs/libs/gst-plugins-base-libs-docs.sgml:
18070         * docs/libs/gst-plugins-base-libs-sections.txt:
18071         * gst-libs/gst/audio/mixerutils.c:
18072         * gst-libs/gst/audio/mixerutils.h:
18073           Add docs for mixerutils stuff.
18074
18075 2006-01-13  Tim-Philipp Müller  <tim at centricular dot net>
18076
18077         * gst/playback/gstplaybasebin.c: (setup_source):
18078           Fix playback for sources that emit raw audio or
18079           raw video streams (e.g.: cd audio sources) (#325984).
18080
18081 2006-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
18082
18083         * gst-libs/gst/audio/mixerutils.c:
18084         (gst_audio_mixer_filter_do_filter):
18085           actually save the element we create
18086
18087 2006-01-12  Tim-Philipp Müller  <tim at centricular dot net>
18088
18089         * gst-libs/gst/cdda/gstcddabasesrc.c:
18090         (gst_cdda_base_src_handle_track_seek):
18091           No need to post a tag message on the bus when seeking
18092           within the same track, only post it when the current
18093           track changes.
18094
18095 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18096
18097         * gst/playback/gstplaybasebin.c: (group_destroy),
18098         (probe_triggered), (new_decoded_pad), (mute_group_type),
18099         (set_active_source):
18100         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
18101         * gst/playback/gststreamselector.c:
18102         (gst_stream_selector_base_init),
18103         (gst_stream_selector_set_property),
18104         (gst_stream_selector_request_new_pad):
18105           Reenable stream selection. These mechanisms need a complete overhaul
18106           in the face of 0.8->0.10 changes though.
18107
18108 2006-01-11  Jan Schmidt  <thaytan@mad.scientist.com>
18109
18110         * ext/ogg/gstoggdemux.c:
18111           Change the pad template to src_%d to match the pads that 
18112           are created from it. decodebin needs this information in order
18113           to decide that oggdemux is capable of producing multiple pads
18114           (and hence needs queues inserted).
18115
18116         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
18117         (gst_ogg_mux_collected):
18118           Make debug output more useful by using GST_PTR_FORMAT.
18119
18120 2006-01-11  Tommi Myöhänen  <ext-tommi dot myohanen at nokia dot com>
18121
18122         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
18123
18124         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_parse_caps):
18125           Set depth and width for alaw/mulaw (fixes #326601).
18126
18127 2006-01-11  Thomas Vander Stichele  <thomas at apestaart dot org>
18128
18129         * tests/icles/Makefile.am:
18130           don't build the tests if we don't have the libs
18131
18132 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18133
18134         * ext/cdparanoia/gstcdparanoiasrc.c: (gst_cd_paranoia_src_close),
18135         (gst_cd_paranoia_paranoia_callback):
18136           Don't try to free NULL pointers.
18137
18138 2006-01-10  Edward Hervey  <edward@fluendo.com>
18139
18140         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_chain),
18141         (gst_audio_rate_change_state), (plugin_init):
18142         Add debugging category.
18143         Fix type issues.
18144         Add case for incoming buffers without valid offset/offset_end.
18145
18146 2006-01-10  Michael Smith  <msmith@fluendo.com>
18147
18148         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_dispose):
18149           Don't leak GCond in audio sources.
18150
18151 2006-01-10  Jan Schmidt  <thaytan@mad.scientist.com>
18152
18153         * gst/playback/gstplaybin.c: (gen_audio_element):
18154           Don't leak an autoaudiosink/alsasink when we generate
18155           a new audio element. (old code, I guess)
18156
18157 2006-01-10  Michael Smith  <msmith@fluendo.com>
18158
18159         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_setcaps):
18160           Support float audio in audiorate.
18161           Use width rather than depth for selecting sample width.
18162
18163 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18164
18165         * gst/videotestsrc/videotestsrc.h:
18166           Use GLib types here (that way we don't have to include the
18167           generated _stdint.h header, which makes life easier for win32
18168           folks that don't use autotools for the build) (#325990, patch
18169           by: Sergey Scobich).
18170
18171 2006-01-10  Tim-Philipp Müller  <tim at centricular dot net>
18172
18173         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18174         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18175         (gst_ring_buffer_pause), (wait_segment):
18176         * gst-libs/gst/audio/gstringbuffer.h:
18177           Name (private) union, makes Forte compiler happy (this time
18178           for real) (#324900).
18179
18180 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18181
18182         * gst-libs/gst/audio/Makefile.am:
18183           Link against libgstinterfaces, needed for mixer
18184           and property probe stuff.
18185
18186 2006-01-09  Edward Hervey  <edward@fluendo.com>
18187
18188         * gst-libs/gst/Makefile.am:
18189
18190 2006-01-09  Tim-Philipp Müller  <tim at centricular dot net>
18191
18192         * gst-libs/gst/audio/Makefile.am:
18193         * gst-libs/gst/audio/mixerutils.c:
18194         (gst_audio_mixer_filter_do_filter),
18195         (gst_audio_mixer_filter_check_element),
18196         (gst_audio_mixer_filter_probe_feature),
18197         (element_factory_rank_compare_func),
18198         (gst_audio_default_registry_mixer_filter):
18199         * gst-libs/gst/audio/mixerutils.h:
18200           Add gst_audio_default_registry_mixer_filter() utility
18201           function.
18202
18203 2006-01-03  Michael Smith  <msmith@fluendo.com>
18204
18205         * gst/audioresample/resample.h:
18206           As before, but for o_buf
18207
18208 2006-01-03  Michael Smith  <msmith@fluendo.com>
18209
18210         * gst/audioresample/resample.h:
18211           Declare struct _ResampleState.buffer as unsigned char *, not void *,
18212           since we do arithmetic on it.
18213
18214 2006-01-02  Tim-Philipp Müller  <tim at centricular dot net>
18215
18216         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
18217         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
18218         (gst_ring_buffer_pause), (wait_segment):
18219         * gst-libs/gst/audio/gstringbuffer.h:
18220           Sun's Forte compiler doesn't seem to like anonymous structs,
18221           so use same setup as in GstBaseSrc (fixes #324900).
18222
18223 2005-12-30  Stefan Kost  <ensonic@users.sf.net>
18224
18225         * configure.ac:
18226         * gst/volume/Makefile.am:
18227         * gst/volume/demo.c:
18228           move old example to tests/examples/volume/volune.c
18229         * tests/examples/Makefile.am:
18230         * tests/examples/seek/seek.c: (main):
18231           change window-close event from "delete-event" to "destroy"
18232         * tests/examples/volume/Makefile.am:
18233         * tests/examples/volume/volume.c: (value_changed_callback),
18234         (setup_gui), (message_received), (eos_message_received), (main):
18235           fix event handling and bus usage
18236
18237 2005-12-29  Stefan Kost  <ensonic@users.sf.net>
18238
18239         * gst/audiotestsrc/gstaudiotestsrc.c:
18240         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_class_init),
18241         (gst_audio_test_src_init), (gst_audio_test_src_src_fixate),
18242         (gst_audio_test_src_query), (gst_audio_test_src_create_sine),
18243         (gst_audio_test_src_create_square),
18244         (gst_audio_test_src_create_saw),
18245         (gst_audio_test_src_create_triangle),
18246         (gst_audio_test_src_create_silence),
18247         (gst_audio_test_src_create_white_noise),
18248         (gst_audio_test_src_create_pink_noise),
18249         (gst_audio_test_src_init_sine_table),
18250         (gst_audio_test_src_create_sine_table),
18251         (gst_audio_test_src_change_wave),
18252         (gst_audio_test_src_change_volume), (gst_audio_test_src_do_seek),
18253         (gst_audio_test_src_create), (gst_audio_test_src_set_property):
18254         * gst/audiotestsrc/gstaudiotestsrc.h:
18255           update to basesrc changes, implement segmented seeking and eos
18256           handling, add a 'sine-tab' waveform for performance critical playback
18257
18258 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18259
18260         * po/POTFILES.in:
18261           ... and this time the other modified file that I missed last time.
18262
18263 2005-12-29  Michael Smith  <msmith@fluendo.com>
18264
18265         * gst/playback/gstdecodebin.c: (new_pad):
18266           Fix non-C89 variable declaration not at the start of a block. Should
18267           help some compilers.
18268
18269 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18270
18271         * tests/check/Makefile.am:
18272           And now fix 'make distcheck' (builddir != srcdir)
18273
18274 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18275
18276         * configure.ac:
18277         * ext/cdparanoia/Makefile.am:
18278         * ext/cdparanoia/gstcdparanoia.c:
18279         * ext/cdparanoia/gstcdparanoia.h:
18280         * ext/cdparanoia/gstcdparanoiasrc.c:
18281         (gst_cd_paranoia_mode_get_type), (gst_cd_paranoia_src_base_init),
18282         (gst_cd_paranoia_src_init), (gst_cd_paranoia_src_class_init),
18283         (gst_cd_paranoia_src_open), (gst_cd_paranoia_src_close),
18284         (gst_cd_paranoia_paranoia_callback),
18285         (gst_cd_paranoia_src_read_sector), (gst_cd_paranoia_src_finalize),
18286         (gst_cd_paranoia_src_set_property),
18287         (gst_cd_paranoia_src_get_property), (plugin_init):
18288         * ext/cdparanoia/gstcdparanoiasrc.h:
18289           New cdparanoiasrc element based on cddabasesrc; enable cdparanoia
18290           plugin again (there are still fixes required to playbin to make
18291           cdda:// uris work there).
18292
18293 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18294
18295         * tests/check/Makefile.am:
18296           Fix test case compilation.
18297
18298 2005-12-29  Tim-Philipp Müller  <tim at centricular dot net>
18299
18300         * gst-libs/gst/cdda/gstcddabasesrc.c:
18301         (gst_cdda_base_src_update_duration),
18302         (gst_cdda_base_src_calculate_cddb_id):
18303           An integer is not a string. Fix access to uninitialised variable.
18304
18305         * tests/check/Makefile.am:
18306           Add cddabasesrc unit test; also actually enable the vorbis test.
18307
18308         * tests/check/generic/states.c:
18309           Blacklist new cd audio elements as well.
18310
18311         * tests/check/libs/cddabasesrc.c:
18312           Unit test for GstCddaBaseSrc (discid calculation mostly).
18313
18314 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18315
18316         * docs/libs/Makefile.am:
18317         * docs/libs/gst-plugins-base-libs-docs.sgml:
18318         * docs/libs/gst-plugins-base-libs-sections.txt:
18319         * docs/libs/gst-plugins-base-libs.types:
18320           Add docs for libgstcdda/GstCddaBaseSrc.
18321
18322         * gst-libs/gst/interfaces/mixertrack.h:
18323           Do one struct member per line with a semicolon at the end, that way
18324           even gtk-doc might parse it without complaining.
18325
18326 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18327
18328         * configure.ac:
18329         * gst-libs/gst/Makefile.am:
18330         * gst-libs/gst/cdda/Makefile.am:
18331         * gst-libs/gst/cdda/base64.c:
18332         * gst-libs/gst/cdda/base64.h:
18333         * gst-libs/gst/cdda/gstcddabasesrc.c:
18334         (gst_cdda_base_src_mode_get_type), (gst_cdda_base_src_base_init),
18335         (gst_cdda_base_src_class_init), (gst_cdda_base_src_init),
18336         (gst_cdda_base_src_finalize), (gst_cdda_base_src_set_property),
18337         (gst_cdda_base_src_get_property),
18338         (gst_cdda_base_src_get_track_from_sector),
18339         (gst_cdda_base_src_get_query_types), (gst_cdda_base_src_convert),
18340         (gst_cdda_base_src_query), (gst_cdda_base_src_is_seekable),
18341         (gst_cdda_base_src_do_seek), (gst_cdda_base_src_handle_track_seek),
18342         (gst_cdda_base_src_handle_event), (gst_cdda_base_src_uri_get_type),
18343         (gst_cdda_base_src_uri_get_protocols),
18344         (gst_cdda_base_src_uri_get_uri), (gst_cdda_base_src_uri_set_uri),
18345         (gst_cdda_base_src_uri_handler_init),
18346         (gst_cdda_base_src_setup_interfaces),
18347         (gst_cdda_base_src_add_track), (gst_cdda_base_src_update_duration),
18348         (cddb_sum), (gst_cddabasesrc_calculate_musicbrainz_discid),
18349         (lba_to_msf), (gst_cdda_base_src_calculate_cddb_id),
18350         (gst_cdda_base_src_add_tags),
18351         (gst_cdda_base_src_add_index_associations),
18352         (gst_cdda_base_src_set_index), (gst_cdda_base_src_get_index),
18353         (gst_cdda_base_src_track_sort_func), (gst_cdda_base_src_start),
18354         (gst_cdda_base_src_clear_tracks), (gst_cdda_base_src_stop),
18355         (gst_cdda_base_src_create):
18356         * gst-libs/gst/cdda/gstcddabasesrc.h:
18357         * gst-libs/gst/cdda/sha1.c:
18358         * gst-libs/gst/cdda/sha1.h:
18359           Add new libgstcdda with GstCddaBaseSrc class.
18360
18361 2005-12-28  Tim-Philipp Müller  <tim at centricular dot net>
18362
18363         * ext/gnomevfs/gstgnomevfssink.h:
18364           Use GstBaseSinkClass as parent_class member for class struct, not
18365           GstBaseSink.
18366
18367 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18368
18369         Patch by: Michael Benes
18370
18371         * gst/videotestsrc/gstvideotestsrc.c:
18372         (gst_video_test_src_class_init), (gst_video_test_src_start):
18373           Add start method to reset running time and number of frames sent
18374           when starting up (fixes #324696)
18375
18376 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18377
18378         * docs/plugins/Makefile.am:
18379         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18380         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18381         * docs/plugins/gst-plugins-base-plugins.args:
18382         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18383         * docs/plugins/gst-plugins-base-plugins.signals:
18384           Add docs stuff for gnomevfssrc and gnomevfssink.
18385
18386         * ext/gnomevfs/gstgnomevfssrc.c:
18387           Fix example pipeline in gtk-doc blurb.
18388
18389 2005-12-27  Tim-Philipp Müller  <tim at centricular dot net>
18390
18391         * ext/gnomevfs/Makefile.am:
18392         * ext/gnomevfs/gstgnomevfs.c: (gst_gnome_vfs_uri_get_type),
18393         (gst_gnome_vfs_handle_copy), (gst_gnome_vfs_handle_free),
18394         (gst_gnome_vfs_handle_get_type), (plugin_init):
18395         * ext/gnomevfs/gstgnomevfs.h:
18396         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnome_vfs_sink_do_init),
18397         (gst_gnome_vfs_sink_base_init), (gst_gnome_vfs_sink_class_init),
18398         (gst_gnome_vfs_sink_finalize), (gst_gnome_vfs_sink_init),
18399         (gst_gnome_vfs_sink_set_property),
18400         (gst_gnome_vfs_sink_get_property), (gst_gnome_vfs_sink_open_file),
18401         (gst_gnome_vfs_sink_close_file), (gst_gnome_vfs_sink_start),
18402         (gst_gnome_vfs_sink_stop), (gst_gnome_vfs_sink_handle_event),
18403         (gst_gnome_vfs_sink_query), (gst_gnome_vfs_sink_render),
18404         (gst_gnome_vfs_sink_uri_get_type),
18405         (gst_gnome_vfs_sink_uri_get_protocols),
18406         (gst_gnome_vfs_sink_uri_get_uri), (gst_gnome_vfs_sink_uri_set_uri),
18407         (gst_gnome_vfs_sink_uri_handler_init):
18408         * ext/gnomevfs/gstgnomevfssink.h:
18409           Port gnomevfssink; add gtk-doc blurb.
18410
18411         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnome_vfs_src_get_type),
18412         (gst_gnome_vfs_src_base_init), (gst_gnome_vfs_src_class_init),
18413         (gst_gnome_vfs_src_init), (gst_gnome_vfs_src_finalize),
18414         (gst_gnome_vfs_src_uri_get_type),
18415         (gst_gnome_vfs_src_uri_get_protocols),
18416         (gst_gnome_vfs_src_uri_get_uri), (gst_gnome_vfs_src_uri_set_uri),
18417         (gst_gnome_vfs_src_uri_handler_init),
18418         (gst_gnome_vfs_src_set_property), (gst_gnome_vfs_src_get_property),
18419         (gst_gnome_vfs_src_unicodify), (audiocast_thread_run),
18420         (gst_gnome_vfs_src_send_additional_headers_callback),
18421         (gst_gnome_vfs_src_received_headers_callback),
18422         (gst_gnome_vfs_src_push_callbacks),
18423         (gst_gnome_vfs_src_pop_callbacks),
18424         (gst_gnome_vfs_src_get_icy_metadata), (gst_gnome_vfs_src_create),
18425         (gst_gnome_vfs_src_is_seekable), (gst_gnome_vfs_src_get_size),
18426         (gst_gnome_vfs_src_start), (gst_gnome_vfs_src_stop):
18427         * ext/gnomevfs/gstgnomevfssrc.h:
18428           s/gst_gnomevfssrc/gst_gnome_vfs_src/; move header stuff to header
18429           file; add gtk-doc blurb with example pipelines.
18430
18431 === release 0.10.1 ===
18432
18433 2005-12-23  Thomas Vander Stichele <thomas at apestaart dot org>
18434
18435         * configure.ac:
18436           releasing 0.10.1, "Dobro Dedek"
18437
18438 2005-12-21  Edgard Lima <edgard.lima@indt.org.br>
18439
18440         * gst/typefind/gsttypefindfunctions.c:
18441         iLBC30 and iLBC20 added to typefind.
18442
18443 2005-12-20  Thomas Vander Stichele  <thomas at apestaart dot org>
18444
18445         * gst-libs/gst/audio/gstbaseaudiosink.c:
18446         (gst_base_audio_sink_class_init):
18447         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18448         (gst_base_audio_src_class_init):
18449           update strings, values are in microseconds
18450           change the default sink buffer time to something that is smaller
18451           (to help software volume mixing have a slightly lower delay) but
18452           still be acceptable on Wim's laptop
18453
18454 2005-12-20  Edward Hervey  <edward@fluendo.com>
18455
18456         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_template_caps):
18457         Made a quack, forgot to add DUCK to the riff video template.
18458
18459 2005-12-19  Edward Hervey  <edward@fluendo.com>
18460
18461         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_base_init),
18462         (gst_ogm_parse_init), (gst_ogm_audio_parse_init),
18463         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
18464         (gst_ogm_parse_chain):
18465         Make sure pads are initialized correctly.
18466         * gst-libs/gst/riff/riff-ids.h:
18467         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
18468         (gst_riff_create_video_template_caps):
18469         Add a whole bunch of FOURCC <=> MimeType.
18470         Extend the riff video pad template to support the newly added fourcc.
18471
18472 2005-12-18  Jan Schmidt  <thaytan@mad.scientist.com>
18473
18474         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain),
18475         (gst_ogg_demux_activate_chain):
18476           Extra debug output when activating/deactivating chains.
18477
18478         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
18479         (is_demuxer_element), (try_to_link_1), (remove_element_chain),
18480         (unlinked):
18481           Remove a queue from our list when it becomes unlinked.
18482           Don't add queues to elements in class 'Demux' if they
18483           can only produce one pad 
18484
18485 2005-12-18  Julien MOUTTE  <julien@moutte.net>
18486
18487         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_base_init),
18488         (gst_video_sink_get_type): Add a debug category.
18489
18490 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18491
18492         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18493         (gst_base_rtp_depayload_init), (gst_base_rtp_depayload_handle_sink_event):
18494           Handle downstream newsegment by sending our own newsegment before the
18495           next buffer to be released. (#323900)
18496
18497 2005-12-17  Philippe Khalaf  <burger@speedy.org> 
18498
18499         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18500         (gst_base_rtp_depayload_set_gst_timestamp):
18501           add queue delay to new segment as well (as opposed to just the first
18502           buffer). (bug #322347)
18503
18504 2005-12-16  Stefan Kost  <ensonic@users.sf.net>
18505
18506         * ext/libvisual/visual.c: (make_valid_name):
18507           change some char* into char[]
18508         * gst/audiotestsrc/gstaudiotestsrc.c:
18509         (gst_audio_test_src_class_init), (gst_audio_test_src_do_seek),
18510         (gst_audio_test_src_create):
18511         * gst/audiotestsrc/gstaudiotestsrc.h:
18512           prepare to handle EOS and SEGMENT_DONE
18513
18514 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18515
18516         * tests/check/generic/states.c: (GST_START_TEST):
18517           Blacklist cdparanoia element in state test.
18518
18519 2005-12-16  Tim-Philipp Müller  <tim at centricular dot net>
18520
18521           Patch by: Benjamin Pineau
18522
18523         * gst/tcp/gsttcp.c:
18524         * gst/tcp/gsttcpclientsink.c:
18525         * gst/tcp/gsttcpserversink.c:
18526         * gst/tcp/gsttcpserversrc.c:
18527           Add <string.h> includes for memset and FD_ZERO (fixes #323878)
18528
18529 2005-12-15  Michael Smith  <msmith@fluendo.com>
18530
18531         * gst/videorate/gstvideorate.c: (gst_video_rate_blank_data),
18532         (gst_video_rate_chain):
18533           Fix timestamping for videorate when the first buffer it sees has a
18534           non-zero timestamp. Fix some misleading debug output.
18535
18536 2005-12-15  Michael Smith  <msmith@fluendo.com>
18537
18538         * gst/audioresample/gstaudioresample.c:
18539           Don't leak all input buffers to audioresample.
18540
18541 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18542
18543         * ext/pango/gsttextoverlay.c: (gst_text_overlay_collected):
18544           Don't operate on empty text buffers. Strip newlines and
18545           tabs only from the end of the text, but leave them intact
18546           in the middle. Fix typo in gtk-doc description.
18547
18548 2005-12-15  Tim-Philipp Müller  <tim at centricular dot net>
18549
18550         * gst/playback/gstplaybasebin.c:
18551         * gst/playback/gstplaybin.c: (handoff):
18552           Make sure the video frame buffer we return to apps via the
18553           "frame" property always has caps set on it. Modify
18554           _gst_gvalue_set_object() macro to handle NULL objects
18555           gracefully too.
18556
18557 2005-12-14  Stefan Kost  <ensonic@users.sf.net>
18558
18559         * gst/audiotestsrc/gstaudiotestsrc.c:
18560         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
18561         (gst_audio_test_src_setcaps), (gst_audio_test_src_src_query),
18562         (gst_audio_test_src_do_seek), (gst_audio_test_src_is_seekable),
18563         (gst_audio_test_src_create):
18564         * gst/audiotestsrc/gstaudiotestsrc.h:
18565         Adjust to some recent api changes and add wtays new cool seeking
18566         capabillities
18567
18568 2005-12-14  Tim-Philipp Müller  <tim at centricular dot net>
18569
18570         * ext/alsa/Makefile.am:
18571         * ext/alsa/gstalsadeviceprobe.c:
18572         * ext/alsa/gstalsadeviceprobe.h:
18573           Helper functions to add device probing via the GstPropertyProbe
18574           interface to a class.
18575
18576         * ext/alsa/gstalsamixer.h:
18577           Comment out GST_ALSA_MIXER, it returns a struct that's not
18578           used.
18579
18580         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
18581           Add some debug info. 
18582
18583         * ext/alsa/gstalsamixerelement.c:
18584         (gst_alsa_mixer_element_interface_supported),
18585         (gst_implements_interface_init),
18586         (gst_alsa_mixer_element_init_interfaces),
18587         (gst_alsa_mixer_element_class_init),
18588         (gst_alsa_mixer_element_finalize), (gst_alsa_mixer_element_init),
18589         (gst_alsa_mixer_element_set_property),
18590         (gst_alsa_mixer_element_get_property),
18591         (gst_alsa_mixer_element_change_state):
18592         * ext/alsa/gstalsamixerelement.h:
18593           Add 'device' and 'device-name' properties. Add GstPropertyProbe
18594           for device handling (gnome-volume-control will need that).
18595
18596 2005-12-12  Christian Schaller  <uraeus@gnome.org>
18597
18598         * ext/Makefile.am: fix cdparanoia entry
18599         * gst-plugins-base.spec.in: add cdparanoia
18600
18601 2005-12-12  Michael Smith  <msmith@fluendo.com>
18602
18603         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
18604           Use the correct function to free list of typefind factories.
18605
18606 2005-12-12  Wim Taymans  <wim@fluendo.com>
18607
18608         * gst/videotestsrc/gstvideotestsrc.c:
18609         (gst_video_test_src_class_init), (gst_video_test_src_init),
18610         (gst_video_test_src_parse_caps), (gst_video_test_src_query),
18611         (gst_video_test_src_do_seek), (gst_video_test_src_is_seekable),
18612         (gst_video_test_src_create):
18613         * gst/videotestsrc/gstvideotestsrc.h:
18614         Implement seeking in videotestsrc.
18615         Small cleanups.
18616
18617 2005-12-12  Wim Taymans  <wim@fluendo.com>
18618
18619         * ext/cdparanoia/Makefile.am:
18620         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
18621         (gst_paranoia_endian_get_type), (_do_init),
18622         (cdparanoia_class_init), (cdparanoia_init),
18623         (cdparanoia_set_property), (cdparanoia_get_property),
18624         (cdparanoia_do_seek), (cdparanoia_is_seekable),
18625         (cdparanoia_create), (cdparanoia_start), (cdparanoia_stop),
18626         (cdparanoia_convert), (cdparanoia_get_query_types),
18627         (cdparanoia_query), (cdparanoia_set_index),
18628         (cdparanoia_uri_set_uri):
18629         * ext/cdparanoia/gstcdparanoia.h:
18630         Partially ported cdparanoia now that basesrc can support a
18631         plugin like this..
18632
18633 2005-12-12  Wim Taymans  <wim@fluendo.com>
18634
18635         * tests/examples/seek/scrubby.c: (main):
18636         Set higher priority for bus events so they don't get reordered with
18637         gtk gui events.
18638
18639         * tests/examples/seek/seek.c: (do_seek), (start_seek), (stop_seek),
18640         (flush_toggle_cb), (main):
18641         Added checkbox to disable flushing seeks. 
18642         Disable scrubbing when doing non flushing seeks.
18643
18644 2005-12-12  Tim-Philipp Müller  <tim at centricular dot net>
18645
18646         * gst/subparse/gstsubparse.c: (gst_sub_parse_init),
18647         (gst_sub_parse_do_seek), (gst_sub_parse_src_event), (parse_subrip),
18648         (parser_state_init), (handle_buffer), (gst_sub_parse_chain),
18649         (gst_sub_parse_sink_event), (gst_sub_parse_change_state):
18650           Implement some sort of event handling that doesn't rely on
18651           g_return_if_fail; make sure we always push the last chunk of an 
18652           .srt out when we receive an EOS; use gst_pad_alloc_buffer; fix
18653           state change function; remove some old cruft. Seeking is still
18654           rather unlikely to work though.
18655
18656         * tools/.cvsignore:
18657           Ignore more.
18658
18659 2005-12-11  Julien MOUTTE  <julien@moutte.net>
18660
18661         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): 
18662         Fixed a leak of the current image reference when cleaning up.
18663         Thanks to Arwed von Merkatz (alley_cat) for pointing it out.
18664
18665 2005-12-09  Michael Smith  <msmith@fluendo.com>
18666
18667         * tools/Makefile.am:
18668         * tools/gst-launch-ext-m.m:
18669           Remove gst-launch-ext. It doesn't work, and is no longer
18670           particularly useful.
18671
18672 2005-12-08  Luca Ognibene  <luogni@tin.it>
18673
18674         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
18675           don't pass random values to ogmparse convert function.
18676           Make seeking possible in the exile1.ogm file.
18677
18678 2005-12-07  Tim-Philipp Müller  <tim at centricular dot net>
18679
18680         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_property):
18681         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
18682           Work around refcount problem with g_value_set_object() that occur
18683           if the core has been compiled against GLib-2.6 (g_value_set_object()
18684           will only g_object_ref() the element, but the caller will
18685           gst_object_unref() it and bad things will happen due to the way
18686           GstObjects are refcounted in the GLib-2.6 case). Fixes problems with
18687           totem for people on FC4 using Thomas's 0.10 RPMs.
18688           
18689 2005-12-07  Edward Hervey  <edward@fluendo.com>
18690
18691         Time to welcome ogm to 0.10 :)
18692         
18693         * ext/ogg/gstoggdemux.c: (internal_element_pad_added_cb),
18694         (gst_ogg_pad_typefind):
18695         Oggdemux can now properly typefind elements with dynamic pads.
18696         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
18697         Properly set caps on src pad, and set caps on outgoing buffers.
18698
18699 2005-12-06  Thomas Vander Stichele  <thomas at apestaart dot org>
18700
18701         * ext/alsa/gstalsamixer.h:
18702         * ext/alsa/gstalsamixerelement.h:
18703         * ext/alsa/gstalsamixeroptions.h:
18704         * ext/alsa/gstalsamixertrack.h:
18705         * ext/alsa/gstalsasink.c:
18706         * ext/alsa/gstalsasink.h:
18707         * ext/alsa/gstalsasrc.c:
18708         * ext/alsa/gstalsasrc.h:
18709         * ext/cdparanoia/gstcdparanoia.h:
18710         * ext/gnomevfs/gstgnomevfsuri.h:
18711         * ext/ogg/gstoggdemux.c:
18712         * ext/ogg/gstoggmux.c:
18713         * ext/pango/gsttextoverlay.h:
18714         * ext/theora/theoradec.c:
18715         * ext/theora/theoraenc.c:
18716         * ext/vorbis/vorbisdec.h:
18717         * ext/vorbis/vorbisenc.c:
18718         * ext/vorbis/vorbisenc.h:
18719         * ext/vorbis/vorbisparse.h:
18720         * gst-libs/gst/audio/gstaudioclock.h:
18721         * gst-libs/gst/audio/gstaudiosink.c:
18722         * gst-libs/gst/audio/gstaudiosink.h:
18723         * gst-libs/gst/audio/gstaudiosrc.c:
18724         * gst-libs/gst/audio/gstaudiosrc.h:
18725         * gst-libs/gst/audio/gstbaseaudiosink.c:
18726         * gst-libs/gst/audio/gstbaseaudiosink.h:
18727         * gst-libs/gst/audio/gstbaseaudiosrc.c:
18728         * gst-libs/gst/audio/gstbaseaudiosrc.h:
18729         * gst-libs/gst/audio/gstringbuffer.h:
18730         * gst-libs/gst/audio/multichannel.h:
18731         * gst-libs/gst/floatcast/floatcast.h:
18732         * gst-libs/gst/interfaces/colorbalance.c:
18733         * gst-libs/gst/interfaces/colorbalance.h:
18734         * gst-libs/gst/interfaces/colorbalancechannel.h:
18735         * gst-libs/gst/interfaces/mixer.h:
18736         * gst-libs/gst/interfaces/mixeroptions.h:
18737         * gst-libs/gst/interfaces/mixertrack.h:
18738         * gst-libs/gst/interfaces/navigation.h:
18739         * gst-libs/gst/interfaces/propertyprobe.h:
18740         * gst-libs/gst/interfaces/tuner.h:
18741         * gst-libs/gst/interfaces/tunerchannel.h:
18742         * gst-libs/gst/interfaces/tunernorm.h:
18743         * gst-libs/gst/interfaces/xoverlay.h:
18744         * gst-libs/gst/netbuffer/gstnetbuffer.h:
18745         * gst-libs/gst/riff/riff-ids.h:
18746         * gst-libs/gst/riff/riff-media.h:
18747         * gst-libs/gst/riff/riff-read.h:
18748         * gst-libs/gst/rtp/gstbasertpdepayload.h:
18749         * gst-libs/gst/rtp/gstbasertppayload.c:
18750         * gst-libs/gst/rtp/gstbasertppayload.h:
18751         * gst-libs/gst/rtp/gstrtpbuffer.c:
18752         * gst-libs/gst/rtp/gstrtpbuffer.h:
18753         * gst-libs/gst/tag/gsttageditingprivate.h:
18754         * gst-libs/gst/tag/gstvorbistag.c:
18755         (gst_tag_list_from_vorbiscomment_buffer):
18756         * gst-libs/gst/tag/tag.h:
18757         * gst-libs/gst/video/video.h:
18758         * gst/adder/gstadder.c:
18759         * gst/adder/gstadder.h:
18760         * gst/audioconvert/audioconvert.c:
18761         * gst/audioconvert/audioconvert.h:
18762         * gst/audioconvert/gstaudioconvert.c:
18763         * gst/audioconvert/gstchannelmix.c:
18764         * gst/audioconvert/gstchannelmix.h:
18765         * gst/audiorate/gstaudiorate.c:
18766         * gst/audioresample/buffer.h:
18767         * gst/audioresample/functable.h:
18768         * gst/audioresample/gstaudioresample.c:
18769         * gst/audioresample/resample.h:
18770         * gst/ffmpegcolorspace/avcodec.h:
18771         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
18772         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
18773         * gst/ffmpegcolorspace/imgconvert.c:
18774         * gst/ffmpegcolorspace/imgconvert_template.h:
18775         * gst/playback/gstdecodebin.c:
18776         * gst/playback/gstplaybasebin.h:
18777         * gst/playback/gstplaybin.c:
18778         * gst/playback/gststreaminfo.h:
18779         * gst/tcp/gstfdset.c:
18780         * gst/tcp/gstfdset.h:
18781         * gst/tcp/gstmultifdsink.c:
18782         * gst/tcp/gstmultifdsink.h:
18783         * gst/tcp/gsttcp.h:
18784         * gst/tcp/gsttcpclientsrc.c:
18785         * gst/tcp/gsttcpclientsrc.h:
18786         * gst/tcp/gsttcpplugin.h:
18787         * gst/tcp/gsttcpserversink.c:
18788         * gst/tcp/gsttcpserversrc.c:
18789         * gst/typefind/gsttypefindfunctions.c:
18790         * gst/videorate/gstvideorate.c:
18791         * gst/videotestsrc/gstvideotestsrc.h:
18792         * gst/videotestsrc/videotestsrc.h:
18793         * sys/v4l/gstv4lcolorbalance.h:
18794         * sys/v4l/gstv4ltuner.h:
18795         * sys/v4l/gstv4lxoverlay.h:
18796         * sys/v4l/v4l_calls.h:
18797         * sys/v4l/videodev_mjpeg.h:
18798         * tests/check/elements/audioconvert.c:
18799         * tests/check/elements/audioresample.c:
18800         * tests/check/elements/audiotestsrc.c:
18801         * tests/check/elements/videotestsrc.c:
18802         * tests/check/elements/volume.c:
18803         * tests/examples/seek/scrubby.c:
18804         * tests/examples/seek/seek.c:
18805           expand tabs
18806
18807 === release 0.10.0 ===
18808
18809 2005-12-05 Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18810
18811         * configure.ac:
18812           releasing 0.10.0, "Mont-d'or"
18813
18814 2005-12-05  Jan Schmidt  <thaytan@mad.scientist.com>
18815
18816         * tests/examples/seek/Makefile.am:
18817         Build fix for when gtk is not available.
18818
18819 2005-12-05  Andy Wingo  <wingo@pobox.com>
18820
18821         * ext/libvisual/visual.c: (get_buffer):
18822         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
18823         * ext/pango/gsttextrender.c: (gst_text_render_chain):
18824         * ext/theora/theoradec.c: (theora_handle_data_packet):
18825         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
18826         (theora_enc_chain):
18827         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18828         * gst/videotestsrc/gstvideotestsrc.c: (gst_video_test_src_create):
18829         Update for alloc_buffer changes.
18830
18831 2005-12-05  Andy Wingo  <wingo@pobox.com>
18832
18833         patch by: Kai Vehmanen <kv2004 eca cx>
18834         
18835         * gst-libs/gst/rtp/gstbasertpdepayload.c
18836         (gst_base_rtp_depayload_thread): Fix busy loop (#323017).
18837
18838 2005-12-04  Andy Wingo  <wingo@pobox.com>
18839
18840         patch by: Sebastien Cote <sebas642 yahoo ca>
18841         
18842         * pkgconfig/gstreamer-plugins-base.pc.in (Libs): Add -L flag.
18843         Fixes #319172.
18844
18845 2005-12-02  Tim-Philipp Müller  <tim at centricular dot net>
18846
18847         * docs/plugins/Makefile.am:
18848         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18849         * docs/plugins/gst-plugins-base-plugins-sections.txt:
18850         * docs/plugins/gst-plugins-base-plugins.hierarchy:
18851         * ext/pango/gstclockoverlay.c:
18852         * ext/pango/gsttextoverlay.c: 
18853         * ext/pango/gsttextrender.c:
18854         * ext/pango/gsttimeoverlay.c:
18855           Add gtk-doc blurbs to pango elements.
18856
18857 2005-12-02  Wim Taymans  <wim@fluendo.com>
18858
18859         * gst/audioresample/buffer.c: (audioresample_buffer_queue_flush):
18860         * gst/audioresample/buffer.h:
18861         * gst/audioresample/gstaudioresample.c:
18862         * gst/audioresample/gstaudioresample.h:
18863         * gst/audioresample/resample.c: (resample_input_flush),
18864         (resample_input_pushthrough), (resample_input_eos),
18865         (resample_get_output_size_for_input),
18866         (resample_get_input_size_for_output), (resample_get_output_size),
18867         (resample_get_output_data):
18868         * gst/audioresample/resample.h:
18869         * gst/audioresample/resample_ref.c: (resample_scale_ref):
18870         Fix audioresample, seek torture, new segments, reverse negotiation
18871         etc.. work fine.
18872
18873 2005-12-02  Wim Taymans  <wim@fluendo.com>
18874
18875         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
18876         Small cleanups.
18877
18878 2005-12-02  Wim Taymans  <wim@fluendo.com>
18879
18880         * gst/audioconvert/gstaudioconvert.c:
18881         (gst_audio_convert_transform):
18882         Post errors.
18883
18884 === release 0.9.7 ===
18885
18886 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18887
18888         * configure.ac:
18889           releasing 0.9.7, "Mi Perro No Tiene Ninguna Nariz"
18890
18891 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18892
18893         * Makefile.am:
18894         * po/hu.po:
18895         * win32/MANIFEST:
18896         * win32/gst.sln:
18897           add win32 MANIFEST file
18898           do something to the hungarian translation
18899
18900 2005-12-01  Tim-Philipp Müller  <tim at centricular dot net>
18901
18902         * ext/Makefile.am:
18903           Add $(PANGO_DIR) to SUBDIRS
18904
18905         * ext/pango/gstclockoverlay.c:
18906         * ext/pango/gsttimeoverlay.c:
18907           Fix and improve element descriptions.
18908
18909 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18910
18911         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
18912         * docs/plugins/inspect/plugin-libvisual.xml:
18913         * docs/plugins/inspect/plugin-pango.xml:
18914           add pango plugin to docs
18915
18916 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18917
18918         * configure.ac:
18919         * ext/Makefile.am:
18920           moved pango to base
18921
18922 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18923
18924         * configure.ac:
18925         * tests/Makefile.am:
18926         * tests/icles/.cvsignore:
18927         * tests/icles/Makefile.am:
18928         * tests/icles/stress-xoverlay.c: (myclock), (open_display),
18929         (close_display), (resize_window), (move_window), (create_window),
18930         (terminate_playback), (pause_playback), (start_playback), (main):
18931           add stress test for xoverlay from Julien
18932
18933 2005-12-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
18934
18935         * docs/libs/tmpl/gstcolorbalance.sgml:
18936         * gst-libs/gst/rtp/gstbasertpdepayload.c:
18937         * gst-libs/gst/rtp/gstbasertppayload.c:
18938         * gst-libs/gst/rtp/gstrtpbuffer.c:
18939         * gst-libs/gst/rtp/gstrtpbuffer.h:
18940           Do burger's rename for rtp payloaders and depayloaders
18941
18942 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18943
18944         * win32/:
18945           add Visual Studio 6 build files
18946
18947 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18948
18949         * docs/libs/gst-plugins-base-libs-docs.sgml:
18950         * docs/libs/gst-plugins-base-libs-sections.txt:
18951         * docs/libs/tmpl/gstaudio.sgml:
18952         * docs/libs/tmpl/gstringbuffer.sgml:
18953         * gst-libs/gst/interfaces/xoverlay.c:
18954         * gst-libs/gst/video/gstvideofilter.c:
18955         * gst-libs/gst/video/gstvideosink.c:
18956           update documentation
18957
18958 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
18959
18960         * gst/tcp/gstmultifdsink.c: (gst_multi_fd_sink_base_init),
18961         (gst_multi_fd_sink_class_init), (gst_multi_fd_sink_init),
18962         (gst_multi_fd_sink_finalize), (gst_multi_fd_sink_add),
18963         (gst_multi_fd_sink_remove), (gst_multi_fd_sink_clear),
18964         (gst_multi_fd_sink_get_stats),
18965         (gst_multi_fd_sink_remove_client_link),
18966         (gst_multi_fd_sink_handle_client_read),
18967         (gst_multi_fd_sink_client_queue_data),
18968         (gst_multi_fd_sink_client_queue_caps),
18969         (gst_multi_fd_sink_client_queue_buffer),
18970         (gst_multi_fd_sink_new_client),
18971         (gst_multi_fd_sink_handle_client_write),
18972         (gst_multi_fd_sink_recover_client),
18973         (gst_multi_fd_sink_queue_buffer),
18974         (gst_multi_fd_sink_handle_clients), (gst_multi_fd_sink_thread),
18975         (gst_multi_fd_sink_render), (gst_multi_fd_sink_set_property),
18976         (gst_multi_fd_sink_get_property), (gst_multi_fd_sink_start),
18977         (gst_multi_fd_sink_stop), (gst_multi_fd_sink_change_state):
18978         * gst/tcp/gstmultifdsink.h:
18979         * gst/tcp/gsttcpclientsink.c: (gst_tcp_client_sink_get_type),
18980         (gst_tcp_client_sink_base_init), (gst_tcp_client_sink_class_init),
18981         (gst_tcp_client_sink_init), (gst_tcp_client_sink_finalize),
18982         (gst_tcp_client_sink_setcaps), (gst_tcp_client_sink_render),
18983         (gst_tcp_client_sink_set_property),
18984         (gst_tcp_client_sink_get_property), (gst_tcp_client_sink_start),
18985         (gst_tcp_client_sink_stop), (gst_tcp_client_sink_change_state):
18986         * gst/tcp/gsttcpclientsink.h:
18987         * gst/tcp/gsttcpclientsrc.c: (gst_tcp_client_src_base_init),
18988         (gst_tcp_client_src_class_init), (gst_tcp_client_src_init),
18989         (gst_tcp_client_src_finalize), (gst_tcp_client_src_getcaps),
18990         (gst_tcp_client_src_create), (gst_tcp_client_src_set_property),
18991         (gst_tcp_client_src_get_property), (gst_tcp_client_src_start),
18992         (gst_tcp_client_src_stop), (gst_tcp_client_src_unlock):
18993         * gst/tcp/gsttcpclientsrc.h:
18994         * gst/tcp/gsttcpplugin.c: (plugin_init):
18995         * gst/tcp/gsttcpserversink.c: (gst_tcp_server_sink_base_init),
18996         (gst_tcp_server_sink_class_init), (gst_tcp_server_sink_init),
18997         (gst_tcp_server_sink_finalize),
18998         (gst_tcp_server_sink_handle_server_read),
18999         (gst_tcp_server_sink_removed), (gst_tcp_server_sink_handle_wait),
19000         (gst_tcp_server_sink_set_property),
19001         (gst_tcp_server_sink_get_property),
19002         (gst_tcp_server_sink_init_send), (gst_tcp_server_sink_close):
19003         * gst/tcp/gsttcpserversink.h:
19004         * gst/tcp/gsttcpserversrc.c: (gst_tcp_server_src_base_init),
19005         (gst_tcp_server_src_class_init), (gst_tcp_server_src_init),
19006         (gst_tcp_server_src_finalize), (gst_tcp_server_src_create),
19007         (gst_tcp_server_src_set_property),
19008         (gst_tcp_server_src_get_property), (gst_tcp_server_src_start),
19009         (gst_tcp_server_src_stop), (gst_tcp_server_src_unlock):
19010         * gst/tcp/gsttcpserversrc.h:
19011           more borgifying
19012
19013 2005-12-01  Thomas Vander Stichele  <thomas at apestaart dot org>
19014
19015         * docs/plugins/Makefile.am:
19016         * docs/plugins/gst-plugins-base-plugins.args:
19017         * docs/plugins/inspect/plugin-libvisual.xml:
19018         * gst/audioconvert/plugin.h:
19019         * gst/audiorate/gstaudiorate.c: (gst_audio_rate_get_type),
19020         (gst_audio_rate_base_init), (gst_audio_rate_class_init),
19021         (gst_audio_rate_setcaps), (gst_audio_rate_init),
19022         (gst_audio_rate_chain), (gst_audio_rate_set_property),
19023         (gst_audio_rate_get_property), (gst_audio_rate_change_state),
19024         (plugin_init):
19025         * gst/audiotestsrc/gstaudiotestsrc.c:
19026         (gst_audiostestsrc_wave_get_type), (gst_audio_test_src_base_init),
19027         (gst_audio_test_src_class_init), (gst_audio_test_src_init),
19028         (gst_audio_test_src_src_fixate), (gst_audio_test_src_setcaps),
19029         (gst_audio_test_src_get_query_types),
19030         (gst_audio_test_src_src_query), (gst_audio_test_src_create_sine),
19031         (gst_audio_test_src_create_square),
19032         (gst_audio_test_src_create_saw),
19033         (gst_audio_test_src_create_triangle),
19034         (gst_audio_test_src_create_silence),
19035         (gst_audio_test_src_create_white_noise),
19036         (gst_audio_test_src_init_pink_noise),
19037         (gst_audio_test_src_generate_pink_noise_value),
19038         (gst_audio_test_src_create_pink_noise),
19039         (gst_audio_test_src_change_wave), (gst_audio_test_src_get_times),
19040         (gst_audio_test_src_create), (gst_audio_test_src_set_property),
19041         (gst_audio_test_src_get_property), (gst_audio_test_src_start),
19042         (plugin_init):
19043         * gst/audiotestsrc/gstaudiotestsrc.h:
19044         * gst/subparse/gstsubparse.c: (gst_sub_parse_get_type),
19045         (gst_sub_parse_base_init), (gst_sub_parse_class_init),
19046         (gst_sub_parse_init), (gst_sub_parse_formats),
19047         (gst_sub_parse_src_eventmask), (gst_sub_parse_src_event),
19048         (convert_encoding), (get_next_line),
19049         (gst_sub_parse_data_format_autodetect),
19050         (gst_sub_parse_format_autodetect), (feed_textbuf), (handle_buffer),
19051         (gst_sub_parse_loop), (gst_sub_parse_chain),
19052         (gst_sub_parse_change_state), (gst_sub_parse_type_find),
19053         (plugin_init):
19054         * gst/subparse/gstsubparse.h:
19055         * gst/videorate/gstvideorate.c: (gst_video_rate_get_type),
19056         (gst_video_rate_base_init), (gst_video_rate_class_init),
19057         (gst_video_rate_transformcaps), (gst_video_rate_getcaps),
19058         (gst_video_rate_setcaps), (gst_video_rate_blank_data),
19059         (gst_video_rate_init), (gst_video_rate_event),
19060         (gst_video_rate_chain), (gst_video_rate_set_property),
19061         (gst_video_rate_get_property), (gst_video_rate_change_state),
19062         (plugin_init):
19063         * gst/videoscale/gstvideoscale.c:
19064         (gst_video_scale_method_get_type), (gst_video_scale_get_capslist),
19065         (gst_video_scale_src_template_factory),
19066         (gst_video_scale_sink_template_factory),
19067         (gst_video_scale_get_type), (gst_video_scale_base_init),
19068         (gst_video_scale_class_init), (gst_video_scale_init),
19069         (gst_video_scale_set_property), (gst_video_scale_get_property),
19070         (gst_video_scale_transform_caps), (gst_video_scale_get_format),
19071         (gst_video_scale_prepare_size), (parse_caps),
19072         (gst_video_scale_set_caps), (gst_video_scale_get_unit_size),
19073         (gst_video_scale_fixate_caps), (gst_video_scale_prepare_image),
19074         (gst_video_scale_transform), (gst_video_scale_handle_src_event),
19075         (plugin_init):
19076         * gst/videoscale/gstvideoscale.h:
19077         * gst/videotestsrc/gstvideotestsrc.c:
19078         (gst_video_test_src_pattern_get_type),
19079         (gst_video_test_src_base_init), (gst_video_test_src_class_init),
19080         (gst_video_test_src_init), (gst_video_test_src_src_fixate),
19081         (gst_video_test_src_set_pattern),
19082         (gst_video_test_src_set_property),
19083         (gst_video_test_src_get_property), (gst_video_test_src_getcaps),
19084         (gst_video_test_src_parse_caps), (gst_video_test_src_setcaps),
19085         (gst_video_test_src_event), (gst_video_test_src_get_times),
19086         (gst_video_test_src_create), (plugin_init):
19087         * gst/videotestsrc/gstvideotestsrc.h:
19088         * gst/videotestsrc/videotestsrc.c: (gst_video_test_src_get_size),
19089         (gst_video_test_src_smpte), (gst_video_test_src_snow),
19090         (gst_video_test_src_black):
19091         * gst/videotestsrc/videotestsrc.h:
19092           borgify further
19093           clean up docs a little
19094
19095 2005-11-30  Wim Taymans  <wim@fluendo.com>
19096
19097         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19098         * gst-libs/gst/rtp/gstbasertppayload.c: (gst_basertppayload_init),
19099         (gst_basertppayload_event), (gst_basertppayload_push),
19100         (gst_basertppayload_change_state):
19101         * gst-libs/gst/rtp/gstbasertppayload.h:
19102         closed #320644.
19103
19104 2005-11-30  Julien MOUTTE  <julien@moutte.net>
19105
19106         * docs/libs/gst-plugins-base-libs-docs.sgml:
19107         * docs/libs/gst-plugins-base-libs-sections.txt:
19108         * gst-libs/gst/video/gstvideofilter.c:
19109         * gst-libs/gst/video/gstvideosink.c:
19110         * gst-libs/gst/video/gstvideosink.h: Adding docs.
19111
19112 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19113
19114         * LICENSE:
19115           move
19116         * po/af.po:
19117         * po/az.po:
19118         * po/cs.po:
19119         * po/en_GB.po:
19120         * po/hu.po:
19121         * po/it.po:
19122         * po/nb.po:
19123         * po/nl.po:
19124         * po/or.po:
19125         * po/sq.po:
19126         * po/sr.po:
19127         * po/sv.po:
19128         * po/uk.po:
19129         * po/vi.po:
19130         * Makefile.am:
19131           update
19132         * scripts/autoplugins.sh:
19133           remove
19134
19135 2005-11-30  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
19136
19137         * Makefile.am:
19138         * configure.ac:
19139         * examples/Makefile.am:
19140         * examples/capsfilter/Makefile.am:
19141         * examples/capsfilter/capsfilter1.c:
19142         * examples/gob/Makefile.am:
19143         * examples/gob/gst-identity2.gob:
19144         * examples/indexing/.cvsignore:
19145         * examples/indexing/Makefile.am:
19146         * examples/indexing/indexmpeg.c:
19147         * examples/seeking/.cvsignore:
19148         * examples/seeking/Makefile.am:
19149         * examples/seeking/cdparanoia.c:
19150         * examples/seeking/cdplayer.c:
19151         * examples/seeking/chained.c:
19152         * examples/seeking/scrubby.c:
19153         * examples/seeking/seek.c:
19154         * examples/stats/Makefile.am:
19155         * examples/stats/mp2ogg.c:
19156         * examples/switch/.cvsignore:
19157         * examples/switch/Makefile.am:
19158         * examples/switch/switcher.c:
19159         * tests/Makefile.am:
19160         * tests/check/generic/.cvsignore:
19161         * tests/check/pipelines/.cvsignore:
19162         * tests/examples/Makefile.am:
19163         * tests/examples/seek/Makefile.am:
19164           reorganize stuff under tests/
19165
19166 2005-11-30  Edward Hervey  <edward@fluendo.com>
19167
19168         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
19169         Go away you stupid GstStaticPadTemplate memleak.
19170
19171 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19172
19173         * gst-libs/gst/net/Makefile.am:
19174         * gst-libs/gst/net/README:
19175         * gst-libs/gst/net/gstnetbuffer.c:
19176         * gst-libs/gst/net/gstnetbuffer.h:
19177           this was moved to "netbuffer"
19178
19179 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19180
19181         * gst-libs/gst/video/gstvideofilter.c: (gst_video_filter_get_type),
19182         (gst_video_filter_class_init), (gst_video_filter_init):
19183         * gst-libs/gst/video/gstvideofilter.h:
19184           borgify name to bring in line with other classes
19185
19186 2005-11-30  Thomas Vander Stichele  <thomas at apestaart dot org>
19187
19188         * gst/audioscale/.cvsignore:
19189         * gst/audioscale/Makefile.am:
19190         * gst/audioscale/README:
19191         * gst/audioscale/audioscale.vcproj:
19192         * gst/audioscale/dtof.c:
19193         * gst/audioscale/dtos.c:
19194         * gst/audioscale/functable.c:
19195         * gst/audioscale/gstaudioscale.c:
19196         * gst/audioscale/gstaudioscale.h:
19197         * gst/audioscale/private.h:
19198         * gst/audioscale/resample.c:
19199         * gst/audioscale/resample.h:
19200         * gst/audioscale/test.c:
19201           remove
19202
19203 2005-11-30  Edward Hervey  <edward@fluendo.com>
19204
19205         * gst-libs/gst/netbuffer/Makefile.am:
19206         really, really tired
19207
19208 2005-11-30  Edward Hervey  <edward@fluendo.com>
19209
19210         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
19211         Update for new GstTypeFindFactory _register()
19212
19213 2005-11-30  Edward Hervey  <edward@fluendo.com>
19214
19215         * gst-libs/gst/netbuffer/Makefile.am: (libgstnetbufferincludedir): 
19216         Let's not override libgstnet from core for no reason...
19217         (libgstnetbuffer_@GST_MAJORMINOR@_la_SOURCES):
19218         Ok, maybe not so quick next time.
19219
19220 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19221
19222         * configure.ac:
19223         * gst-libs/gst/Makefile.am:
19224           moved gst-libs/gst/net to netbuffer through CVS surgery
19225           remove old directory
19226           updating build to accomodate
19227           (#322257)
19228
19229 2005-11-29  Andy Wingo  <wingo@pobox.com>
19230
19231         * pkgconfig/gstreamer-plugins-base.pc.in:
19232         * pkgconfig/gstreamer-plugins-base-uninstalled.pc.in:
19233         * gst-libs/gst/net/Makefile.am: Rename gstnet to gstnetbuffer
19234         (#322257).
19235
19236 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19237
19238         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
19239         3rd time's the charm. Correct ref-counting for discarded buffers.
19240
19241 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19242
19243         * gst/playback/gststreamselector.c:
19244         (gst_stream_selector_class_init),
19245         (gst_stream_selector_set_property),
19246         (gst_stream_selector_get_property),
19247         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19248         Fix ref-counting
19249
19250 2005-11-29  Tim-Philipp Müller  <tim at centricular dot net>
19251
19252         * gst/subparse/gstsubparse.c: (feed_textbuf):
19253           Don't access already unref'ed buffer.
19254
19255 2005-11-29  Jan Schmidt  <thaytan@mad.scientist.com>
19256
19257         * gst/playback/gststreamselector.c:
19258         (gst_stream_selector_class_init), (gst_stream_selector_init),
19259         (gst_stream_selector_dispose), (gst_stream_selector_set_property),
19260         (gst_stream_selector_get_property),
19261         (gst_stream_selector_get_linked_pad),
19262         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
19263         * gst/playback/gststreamselector.h:
19264         Add the active-pad property for playbin to use shortly. Ignore buffers
19265         from any other pad, returning GST_FLOW_NOT_LINKED
19266
19267 2005-11-29  Julien MOUTTE  <julien@moutte.net>
19268
19269         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find): Free the list,
19270         patch from bug #322704 (Alessandro Decina).
19271
19272 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19273
19274         * gst-libs/gst/audio/Makefile.am:
19275           folded audiofilter into the audio library
19276
19277 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
19278
19279         * gst/videoscale/gstvideoscale.h:
19280         * gst/videoscale/gstvideoscale.c:
19281           remove unimplemented scale methods
19282
19283 2005-11-28  Tim-Philipp Müller  <tim at centricular dot net>
19284
19285         * ext/ogg/gstoggmux.c: (gst_ogg_mux_send_headers):
19286           Don't leak caps.
19287
19288 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19289
19290         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
19291         (gst_ximagesink_setcaps):
19292         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19293         (gst_xvimagesink_setcaps): Fixed a tricky bug. When caps renegotiation
19294         happens (only visible on ximagesink but bug is in xv too) set_caps was
19295         destroying the internal x[v]image used to memcpy non locally alloced
19296         buffers so that it got renewed on next _chain. The issue is that 
19297         _expose will try to put that image as it reffed it in _put.
19298         Using gst_buffer_unref instead of destroy fixes it !
19299
19300 2005-11-28  Edward Hervey  <edward@fluendo.com>
19301
19302         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
19303         (try_to_link_1), (queue_filled_cb):
19304         Better use of the queues. Start with a small size queue and only increase
19305         the size of the queues when the other queues are empty.
19306
19307 2005-11-28  Thomas Vander Stichele  <thomas at apestaart dot org>
19308
19309         * gst-libs/gst/video/Makefile.am:
19310           compile in copied-over videofilter into the video library
19311         * gst-libs/gst/video/videosink.h:
19312           rename the header to gstvideosink.h since it's a base GstObject class
19313         * sys/ximage/ximagesink.h:
19314         * sys/xvimage/xvimagesink.h:
19315           use the new header
19316
19317 2005-11-28  Wim Taymans  <wim@fluendo.com>
19318
19319         * gst/playback/gstplaybasebin.c: (group_commit), (probe_triggered):
19320         * gst/playback/gstplaybasebin.h:
19321         Prepare to handle errors betters.
19322
19323         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
19324         Set sinks to PAUSED first before adding and linking them so that
19325         we don't interrupt dataflow.
19326
19327 2005-11-28  Wim Taymans  <wim@fluendo.com>
19328
19329         * gst-libs/gst/audio/TODO:
19330         Updated TODO
19331
19332         * gst-libs/gst/audio/gstaudiosink.c:
19333         (gst_audioringbuffer_open_device),
19334         (gst_audioringbuffer_close_device), (gst_audioringbuffer_acquire),
19335         (gst_audioringbuffer_release):
19336         Small cleanups.
19337
19338         * gst-libs/gst/audio/gstbaseaudiosink.c:
19339         (gst_base_audio_sink_class_init), (gst_base_audio_sink_render),
19340         (gst_base_audio_sink_change_state):
19341         Slave to the master clock when going to PLAYING and unslave when
19342         going to PAUSED.
19343
19344         * gst-libs/gst/audio/gstringbuffer.c:
19345         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
19346         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
19347         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
19348         (gst_ring_buffer_clear_all), (wait_segment),
19349         (gst_ring_buffer_commit), (gst_ring_buffer_read),
19350         (gst_ring_buffer_advance):
19351         * gst-libs/gst/audio/gstringbuffer.h:
19352         Add some docs and cleanups.
19353
19354 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19355
19356         * sys/xvimage/xvimagesink.c:
19357         (gst_xvimagesink_navigation_send_event): Fix navigation events
19358         coordinates translation with pixel aspect ratios.
19359
19360 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19361
19362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put):
19363         Use calculated video geometry from _setcaps instead of buffer
19364         caps to respect pixel aspect ratio. (fixes #322388)
19365
19366 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19367
19368         * docs/libs/tmpl/gstcolorbalance.sgml:
19369         * docs/libs/tmpl/gstmixer.sgml:
19370         * docs/libs/tmpl/gstxoverlay.sgml:
19371         * gst-libs/gst/interfaces/xoverlay.c: Add docs for the Xoverlay
19372         interface.
19373
19374 2005-11-28  Julien MOUTTE  <julien@moutte.net>
19375
19376         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new):
19377         Refuse to create an XvImage if we can't find the format.
19378
19379 2005-11-28  Edward Hervey  <edward@fluendo.com>
19380
19381         * gst-libs/gst/riff/riff-media.c:
19382         (gst_riff_create_audio_template_caps):
19383         Add ATRAC3 to the list of riff-possible audio caps.
19384         I know we still don't have a plugin for atrac3, but it's saner to output
19385         that than a cryptic mimetype.
19386
19387 2005-11-27  Edward Hervey  <edward@fluendo.com>
19388
19389         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_strf_auds):
19390         Don't try to create a zero-sized subbuffer.
19391
19392 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19393
19394         * sys/ximage/ximagesink.c: (gst_ximage_buffer_free),
19395         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_put),
19396         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_buffer_alloc),
19397         (gst_ximagesink_expose): Fixed a tricky race.
19398         * sys/ximage/ximagesink.h:
19399         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
19400         (gst_xvimagesink_expose): Fixed a tricky race.
19401         * sys/xvimage/xvimagesink.h:
19402
19403 2005-11-27  Edward Hervey  <edward@fluendo.com>
19404
19405         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
19406         (gst_decode_bin_init), (close_pad_link), (try_to_link_1):
19407         Remove unused properties, and add queues between demuxers and decoders
19408         so that a lot more files can preroll properly.
19409
19410 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19411
19412         * gst-libs/gst/net/Makefile.am:
19413         * gst-libs/gst/rtp/Makefile.am:
19414         * gst-libs/gst/tag/Makefile.am:
19415           remove silly include
19416         * gst/tags/Makefile.am:
19417         * gst/tags/gsttagediting.c:
19418         * gst/tags/gsttageditingprivate.h:
19419         * gst/tags/tagedit.vcproj:
19420           remove directory, is as good as empty
19421
19422 2005-11-27  Thomas Vander Stichele  <thomas at apestaart dot org>
19423
19424         * configure.ac:
19425           added GST_LIB_LDFLAGS and GST_ALL_LDFLAGS
19426         * gst-libs/Makefile.am:
19427         * gst-libs/gst/audio/Makefile.am:
19428         * gst-libs/gst/interfaces/Makefile.am:
19429         * gst-libs/gst/net/Makefile.am:
19430         * gst-libs/gst/riff/Makefile.am:
19431         * gst-libs/gst/rtp/Makefile.am:
19432         * gst-libs/gst/tag/Makefile.am:
19433         * gst-libs/gst/video/Makefile.am:
19434           and use them
19435
19436 2005-11-27  Julien MOUTTE  <julien@moutte.net>
19437
19438         * docs/libs/tmpl/gstcolorbalance.sgml:
19439         * docs/libs/tmpl/gstmixer.sgml:
19440         * docs/libs/tmpl/gstxoverlay.sgml:
19441         * sys/ximage/ximagesink.c: (gst_ximagesink_buffer_alloc):
19442         * sys/ximage/ximagesink.h:
19443         * sys/xvimage/xvimagesink.h: More and more documentation.
19444
19445 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19446
19447         * docs/libs/gst-plugins-base-libs-docs.sgml:
19448         * docs/libs/gst-plugins-base-libs-sections.txt:
19449         * docs/libs/tmpl/gstcolorbalance.sgml:
19450         * docs/libs/tmpl/gstmixer.sgml:
19451         * docs/libs/tmpl/gstxoverlay.sgml: Add the XOverlay interface
19452         to documentation.
19453
19454 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19455
19456         * docs/plugins/Makefile.am:
19457         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19458         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19459         * sys/xvimage/xvimagesink.c: Added doc for xvimagesink.
19460
19461 2005-11-26  Julien MOUTTE  <julien@moutte.net>
19462
19463         * docs/plugins/Makefile.am:
19464         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
19465         * docs/plugins/gst-plugins-base-plugins-sections.txt:
19466         * docs/plugins/inspect/plugin-adder.xml:
19467         * docs/plugins/inspect/plugin-alsa.xml:
19468         * docs/plugins/inspect/plugin-audioconvert.xml:
19469         * docs/plugins/inspect/plugin-audiorate.xml:
19470         * docs/plugins/inspect/plugin-audioresample.xml:
19471         * docs/plugins/inspect/plugin-audiotestsrc.xml:
19472         * docs/plugins/inspect/plugin-decodebin.xml:
19473         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
19474         * docs/plugins/inspect/plugin-gnomevfs.xml:
19475         * docs/plugins/inspect/plugin-ogg.xml:
19476         * docs/plugins/inspect/plugin-playbin.xml:
19477         * docs/plugins/inspect/plugin-subparse.xml:
19478         * docs/plugins/inspect/plugin-tcp.xml:
19479         * docs/plugins/inspect/plugin-theora.xml:
19480         * docs/plugins/inspect/plugin-typefindfunctions.xml:
19481         * docs/plugins/inspect/plugin-video4linux.xml:
19482         * docs/plugins/inspect/plugin-videorate.xml:
19483         * docs/plugins/inspect/plugin-videoscale.xml:
19484         * docs/plugins/inspect/plugin-videotestsrc.xml:
19485         * docs/plugins/inspect/plugin-volume.xml:
19486         * docs/plugins/inspect/plugin-vorbis.xml:
19487         * docs/plugins/inspect/plugin-ximagesink.xml:
19488         * docs/plugins/inspect/plugin-xvimagesink.xml: Updated version.
19489         * sys/ximage/ximagesink.c: Adding documentation for ximagesink.
19490
19491 2005-11-26  Edward Hervey  <edward@fluendo.com>
19492
19493         * gst/audiorate/gstaudiorate.c: (gst_audiorate_chain):
19494         Properly return GstFlowReturn from gst_pad_push in chain functions.
19495
19496 2005-11-25  Michael Smith  <msmith@fluendo.com>
19497
19498         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
19499         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
19500         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
19501         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
19502           Handle various conditions better when we don't understand a stream.
19503           Removes a heap of CRITICALs on ogg streams containing unknown data.
19504
19505 2005-11-24  Andy Wingo  <wingo@pobox.com>
19506
19507         * gst/tcp/gstmultifdsink.c (gst_multifdsink_handle_client_write):
19508         Be threadsafe.
19509
19510 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19511
19512         * configure.ac: back to HEAD
19513
19514 === release 0.9.6 ===
19515
19516 2005-11-23  Thomas Vander Stichele <thomas at apestaart dot org>
19517
19518         * configure.ac:
19519           releasing 0.9.6, "White Eight"
19520
19521 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19522
19523         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
19524         * docs/plugins/inspect/plugin-sine.xml:
19525           remove sinesrc some more
19526
19527 2005-11-23  Wim Taymans  <wim@fluendo.com>
19528
19529         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
19530         If we are reading too slowly, jump forward in the ringbuffer
19531         instead of blocking.
19532
19533 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19534
19535         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19536         (gst_visual_chain):
19537         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps):
19538         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps),
19539         (gst_videorate_chain):
19540         * gst/videotestsrc/gstvideotestsrc.c:
19541         (gst_videotestsrc_src_fixate), (gst_videotestsrc_create):
19542         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_fps),
19543         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query),
19544         (gst_v4lmjpegsrc_get), (gst_v4lmjpegsrc_getcaps):
19545         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19546         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19547           Updates for API changes
19548
19549 2005-11-23  Wim Taymans  <wim@fluendo.com>
19550
19551         * gst-libs/gst/audio/gstbaseaudiosink.c:
19552         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19553         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19554         Fix for calibration API change.
19555
19556 2005-11-23  Michael Smith <msmith@fluendo.com>
19557
19558         * gst-libs/gst/audio/multichannel.c:
19559         (gst_audio_get_channel_positions),
19560         (gst_audio_set_channel_positions),
19561         (gst_audio_set_structure_channel_positions_list),
19562         (gst_audio_fixate_channel_positions):
19563           Use gst_value_array_*() functions on value arrays, not
19564           gst_value_list_*().
19565
19566 2005-11-23  Edward Hervey  <edward@fluendo.com>
19567
19568         * autogen.sh:
19569         eheh, sinesrc is gone. Replacing sample srcfile by existing one.
19570         Fixes autogen
19571
19572 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19573
19574         * check/Makefile.am:
19575         * check/elements/videotestsrc.c: (setup_videotestsrc),
19576         (cleanup_videotestsrc), (GST_START_TEST), (videotestsrc_suite),
19577         (main):
19578           add a test for videotestsrc
19579
19580 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19581
19582         * gst/sine/.cvsignore:
19583         * gst/sine/Makefile.am:
19584         * gst/sine/gstsinesrc.c:
19585         * gst/sine/gstsinesrc.h:
19586         * gst/sine/sinesrc.vcproj:
19587           and remove sinesrc from the repository.  Closes #321446
19588
19589 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19590
19591         * configure.ac:
19592         * gst-plugins-base.spec.in:
19593           remove sinesrc from the build
19594
19595 2005-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
19596
19597         * check/Makefile.am:
19598         * check/elements/audiotestsrc.c: (setup_audiotestsrc),
19599         (cleanup_audiotestsrc), (GST_START_TEST), (audiotestsrc_suite),
19600         (main):
19601           add a test for audiotestsrc, testing all waves.  Even seems
19602           leak-free at first glance, nice job Stefan
19603
19604 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19605
19606         * po/af.po:
19607         * po/az.po:
19608         * po/cs.po:
19609         * po/en_GB.po:
19610         * po/hu.po:
19611         * po/it.po:
19612         * po/nb.po:
19613         * po/nl.po:
19614         * po/or.po:
19615         * po/sq.po:
19616         * po/sr.po:
19617         * po/sv.po:
19618         * po/uk.po:
19619         * po/vi.po:
19620           Translation string updates
19621
19622         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19623         (gst_v4lsrc_set_caps):
19624         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19625         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19626         * sys/v4l/v4lsrc_calls.h:
19627           Improve v4lsrc, by making it work again.
19628
19629 2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
19630
19631         * ext/libvisual/visual.c: (gst_visual_chain):
19632           Fix the fps calculations.
19633
19634         * gst/ffmpegcolorspace/avcodec.h:
19635           Move structure element for clarity
19636
19637         * gst-libs/gst/interfaces/tunernorm.c: (gst_tuner_norm_init):
19638         * gst-libs/gst/interfaces/tunernorm.h:
19639         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_src_link):
19640         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
19641         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
19642         (gst_v4lmjpegsrc_get_fps), (gst_v4lmjpegsrc_src_convert),
19643         (gst_v4lmjpegsrc_src_query), (gst_v4lmjpegsrc_get),
19644         (gst_v4lmjpegsrc_getcaps):
19645         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate), (gst_v4lsrc_get_caps),
19646         (gst_v4lsrc_set_caps):
19647         * sys/v4l/gstv4lsrc.h:
19648         * sys/v4l/v4l_calls.c: (gst_v4l_open):
19649         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_get_fps),
19650         (gst_v4lsrc_get_fps_list), (gst_v4lsrc_buffer_new):
19651         * sys/v4l/v4lsrc_calls.h:
19652           Fractional framerates...
19653
19654 2005-11-22  Wim Taymans  <wim@fluendo.com>
19655
19656         * gst-libs/gst/audio/gstbaseaudiosink.c:
19657         (gst_base_audio_sink_class_init), (gst_base_audio_sink_set_clock),
19658         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19659         And we provide a clock by default, of course...
19660
19661 2005-11-22  Wim Taymans  <wim@fluendo.com>
19662
19663         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init):
19664         This clock can be slaved to a master clock now.
19665
19666         * gst-libs/gst/audio/gstbaseaudiosink.c:
19667         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19668         (gst_base_audio_sink_dispose), (gst_base_audio_sink_provide_clock),
19669         (gst_base_audio_sink_set_clock),
19670         (gst_base_audio_sink_set_property),
19671         (gst_base_audio_sink_get_property), (gst_base_audio_sink_preroll),
19672         (gst_base_audio_sink_render), (gst_base_audio_sink_change_state):
19673         * gst-libs/gst/audio/gstbaseaudiosink.h:
19674         Handle slaving the internal clock to the clock selected in the
19675         pipeline.
19676         Add property to make the basesink not provide a clock.
19677
19678         * gst-libs/gst/rtp/gstbasertpdepayload.c:
19679         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
19680         (gst_base_rtp_depayload_wait):
19681         * gst-libs/gst/rtp/gstbasertpdepayload.h:
19682         We can use the clock in GstElement, no need to store it ourselves.
19683
19684 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19685
19686         * docs/libs/tmpl/gstaudio.sgml:
19687           update
19688         * ext/cdparanoia/gstcdparanoia.c: (gst_paranoia_mode_get_type),
19689         (gst_paranoia_endian_get_type):
19690         * ext/theora/theoraenc.c: (gst_border_mode_get_type):
19691         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
19692         * gst/audiotestsrc/gstaudiotestsrc.c:
19693         (gst_audiostestsrc_wave_get_type):
19694         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type):
19695         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
19696         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
19697         (gst_sync_method_get_type), (gst_unit_type_get_type),
19698         (gst_client_status_get_type), (gst_multifdsink_class_init),
19699         (gst_multifdsink_new_client), (gst_multifdsink_recover_client),
19700         (gst_multifdsink_queue_buffer), (gst_multifdsink_set_property),
19701         (gst_multifdsink_get_property):
19702         * gst/tcp/gstmultifdsink.h:
19703         * gst/videoscale/gstvideoscale.c: (gst_videoscale_method_get_type):
19704         * gst/videotestsrc/gstvideotestsrc.c:
19705         (gst_videotestsrc_pattern_get_type):
19706           remove deprecated properties
19707           fix up enums to correctly have short lowercase dashed nicks
19708
19709 2005-11-22  Michael Smith <msmith@fluendo.com>
19710
19711         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19712         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19713           Add underscore.
19714
19715 2005-11-22  Michael Smith <msmith@fluendo.com>
19716
19717         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
19718         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
19719           Use utility method for scaling clocktime for fractional framerates.
19720
19721 2005-11-22  Jan Schmidt  <thaytan@mad.scientist.com>
19722
19723         * ext/libvisual/visual.c: (gst_visual_src_setcaps), (get_buffer),
19724         (gst_visual_chain):
19725         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
19726         * ext/theora/theoradec.c: (theora_handle_type_packet):
19727         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
19728         (theora_enc_chain):
19729         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
19730         * gst-libs/gst/video/video.c: (gst_video_frame_rate):
19731         * gst-libs/gst/video/video.h:
19732         * gst/ffmpegcolorspace/avcodec.h:
19733         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19734         (gst_ffmpeg_caps_to_pixfmt):
19735         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19736         (gst_ffmpegcsp_set_caps):
19737         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
19738         (gst_videorate_setcaps), (gst_videorate_blank_data),
19739         (gst_videorate_chain):
19740         * gst/videotestsrc/gstvideotestsrc.c:
19741         (gst_videotestsrc_src_fixate), (gst_videotestsrc_getcaps),
19742         (gst_videotestsrc_parse_caps), (gst_videotestsrc_setcaps),
19743         (gst_videotestsrc_event), (gst_videotestsrc_create):
19744         * gst/videotestsrc/gstvideotestsrc.h:
19745         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
19746         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
19747         (gst_ximagesink_get_times), (gst_ximagesink_init):
19748         * sys/ximage/ximagesink.h:
19749         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
19750         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
19751         (gst_xvimagesink_get_times), (gst_xvimagesink_init):
19752         * sys/xvimage/xvimagesink.h:
19753           Convert elements to use fractions for their framerate.
19754           V4L elements to come later tonight.
19755
19756 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19757
19758         * gst-libs/gst/audio/audio.c:
19759         * gst-libs/gst/audio/audio.h:
19760           remove some deprecated functions
19761
19762 2005-11-22  Andy Wingo  <wingo@pobox.com>
19763
19764         * Update for gst_tag_setter API changes.
19765
19766 2005-11-22  Andy Wingo  <wingo@pobox.com>
19767
19768         * ext/ogg/gstoggdemux.c (gst_ogg_pad_submit_packet)
19769         (gst_ogg_demux_perform_seek):
19770         * ext/theora/theoradec.c (theora_dec_sink_event):
19771         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): Run
19772         update-funcnames.
19773
19774 2005-11-22  Wim Taymans  <wim@fluendo.com>
19775
19776         * examples/seeking/seek.c: (main):
19777         Give higher priority to bus signals than the gtk events
19778         to fix a race condition in the segment looping.
19779
19780 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19781
19782         * ext/theora/Makefile.am:
19783         * ext/vorbis/Makefile.am:
19784         * gst-libs/gst/tag/Makefile.am:
19785         * gst-plugins-base.spec.in:
19786           Rename libgsttagedit to libgsttag (#322117).
19787
19788 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19789
19790         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
19791         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19792           Call gst_x_overlay_prepare_xwindow_id() to give applications
19793           a final chance to set their own xwindow id before the video
19794           sink creates its own window.
19795
19796 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19797
19798         * sys/xvimage/xvimagesink.c:
19799         (gst_xvimagesink_navigation_send_event): Handle navigation
19800         events correcly with borders if applicable.
19801
19802 2005-11-22  Tim-Philipp Müller  <tim at centricular dot net>
19803
19804         Patch by: Luca Ognibene
19805
19806         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
19807         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt):
19808         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
19809         (gst_ffmpegcsp_caps_remove_format_info):
19810         * gst/ffmpegcolorspace/imgconvert.c:
19811         * gst/ffmpegcolorspace/imgconvert_template.h:
19812           Forward-port fixes from the 0.8 branch (patch by Luca Ognibene,
19813           #318353); use gst_structure_has_name().
19814
19815 2005-11-22  Julien MOUTTE  <julien@moutte.net>
19816
19817         * sys/ximage/ximagesink.c: (gst_ximagesink_event_thread),
19818         (gst_ximagesink_class_init): Add debug macros on functions.
19819         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
19820         (gst_xvimagesink_xwindow_draw_borders),
19821         (gst_xvimagesink_xvimage_put),
19822         (gst_xvimagesink_xwindow_update_geometry),
19823         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_get_xv_support),
19824         (gst_xvimagesink_event_thread), (gst_xvimagesink_xcontext_get),
19825         (gst_xvimagesink_xcontext_clear),
19826         (gst_xvimagesink_get_format_from_caps), (gst_xvimagesink_setcaps),
19827         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
19828         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
19829         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
19830         (gst_xvimagesink_get_property), (gst_xvimagesink_finalize),
19831         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
19832         * sys/xvimage/xvimagesink.h: Refactoring to handle aspect ratio,
19833         expose while being PAUSED, out of data flow navigation events, etc..
19834
19835 2005-11-22  Thomas Vander Stichele  <thomas at apestaart dot org>
19836
19837         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19838         * gst-libs/gst/audio/audio.h:
19839           fix prototype - wondering why the test worked regardless
19840
19841 2005-11-21  Thomas Vander Stichele  <thomas at apestaart dot org>
19842
19843         * check/Makefile.am:
19844         * gst-libs/gst/audio/audio.c: (gst_audio_duration_from_pad_buffer):
19845         * gst-libs/gst/audio/audio.h:
19846           add a method that returns a proper GstClockTime
19847
19848 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19849
19850         * gst-libs/gst/interfaces/xoverlay.c: (gst_x_overlay_base_init),
19851         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_prepare_xwindow_id):
19852         * gst-libs/gst/interfaces/xoverlay.h:
19853           Remove everything having to do with the desired size; add 
19854           gst_x_overlay_prepare_xwindow_id() function; remove the
19855           'have-xwindow-id' signal and make gst_x_overlay_got_xwindow_id()
19856           post a message on the bus instead (#321816).
19857
19858         * sys/ximage/ximagesink.c: (gst_ximagesink_xoverlay_init):
19859         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps),
19860         (gst_xvimagesink_xoverlay_init):
19861           Remove desired size stuff (#321816).
19862
19863 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19864
19865         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
19866         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
19867         (mpeg_video_type_find), (mpeg_video_stream_type_find):
19868           Terminate vararg functions with NULL instead of 0 to 
19869           make gcc4 happy.
19870
19871 2005-11-21  Andy Wingo  <wingo@pobox.com>
19872
19873         patch by: Sebastien Cote <sebas642@yahoo.ca>
19874         
19875         * gst-libs/gst/rtp/gstrtpbuffer.h: 
19876         * gst-libs/gst/rtp/gstrtpbuffer.c
19877         (gst_rtpbuffer_get_payload_buffer): New function. Fixes #321451.
19878
19879 2005-11-21  Andy Wingo  <wingo@pobox.com>
19880
19881         * gst/playback/gstplaybin.c (gen_audio_element) 
19882         (gen_video_element): Use the new MISSING_PLUGIN core error
19883         category. Closes #320060.
19884
19885         * ext/vorbis/vorbisdec.c (vorbis_dec_sink_event): 
19886         * gst/videorate/gstvideorate.c (gst_videorate_event):
19887         * ext/theora/theoradec.c (theora_dec_sink_event): 
19888         * ext/theora/theoraenc.c (theora_enc_sink_event): Don't take
19889         stream lock.
19890
19891         * gst/subparse/gstsubparse.c (gst_subparse_src_event):
19892         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek): Update for
19893         stream lock changes.
19894
19895 2005-11-21  Wim Taymans  <wim@fluendo.com>
19896
19897         * gst-libs/gst/audio/gstbaseaudiosink.c:
19898         (gst_base_audio_sink_class_init), (gst_base_audio_sink_init),
19899         (gst_base_audio_sink_provide_clock),
19900         (gst_base_audio_sink_set_clock), (gst_base_audio_sink_render),
19901         (gst_base_audio_sink_change_state):
19902         * gst/audioresample/gstaudioresample.c:
19903         Segment update fix.
19904
19905 2005-11-21  Andy Wingo  <wingo@pobox.com>
19906
19907         * *.h:
19908         * *.c: Ran scripts/update-macros. Oh yes.
19909
19910 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19911
19912         * sys/ximage/Makefile.am:
19913         * sys/ximage/ximage.c:
19914           Rename ximage plugin to ximagesink (#321426) (Don't forget to
19915           remove your old libgstximage.* manually if necessary).
19916
19917 2005-11-21  Michael Smith <msmith@fluendo.com>
19918
19919         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup):
19920           Minimal fix for bug #320200: set the min/max bitrate in the correct
19921           units. A better fix would be to upgrade to the RATEMANAGE2
19922           interface, rather than using the deprecated interface used here, but
19923           that would require an update in our libvorbis dependency (to 1.1),
19924           which is probably undesirable.
19925
19926 2005-11-21  Jan Schmidt  <thaytan@mad.scientist.com>
19927
19928         * ext/libvisual/visual.c: (get_buffer):
19929         * gst-libs/gst/audio/gstbaseaudiosrc.c:
19930         (gst_base_audio_src_fixate):
19931         * gst/audioconvert/gstaudioconvert.c:
19932         (gst_audio_convert_fixate_caps):
19933         * gst/audioscale/gstaudioscale.c: (gst_audioscale_fixate):
19934         * gst/audiotestsrc/gstaudiotestsrc.c:
19935         (gst_audiotestsrc_src_fixate):
19936         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
19937         * gst/videorate/gstvideorate.c: (gst_videorate_setcaps):
19938         * gst/videoscale/gstvideoscale.c: (gst_videoscale_fixate_caps):
19939         * gst/videotestsrc/gstvideotestsrc.c:
19940         (gst_videotestsrc_src_fixate):
19941         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate):
19942         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
19943           Rename gst_caps_structure_fixate_* to gst_structure_fixate_*
19944           (#322027)
19945
19946
19947 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19948
19949         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
19950         (gst_riff_create_iavs_caps):
19951         * gst-libs/gst/riff/riff-read.c: (gst_riff_parse_file_header),
19952         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
19953         (gst_riff_parse_info):
19954         * gst/videotestsrc/videotestsrc.c: (paintinfo_find_by_structure):
19955         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_caps):
19956         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps):
19957           Fixes for GST_FOURCC_FORMAT API change.
19958
19959 2005-11-21  Andy Wingo  <wingo@pobox.com>
19960
19961         patch by: Alessandro Dessina <alessandro nnva org>
19962
19963         * ext/ogg/gstoggmux.c (gst_ogg_mux_set_header_on_caps):
19964         * ext/ogg/gstoggparse.c (gst_ogg_parse_append_header)
19965         (gst_ogg_parse_chain):
19966         * ext/theora/theoraenc.c (theora_set_header_on_caps):
19967         * ext/vorbis/vorbisenc.c (gst_vorbisenc_set_header_on_caps):
19968         * ext/vorbis/vorbisparse.c (vorbis_parse_set_header_on_caps): Fix
19969         gst_value_list calls on arrays. Fixes #321962.
19970
19971 2005-11-21  Tim-Philipp Müller  <tim at centricular dot net>
19972
19973         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
19974         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_queue_pads),
19975         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
19976         * gst/adder/gstadder.c: (gst_adder_init),
19977         (gst_adder_request_new_pad), (gst_adder_collected),
19978         (gst_adder_change_state):
19979           Update for gst_collectpads_foo() to gst_collect_pads_foo()
19980           API change.
19981
19982 2005-11-21  Michael Smith <msmith@fluendo.com>
19983
19984         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
19985         (gst_vorbisenc_chain), (gst_vorbisenc_output_buffers):
19986           Properly handle pad_push return values.
19987
19988 2005-11-20  Jan Schmidt  <thaytan@mad.scientist.com>
19989
19990         * gst-libs/gst/tag/Makefile.am:
19991         * gst-libs/gst/tag/gstvorbistag.c:
19992         (gst_tag_list_to_vorbiscomment_buffer):
19993           Remove obsolete vorbistag element and debug category.
19994
19995         * gst/playback/gstplaybasebin.c: (check_queue):
19996           Don't divide by 0 when queue-threshold is 0.
19997
19998         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property):
19999           Don't modify an existing pixel-aspect-ratio if we fail to read
20000           a new one.
20001
20002 2005-11-20  Wim Taymans  <wim@fluendo.com>
20003
20004         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_push_buffer),
20005         (gst_vorbisenc_push_packet):
20006         GST_PAD_IS_USABLE is gone, use the return value of
20007         the push or pad_alloc_buffer instead.
20008
20009 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20010
20011         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
20012         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
20013         (gst_ximagesink_ximage_destroy),
20014         (gst_ximagesink_xwindow_draw_borders), (gst_ximagesink_ximage_put),
20015         (gst_ximagesink_xwindow_new),
20016         (gst_ximagesink_xwindow_update_geometry),
20017         (gst_ximagesink_handle_xevents), (gst_ximagesink_event_thread),
20018         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
20019         (gst_ximagesink_bufferpool_clear), (gst_ximagesink_getcaps),
20020         (gst_ximagesink_setcaps), (gst_ximagesink_change_state),
20021         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_alloc),
20022         (gst_ximagesink_navigation_send_event),
20023         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_expose),
20024         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
20025         (gst_ximagesink_finalize), (gst_ximagesink_init),
20026         (gst_ximagesink_class_init):
20027         * sys/ximage/ximagesink.h: Refactoring of ximagesink.
20028         This new version brings correct software scaling, non flickering
20029         window while resizing, pixel aspect ratio handling, usage of
20030         hardware buffer pools, out of data flow event thread for 
20031         navigation and handling of expose events even when being PAUSED,
20032         a new property to keep video aspect ratio when resizing, etc...
20033
20034 2005-11-18  Julien MOUTTE  <julien@moutte.net>
20035
20036         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
20037         (gst_videoscale_fixate_caps): Introduce back caps fixate with
20038         handling of PAR.
20039
20040 2005-11-18  Edward Hervey  <bilboed@dvdsrc.fluendo.com>
20041
20042         * gst/playback/gstdecodebin.c: (gst_decode_bin_init): 
20043         Unsetting IS_SINK flag from the fakesink, so decodebin
20044         never behaves as a sink.
20045
20046 2005-11-17  Wim Taymans  <wim@fluendo.com>
20047
20048         * gst-libs/gst/audio/gstbaseaudiosrc.c:
20049         (gst_base_audio_src_change_state):
20050         Fix the audiosrc base class again, we did not unflush.
20051
20052 2005-11-17  Julien MOUTTE  <julien@moutte.net>
20053
20054         * examples/seeking/seek.c: (make_dv_pipeline),
20055         (make_vorbis_theora_pipeline), (make_avi_pipeline),
20056         (make_mpegnt_pipeline): Use VSINK everywhere, add a scaler
20057         to ogg/vorbis/theora pipeline.
20058
20059 2005-11-17  Wim Taymans  <wim@fluendo.com>
20060
20061         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
20062         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
20063         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
20064         Fix EOS on multiple streams.
20065         More debugging.
20066
20067 2005-11-16  Wim Taymans  <wim@fluendo.com>
20068
20069         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_configure_segment),
20070         (gst_ogg_demux_perform_seek):
20071         Segment done must include stream time.
20072
20073         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
20074         (gst_ogg_mux_clear), (gst_ogg_mux_init), (gst_ogg_mux_finalize),
20075         (gst_ogg_mux_change_state):
20076         Fix ogg muxer again.
20077
20078 2005-11-16  Wim Taymans  <wim@fluendo.com>
20079
20080         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init):
20081         Fix compile again.
20082
20083 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20084
20085         * ext/libvisual/visual.c: (gst_visual_init):
20086         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
20087         * ext/ogg/gstoggparse.c: (gst_ogg_parse_init),
20088         (gst_ogg_parse_chain):
20089         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
20090         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init):
20091         * ext/theora/theoradec.c: (gst_theora_dec_init):
20092         * ext/theora/theoraenc.c: (gst_theora_enc_init):
20093         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
20094         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_init):
20095         * gst/adder/gstadder.c: (gst_adder_class_init),
20096         (gst_adder_dispose):
20097         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
20098         * gst/subparse/gstsubparse.c: (gst_subparse_init):
20099         * gst/videorate/gstvideorate.c: (gst_videorate_init):
20100           Fix a whole set of pad template leaks
20101
20102 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20103
20104         * check/generic/states.c: (GST_START_TEST):
20105           fix the test so that it only checks for elements that are part of
20106           this source module
20107
20108 2005-11-16  Michael Smith <msmith@fluendo.com>
20109
20110         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_reset),
20111         (gst_ogg_mux_init), (gst_ogg_mux_request_new_pad),
20112         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20113         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20114         (gst_ogg_mux_collected), (gst_ogg_mux_clear_collectpads),
20115         (gst_ogg_mux_change_state):
20116           Fix leaking collectpads.
20117
20118 2005-11-16  Edward Hervey  <edward@fluendo.com>
20119
20120         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
20121         (gst_videorate_event), (gst_videorate_chain):
20122         Handle segment seeks
20123
20124 2005-11-16  Wim Taymans  <wim@fluendo.com>
20125
20126         * gst-libs/gst/audio/gstbaseaudiosink.c:
20127         (gst_base_audio_sink_provide_clock),
20128         (gst_base_audio_sink_change_state):
20129         Set ringbuffer to non-flushing when going to PAUSED, set to
20130         flushing again when going to READY.
20131
20132         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_init),
20133         (gst_ring_buffer_stop):
20134         Start in flushing mode by default.
20135         Don't set flushing in the _stop method, let the app call
20136         this explicitly.
20137
20138 2005-11-16  Julien MOUTTE  <julien@moutte.net>
20139
20140         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_center_rect):
20141         * gst-libs/gst/video/videosink.h: Add helper function needed
20142         for video sinks.
20143
20144 2005-11-16  Tim-Philipp Müller  <tim at centricular dot net>
20145
20146         * gst/videoscale/gstvideoscale.c:
20147         (gst_videoscale_handle_src_event):
20148           Don't leak reference to pad parent.
20149
20150 2005-11-16  Wim Taymans  <wim@fluendo.com>
20151
20152         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop):
20153         Set ringbuffer to flushing when stopping so that we don't
20154         block on wait_segment anymore and livelock.
20155
20156 2005-11-16  Wim Taymans  <wim@fluendo.com>
20157
20158         * examples/seeking/seek.c: (send_event), (do_seek),
20159         (loop_toggle_cb), (segment_done), (main):
20160         Added looping checkbox.
20161
20162 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20163
20164         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20165         (gst_ogg_demux_init):
20166         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20167         (gst_vorbis_dec_init):
20168           revert unrefs, they don't pass make check
20169
20170 2005-11-15  Johan Dahlin  <johan@gnome.org>
20171
20172         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
20173         (gst_ogg_demux_init), (gst_ogg_demux_finalize):
20174         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_base_init),
20175         (gst_vorbis_dec_init):
20176         Fix pad template leaks. 
20177
20178 2005-11-15  Tim-Philipp Müller  <tim at centricular dot net>
20179
20180         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state):
20181           Make state change function thread safe.
20182
20183 2005-11-15  Edward Hervey  <edward@fluendo.com>
20184
20185         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_receive_event),
20186         (gst_ogg_demux_class_init):
20187         Implement GstElement::send_event, so we can send seek events
20188         in GST_STATE_READY
20189
20190 2005-11-14  Julien MOUTTE  <julien@moutte.net>
20191
20192         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new):
20193         Discovered how to take away flickering while resizing the
20194         window. Please don't put that in ximagesink, refactoring in
20195         progress.
20196
20197 2005-11-14  Michael Smith <msmith@fluendo.com>
20198
20199         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_client_queue_data),
20200         (gst_multifdsink_render):
20201           Don't leak GDP headers when using GDP mode (i.e. tcpserversink).
20202
20203 2005-11-14  Tim-Philipp Müller  <tim at centricular dot net>
20204
20205         * gst/playback/gstplaybin.c: (gen_audio_element):
20206           Use autoaudiosink, it tends to be more widely available than
20207           autoaudiiosink.
20208           
20209 2005-11-14  Andy Wingo  <wingo@pobox.com>
20210
20211         * gst/playback/gstplaybin.c (gen_audio_element): Use autoaudiosink
20212         as well if it is available. Fixes #316442.
20213
20214 2005-11-14  Michael Smith <msmith@fluendo.com>
20215
20216         * ext/ogg/gstoggmux.c: (gst_ogg_mux_clear), (gst_ogg_mux_init),
20217         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
20218         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20219         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20220         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_collected),
20221         (gst_ogg_mux_clear_collectpads), (gst_ogg_mux_change_state):
20222         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_buffer_from_packet),
20223         (gst_vorbisenc_change_state):
20224           Fix a small memory leak in vorbisenc.
20225           Fix large memory leaks in oggmux, also fix lots of state change
20226           bugs in oggmux.
20227
20228 2005-11-14  Thomas Vander Stichele  <thomas at apestaart dot org>
20229
20230         * gst/videotestsrc/gstvideotestsrc.c:
20231         (gst_videotestsrc_class_init), (gst_videotestsrc_init),
20232         (gst_videotestsrc_src_fixate):
20233           move fixation to a fixate function
20234           remove negotiate function, basesrc's is good enough
20235           fixes a bug for check when using the element alone
20236
20237 2005-11-13  Edward Hervey  <edward@fluendo.com>
20238
20239         * examples/seeking/seek.c: (do_seek), (accurate_toggle_cb),
20240         (key_toggle_cb), (main):
20241         Added checkboxes for adding/removing the accurate and key_unit seek
20242         flags.
20243
20244 2005-11-11  Thomas Vander Stichele  <thomas at apestaart dot org>
20245
20246         * configure.ac: back to HEAD
20247
20248 === release 0.9.5 ===
20249
20250 2005-11-11  Thomas Vander Stichele <thomas at apestaart dot org>
20251
20252         * configure.ac:
20253           releasing 0.9.5, "No No Kia"
20254
20255 2005-11-11  Edward Hervey  <edward@fluendo.com>
20256
20257         * examples/seeking/seek.c: (make_parselaunch_pipeline):
20258         Added parse-launch syntax seeking mode for the seeking example.
20259         This should help stress-test even more cases.
20260         Ex usage : ./seek 15 "filesrc location=uranus.avi ! decodebin ! xvimagesink"
20261
20262 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20263
20264         * sys/xvimage/xvimagesink.c:
20265         (gst_xvimagesink_navigation_send_event):
20266           Check whether peer pad exists before sending navigation events
20267           to it.
20268
20269 2005-11-11  Michael Smith <msmith@fluendo.com>
20270
20271         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_setup),
20272         (gst_vorbisenc_buffer_from_packet):
20273         * ext/vorbis/vorbisenc.h:
20274           Set duration on encoded buffers. This allows oggmux's
20275           max_page_delay parameter to actually work.
20276
20277 2005-11-11  Tim-Philipp Müller  <tim at centricular dot net>
20278
20279         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20280         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
20281         (gst_ffmpegcsp_avpicture_fill):
20282         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20283         (gst_ffmpegcsp_get_unit_size), (gst_ffmpegcsp_transform):
20284           Make palettes work again (see #132341). Use our own macros
20285           for rounding up.
20286
20287 2005-11-10  Andy Wingo  <wingo@pobox.com>
20288
20289         * gst/playback/gstplaybasebin.c (prepare_output): Fix format
20290         string doober.
20291
20292 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20293
20294         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20295         (gst_ffmpegcsp_transform_caps):
20296           Prefer passthrough in transform_caps
20297
20298 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20299
20300         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
20301           check for ALSA errors properly, instead of relying on ALSA's
20302           error strings to serve to the user.
20303
20304 2005-11-10  Wim Taymans  <wim@fluendo.com>
20305
20306         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event), (gst_ogg_demux_init),
20307         (gst_ogg_demux_configure_segment), (gst_ogg_demux_perform_seek),
20308         (gst_ogg_demux_loop), (gst_ogg_demux_change_state):
20309         Modernise the seek code.
20310
20311 2005-11-10  Michael Smith <msmith@fluendo.com>
20312         
20313         * gst/playback/gstplaybasebin.c: (group_commit), (new_decoded_pad),
20314         (setup_substreams), (set_active_source):
20315           Unlock GROUP_LOCK in failure cases, so that we don't deadlock when
20316           trying to go to NULL if we failed to read a file.
20317
20318 2005-11-10  Wim Taymans  <wim@fluendo.com>
20319
20320         * gst/audiotestsrc/gstaudiotestsrc.c:
20321         (gst_audiotestsrc_class_init), (gst_audiotestsrc_get_times),
20322         (gst_audiotestsrc_create):
20323         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20324         (gst_sinesrc_get_times), (gst_sinesrc_create):
20325         * gst/videotestsrc/gstvideotestsrc.c:
20326         (gst_videotestsrc_class_init), (gst_videotestsrc_get_times),
20327         (gst_videotestsrc_create):
20328         The base class can now sync for us.
20329
20330 2005-11-10  Thomas Vander Stichele  <thomas at apestaart dot org>
20331
20332         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_fixate): Check if the caps have
20333           a fourcc field. Fixes crash for gst-launch-0.9 v4lsrc
20334           name=source autoprobe=false autoprobe-fps=false copy-mode=1
20335           device=/dev/video0 ! ffmpegcolorspace ! "video/x-raw-yuv,
20336           format=(fourcc)I420" ! xvimagesink
20337
20338 2005-11-10  Tim-Philipp Müller  <tim at centricular dot net>
20339
20340         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
20341         (gst_sinesrc_get_query_types), (gst_sinesrc_src_query),
20342         (gst_sinesrc_newsegment):
20343           Send newsegment event in TIME format, set duration if
20344           num-buffers is set, fix duration querying.
20345
20346 2005-11-10  Michael Smith <msmith@fluendo.com>
20347
20348         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20349         (gst_ogg_mux_push_buffer), (gst_ogg_mux_dequeue_page),
20350         (gst_ogg_mux_pad_queue_page), (gst_ogg_mux_queue_pads),
20351         (gst_ogg_mux_collected):
20352          Fix EOS handling, partially. Now forwarding an EOS event once we have
20353          EOS on all pads works correctly. However, we still don't properly set
20354          EOS on the actual ogg stream pages.
20355
20356 2005-11-09  Tim-Philipp Müller  <tim at centricular dot net>
20357
20358         * gst/playback/gstplaybin.c: (gst_play_bin_dispose):
20359           Set elements to NULL state before disposing of them.
20360
20361 2005-11-08  Sebastien Cote  <sebas642 at yahoo dot ca>
20362
20363         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20364
20365         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20366         (gst_base_rtp_depayload_init),
20367         (gst_base_rtp_depayload_set_gst_timestamp):
20368         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20369           We need to send a newsegment event for each instance, not
20370           just for the first instance of this class (get rid of
20371           static variable in function). (#321011).
20372           
20373 2005-11-08  Michael Smith <msmith@fluendo.com>
20374
20375         * ext/ogg/gstoggmux.c: (gst_ogg_mux_request_new_pad),
20376         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_buffer),
20377         (gst_ogg_mux_dequeue_page), (gst_ogg_mux_pad_queue_page),
20378         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected):
20379           Forward port rewrite of muxing strategy to 0.9 version of oggmux.
20380           This makes us mux things correctly according to the ogg muxing
20381           rules. Still not handling EOS correctly right now, though.
20382
20383 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20384
20385         * gst/audioconvert/gstaudioconvert.c:
20386           Fix typo in docs. 
20387
20388 2005-11-08  Tim-Philipp Müller  <tim at centricular dot net>
20389
20390         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
20391         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new):
20392           Initialise segment_stop to GST_CLOCK_TIME_NONE when
20393           creating a new chain; should fix live streaming. Also
20394           add more debug output and fix a typo.
20395
20396 2005-11-08  Brian Cameron  <brian dot cameron at sun dot com>
20397
20398         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20399
20400         * gst/volume/gstvolume.c: (volume_set_caps):
20401           Fix compilation on Solaris with Forte. (#320923)
20402
20403 2005-11-08  Wim Taymans  <wim@fluendo.com>
20404
20405         * gst-libs/gst/audio/gstbaseaudiosink.c:
20406         (gst_base_audio_sink_render):
20407         No need to do a typecheck.
20408
20409 2005-11-07  Tim-Philipp Müller  <tim at centricular dot net>
20410
20411         * ext/alsa/gstalsa.h:
20412           We register a debug category, so let's use it.
20413
20414 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20415
20416         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20417         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_wait):
20418         Fixed a small problem.
20419
20420 2005-11-04  Wim Taymans  <wim@fluendo.com>
20421
20422         * examples/seeking/Makefile.am:
20423         * examples/seeking/scrubby.c: (gst_element_factory_make_or_warn),
20424         (dynamic_link), (setup_dynamic_link), (make_wav_pipeline),
20425         (make_playerbin_pipeline), (format_value), (update_scale),
20426         (speed_cb), (seek_cb), (do_seek), (start_seek), (stop_seek),
20427         (play_cb), (pause_cb), (stop_cb), (print_message), (bus_message),
20428         (print_usage), (main):
20429         Added app for playback speed testing.
20430
20431         * examples/seeking/seek.c: (dynamic_link),
20432         (make_avi_msmpeg4v3_mp3_pipeline), (make_avi_pipeline),
20433         (make_mpeg_pipeline), (do_seek), (set_update_scale),
20434         (message_received), (main):
20435         Updated seek example.
20436
20437 2005-11-04  Zeeshan Ali  <zeenix@gmail.com>
20438
20439         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20440         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20441         (gst_base_rtp_depayload_thread), (gst_base_rtp_depayload_wait),
20442         (gst_base_rtp_depayload_set_clock):
20443         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20444         Don't sleep on the bench (system clock) when you have a nice 
20445         comfortable bed (Gstreamer clock) to sleep on.
20446
20447 2005-11-03  Wim Taymans  <wim@fluendo.com>
20448
20449         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20450         (gst_decode_bin_dispose), (free_dynamics), (remove_fakesink),
20451         (pad_blocked), (close_pad_link), (new_pad), (no_more_pads):
20452         Handle the case where a pad_block failed.
20453
20454 2005-11-02  Sebastien Cote  <sebas642@yahoo.ca> 
20455
20456         reviewed by: Zeeshan Ali  <zeenix@gmail.com>
20457
20458         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20459         (gst_base_rtp_depayload_add_to_queue),
20460         (gst_base_rtp_depayload_push),
20461         (gst_base_rtp_depayload_set_gst_timestamp),
20462         (gst_base_rtp_depayload_queue_release):
20463           Fixes some bugs in the depayloader's queuing/de-queueing code.
20464
20465 2005-10-31  Michael Smith <msmith@fluendo.com>
20466
20467         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
20468         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
20469         (gst_ogg_demux_collect_chain_info), (gst_ogg_print):
20470           Patch from Alessandro Decina <alessandro@nnva.org>.
20471           Make oggdemux only find the final time in a chain, not per-pad,
20472           since the per-pad information can be very expensive to locate, and
20473           it isn't used anywhere. This makes reading a file containing
20474           OggSkeleton reasonably fast.
20475           Also, make chain finding work when there are logical bitstreams that
20476           can't be decoded. Fixes #319110.
20477
20478 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20479
20480         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20481         (gst_base_rtp_depayload_class_init), (gst_base_rtp_depayload_init),
20482         (gst_base_rtp_depayload_chain),
20483         (gst_base_rtp_depayload_add_to_queue),
20484         (gst_base_rtp_depayload_push),
20485         (gst_base_rtp_depayload_set_gst_timestamp),
20486         (gst_base_rtp_depayload_queue_release),
20487         (gst_base_rtp_depayload_start_thread),
20488         (gst_base_rtp_depayload_set_property),
20489         (gst_base_rtp_depayload_get_property):
20490         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20491         Some random fixes, to fullfill the desires of thomas.
20492
20493 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20494
20495         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20496         (gst_base_rtp_depayload_add_to_queue),
20497         (gst_base_rtp_depayload_push):
20498         Fixed the queueing algorithm.
20499
20500 2005-10-31  Zeeshan Ali  <zeenix@gmail.com>
20501
20502         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20503         (gst_base_rtp_depayload_push):
20504         A small fix
20505
20506 2005-10-31  Wim Taymans  <wim@fluendo.com>
20507
20508         * gst-libs/gst/audio/gstringbuffer.h:
20509         Don't break ABI.
20510
20511         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20512         (gst_ffmpeg_caps_to_pixfmt):
20513         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20514         (gst_ffmpegcsp_set_caps):
20515         Some more comments.
20516         Handle missing required caps fields better.
20517
20518 2005-10-31  Wim Taymans  <wim@fluendo.com>
20519
20520         * gst-libs/gst/audio/gstbaseaudiosink.c:
20521         (gst_base_audio_sink_event), (gst_base_audio_sink_get_offset),
20522         (gst_base_audio_sink_render):
20523         * gst-libs/gst/audio/gstringbuffer.c:
20524         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20525         (gst_ring_buffer_set_flushing), (gst_ring_buffer_start),
20526         (gst_ring_buffer_pause_unlocked), (gst_ring_buffer_pause),
20527         (gst_ring_buffer_stop), (wait_segment), (gst_ring_buffer_commit),
20528         (gst_ring_buffer_read):
20529         * gst-libs/gst/audio/gstringbuffer.h:
20530         Add flushing mode to the ringbuffer so that it in all cases does
20531         not try to handle more audio. This makes sure it does not try to
20532         block anymore when flushing and fixes a livelock.
20533
20534 2005-10-29  Tim-Philipp Müller  <tim at centricular dot net>
20535
20536         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_query_convert),
20537         (gst_ogg_demux_chain_peer), (gst_ogg_demux_perform_seek),
20538         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain):
20539           Explicitly check for -1 values before doing a conversion
20540           and always map them to -1. (#315545)
20541
20542 2005-10-28  Thomas Vander Stichele  <thomas at apestaart dot org>
20543
20544         * gst/playback/gstplaybin.c: (gen_video_element):
20545           first try autovideosink, then xvimagesink, then error out
20546         * po/POTFILES.in:
20547           add translatable file
20548         * po/af.po:
20549         * po/az.po:
20550         * po/cs.po:
20551         * po/en_GB.po:
20552         * po/hu.po:
20553         * po/it.po:
20554         * po/nb.po:
20555         * po/nl.po:
20556         * po/or.po:
20557         * po/sq.po:
20558         * po/sr.po:
20559         * po/sv.po:
20560         * po/uk.po:
20561         * po/vi.po:
20562           update translations
20563
20564 2005-10-27  Philippe Khalaf <burger at speedy dot org> 
20565
20566         * gst-libs/gst/rtp/gstbasedepayload.c:
20567         * gst-libs/gst/rtp/gstbasedepayload.h:
20568           Minor cleanups
20569
20570 2005-10-27  Tim-Philipp Müller  <tim at centricular dot net>
20571
20572         * gst/playback/.cvsignore:
20573         * gst/playback/decodetest.c:
20574         * gst/playback/test3.c:
20575           Port these two tests as well.
20576
20577 2005-10-27  Wim Taymans  <wim@fluendo.com>
20578
20579         * ext/theora/theoradec.c: (theora_dec_src_query),
20580         (theora_dec_sink_event):
20581         * ext/theora/theoraenc.c: (theora_enc_sink_event),
20582         (theora_enc_change_state):
20583         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
20584         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
20585         Take proper locks when handling events.
20586
20587 2005-10-27  Wim Taymans  <wim@fluendo.com>
20588
20589         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_collected),
20590         (gst_adder_change_state):
20591         Fix timestamps and fix deadlock when stopping the collectpads.
20592
20593 2005-10-27  Zeeshan Ali  <zeenix@gmail.com>
20594
20595         * gst-libs/gst/rtp/gstrtpbuffer.h:
20596         Declaring the payload types as strings too so that they can be used
20597         in the padtemplate inialization.
20598
20599 2005-10-26  Andre Magalhaes  <andrunko@gmail.com>
20600
20601         reviewed by: Zeeshan Ali   <zeenix@gmail.com>
20602
20603         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20604         (gst_base_rtp_depayload_class_init):
20605         Fixes a small but nasty bug. The derived elements no longer segfaults
20606         on finalization.
20607
20608 2005-10-26  Michael Smith <msmith@fluendo.com>
20609
20610         * gst/audioconvert/audioconvert.c: (audio_convert_clean_context):
20611           When clearing an audioconvert context, set tmpbufsize to zero, so
20612           we'll allocate it again later if required.
20613           This fixes audioconvert re-negotiating formats, which previously
20614           segfaulted with a NULL destination buffer.
20615
20616 2005-10-26  Zeeshan Ali <zeenix@gmail.com>
20617
20618         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20619         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_push),
20620         (gst_base_rtp_depayload_set_gst_timestamp),
20621         (gst_base_rtp_depayload_queue_release):
20622         Fixed a smalll memleak.
20623
20624 2005-10-26  Zeeshan Ali  <zeenix@gmail.com>
20625         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20626         (gst_base_rtp_depayload_base_init), (gst_base_rtp_depayload_init),
20627         (gst_base_rtp_depayload_finalize),
20628         (gst_base_rtp_depayload_setcaps),
20629         (gst_base_rtp_depayload_add_to_queue),
20630         (gst_base_rtp_depayload_push),
20631         (gst_base_rtp_depayload_set_gst_timestamp),
20632         (gst_base_rtp_depayload_queue_release),
20633         (gst_base_rtp_depayload_thread),
20634         (gst_base_rtp_depayload_change_state):
20635         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20636         Changed the C++ comments to C comments
20637
20638 2005-10-26  Tim-Philipp Müller  <tim at centricular dot net>
20639
20640         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init):
20641         * gst/tcp/gsttcpclientsrc.h:
20642         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init):
20643         * gst/tcp/gsttcpserversrc.h:
20644           Remove unused 'curoffset' structure member.
20645
20646 2005-10-25  Zeeshan Ali  <zeenix@gmail.com>
20647
20648         * gst-libs/gst/rtp/gstbasertpdepayload.c:
20649         (gst_base_rtp_depayload_base_init),
20650         (gst_base_rtp_depayload_finalize):
20651         * gst-libs/gst/rtp/gstbasertpdepayload.h:
20652         * gst-libs/gst/rtp/gstbasertppayload.h:
20653           The pad-template on the sinkpad should be set by the derived classes.
20654           Also added some useful macros.
20655
20656 2005-10-24  Wim Taymans  <wim@fluendo.com>
20657
20658         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
20659         Correctly flush decoder samples even if we could not
20660         copy them to an output buffer. Fixes #319618.
20661
20662 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20663
20664         * sys/ximage/ximagesink.c: (gst_ximagesink_setcaps):
20665         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_setcaps): Check
20666         the caps against our xcontext caps.
20667
20668 2005-10-24  Wim Taymans  <wim@fluendo.com>
20669
20670         * gst-libs/gst/audio/gstbaseaudiosink.c:
20671         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20672         Remove g_print
20673         Use sync property from baseclass to disable sync.
20674
20675 2005-10-24  Wim Taymans  <wim@fluendo.com>
20676
20677         * gst-libs/gst/audio/gstbaseaudiosink.c:
20678         (gst_base_audio_sink_get_offset), (gst_base_audio_sink_render):
20679         Buffers with no timestamps get aligned with previous buffers or
20680         on underrun, played ASAP.
20681
20682 2005-10-24  Julien MOUTTE  <julien@moutte.net>
20683
20684         * gst-libs/gst/video/video.h:
20685         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
20686         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
20687         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): And
20688         here comes my change on caps for framerate and geometry range.
20689         We are now accepting 1 to MAXINT for width and height, and from
20690         0.0 to MAXDOUBLE for framerate. That allows duration less png frames
20691         to be blended correctly in videomixer.
20692
20693 2005-10-24  Thomas Vander Stichele  <thomas at apestaart dot org>
20694
20695         * configure.ac:
20696           back to HEAD
20697
20698 === release 0.9.4 ===
20699
20700 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20701
20702         * NEWS:
20703         * RELEASE:
20704         * configure.ac:
20705           releasing 0.9.4, "Velociraptor"
20706
20707 2005-10-23  Thomas Vander Stichele  <thomas at apestaart dot org>
20708
20709         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
20710         * po/POTFILES.in:
20711           STOPPED -> FAILED
20712
20713 2005-10-21  Wim Taymans  <wim@fluendo.com>
20714
20715         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20716         (gst_decode_bin_dispose), (free_dynamics), (pad_unblocked),
20717         (pad_blocked), (close_pad_link), (new_pad):
20718         Don't try to remove elements twice.
20719
20720 2005-10-21  Wim Taymans  <wim@fluendo.com>
20721
20722         * ext/theora/theoradec.c: (theora_dec_src_query),
20723         (theora_dec_sink_event):
20724         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20725         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20726         (vorbis_handle_data_packet):
20727         * ext/vorbis/vorbisdec.h:
20728         Fix old naming.
20729
20730         * gst-libs/gst/audio/gstbaseaudiosink.c:
20731         (gst_base_audio_sink_render):
20732         Don't try to sync on buffers without a timestamp.
20733
20734 2005-10-21  Wim Taymans  <wim@fluendo.com>
20735
20736         * ext/theora/theoradec.c: (theora_dec_src_query),
20737         (theora_dec_sink_event):
20738         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20739         (vorbis_dec_sink_event), (vorbis_handle_identification_packet),
20740         (vorbis_handle_data_packet):
20741         * ext/vorbis/vorbisdec.h:
20742         Fix old naming.
20743
20744 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20745
20746         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types),
20747         (gst_vorbisenc_src_query):
20748           Implement position and duration queries.
20749
20750         * gst/playback/test3.c: (update_scale), (main):
20751           Fix for async state changes and print nicer output.
20752
20753 2005-10-20  Wim Taymans  <wim@fluendo.com>
20754
20755         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20756         (dump_element_stats), (main):
20757         * gst/playback/test6.c: (main):
20758         Fix tests again
20759
20760 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20761
20762         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20763         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20764           Don't use functions for position queries when handling
20765           duration queries.
20766
20767 2005-10-20  Tim-Philipp Müller  <tim at centricular dot net>
20768
20769         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20770         (vorbis_handle_data_packet), (vorbis_dec_chain),
20771         (vorbis_dec_change_state):
20772         * ext/vorbis/vorbisdec.h:
20773           Vorbis streams can be embedded in other container formats
20774           than ogg, container formats where the demuxer might set 
20775           timestamps on encoded vorbis buffers instead of those silly 
20776           granulepos thingies. In short: make vorbisdec handle 
20777           timestamps on incoming buffers as well.
20778
20779 2005-10-20  Wim Taymans  <wim@fluendo.com>
20780
20781         * gst/playback/gstplaybasebin.c: (group_destroy),
20782         (gst_play_base_bin_change_state):
20783         Fix leak.
20784         Handle case where playbasebin is now ASYNC because
20785         decodebin is.
20786
20787 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20788
20789         * gst/audioconvert/Makefile.am:
20790         * gst/audioconvert/bufferframesconvert.c:
20791         * gst/audioconvert/plugin.c: (plugin_init):
20792         * gst/audioconvert/plugin.h:
20793           And bye bye buffer-frames-convert
20794
20795 2005-10-19  Wim Taymans  <wim@fluendo.com>
20796
20797         * check/elements/audioconvert.c:
20798         * docs/libs/tmpl/gstaudio.sgml:
20799         * docs/libs/tmpl/gstcolorbalance.sgml:
20800         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
20801         (vorbis_handle_identification_packet), (vorbis_handle_data_packet):
20802         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
20803         * gst-libs/gst/audio/audio.c: (gst_audio_structure_set_int):
20804         * gst-libs/gst/audio/audio.h:
20805         * gst/audioconvert/audioconvert.h:
20806         * gst/audioconvert/gstaudioconvert.c:
20807         (gst_audio_convert_parse_caps):
20808         * gst/volume/gstvolume.c:
20809         Bye bye buffer-frames.
20810
20811 2005-10-19  Wim Taymans  <wim@fluendo.com>
20812
20813         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
20814         (query_positions_elems), (query_positions_pads), (update_scale),
20815         (do_seek), (set_update_scale), (message_received), (main):
20816         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
20817         (gst_ogg_demux_perform_seek), (gst_ogg_demux_find_chains),
20818         (gst_ogg_demux_loop):
20819         * ext/ogg/gstogmparse.c: (gst_ogm_parse_sink_query):
20820         * ext/theora/theoradec.c: (theora_dec_src_query),
20821         (theora_dec_sink_event):
20822         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
20823         (vorbis_dec_sink_event), (vorbis_handle_data_packet):
20824         * gst/adder/gstadder.c: (gst_adder_query):
20825         * gst/audiotestsrc/gstaudiotestsrc.c: (gst_audiotestsrc_src_query):
20826         * gst/playback/test3.c: (update_scale):
20827         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20828         (dump_element_stats), (main):
20829         * gst/playback/test6.c: (main):
20830         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
20831         Query API update.
20832
20833 2005-10-19  Tim-Philipp Müller  <tim at centricular dot net>
20834
20835         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find),
20836         (xml_check_first_element), (xml_type_find), (smil_type_find),
20837         (plugin_init):
20838           Add typefinding for SMIL and for generic XML. Based on patch by
20839           Akos Maroy (#308663).
20840
20841 2005-10-18  Wim Taymans  <wim@fluendo.com>
20842
20843         * gst/playback/Makefile.am:
20844         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
20845         (gst_decode_bin_dispose), (dynamic_create), (dynamic_free),
20846         (free_dynamics), (pad_unblocked), (pad_blocked), (close_pad_link),
20847         (try_to_link_1), (new_pad), (no_more_pads), (type_found),
20848         (gst_decode_bin_change_state):
20849         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
20850         (gst_play_bin_send_event_to_sink):
20851         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
20852         (dump_element_stats), (main):
20853         * gst/playback/test6.c: (main):
20854         Make playbin async, it'll commit state to paused when all streams
20855         are detected.
20856         Remove ugly hack.
20857         Added test6.c to show async behaviour.
20858
20859 2005-10-18  Wim Taymans  <wim@fluendo.com>
20860
20861         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer),
20862         (gst_ogg_demux_perform_seek), (gst_ogg_demux_loop):
20863         Fix for segment-start/stop API change.
20864
20865 2005-10-18  Wim Taymans  <wim@fluendo.com>
20866
20867         * check/Makefile.am:
20868         * check/clocks/selection.c: (GST_START_TEST), (volume_suite),
20869         (main):
20870         Add future test for clock selection.
20871
20872 2005-10-18  Wim Taymans  <wim@fluendo.com>
20873
20874         * ext/alsa/gstalsasink.c: (gst_alsasink_init),
20875         (gst_alsasink_close):
20876         Set handle to NULL.
20877
20878         * gst-libs/gst/audio/gstringbuffer.c:
20879         (gst_ring_buffer_open_device), (gst_ring_buffer_close_device),
20880         (gst_ring_buffer_acquire), (gst_ring_buffer_release),
20881         (gst_ring_buffer_start), (gst_ring_buffer_pause),
20882         (gst_ring_buffer_stop), (gst_ring_buffer_commit),
20883         (gst_ring_buffer_read):
20884         More debug info.
20885
20886 2005-10-17  Stefan Kost  <ensonic@users.sf.net>
20887
20888         * gst/audiotestsrc/Makefile.am:
20889         * gst/sine/Makefile.am:
20890         * gst/volume/Makefile.am:
20891           fix broken build of controllerized plugins
20892
20893 2005-10-17  Fabrizio Gennari  <fabrizio dot ge at tiscali dot it>
20894
20895         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
20896
20897         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
20898         (gst_riff_create_video_template_caps):
20899           Add support for Indeo-3 (IV32).
20900
20901 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20902
20903         * configure.ac:
20904           rewrite
20905
20906 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20907
20908         * gst-libs/gst/video/video.c: (gst_video_get_size):
20909         * gst/audiotestsrc/gstaudiotestsrc.c:
20910           doc updates
20911
20912 2005-10-17  Andy Wingo  <wingo@pobox.com>
20913
20914         * ext/ogg/gstoggmux.c (gst_ogg_mux_queue_pads): Fix bug introduced
20915         with the collectpads change.
20916         (gst_ogg_mux_send_headers): Elevate warning to a g_critical.
20917
20918         * gst/tcp/gstmultifdsink.c: Convert to use the boilerplate macro.
20919
20920         * gst/tcp/gsttcp.c (gst_tcp_socket_read): Comment update.
20921
20922         * ext/theora/theoraenc.c (theora_buffer_from_packet): Pass the
20923         alloc_buffer flow return to callers.
20924         (theora_enc_chain, theora_enc_chain): Adapt to buffer_from_packet
20925         change. Fix some memleaks in theoraenc.
20926
20927         * ext/ogg/gstoggmux.c (gst_ogg_mux_send_headers): Fix a segfault
20928         in strange circumstance.
20929
20930 2005-10-17  Julien MOUTTE  <julien@moutte.net>
20931
20932         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
20933         (gst_ffmpegcsp_get_unit_size): We are asked to compute a buffer size
20934         from caps, let's use the caps...
20935
20936 2005-10-17  Thomas Vander Stichele  <thomas at apestaart dot org>
20937
20938         * configure.ac:
20939           put back AX_CREATE_STDINT_H, ffmpegcolorspace includes _stdint.h
20940
20941 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20942
20943         * gst-libs/gst/interfaces/Makefile.am:
20944           fix silly typo
20945
20946 2005-10-16  Andy Wingo  <wingo@pobox.com>
20947
20948         * gst/playback/gstdecodebin.c
20949         (gst_element_set_state_like_a_crazy_man): New kraaaaaaazy
20950         function!
20951         (try_to_link_1): Increase kraziness level.
20952
20953 2005-10-16  Thomas Vander Stichele  <thomas at apestaart dot org>
20954
20955         * configure.ac:
20956           restructure like the core one
20957         * gst-libs/gst/audio/Makefile.am:
20958         * gst-libs/gst/interfaces/Makefile.am:
20959         * gst-libs/gst/net/Makefile.am:
20960         * gst-libs/gst/riff/Makefile.am:
20961         * gst-libs/gst/rtp/Makefile.am:
20962         * gst-libs/gst/tag/Makefile.am:
20963         * gst-libs/gst/video/Makefile.am:
20964           use correct linker flags, now the libs are properly versioned
20965         * check/elements/audioconvert.c: (verify_convert):
20966         * ext/alsa/gstalsaplugin.c:
20967         * ext/cdparanoia/gstcdparanoia.c:
20968         * ext/gnomevfs/gstgnomevfs.c:
20969         * ext/libvisual/visual.c:
20970         * ext/ogg/gstogg.c:
20971         * ext/ogg/gstoggparse.c: (gst_ogg_parse_chain):
20972         * ext/theora/theora.c:
20973         * ext/vorbis/vorbis.c:
20974         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
20975         * gst-libs/gst/tag/gsttagediting.c:
20976         * gst-libs/gst/video/video.c:
20977         * gst/adder/gstadder.c:
20978         * gst/audioconvert/plugin.c:
20979         * gst/audiorate/gstaudiorate.c:
20980         * gst/audioresample/gstaudioresample.c:
20981         * gst/audioresample/resample_ref.c: (resample_scale_ref):
20982         * gst/audioscale/gstaudioscale.c:
20983         * gst/audioscale/resample.c:
20984         * gst/audiotestsrc/gstaudiotestsrc.c:
20985         * gst/ffmpegcolorspace/gstffmpeg.c:
20986         * gst/playback/gstdecodebin.c: (close_pad_link):
20987         * gst/playback/gstplaybin.c: (gen_video_element),
20988         (gen_audio_element):
20989         * gst/sine/gstsinesrc.c:
20990         * gst/subparse/gstsubparse.c:
20991         * gst/tags/gsttagediting.c:
20992         * gst/tcp/gsttcpplugin.c:
20993         * gst/typefind/gsttypefindfunctions.c:
20994         * gst/videorate/gstvideorate.c:
20995         * gst/videoscale/gstvideoscale.c:
20996         * gst/videotestsrc/gstvideotestsrc.c:
20997         * gst/volume/gstvolume.c:
20998         * sys/v4l/gstv4l.c:
20999         * sys/ximage/ximage.c:
21000         * sys/xvimage/xvimagesink.c:
21001           fix up defines
21002
21003 2005-10-13  Tim-Philipp Müller  <tim at centricular dot net>
21004
21005         * ext/vorbis/vorbisenc.c:
21006         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
21007         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_add),
21008         (gst_tag_to_vorbis_comments):
21009           Fix handling of GST_TAG_DATE, which is now of GST_TYPE_DATE.
21010
21011 2005-10-13  Stefan Kost  <ensonic@users.sf.net>
21012
21013         * examples/stats/mp2ogg.c:
21014         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
21015           typo fixes
21016
21017 2005-10-13  Michael Smith <msmith@fluendo.com>
21018
21019         * ext/ogg/gstoggmux.c:
21020           Use magic glib macros to define constants as 64 bit, to ensure
21021           appropriate vararg passing.
21022
21023 2005-10-13  Michael Smith <msmith@fluendo.com>
21024
21025         * ext/ogg/gstoggmux.c:
21026         * gst/audioconvert/audioconvert.c: (float):
21027           Don't use LL suffix, as it's not portable, and neither of these
21028           uses required it anyway.
21029
21030 2005-10-12  Stefan Kost  <ensonic@users.sf.net>
21031
21032         * examples/indexing/indexmpeg.c: (main):
21033         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get),
21034         (cdparanoia_open), (cdparanoia_close), (cdparanoia_event),
21035         (cdparanoia_convert), (cdparanoia_query):
21036         * ext/cdparanoia/gstcdparanoia.h:
21037         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
21038         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file),
21039         (gst_gnomevfssink_chain), (gst_gnomevfssink_change_state):
21040         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init):
21041         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init):
21042         * gst/playback/gststreamselector.c: (gst_stream_selector_init):
21043         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
21044         (gst_multifdsink_render), (gst_multifdsink_start),
21045         (gst_multifdsink_stop):
21046         * gst/tcp/gstmultifdsink.h:
21047         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init),
21048         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
21049         (gst_tcpclientsink_stop):
21050         * gst/tcp/gsttcpclientsink.h:
21051         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
21052         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_create),
21053         (gst_tcpclientsrc_start), (gst_tcpclientsrc_stop):
21054         * gst/tcp/gsttcpclientsrc.h:
21055         * gst/tcp/gsttcpserversink.h:
21056         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init),
21057         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
21058         (gst_tcpserversrc_stop):
21059         * gst/tcp/gsttcpserversrc.h:
21060         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
21061         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
21062         * sys/ximage/ximagesink.c: (gst_ximagesink_init):
21063           renamed GST_FLAGS macros to GST_OBJECT_FLAGS
21064           moved bitshift from macro to enum definition
21065
21066 2005-10-12  Wim Taymans  <wim@fluendo.com>
21067
21068         * examples/seeking/Makefile.am:
21069         Oops.
21070
21071 2005-10-12  Wim Taymans  <wim@fluendo.com>
21072
21073         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21074         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21075         Don't assert on normal stuff.
21076
21077         * gst/playback/gstplaybin.c: (do_playbin_seek):
21078         API fix.
21079
21080 2005-10-12  Wim Taymans  <wim@fluendo.com>
21081
21082         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21083         * examples/seeking/Makefile.am:
21084         * examples/seeking/cdplayer.c: (play_cb), (pause_cb), (stop_cb):
21085         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21086         (do_seek), (set_update_scale), (message_received), (main):
21087         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21088         (gst_ring_buffer_read), (gst_ring_buffer_clear):
21089         Update for _get_state() API change.
21090
21091 2005-10-11  Wim Taymans  <wim@fluendo.com>
21092
21093         * gst-libs/gst/audio/gstbaseaudiosink.c:
21094         (gst_base_audio_sink_render):
21095         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21096         (gst_base_audio_src_create):
21097         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit),
21098         (gst_ring_buffer_read):
21099         Cleanups.
21100         Commit and read from ringbuffer in samples rather than bytes.
21101
21102 2005-10-11  Wim Taymans  <wim@fluendo.com>
21103
21104         * gst-libs/gst/audio/gstbaseaudiosink.c:
21105         (gst_base_audio_sink_render):
21106         Respect segment rate and accum when scheduling samples.
21107
21108 2005-10-11  Julien MOUTTE  <julien@moutte.net>
21109
21110         * ext/ogg/gstoggmux.c: (gst_ogg_mux_queue_pads),
21111         (gst_ogg_mux_collected): Quick hack to fix build. We need to handle
21112         EOS correctly, that needs more work.
21113
21114 2005-10-11  Wim Taymans  <wim@fluendo.com>
21115
21116         * check/generic/states.c: (GST_START_TEST):
21117         remove old property.
21118
21119         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
21120         (gst_ogg_demux_perform_seek):
21121         * ext/theora/theoradec.c: (theora_dec_sink_event):
21122         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
21123         (vorbis_handle_data_packet):
21124         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21125         (gst_base_rtp_depayload_set_gst_timestamp):
21126         * gst/videorate/gstvideorate.c: (gst_videorate_event):
21127         Update for newsegment API change.
21128
21129 2005-10-11  Michael Smith <msmith@fluendo.com>
21130
21131         * gst/playback/gstplaybin.c: (gst_play_bin_send_event_to_sink),
21132         (do_playbin_seek), (gst_play_bin_send_event):
21133           Override send_event differently, so that we can takes bits of
21134           functionality from GstPipeline (special handling for seeks,
21135           including pausing/resuming, and resetting stream time) and still get
21136           the appropriate behaviour of only forwarding event to a single sink,
21137           rather than all of them.
21138           Unfortunately requires a lot of code duplication, but the
21139           alternatives are equally ugly in the end.
21140
21141 2005-10-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21142
21143         * check/elements/audioconvert.c: (setup_audioconvert),
21144         (cleanup_audioconvert), (get_int_caps), (verify_convert),
21145         (GST_START_TEST), (audioconvert_suite):
21146           clean up tests a little, fix some leaks.
21147
21148 2005-10-10  Wim Taymans  <wim@fluendo.com>
21149
21150         * ext/alsa/gstalsasink.c:
21151         Also allow unsigned int.
21152
21153         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21154         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21155         Small cleanup
21156
21157 2005-10-10  Wim Taymans  <wim@fluendo.com>
21158
21159         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21160         Small update, use API as stated in design docs.
21161
21162         * examples/seeking/seek.c: (make_avi_msmpeg4v3_mp3_pipeline),
21163         (update_scale), (do_seek), (seek_cb), (set_update_scale),
21164         (start_seek), (stop_seek), (play_cb), (pause_cb), (stop_cb),
21165         (message_received), (main):
21166         Updated seek example for GOption. Some usability improvements.
21167
21168 2005-10-10  Wim Taymans  <wim@fluendo.com>
21169
21170         * gst/audioconvert/audioconvert.h:
21171         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
21172         (gst_channel_mix_setup_matrix), (gst_channel_mix_mix):
21173         Alloc temp storage somewhere else where we can do it more
21174         portable.
21175
21176 2005-10-10  Wim Taymans  <wim@fluendo.com>
21177
21178         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_create),
21179         (gst_tcpserversrc_start):
21180         Don't block in accept while doing the state change, move
21181         to poll and make cancellable.
21182
21183 2005-10-09  Philippe Khalaf <burger@speedy.org>
21184
21185         * gst-libs/gst/rtp/rtpbasedepayload.c:
21186         Set timestamp and add queue delay to timestamp
21187         * gst-libs/gst/rtp/rtpbuffer.h:
21188         Set correct payload type for h263
21189
21190 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21191
21192         * gst/audiotestsrc/gstaudiotestsrc.c:
21193         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_class_init),
21194         (gst_audiotestsrc_init), (gst_audiotestsrc_create_sine),
21195         (gst_audiotestsrc_create_square), (gst_audiotestsrc_create_saw),
21196         (gst_audiotestsrc_create_triangle),
21197         (gst_audiotestsrc_create_silence),
21198         (gst_audiotestsrc_create_white_noise),
21199         (gst_audiotestsrc_init_pink_noise),
21200         (gst_audiotestsrc_generate_pink_noise_value),
21201         (gst_audiotestsrc_create_pink_noise),
21202         (gst_audiotestsrc_change_wave):
21203         * gst/audiotestsrc/gstaudiotestsrc.h:
21204           fixed typo, added pink noise
21205
21206 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21207
21208         * gst/typefind/gsttypefindfunctions.c: (wavpack_type_find),
21209         (plugin_init):
21210           Add wavpack and spc typefind functions from 0.8 branch.
21211
21212 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21213
21214         * gst/typefind/gsttypefindfunctions.c: (tar_type_find),
21215         (ar_type_find), (msdos_type_find), (plugin_init):
21216           Add typefind functions for tar archives, ar archives,
21217           RAR archives, and msdos-executables (dlls, exe, etc.).
21218           Some of those would be wrongly identified as mpeg
21219           streams of some sort before (#315550).
21220
21221 2005-10-09  Stefan Kost  <ensonic@users.sf.net>
21222
21223         * configure.ac:
21224         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21225         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21226         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type):
21227         * gst/audiotestsrc/Makefile.am:
21228         * gst/audiotestsrc/gstaudiotestsrc.c:
21229         (gst_audiostestsrc_wave_get_type), (gst_audiotestsrc_base_init),
21230         (gst_audiotestsrc_class_init), (gst_audiotestsrc_init),
21231         (gst_audiotestsrc_src_fixate), (gst_audiotestsrc_setcaps),
21232         (gst_audiotestsrc_get_query_types), (gst_audiotestsrc_src_query),
21233         (gst_audiotestsrc_wait), (gst_audiotestsrc_unlock),
21234         (gst_audiotestsrc_create_sine), (gst_audiotestsrc_create_square),
21235         (gst_audiotestsrc_create_saw), (gst_audiotestsrc_create_triangle),
21236         (gst_audiotestsrc_create_silence),
21237         (gst_audiotestsrc_create_white_noise),
21238         (gst_audiotestsrc_change_wave), (gst_audiotestsrc_create),
21239         (gst_audiotestsrc_set_property), (gst_audiotestsrc_get_property),
21240         (gst_audiotestsrc_start), (plugin_init):
21241         * gst/audiotestsrc/gstaudiotestsrc.h:
21242           add new plugin and element
21243         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init):
21244           use gobject_class
21245
21246 2005-10-09  Tim-Philipp Müller  <tim at centricular dot net>
21247
21248         * gst/adder/gstadder.c: (gst_adder_query), (gst_adder_class_init),
21249         (gst_adder_init), (gst_adder_request_new_pad),
21250         (gst_adder_change_state):
21251           Add query function to source pad, so adder reports the correct
21252           time/sample position when queried (#315457); fix state change
21253           function; use GST_DEBUG_FUNCPTR() for pad functions.
21254
21255 2005-10-08  Thomas Vander Stichele  <thomas at apestaart dot org>
21256
21257         * gst/typefind/gsttypefindfunctions.c: (utf8_type_find):
21258           Fix leaks in typefind registration
21259           Clean up the gratuitous commenting and whitespacing a little
21260
21261 2005-10-08  Wim Taymans  <wim@fluendo.com>
21262
21263         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_stop):
21264         Only actually wait for the thread to be stopped if it's 
21265         running.
21266
21267 2005-10-08  Wim Taymans  <wim@fluendo.com>
21268
21269         * gst-libs/gst/audio/gstbaseaudiosink.c:
21270         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
21271         If we receive EOS we can start playback of what we had.
21272
21273 2005-10-08  Wim Taymans  <wim@fluendo.com>
21274
21275         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
21276         (gst_multifdsink_finalize), (multifdsink_hash_remove),
21277         (gst_multifdsink_stop):
21278         Fix crasher when going to NULL multiple times.
21279
21280 2005-10-06  Wim Taymans  <wim@fluendo.com>
21281
21282         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event),
21283         (gst_base_audio_src_create), (gst_base_audio_src_change_state):
21284         * gst-libs/gst/audio/gstbaseaudiosrc.h:
21285         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_read):
21286         patch from Edgard Lima <edgard.lima@indt.org.br>
21287         Fixed gstbaseaudiosrc adding ring buffer sync to it.
21288
21289 2005-10-06  Wim Taymans  <wim@fluendo.com>
21290
21291         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_loop):
21292         Report the FLOW_RETURN as string in the error message.
21293
21294         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_clear_all):
21295         Don't assert when clearing an unnegotiated buffer.
21296
21297 2005-10-04  Michael Smith <msmith@fluendo.com>
21298
21299         * gst/playback/gstplaybasebin.c: (group_destroy),
21300         (gen_preroll_element), (remove_groups), (setup_source):
21301         * gst/playback/gstplaybin.c: (remove_sinks), (add_sink),
21302         (setup_sinks), (gst_play_bin_send_event),
21303         (gst_play_bin_change_state):
21304           Set state to NULL before removing from bin. Fix refcounting.
21305
21306 2005-10-04  Michael Smith <msmith@fluendo.com>
21307
21308         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
21309           Correct refcounting in send_event() function. Previously was wrong
21310           if the first sink was unable to handle the event.
21311
21312 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21313
21314         * configure.ac:
21315           back to development
21316
21317 === release 0.9.3 ===
21318
21319 2005-10-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21320
21321         * configure.ac:
21322           Releasing 0.9.3, "De Facto"
21323
21324 2005-10-03  Andy Wingo  <wingo@pobox.com>
21325
21326         * gst/playback/gstdecodebin.c (try_to_link_1)
21327         (remove_element_chain): set element to NULL before removing it.
21328
21329 2005-10-02  Johan Dahlin  <johan@gnome.org>
21330
21331         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_uri_get_protocols): 
21332         protect gst_gnomevfs_get_supported_uris by a mutex, to make it
21333         MT safe.
21334
21335 2005-10-02  Andy Wingo  <wingo@pobox.com>
21336
21337         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_clear) 
21338         (gst_ring_buffer_prepare_read): 
21339         * gst-libs/gst/audio/gstaudiosink.c (audioringbuffer_thread_func):
21340         Demote to LOG.
21341
21342 2005-09-29  Wim Taymans  <wim@fluendo.com>
21343
21344         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain_peer):
21345         * ext/theora/theoradec.c: (theora_handle_data_packet):
21346         * ext/vorbis/vorbisdec.c: (vorbis_handle_data_packet):
21347         Propagate error codes from alloc_buffer too.
21348
21349 2005-09-29  Wim Taymans  <wim@fluendo.com>
21350
21351         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
21352         We use fixed caps.
21353
21354         * gst/playback/Makefile.am:
21355         * gst/playback/test5.c: (new_pad), (no_more_pads), (start_finding),
21356         (dump_element_stats), (main):
21357         Added example stream introspection code.
21358
21359 2005-09-28  Stefan Kost  <ensonic@users.sf.net>
21360
21361         * gst/adder/gstadder.c: (gst_adder_collected):
21362           fix adder for float elements
21363
21364 2005-09-28  Wim Taymans  <wim@fluendo.com>
21365
21366         * gst-libs/gst/audio/gstbaseaudiosink.c:
21367         (gst_base_audio_sink_class_init),
21368         (gst_base_audio_sink_provide_clock), (gst_base_audio_sink_render):
21369         * gst-libs/gst/audio/gstbaseaudiosrc.c:
21370         (gst_base_audio_src_class_init),
21371         (gst_base_audio_src_provide_clock):
21372         get_clock -> provide_clock
21373
21374 2005-09-28  Andy Wingo  <wingo@pobox.com>
21375
21376         * gst/videotestsrc/gstvideotestsrc.c: Implement live source mode
21377         and unlocking.
21378
21379         * gst/sine/gstsinesrc.c (gst_sinesrc_unlock): Actually implement
21380         unlocking.
21381
21382         * gst/tcp/gsttcpclientsink.c (gst_tcpclientsink_base_init):
21383         Actually add the pad template.
21384         (gst_tcpclientsink_get_type): We're a base sink. Woot, works.
21385
21386         * gst/tcp/gsttcpserversrc.c: Go ahead and fix up serversrc while
21387         I'm at it...
21388
21389         * gst/tcp/gsttcpclientsrc.c: Make interruptable -- code stolen
21390         from fdsrc. Get caps in create() instead of start() so it can be
21391         interrupted. Interruption somewhat untested.
21392
21393         * gst/tcp/gsttcp.c (gst_tcp_read_buffer, gst_tcp_socket_read):
21394         Proper EOS handling.
21395
21396 2005-09-27  Andy Wingo  <wingo@pobox.com>
21397
21398         * gst/tcp/gsttcpclientsrc.c: Cleaned up.
21399
21400         * gst/tcp/gsttcpserversrc.c: Cleaned up.
21401
21402         * gst/tcp/gsttcpclientsrc.c: Updated for new gsttcp API.
21403
21404         * gst/tcp/gsttcp.h: 
21405         * gst/tcp/gsttcp.c (gst_tcp_read_buffer): New function, factored
21406         out of tcpclientsrc.c. Cancellable.
21407         (gst_tcp_socket_read): Made private, cancellable, with better
21408         diagnostics. Also the FIONREAD ioctl takes a int*, not a size_t*.
21409         (gst_tcp_gdp_read_buffer): Made cancellable, actually returns the
21410         whole buffer, and better diagnostics.
21411         (gst_tcp_gdp_read_caps): Same.
21412
21413         * gst/sine/gstsinesrc.c (gst_sinesrc_wait): Add the base time.
21414
21415 2005-09-26  Andy Wingo  <wingo@pobox.com>
21416
21417         * gst/sine/gstsinesrc.h:
21418         * gst/sine/gstsinesrc.c: Refactor, remove the table lookup code,
21419         change the 'sync' property to 'is-live' and implement it halfway,
21420         update for controller api change.
21421
21422         * gst/volume/gstvolume.c (volume_transform_ip): Update for
21423         controller api change.
21424
21425 2005-09-24  Wim Taymans  <wim@fluendo.com>
21426
21427         * ext/alsa/gstalsasink.c: (gst_alsasink_reset):
21428         * gst-libs/gst/audio/gstaudiosink.c:
21429         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
21430         (gst_audioringbuffer_stop):
21431         * gst-libs/gst/audio/gstbaseaudiosink.c:
21432         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
21433         (gst_base_audio_sink_change_state):
21434         * gst-libs/gst/audio/gstbaseaudiosink.h:
21435         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_stop),
21436         (gst_ring_buffer_set_sample), (gst_ring_buffer_clear_all),
21437         (gst_ring_buffer_commit), (gst_ring_buffer_read):
21438         * gst-libs/gst/audio/gstringbuffer.h:
21439         Fix sync again. Moved sample alignment to basesink.
21440
21441 2005-09-23  Thomas Vander Stichele  <thomas at apestaart dot org>
21442
21443         * docs/plugins/Makefile.am:
21444         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21445         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21446         * gst/volume/gstvolume.c:
21447           add/fix docs
21448         * gst-libs/gst/audio/audio.c: (gst_audio_frame_byte_size):
21449         * gst-libs/gst/audio/audio.h:
21450           add conversion macros for frames <-> clocktime
21451
21452 2005-09-23  David Schleef  <ds@schleef.org>
21453
21454         * gst/audioresample/Makefile.am:
21455         * gst/audioresample/debug.h:
21456         * gst/audioresample/gstaudioresample.c:
21457         * gst/audioresample/resample.c: Convert to using gst debugging
21458
21459 2005-09-22  Wim Taymans  <wim@fluendo.com>
21460
21461         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
21462         (gst_play_bin_send_event):
21463         Only seek on one sink, the first one that succeeds.
21464
21465 2005-09-22  Michael Smith <msmith@fluendo.com>
21466
21467         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_clear),
21468         (gst_vorbisenc_sink_event), (gst_vorbisenc_change_state):
21469         Don't flush encoder state unless we have an initialised encoder.
21470         Clear out encoder state on PAUSED_TO_READY.
21471
21472 2005-09-22  Wim Taymans  <wim@fluendo.com>
21473
21474         * gst-libs/gst/rtp/gstbasertppayload.c:
21475         (gst_basertppayload_class_init), (gst_basertppayload_init),
21476         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21477         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21478         (gst_basertppayload_is_filled), (gst_basertppayload_push),
21479         (gst_basertppayload_set_property),
21480         (gst_basertppayload_get_property),
21481         (gst_basertppayload_change_state):
21482         * gst-libs/gst/rtp/gstbasertppayload.h:
21483         Added max-ptime to control amount of data in the rtp packets.
21484
21485 2005-09-21  Andy Wingo  <wingo@pobox.com>
21486
21487         * gst/playback/gstplaybasebin.c: Attempt to fix up buffer probe
21488         thingies.
21489
21490         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Dispose
21491         can be called multiple times, dogs.
21492
21493 2005-09-21  Wim Taymans  <wim@fluendo.com>
21494
21495         * gst-libs/gst/rtp/gstbasertppayload.c:
21496         (gst_basertppayload_class_init), (gst_basertppayload_init),
21497         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21498         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21499         (gst_basertppayload_push), (gst_basertppayload_get_property),
21500         (gst_basertppayload_change_state):
21501         Allow 0 ssrc too.
21502
21503 2005-09-21  Stefan Kost  <ensonic@users.sf.net>
21504
21505         * docs/libs/compiling.sgml:
21506           fixing typos
21507
21508 2005-09-20  Wim Taymans  <wim@fluendo.com>
21509
21510         * gst-libs/gst/rtp/gstbasertppayload.c:
21511         (gst_basertppayload_class_init), (gst_basertppayload_init),
21512         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21513         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21514         (gst_basertppayload_push), (gst_basertppayload_set_property),
21515         (gst_basertppayload_get_property),
21516         (gst_basertppayload_change_state):
21517         * gst-libs/gst/rtp/gstbasertppayload.h:
21518         Added property to configure sequence number offsets.
21519
21520 2005-09-20  Wim Taymans  <wim@fluendo.com>
21521
21522         * gst-libs/gst/rtp/gstbasertppayload.c:
21523         (gst_basertppayload_class_init), (gst_basertppayload_init),
21524         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21525         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21526         (gst_basertppayload_push), (gst_basertppayload_set_property),
21527         (gst_basertppayload_get_property),
21528         (gst_basertppayload_change_state):
21529         * gst-libs/gst/rtp/gstbasertppayload.h:
21530         Make timestamp offset configurable.
21531
21532 2005-09-20  Thomas Vander Stichele  <thomas at apestaart dot org>
21533
21534         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21535           fix wrong pop/unref
21536
21537 2005-09-19  Torsten Schoenfeld  <kaffeetisch at gmx dot net>
21538
21539         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
21540
21541         * gst-libs/gst/interfaces/propertyprobe.c:
21542         (gst_property_probe_probe_property_name),
21543         (gst_property_probe_needs_probe_name),
21544         (gst_property_probe_get_values_name),
21545         (gst_property_probe_probe_and_get_values_name):
21546           Fix wrong macro usage; it's G_OBJECT_GET_CLASS(obj) or
21547           G_OBJECT_CLASS(klass), not G_OBJECT_CLASS(obj). (#316571)
21548
21549 2005-09-19  Thomas Vander Stichele  <thomas at apestaart dot org>
21550
21551         * check/Makefile.am:
21552           have some tests be disabled for valgrinding
21553         * check/elements/vorbisdec.c: (cleanup_vorbisdec),
21554         (GST_START_TEST):
21555         * ext/vorbis/vorbisdec.c: (vorbisdec_finalize):
21556           Fix A Leak.  Chain To Parent Finalize.
21557
21558 2005-09-19  Wim Taymans  <wim@fluendo.com>
21559
21560         * examples/seeking/seek.c: (make_wav_pipeline), (main):
21561         Fixed wav pipeline.
21562
21563 2005-09-19  Wim Taymans  <wim@fluendo.com>
21564
21565         * gst-libs/gst/rtp/gstbasertppayload.c:
21566         (gst_basertppayload_class_init), (gst_basertppayload_init),
21567         (gst_basertppayload_setcaps), (gst_basertppayload_chain),
21568         (gst_basertppayload_set_options), (gst_basertppayload_set_outcaps),
21569         (gst_basertppayload_push), (gst_basertppayload_get_property),
21570         (gst_basertppayload_change_state):
21571         Posting ERROR and WARNING messages is good.
21572
21573 2005-09-19  Wim Taymans  <wim@fluendo.com>
21574
21575         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21576         (gst_base_rtp_depayload_add_to_queue),
21577         (gst_base_rtp_depayload_push),
21578         (gst_base_rtp_depayload_set_gst_timestamp),
21579         (gst_base_rtp_depayload_queue_release):
21580         This one was not supposed to go in.
21581
21582 2005-09-19  Wim Taymans  <wim@fluendo.com>
21583
21584         * check/pipelines/simple_launch_lines.c: (run_pipeline):
21585         Fix for bus API.
21586
21587         * gst-libs/gst/rtp/gstbasertpdepayload.c:
21588         (gst_base_rtp_depayload_chain),
21589         (gst_base_rtp_depayload_add_to_queue),
21590         (gst_base_rtp_depayload_push),
21591         (gst_base_rtp_depayload_set_gst_timestamp),
21592         (gst_base_rtp_depayload_queue_release):
21593         Some cleanups.
21594
21595         * gst-libs/gst/rtp/gstbasertppayload.c:
21596         (gst_basertppayload_class_init), (gst_basertppayload_init),
21597         (gst_basertppayload_setcaps), (gst_basertppayload_set_options),
21598         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21599         (gst_basertppayload_get_property),
21600         (gst_basertppayload_change_state):
21601         Added debugging category.
21602
21603 2005-09-18  David Schleef  <ds@schleef.org>
21604
21605         * gst/playback/gstdecodebin.c: free plugin list correctly
21606         * gst/playback/gstplaybin.c: emit warning if autovideosink
21607           and autoaudiosink can't be found (instead of segfaulting)
21608
21609 2005-09-17  Thomas Vander Stichele  <thomas at apestaart dot org>
21610
21611         * check/elements/audioconvert.c: (GST_START_TEST):
21612           try out 24 bit conversion
21613
21614 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21615
21616         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
21617         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
21618         (gst_vorbisenc_output_buffers), (gst_vorbisenc_change_state):
21619         * ext/vorbis/vorbisenc.h:
21620           Fix EOS handling.  Still needs a fix in the ogg muxer to
21621           mark the last page as eos.
21622
21623 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21624
21625         * common/gtk-doc-plugins.mak:
21626         * docs/plugins/Makefile.am:
21627         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21628         * gst/ffmpegcolorspace/Makefile.am:
21629         * gst/ffmpegcolorspace/avcodec.h:
21630         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21631         * gst/tcp/gstmultifdsink.c:
21632           fix up ffmpegcolorspace docs; extract header
21633
21634 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21635
21636         * common/gtk-doc-plugins.mak:
21637         * docs/plugins/Makefile.am:
21638         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21639         * ext/theora/Makefile.am:
21640         * ext/theora/gsttheoraenc.h:
21641         * ext/theora/theoraenc.c:
21642         * ext/vorbis/vorbisenc.c:
21643           pick up signals and args for vorbis; add some docs for vorbis
21644
21645 2005-09-15  Thomas Vander Stichele  <thomas at apestaart dot org>
21646
21647         * common/gstdoc-scangobj:
21648         * common/gtk-doc-plugins.mak:
21649         * docs/libs/Makefile.am:
21650         * docs/plugins/gst-plugins-base-plugins.args:
21651         * docs/plugins/gst-plugins-base-plugins.hierarchy:
21652         * docs/plugins/gst-plugins-base-plugins.interfaces:
21653         * docs/plugins/gst-plugins-base-plugins.prerequisites:
21654         * docs/plugins/gst-plugins-base-plugins.signals:
21655           only scanobj stuff from our source module.  Not sure yet
21656           if that's correct, given the hierarchy stuff :)
21657
21658 2005-09-15  Wim Taymans  <wim@fluendo.com>
21659
21660         * gst/audioconvert/gstaudioconvert.c:
21661         And enable 24 bits mode as well..
21662
21663 2005-09-15  Wim Taymans  <wim@fluendo.com>
21664
21665         * gst-libs/gst/rtp/Makefile.am:
21666         * gst-libs/gst/rtp/gstbasertppayload.c:
21667         (gst_basertppayload_get_type), (gst_basertppayload_base_init),
21668         (gst_basertppayload_class_init), (gst_basertppayload_init),
21669         (gst_basertppayload_finalize), (gst_basertppayload_setcaps),
21670         (gst_basertppayload_chain), (gst_basertppayload_set_options),
21671         (gst_basertppayload_set_outcaps), (gst_basertppayload_push),
21672         (gst_basertppayload_set_property),
21673         (gst_basertppayload_get_property),
21674         (gst_basertppayload_change_state):
21675         * gst-libs/gst/rtp/gstbasertppayload.h:
21676         Added rtp payloader base class.
21677
21678 2005-09-15  Andy Wingo  <wingo@pobox.com>
21679
21680         * configure.ac (plugindir): Remove the EOL matcher from the
21681         regexp, as it causes me problems. Libtool? Make? Who knows?
21682
21683 2005-09-14  David Schleef  <ds@schleef.org>
21684
21685         * check/generic/states.c: 
21686         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind):
21687         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
21688           Fixes for changes in registry API.
21689
21690         * configure.ac: Only export gst_plugins_desc.  Add -no-undefined
21691           to GST_PLUGIN_LDFLAGS.
21692         * ext/libvisual/visual.c: Make the library shut up.
21693         * gst-libs/gst/audio/audio.c: Don't define a plugin in a library.
21694         * gst-libs/gst/audio/gstaudiofilter.c: same
21695
21696 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21697
21698         * docs/plugins/Makefile.am:
21699         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21700         * docs/plugins/inspect/plugin-libvisual.xml:
21701         * docs/plugins/tmpl/element-tcpserversink.sgml:
21702         * ext/theora/theoraenc.c:
21703           add libvisual plugin and theoraenc element to docs
21704
21705 2005-09-14  Thomas Vander Stichele  <thomas at apestaart dot org>
21706
21707         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21708         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21709         * ext/theora/theoraenc.c:
21710           add theoraenc
21711
21712 2005-09-13  Tim-Philipp Müller  <tim at centricular dot net>
21713
21714         * gst/audioconvert/Makefile.am:
21715           Audioconvert derives from GstBaseTransform and should
21716           link to the library with our base elements to avoid
21717           unresolved symbols. Makes things work with MinGW (#316160)
21718
21719         * gst/playback/test4.c: (main):
21720           Fix MinGW build problem and use g_usleep() instead of 
21721           sleep() (#316162)
21722
21723 2005-09-12  Wim Taymans  <wim@fluendo.com>
21724
21725         * gst/audioconvert/audioconvert.c: (float),
21726         (audio_convert_prepare_context), (audio_convert_convert):
21727         * gst/audioconvert/audioconvert.h:
21728         Cleanups, speedups, simplifications, added back support
21729         for 24 bits.
21730
21731 2005-09-11  Thomas Vander Stichele  <thomas at apestaart dot org>
21732
21733         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
21734         * docs/plugins/gst-plugins-base-plugins-sections.txt:
21735         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21736         * docs/plugins/tmpl/element-tcpserversink.sgml:
21737         * gst/ffmpegcolorspace/gstffmpeg.c:
21738         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21739         * gst/videotestsrc/gstvideotestsrc.c:
21740         * gst/volume/gstvolume.c:
21741           add more elements to the docs
21742
21743 2005-09-09  Jan Schmidt  <thaytan@mad.scientist.com>
21744
21745         * check/Makefile.am:
21746         * check/pipelines/simple_launch_lines.c: (setup_pipeline),
21747         (run_pipeline), (GST_START_TEST), (simple_launch_lines_suite):
21748           Add extra tests for basetransform based components. 
21749           Comment out the test_element_negotiation test until we decide
21750           if it's testing correct behaviour.
21751         * ext/libvisual/visual.c: (gst_visual_init), (get_buffer),
21752         (gst_visual_chain), (gst_visual_change_state):
21753           Slightly more correct but still bogus timestamping.
21754           Fix state change function.
21755         * gst/audioconvert/gstaudioconvert.c:
21756         (gst_audio_convert_class_init):
21757         * gst/audioresample/gstaudioresample.c:
21758         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
21759         (gst_ffmpegcsp_class_init):
21760         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
21761         (gst_videoscale_prepare_size), (gst_videoscale_set_caps),
21762         (gst_videoscale_prepare_image):
21763         * gst/volume/gstvolume.c: (gst_volume_class_init),
21764         (volume_transform_ip):
21765           Basetransform updates. Enable passthrough modes.
21766         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21767         (gst_ximagesink_renegotiate_size), (gst_ximagesink_xcontext_get),
21768         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
21769           Negotiation fix that allows the window to return to the original
21770           size and renegotiate passthrough upstream. Extra debug output.
21771
21772 2005-09-09  Thomas Vander Stichele  <thomas at apestaart dot org>
21773
21774         * gst/sine/gstsinesrc.c:
21775         * gst/volume/gstvolume.c:
21776           fix up header include
21777
21778 2005-09-09  Stefan Kost  <ensonic@users.sf.net>
21779
21780         * gst-libs/gst/audio/gstbaseaudiosink.c:
21781         (gst_base_audio_sink_render):
21782         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_commit):
21783         * gst/volume/gstvolume.c: (gst_volume_class_init),
21784         (volume_transform):
21785           fixing lost sync, some more debugging
21786
21787 2005-09-08  Jan Schmidt  <thaytan@mad.scientist.com>
21788
21789         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21790         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_xcontext_get):
21791         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21792         (gst_xvimagesink_check_xshm_calls):
21793           Fix compilation when XShm is not available.
21794
21795 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21796
21797         * ext/libvisual/visual.c: (gst_visual_dispose),
21798         (gst_visual_getcaps), (gst_visual_src_setcaps),
21799         (gst_visual_sink_setcaps), (get_buffer), (gst_visual_chain),
21800         (gst_visual_change_state):
21801           Finish fixing up libvisual plugin so that it runs. 
21802
21803 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21804
21805         * ext/vorbis/vorbisenc.c:
21806         * gst-libs/gst/tag/gstvorbistag.c:
21807           gsttaginterface.h -> gsttagsetter.h
21808
21809 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21810
21811         * check/pipelines/simple_launch_lines.c: (GST_START_TEST):
21812           added another test that failes for me (test is not active by default)
21813
21814 2005-09-07  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
21815
21816         * configure.ac:
21817           v4l2 is no longer in gst-plugins-base
21818
21819 2005-09-07  Jan Schmidt  <thaytan@mad.scientist.com>
21820
21821         * configure.ac:
21822           In the output at the end, don't show the first plugin on the same
21823           line as "Core plug-ins, always built:".
21824           Indent the output as for other plugin categories
21825         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_create):
21826           #define that can be used to not use peer buffer_alloc functions for
21827           test purposes.
21828         * sys/ximage/ximagesink.c: (gst_ximage_buffer_init),
21829         (gst_ximage_buffer_get_type), (gst_ximagesink_ximage_new),
21830         (gst_ximagesink_show_frame):
21831         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_init),
21832         (gst_xvimage_buffer_get_type), (gst_xvimagesink_setcaps),
21833         (gst_xvimagesink_show_frame):
21834           Error case handling fixes. gst-launch fakesrc ! x[v]imagesink now
21835           fails gracefully instead of XError aborting or deadlocking.
21836
21837 2005-09-07  Stefan Kost  <ensonic@users.sf.net>
21838
21839         * ext/libvisual/Makefile.am:
21840           link against gst-base-libs
21841
21842 2005-09-06  David Schleef  <ds@schleef.org>
21843
21844         * configure.ac: Enable libvisual plugin.
21845         * ext/libvisual/Makefile.am:
21846         * ext/libvisual/visual.c: Fixes to make it compile.
21847
21848 === release 0.9.2 ===
21849
21850 2005-09-06  Thomas Vander Stichele  <thomas at apestaart dot org>
21851
21852         * NEWS:
21853         * RELEASE:
21854         * configure.ac:
21855         * docs/random/ChangeLog-0.8:
21856           releasing 0.9.2, "Spoon"
21857
21858 2005-09-05  Michael Smith <msmith@fluendo.com>
21859
21860         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
21861           libvorbis accepts quality as low as -0.1, not just 0.0. So accept
21862           that in the vorbisenc element.
21863
21864 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21865
21866         * common/gtk-doc-plugins.mak:
21867         * docs/plugins/Makefile.am:
21868           fix distcheck
21869         * gst/audioresample/resample.c:
21870           fix wrong docstring
21871
21872 2005-09-04  Thomas Vander Stichele  <thomas at apestaart dot org>
21873
21874         * common/gst-xmlinspect.py:
21875         * common/gtk-doc-plugins.mak:
21876           only inspect plugins for this given package
21877           require gst-python 0.9
21878
21879 2005-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
21880
21881         * Makefile.am:
21882         * autogen.sh:
21883         * common/gst-xmlinspect.py:
21884         * configure.ac:
21885         * docs/Makefile.am:
21886         * docs/plugins/inspect/plugin-alsa.xml:
21887         * docs/plugins/inspect/plugin-audioresample.xml:
21888         * docs/plugins/inspect/plugin-ffmpegcolorspace.xml:
21889         * docs/plugins/inspect/plugin-ogg.xml:
21890         * docs/plugins/tmpl/element-gnomevfssink.sgml:
21891         * docs/plugins/tmpl/element-multifdsink.sgml:
21892         * docs/plugins/tmpl/element-tcpserversink.sgml:
21893         * docs/plugins/tmpl/element-vorbisenc.sgml:
21894         * gst-plugins-base.spec.in:
21895           various doc-related updates
21896
21897 2005-08-31  Wim Taymans  <wim@fluendo.com>
21898
21899         * gst-libs/gst/audio/gstbaseaudiosink.c:
21900         (gst_base_audio_sink_render):
21901         Resync if the buffer timestamps drift more than a 10th 
21902         of a second.
21903
21904 2005-08-31  Tim-Philipp Müller  <tim at centricular dot net>
21905
21906         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_set_property),
21907         (gst_v4lsrc_get_property):
21908           The 'timestamp-offset' property is registered as an int64, so
21909           let's use g_value_{set|get}_int64() in our setter and getter
21910           functions (makes it work and fixes warnings with gst-inspect).
21911
21912 2005-08-30  Wim Taymans  <wim@fluendo.com>
21913
21914         * check/elements/audioconvert.c: (setup_audioconvert):
21915         * check/elements/audioresample.c: (setup_audioresample):
21916         * check/elements/volume.c: (setup_volume):
21917         Fix checks.
21918
21919 2005-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
21920
21921         * common/gtk-doc-plugins.mak:
21922         * common/plugins.xsl:
21923         * docs/plugins/Makefile.am:
21924           make module a param
21925
21926 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
21927
21928         * examples/seeking/seek.c: (make_mp3_pipeline),
21929         (make_mpeg_pipeline), (seek_cb), (start_seek), (stop_seek),
21930         (play_cb), (pause_cb), (stop_cb):
21931           update the example
21932
21933 2005-08-30  Stefan Kost  <ensonic@users.sf.net>
21934
21935         * gst/volume/gstvolume.c: (gst_volume_class_init),
21936         (volume_transform):
21937           do not update controlled params, if buffer has no timestamp
21938
21939 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
21940
21941         * configure.ac:
21942         * gst/sine/Makefile.am:
21943         * gst/volume/Makefile.am:
21944           controllerized elements also need to link against controller-libs ;)
21945
21946 2005-08-29  Stefan Kost  <ensonic@users.sf.net>
21947
21948         * docs/libs/tmpl/gstcolorbalance.sgml:
21949         * docs/libs/tmpl/gstgconf.sgml:
21950         * docs/libs/tmpl/gstmixer.sgml:
21951         * docs/libs/tmpl/gstringbuffer.sgml:
21952         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
21953         (gst_sinesrc_create):
21954         * gst/volume/gstvolume.c: (gst_volume_class_init),
21955         (volume_transform):
21956           controllerized two audio plugins
21957
21958 2005-08-29  Andy Wingo  <wingo@pobox.com>
21959
21960         * ext/vorbis/vorbisdec.c (vorbis_dec_convert, vorbis_dec_push) 
21961         (vorbis_handle_data_packet): Fix some int overflow errors.
21962
21963         * ext/ogg/gstoggdemux.c (gst_ogg_demux_init): Init total_time to
21964         -1.
21965         (gst_ogg_demux_perform_seek): Clamp segment_stop only if it's
21966         valid.
21967         (gst_ogg_pad_submit_packet): Subtract the chain's begin_time only
21968         if it's valid. Fixed streaming-mode playback.
21969
21970         * check/elements/volume.c (cleanup_volume): Fix for running
21971         CK_FORK=no.
21972
21973         * check/elements/audioconvert.c: Convert from native endian, not
21974         little endian.
21975
21976 2005-08-29  Michael Smith <msmith@fluendo.com>
21977
21978         * ext/ogg/Makefile.am:
21979         * ext/ogg/gstogg.c: (plugin_init):
21980         * ext/ogg/gstoggparse.c: (gst_ogg_parse_get_type), (free_stream),
21981         (gst_ogg_parse_delete_all_streams), (gst_ogg_parse_new_stream),
21982         (gst_ogg_parse_find_stream), (gst_ogg_parse_base_init),
21983         (gst_ogg_parse_class_init), (gst_ogg_parse_init),
21984         (gst_ogg_parse_dispose), (gst_ogg_parse_submit_buffer),
21985         (gst_ogg_parse_append_header), (gst_ogg_parse_is_header),
21986         (gst_ogg_parse_buffer_from_page), (gst_ogg_parse_chain),
21987         (gst_ogg_parse_change_state), (gst_ogg_parse_plugin_init):
21988         Add an ogg parser element.
21989
21990 2005-08-28  Andy Wingo  <wingo@pobox.com>
21991
21992         * Updates for two-arg init from GST_BOILERPLATE_FULL.
21993
21994 2005-08-26  Wim Taymans  <wim@fluendo.com>
21995
21996         * gst/audioconvert/audioconvert.c: (if), (float),
21997         (audio_convert_get_func_index), (check_default),
21998         (audio_convert_clean_fmt), (audio_convert_prepare_context),
21999         (audio_convert_clean_context), (audio_convert_get_sizes),
22000         (audio_convert_convert):
22001         Cleanups.
22002
22003 2005-08-26  Wim Taymans  <wim@fluendo.com>
22004
22005         * gst/audioconvert/audioconvert.c: (if), (float),
22006         (audio_convert_get_func_index), (check_default),
22007         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22008         (audio_convert_clean_context), (audio_convert_get_sizes),
22009         (audio_convert_convert):
22010         More elegant and working temp buffer selection algo.
22011
22012 2005-08-26  Wim Taymans  <wim@fluendo.com>
22013
22014         * gst/audioconvert/audioconvert.c: (if), (float),
22015         (audio_convert_get_func_index), (check_default),
22016         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22017         (audio_convert_clean_context), (audio_convert_get_sizes),
22018         (get_temp_buffer), (audio_convert_convert):
22019         Use realloc else we lose our original data.
22020
22021 2005-08-26  Thomas Vander Stichele  <thomas at apestaart dot org>
22022
22023         * gst/audioresample/gstaudioresample.c:
22024           use base class' newsegment to properly timestamp
22025
22026 2005-08-26  Wim Taymans  <wim@fluendo.com>
22027
22028         * gst/audioconvert/audioconvert.c: (if), (float),
22029         (audio_convert_get_func_index), (check_default),
22030         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22031         (audio_convert_clean_context), (audio_convert_get_sizes),
22032         (get_temp_buffer), (audio_convert_convert):
22033         * gst/audioconvert/gstaudioconvert.c:
22034         (gst_audio_convert_parse_caps), (gst_audio_convert_get_unit_size),
22035         (gst_audio_convert_transform_caps),
22036         (gst_audio_convert_fixate_caps), (gst_audio_convert_transform):
22037         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_mix):
22038         Oops, allocate enough space to perform the channel mix.
22039
22040 2005-08-26  Wim Taymans  <wim@fluendo.com>
22041
22042         * gst/audioconvert/Makefile.am:
22043         * gst/audioconvert/audioconvert.c: (if), (float),
22044         (audio_convert_get_func_index), (check_default),
22045         (audio_convert_clean_fmt), (audio_convert_prepare_context),
22046         (audio_convert_clean_context), (audio_convert_get_sizes),
22047         (get_temp_buffer), (audio_convert_convert):
22048         * gst/audioconvert/audioconvert.h:
22049         * gst/audioconvert/gstaudioconvert.c:
22050         (gst_audio_convert_class_init), (gst_audio_convert_init),
22051         (gst_audio_convert_dispose), (gst_audio_convert_parse_caps),
22052         (gst_audio_convert_get_unit_size),
22053         (gst_audio_convert_transform_caps),
22054         (gst_audio_convert_fixate_caps), (gst_audio_convert_set_caps),
22055         (gst_audio_convert_transform_ip), (gst_audio_convert_transform):
22056         * gst/audioconvert/gstaudioconvert.h:
22057         * gst/audioconvert/gstchannelmix.c: (gst_channel_mix_unset_matrix),
22058         (gst_channel_mix_fill_identical),
22059         (gst_channel_mix_fill_compatible), (gst_channel_mix_detect_pos),
22060         (gst_channel_mix_fill_one_other), (gst_channel_mix_fill_others),
22061         (gst_channel_mix_fill_normalize), (gst_channel_mix_fill_matrix),
22062         (gst_channel_mix_setup_matrix), (gst_channel_mix_passthrough),
22063         (gst_channel_mix_mix):
22064         * gst/audioconvert/gstchannelmix.h:
22065         Cleanups, librarify a bit, optimize, better negotiation and more.
22066
22067 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22068
22069         * ext/ogg/gstoggdemux.c: (ogg_find_peek):
22070         Another from MikeS:
22071         During typefinding, don't support negative offsets
22072         (offsets from the end of the stream) in our typefind->peek() function
22073         - nothing embedded in ogg ever needs them. However, we need to recognise
22074         those requests and reject them, otherwise we return invalid pointers.
22075
22076 2005-08-26  Jan Schmidt  <thaytan@mad.scientist.com>
22077
22078         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
22079         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_class_init),
22080         (vorbisdec_finalize), (vorbis_handle_type_packet):
22081           Big shout-out to MikeS for fixing this giant memory leak.
22082           Huzzah!
22083
22084 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22085
22086         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose),
22087         (audio_convert_get_unit_size):
22088           plug some leaks
22089
22090 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22091
22092         * check/Makefile.am:
22093         * check/elements/audioconvert.c: (setup_audioconvert),
22094         (cleanup_audioconvert), (get_int_caps), (verify_convert),
22095         (GST_START_TEST), (audioconvert_suite), (main):
22096           add a test for audioconvert
22097         * gst/audioresample/gstaudioresample.c:
22098         * gst/audioresample/gstaudioresample.h:
22099           set DURATION so that TIMESTAMP(a) + DURATION(a) == TIMESTAMP(b);
22100           note that for buffers of 1/3 sec this means DURATION(c) is 
22101           one nanosecond more than for a and b
22102
22103 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22104
22105         * check/Makefile.am:
22106         * check/elements/audioresample.c: (setup_audioresample),
22107         (cleanup_audioresample), (fail_unless_perfect_stream),
22108         (test_perfect_stream_instance), (GST_START_TEST),
22109           add a check for audioresample
22110         (audioresample_suite), (main):
22111         * check/elements/volume.c: (GST_START_TEST):
22112           remove unused method
22113         * gst/audioresample/gstaudioresample.c:
22114           set correct buffer parameters since we're changing them
22115         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22116           add some debug
22117
22118 2005-08-25  Thomas Vander Stichele  <thomas at apestaart dot org>
22119
22120         * gst/audioresample/debug.c:
22121         * gst/audioresample/gstaudioresample.c:
22122           add room for extra overlap samples when asked to transform size
22123           protect against possible mem corruption and check for discrepancies
22124           between written size and outbuffer's size so we can warn for
22125           potential problems
22126         * gst/audioresample/resample.c: (resample_init),
22127         (resample_get_output_size_for_input), (resample_get_output_size),
22128         (resample_set_n_channels), (resample_set_format):
22129           set debug level based on RESAMPLE_DEBUG env var
22130           make sure that get_output_size* returns a whole number of
22131           sample_size
22132           set sample_size each time either channel or format is set
22133         * gst/audioresample/resample_chunk.c: (resample_scale_chunk):
22134         * gst/audioresample/resample_functable.c:
22135         (resample_scale_functable):
22136         * gst/audioresample/resample_ref.c: (resample_scale_ref):
22137           remove r->sample_size, it's done in resample.c now
22138           add some debugging to the ref implementation
22139           make sure we only give back bytes that are wholes of the sample
22140           size
22141
22142 2005-08-25  Jan Schmidt  <thaytan@mad.scientist.com>
22143         * gst/playback/gstplaybasebin.c: (fill_buffer):
22144         Revert unpopular change for GST_MESSAGE_SRC to GObject.
22145
22146 2005-08-25  Stefan Kost  <ensonic@users.sf.net>
22147
22148         * gst/volume/gstvolume.c:
22149           made set_caps function static
22150
22151 2005-08-24  Wim Taymans  <wim@fluendo.com>
22152
22153         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
22154         (gst_vorbisenc_change_state):
22155         Stop leaking taglists.
22156
22157 2005-08-24  Wim Taymans  <wim@fluendo.com>
22158
22159         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_src_query),
22160         (gst_ogg_pad_event), (gst_ogg_demux_factory_filter),
22161         (gst_ogg_pad_submit_packet), (gst_ogg_chain_new),
22162         (gst_ogg_demux_init), (gst_ogg_demux_perform_seek),
22163         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22164         (gst_ogg_demux_chain), (gst_ogg_demux_loop), (gst_ogg_print):
22165         Parse seeking events better.
22166         Unref static caps.
22167         Generate correct newsegment events, fixes seeking in live oggs.
22168
22169         * ext/theora/theoradec.c: (theora_dec_src_query),
22170         (theora_dec_src_event), (theora_dec_src_getcaps),
22171         (theora_dec_sink_event), (theora_dec_push), (theora_dec_chain):
22172         Use newsegment values to report correct play time.
22173
22174         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22175         (vorbis_dec_src_event), (vorbis_dec_sink_event):
22176         * ext/vorbis/vorbisdec.h:
22177         Parse and use newsegment values to report correct play time.
22178
22179         * gst-libs/gst/audio/gstbaseaudiosink.c:
22180         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22181         Clear ringbuffer on flush.
22182         Use newsegment values to calculate playback time.
22183
22184         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times):
22185         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
22186         Basesink does newsegment calculations for us now.
22187
22188 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22189
22190         * check/Makefile.am:
22191         * configure.ac:
22192           add core's plugins to the mix so that playbin works
22193         * check/generic/states.c: (GST_START_TEST):
22194           set a 0 timeout on pipelines, so they don't force the next
22195           state change
22196         * gst/playback/gstplaybasebin.c: (setup_source), (prepare_output),
22197         (gst_play_base_bin_change_state):
22198           remove the crappy error handling and do GST error handling
22199
22200 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22201
22202         * check/Makefile.am:
22203         * check/generic/states.c: (GST_START_TEST), (states_suite), (main):
22204           add same test as to core, it bitches out on playbin atm.
22205
22206 2005-08-24  Wim Taymans  <wim@fluendo.com>
22207
22208         * configure.ac:
22209         Remove audioscale.
22210
22211 2005-08-24  Wim Taymans  <wim@fluendo.com>
22212
22213         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
22214         (gst_videoscale_prepare_size), (parse_caps),
22215         (gst_videoscale_set_caps), (gst_videoscale_get_size),
22216         (gst_videoscale_prepare_image), (gst_videoscale_transform_ip),
22217         (gst_videoscale_transform):
22218         * gst/videoscale/gstvideoscale.h:
22219         Refactor, make use of BaseTranform really well.
22220
22221 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22222
22223         * configure.ac:
22224           compile audioresample
22225         * gst/audioresample/Makefile.am:
22226         * gst/audioresample/buffer.c:
22227         * gst/audioresample/functable.c:
22228         * gst/audioresample/gstaudioresample.c:
22229         * gst/audioresample/gstaudioresample.h:
22230         * gst/audioresample/resample.c:
22231         (resample_get_output_size_for_input):
22232         * gst/audioresample/resample.h:
22233         * gst/audioresample/resample_chunk.c:
22234         * gst/audioresample/resample_functable.c:
22235         * gst/audioresample/resample_ref.c:
22236           port to use basetransform; doesn't work in all cases yet
22237
22238 2005-08-24  Thomas Vander Stichele  <thomas at apestaart dot org>
22239
22240         * gst/audioconvert/gstaudioconvert.c:
22241         (gst_audio_convert_class_init), (gst_audio_convert_init),
22242         (audio_convert_get_unit_size), (audio_convert_transform_caps),
22243         (audio_convert_fixate_caps), (audio_convert_set_caps),
22244         (audio_convert_transform),
22245         (gst_audio_convert_buffer_to_default_format),
22246         (gst_audio_convert_buffer_from_default_format),
22247         (gst_audio_convert_channels):
22248         * gst/audioconvert/gstchannelmix.c:
22249         * gst/audioconvert/gstchannelmix.h:
22250           port to basetransform
22251         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22252         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_class_init),
22253         (gst_ffmpegcsp_get_unit_size):
22254         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
22255         (gst_videoscale_transform_caps), (gst_videoscale_get_unit_size):
22256           fix for basetransform changes
22257
22258 2005-08-24  Jan Schmidt  <thaytan@mad.scientist.com>
22259
22260         * check/Makefile.am:
22261           Add CHECK_CFLAGS and LDFLAGS
22262
22263         * gst/playback/gstplaybasebin.c: (fill_buffer):
22264           GST_MESSAGE_SRC became a GObject
22265
22266 2005-08-24  Wim Taymans  <wim@fluendo.com>
22267
22268         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_set_sample),
22269         (gst_ring_buffer_clear_all):
22270         * gst-libs/gst/audio/gstringbuffer.h:
22271         Added function to clear the ringbuffer.
22272
22273 2005-08-24  Andy Wingo  <wingo@pobox.com>
22274
22275         * sys/v4l/gstv4lelement.c (gst_v4lelement_start) 
22276         (gst_v4lelement_stop): Call _start and _stop for xoverlay instead
22277         of _open and _close.
22278
22279         * sys/v4l/gstv4lxoverlay.h:
22280         * sys/v4l/gstv4lxoverlay.c (gst_v4l_xoverlay_set_xwindow_id): Open
22281         an Xv connection here, instead of all the time. Make Xv only be
22282         loaded if you axe for it. Kindof a workaround for buggy behaviour
22283         of Xv when using remote xservers (XvQueryExtension would block).
22284         (gst_v4l_xoverlay_stop, gst_v4l_xoverlay_start): New functions,
22285         replace the _open and _close public API. Only start the xv
22286         connection if necessary.
22287         (gst_v4l_xoverlay_open, gst_v4l_xoverlay_close): Made static.
22288
22289 2005-08-23  David Schleef  <ds@schleef.org>
22290
22291         * gst/audioresample/Makefile.am: Leet audioresampling code
22292         * gst/audioresample/buffer.c:
22293         * gst/audioresample/buffer.h:
22294         * gst/audioresample/debug.c:
22295         * gst/audioresample/debug.h:
22296         * gst/audioresample/functable.c:
22297         * gst/audioresample/functable.h:
22298         * gst/audioresample/gstaudioresample.c:
22299         * gst/audioresample/gstaudioresample.h:
22300         * gst/audioresample/resample.c:
22301         * gst/audioresample/resample.h:
22302         * gst/audioresample/resample_chunk.c:
22303         * gst/audioresample/resample_functable.c:
22304         * gst/audioresample/resample_ref.c:
22305
22306 2005-08-23  Wim Taymans  <wim@fluendo.com>
22307
22308         * examples/seeking/seek.c: (make_vorbis_pipeline),
22309         (make_theora_pipeline), (make_vorbis_theora_pipeline), (do_seek):
22310         Small seek updates.
22311
22312 2005-08-23  Andy Wingo  <wingo@pobox.com>
22313
22314         * gst-libs/gst/audio/gstbaseaudiosrc.c
22315         (gst_base_audio_src_fixate): Only fixate endianness if it is
22316         present in the caps.
22317
22318 2005-08-22  Andy Wingo  <wingo@pobox.com>
22319
22320         * ext/alsa/gstalsasink.c (gst_alsasink_get_property): 
22321         * ext/alsa/gstalsasrc.c (gst_alsasrc_get_property): Add a
22322         device-name property.
22323
22324         * gst-libs/gst/audio/gstaudiosrc.h:
22325         * gst-libs/gst/audio/gstaudiosrc.c: Implement open_device and
22326         close_device in the ring buffer, like gstaudiosink.
22327
22328         * ext/alsa/gstalsamixer.h:
22329         * ext/alsa/gstalsamixer.c: Not a GObject any more. Include a nifty
22330         macro to implement the interface without much code. Cleanups. 
22331
22332         * ext/alsa/gstalsasrc.h:
22333         * ext/alsa/gstalsasrc.c: Be a mixer. Open device and mixer in
22334         READY.
22335
22336         * ext/alsa/Makefile.am: Add new files.
22337         * ext/alsa/gstalsamixerelement.c: 
22338         * ext/alsa/gstalsamixerelement.c: Split element code out from
22339         mixer code so that alsasrc can be a mixer too.
22340
22341 2005-08-21  Thomas Vander Stichele  <thomas at apestaart dot org>
22342
22343         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22344         (GST_START_TEST):
22345         * check/elements/vorbisdec.c: (setup_vorbisdec),
22346         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite):
22347         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
22348         (vorbis_handle_identification_packet),
22349         (vorbis_handle_comment_packet), (vorbis_handle_type_packet),
22350         (vorbis_handle_header_packet), (vorbis_dec_push),
22351         (vorbis_dec_chain):
22352           use the setup/teardown methods to save code.  save code is good.
22353
22354 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22355
22356         * check/Makefile.am:
22357           add ext dir for plugins
22358           add vorbisdec test conditionally
22359         * check/elements/volume.c: (setup_volume), (cleanup_volume),
22360         (GST_START_TEST), (volume_suite):
22361           add a test with wrong caps
22362         * check/elements/vorbisdec.c: (chain_func), (setup_vorbisdec),
22363         (cleanup_vorbisdec), (GST_START_TEST), (vorbisdec_suite), (main):
22364           add a vorbisdec test
22365         * ext/ogg/gstoggdemux.c: (gst_ogg_chain_new_stream),
22366         (gst_ogg_demux_chain), (gst_ogg_demux_loop):
22367           clean up debug output
22368         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
22369           yay, fix a segfault/security issue in vorbisdec
22370           gst-launch fakesrc ! vorbisdec wasn't happy
22371         * ext/vorbis/vorbisenc.c: (vorbisenc_get_type),
22372         (gst_vorbisenc_class_init), (gst_vorbisenc_sink_setcaps),
22373         (gst_vorbisenc_convert_src), (gst_vorbisenc_convert_sink),
22374         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
22375         (gst_vorbisenc_init), (gst_vorbisenc_metadata_set1),
22376         (gst_vorbisenc_set_metadata), (get_constraints_string),
22377         (update_start_message), (gst_vorbisenc_setup),
22378         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
22379         (gst_vorbisenc_push_packet), (gst_vorbisenc_sink_event),
22380         (gst_vorbisenc_chain), (gst_vorbisenc_get_property),
22381         (gst_vorbisenc_set_property), (gst_vorbisenc_change_state):
22382         * ext/vorbis/vorbisenc.h:
22383           march in line
22384         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
22385         (gst_ffmpegcsp_transform):
22386           have the kow come home
22387         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22388           debug my func ptr
22389         * gst/volume/gstvolume.c: (volume_set_caps):
22390           add a debug
22391
22392 2005-08-20  Thomas Vander Stichele  <thomas at apestaart dot org>
22393
22394         * Makefile.am:
22395         * check/.cvsignore:
22396         * check/Makefile.am:
22397         * check/elements/.cvsignore:
22398         * check/elements/volume.c: (chain_func), (event_func),
22399         (setup_volume), (cleanup_volume), (GST_START_TEST), (volume_suite),
22400         (main):
22401         * configure.ac:
22402           add unit test structure for gst-plugins-base
22403           add a test for volume
22404         * gst/volume/gstvolume.c: (gst_volume_list_tracks),
22405         (gst_volume_set_volume), (gst_volume_get_volume),
22406         (gst_volume_set_mute), (gst_volume_class_init), (gst_volume_init),
22407         (volume_funcfind), (volume_process_float), (volume_process_int16),
22408         (volume_set_caps), (volume_transform), (volume_update_mute),
22409         (volume_update_volume), (volume_set_property),
22410         (volume_get_property):
22411           document a little; use basetransform vmethod _set_caps
22412
22413 2005-08-19  Andy Wingo  <wingo@pobox.com>
22414
22415         * ext/alsa/gstalsamixertrack.h:
22416         * ext/alsa/gstalsamixertrack.c:
22417         * ext/alsa/gstalsamixeroptions.h:
22418         * ext/alsa/gstalsamixeroptions.c:
22419         * ext/alsa/gstalsamixer.h:
22420         * ext/alsa/gstalsamixer.c: Port to 0.9.
22421
22422         * ext/alsa/Makefile.am: Build mixer, mixeroptions, mixertracks.
22423         Remove gstalsa.c and alsaclock. No more cruft here.
22424         
22425 2005-08-18  Wim Taymans  <wim@fluendo.com>
22426
22427         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22428         (gst_base_rtp_depayload_chain),
22429         (gst_base_rtp_depayload_add_to_queue),
22430         (gst_base_rtp_depayload_push),
22431         (gst_base_rtp_depayload_queue_release):
22432         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22433         Fix for RTPBuffer changes.
22434
22435         * gst-libs/gst/rtp/gstrtpbuffer.c: (gst_rtpbuffer_allocate_data),
22436         (gst_rtpbuffer_new_take_data), (gst_rtpbuffer_new_copy_data),
22437         (gst_rtpbuffer_new_allocate), (gst_rtpbuffer_new_allocate_len),
22438         (gst_rtpbuffer_calc_header_len), (gst_rtpbuffer_calc_packet_len),
22439         (gst_rtpbuffer_calc_payload_len), (gst_rtpbuffer_validate_data),
22440         (gst_rtpbuffer_validate), (gst_rtpbuffer_set_packet_len),
22441         (gst_rtpbuffer_get_packet_len), (gst_rtpbuffer_get_version),
22442         (gst_rtpbuffer_set_version), (gst_rtpbuffer_get_padding),
22443         (gst_rtpbuffer_set_padding), (gst_rtpbuffer_pad_to),
22444         (gst_rtpbuffer_get_extension), (gst_rtpbuffer_set_extension),
22445         (gst_rtpbuffer_get_ssrc), (gst_rtpbuffer_set_ssrc),
22446         (gst_rtpbuffer_get_csrc_count), (gst_rtpbuffer_get_csrc),
22447         (gst_rtpbuffer_set_csrc), (gst_rtpbuffer_get_marker),
22448         (gst_rtpbuffer_set_marker), (gst_rtpbuffer_get_payload_type),
22449         (gst_rtpbuffer_set_payload_type), (gst_rtpbuffer_get_seq),
22450         (gst_rtpbuffer_set_seq), (gst_rtpbuffer_get_timestamp),
22451         (gst_rtpbuffer_set_timestamp), (gst_rtpbuffer_get_payload_len),
22452         (gst_rtpbuffer_get_payload):
22453         * gst-libs/gst/rtp/gstrtpbuffer.h:
22454         Don't subclass GstBuffer but add methods and helper functions
22455         to construct and manipulate RTP packets in regular GstBuffers.
22456
22457 2005-08-18  Stefan Kost  <ensonic@users.sf.net>
22458
22459         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_query):
22460           moved statement below switch
22461         * gst/volume/gstvolume.c: (gst_volume_class_init):
22462           added debug ptr
22463
22464 2005-08-16  Wim Taymans  <wim@fluendo.com>
22465
22466         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22467         (gst_base_audio_src_change_state):
22468         Open and close device in READY<->NULL state change.
22469
22470 2005-08-16  Andy Wingo  <wingo@pobox.com>
22471
22472         * examples/seeking/Makefile.am: Don't compile non-compiling
22473         compiled objects with the compiler.
22474
22475         * examples/seeking/seek.c (make_dv_pipeline): Update for new DV
22476         elements.
22477
22478 2005-08-12  Philippe Khalaf <burger@speedy.org>
22479         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22480         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22481           Made a thread to release the queue.
22482           Removed timestamp conversion for now.
22483
22484 2005-08-10  Philippe Khalaf <burger@speedy.org>
22485         * gst-libs/gst/rtp/gstbasertpdepayload.c:
22486         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22487           Added rtp timestamp -> gst timestamp conversion.
22488           Fixed several problems with queue.
22489
22490 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22491
22492         * gst-libs/gst/audio/gstaudioclock.h:
22493         * gst-libs/gst/audio/gstaudiofilter.h:
22494         * gst-libs/gst/audio/gstaudiosink.h:
22495         * gst-libs/gst/audio/gstaudiosrc.h:
22496         * gst-libs/gst/audio/gstbaseaudiosink.h:
22497         * gst-libs/gst/audio/gstbaseaudiosrc.h:
22498         * gst-libs/gst/audio/gstringbuffer.h:
22499         * gst-libs/gst/net/gstnetbuffer.h:
22500         * gst-libs/gst/rtp/gstbasertpdepayload.h:
22501         * gst-libs/gst/rtp/gstrtpbuffer.h:
22502           Add padding (you will need to rebuild gst-plugins-base,
22503           gst-plugins and all applications afterwards!)
22504
22505 2005-08-09  Tim-Philipp Müller  <tim at centricular dot net>
22506
22507         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
22508         (gst_riff_parse_chunk):
22509           Fix bug in debug message and add some more debug messages.
22510
22511 2005-08-08  Edward Hervey  <edward@fluendo.com>
22512
22513         * gst-libs/gst/riff/riff-media.c:
22514         backported updates since branch
22515
22516 2005-08-08  Andy Wingo  <wingo@pobox.com>
22517
22518         * gst-libs/gst/audio/gstbaseaudiosink.c
22519         (gst_base_audio_sink_change_state): Open the device in NULL->READY
22520         like good elements should. Close on READY->NULL too.
22521
22522         * gst-libs/gst/audio/gstaudiosink.c
22523         (gst_audioringbuffer_open_device,
22524         (gst_audioringbuffer_close_device, gst_audioringbuffer_acquire)
22525         (gst_audioringbuffer_release): Updates for new ring buffer API,
22526         hook into the new audio sink api.
22527
22528         * gst-libs/gst/audio/gstaudiosink.h (GstAudioSinkClass.open)
22529         (GstAudioSinkClass.close): Just open and close the device -- no
22530         resource allocation or configuration.
22531         (GstAudioSinkClass.prepare, GstAudioSinkClass.unprepare): New
22532         vmethods, handle device setup and resource allocation.
22533
22534         * ext/alsa/gstalsasink.c (gst_alsasink_open, gst_alsasink_close)
22535         (gst_alsasink_prepare, gst_alsasink_unprepare): Update for new
22536         base class API.
22537
22538         * gst-libs/gst/audio/gstringbuffer.h
22539         (GstRingBufferClass.open_device, GstRingBufferClass.close_device):
22540         New vmethods.
22541
22542         * gst-libs/gst/audio/gstringbuffer.c (gst_ring_buffer_open_device)
22543         (gst_ring_buffer_close_device, gst_ring_buffer_device_is_open):
22544         New API functions. The device should be opened before acquiring
22545         and closed after releasing.
22546
22547 2005-08-08  Tim-Philipp Müller  <tim at centricular dot net>
22548
22549         * gst-libs/gst/interfaces/mixer.h:
22550           Reset padding to GST_PADDING.
22551
22552 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22553
22554         * gst/playback/gstplaybin.c: (remove_sinks):
22555           Remove visualization from parent explicitely; works around some
22556           apparent refcount issue that I haven't tracked down yet.
22557
22558 2005-08-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22559
22560         * ext/alsa/gstalsasink.c: (set_hwparams):
22561           Assign debug category, add negotiation debug msgs.
22562
22563 2005-08-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22564
22565         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_start):
22566           Fix error code for file-not-found to NOT_FOUND.
22567
22568 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22569
22570         * common/gtk-doc-plugins.mak:
22571         * docs/plugins/Makefile.am:
22572         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22573         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22574           renamed to actual element names, so much nicer to look at
22575         * docs/plugins/tmpl/gstmultifdsink.sgml:
22576           remove
22577         * docs/plugins/tmpl/multifdsink.sgml:
22578         * docs/plugins/tmpl/tcpserversink.sgml:
22579           add
22580         * ext/alsa/gstalsa.c:
22581         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_get_property):
22582         * ext/ogg/gstoggmux.c:
22583         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
22584         * gst/playback/gstdecodebin.c:
22585         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init):
22586         * gst/tcp/gsttcpserversink.c:
22587           various fixes and documentation additions
22588
22589 2005-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
22590
22591         * common/Makefile.am:
22592         * common/gstdoc-scangobj:
22593         * common/gtk-doc-plugins.mak:
22594         * common/gtk-doc.mak:
22595           add a custom scangobj that uses the registry
22596           add a custom gtk-doc-plugins.mak that uses it
22597           some doc build fixes
22598         * configure.ac:
22599         * docs/Makefile.am:
22600         * docs/plugins/Makefile.am:
22601         * docs/plugins/gst-plugins-base-plugins-docs.sgml:
22602         * docs/plugins/gst-plugins-base-plugins-sections.txt:
22603         * docs/plugins/gst-plugins-base-plugins.types:
22604         * docs/plugins/tmpl/gstmultifdsink.sgml:
22605           add docs for one element, multifdsink
22606         * gst/adder/gstadder.h:
22607         * gst/volume/gstvolume.h:
22608           don't privatize enum
22609         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type):
22610         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
22611         (gst_sync_method_get_type), (gst_client_status_get_type),
22612         (gst_multifdsink_class_init),
22613         (gst_multifdsink_client_queue_buffer),
22614         (gst_multifdsink_handle_client_write):
22615         * gst/tcp/gstmultifdsink.h:
22616         * gst/tcp/gsttcp.h:
22617         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
22618         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
22619         (gst_tcpclientsink_render):
22620         * gst/tcp/gsttcpclientsink.h:
22621         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
22622         (gst_tcpclientsrc_init), (gst_tcpclientsrc_create),
22623         (gst_tcpclientsrc_start):
22624         * gst/tcp/gsttcpclientsrc.h:
22625         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
22626         (gst_tcpserversrc_init), (gst_tcpserversrc_create):
22627         * gst/tcp/gsttcpserversrc.h:
22628         * gst/typefind/gsttypefindfunctions.c:
22629           remove superfluous Type stuff
22630
22631 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22632
22633         * gst/playback/gstplaybin.c: (gen_video_element):
22634           Enable videoscale.
22635
22636 2005-08-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22637
22638         * gst-libs/gst/gconf/gconf.c:
22639         * gst-libs/gst/gconf/gconf.h:
22640           Fix some Andy Problem [tm].
22641
22642 2005-08-04  Andy Wingo  <wingo@pobox.com>
22643
22644         * gst/videoscale/gstvideoscale.c (gst_videoscale_get_size):
22645         * gst/ffmpegcolorspace/gstffmpegcolorspace.c
22646         (gst_ffmpegcsp_get_size): Adapt to API changes.
22647
22648         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_ip):
22649         Implement an in-place do-nothing transform.
22650
22651 2005-08-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22652
22653         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_put),
22654         (gst_ximagesink_renegotiate_size):
22655           Do not set new window sizes yet if we prepare a new buffer size
22656           for upstream renegotiation (software scaling) at some point in the
22657           future, because this new size waqs not actually accepted yet. Once
22658           accepted, renegotiation later on will set the new sizes just fine.
22659           Fixes a videotestsrc ! queue ! videoscale ! ximagesink xoverlay
22660           embedding testcase.
22661
22662 2005-08-03  Andy Wingo  <wingo@pobox.com>
22663
22664         * sys/ximage/ximagesink.c (gst_ximagesink_renegotiate_size):
22665         (gst_ximagesink_buffer_alloc): 
22666         Protect the height, width, and desired_caps with the pool_lock.
22667         Fixes videotestsrc ! queue ! ximagesink.
22668
22669 2005-08-02  Edward Hervey  <edward@fluendo.com>
22670
22671         * gst/volume/gstvolume.c:
22672         include left from controller cleanup
22673
22674 2005-08-02  Jan Schmidt  <thaytan@mad.scientist.com>
22675         * ext/ogg/gstoggmux.c: (gst_ogg_mux_change_state):
22676           Stop collectpads before calling the parent state
22677           change function on PAUSED->READY.
22678
22679 2005-08-01  Jan Schmidt  <thaytan@mad.scientist.com>
22680         * configure.ac:
22681           When testing for X libs, use the X CFlags 
22682         * gst/adder/gstadder.c: (gst_adder_change_state):
22683           Stop the collectpads before calling parent state change function
22684           on PAUSED->READY, otherwise we deadlock deactivating pads.
22685
22686 2005-08-01  Stefan Kost  <ensonic@users.sf.net>
22687
22688         * configure.ac:
22689         * docs/libs/tmpl/gstcolorbalance.sgml:
22690         * docs/libs/tmpl/gstmixer.sgml:
22691         * examples/Makefile.am:
22692         * gst/sine/Makefile.am:
22693         * gst/sine/gstsinesrc.c: (gst_sinesrc_init), (gst_sinesrc_create),
22694         (gst_sinesrc_set_property), (plugin_init):
22695         * gst/sine/gstsinesrc.h:
22696         * gst/volume/Makefile.am:
22697         * gst/volume/gstvolume.c: (gst_volume_set_volume),
22698         (gst_volume_set_mute), (gst_volume_dispose), (gst_volume_init),
22699         (volume_process_float), (volume_process_int16),
22700         (volume_set_property), (plugin_init):
22701         * gst/volume/gstvolume.h:
22702           deactivate and remove dparams (libgstcontrol)
22703
22704 2005-07-29  Wim Taymans  <wim@fluendo.com>
22705
22706         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link_src):
22707         Convert me to BaseTransform!! help..
22708
22709 2005-07-29  Andy Wingo  <wingo@pobox.com>
22710
22711         * ext/alsa/gstalsaplugin.c (plugin_init): We are primary audio
22712         sinks.
22713
22714         * ext/alsa/gstalsasink.c (alsasink_sink_factory): Advertise our
22715         support of both endiannesses.
22716
22717 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22718
22719         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
22720           Fix confusing debug message (s/event/query/)
22721
22722 2005-07-28  Tim-Philipp Müller  <tim at centricular dot net>
22723
22724         * gst/videotestsrc/videotestsrc.h:
22725           Use "_stdint.h" instead of <stdint.h>
22726
22727 2005-07-27  Wim Taymans  <wim@fluendo.com>
22728
22729         * ext/vorbis/Makefile.am:
22730         Revert wrong commit.
22731
22732 2005-07-27  Wim Taymans  <wim@fluendo.com>
22733
22734         * gst-libs/gst/audio/gstbaseaudiosrc.c: (gst_base_audio_src_event):
22735         More compilation fixen.
22736
22737 2005-07-27  Wim Taymans  <wim@fluendo.com>
22738
22739         * gst-libs/gst/audio/gstbaseaudiosink.c:
22740         (gst_base_audio_sink_event), (gst_base_audio_sink_render),
22741         (gst_base_audio_sink_create_ringbuffer),
22742         (gst_base_audio_sink_change_state):
22743         Fix compilation.
22744
22745 2005-07-27  Wim Taymans  <wim@fluendo.com>
22746
22747         * examples/seeking/seek.c: (setup_dynamic_link),
22748         (make_dv_pipeline), (make_vorbis_theora_pipeline), (query_rates),
22749         (query_positions_elems), (query_positions_pads), (do_seek):
22750         Update seek example.
22751
22752         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_event),
22753         (gst_ogg_pad_typefind), (gst_ogg_demux_chain_elem_pad),
22754         (gst_ogg_demux_queue_data), (gst_ogg_demux_chain_peer),
22755         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
22756         (gst_ogg_demux_handle_event),
22757         (gst_ogg_demux_deactivate_current_chain),
22758         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22759         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22760         (gst_ogg_demux_chain), (gst_ogg_demux_send_event),
22761         (gst_ogg_demux_loop):
22762         * ext/ogg/gstoggmux.c: (gst_ogg_mux_collected):
22763         * ext/theora/theoradec.c: (theora_dec_src_event),
22764         (theora_dec_src_getcaps), (theora_dec_sink_event),
22765         (theora_dec_push), (theora_dec_chain):
22766         * ext/vorbis/Makefile.am:
22767         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_event),
22768         (vorbis_dec_sink_event), (vorbis_dec_push),
22769         (vorbis_handle_data_packet):
22770         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_event),
22771         (gst_vorbisenc_chain):
22772         * gst/playback/gststreaminfo.c: (cb_probe):
22773         * gst/subparse/gstsubparse.c: (gst_subparse_src_event):
22774         * gst/videorate/gstvideorate.c: (gst_videorate_event):
22775         * gst/videoscale/gstvideoscale.c:
22776         (gst_videoscale_handle_src_event):
22777         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_event):
22778         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame),
22779         (gst_ximagesink_navigation_send_event):
22780         * sys/xvimage/xvimagesink.c:
22781         (gst_xvimagesink_navigation_send_event):
22782         Various event updates and cleanups
22783
22784 2005-07-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22785
22786         * gst/videoscale/gstvideoscale.c: (gst_videoscale_prepare_images):
22787           Fix segfault for I420/YV12.
22788
22789 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22790
22791         * ext/vorbis/vorbisdec.c: (vorbis_handle_comment_packet):
22792           Report bitrate.
22793
22794 2005-07-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22795
22796         * gst/playback/gstplaybin.c: (gen_video_element),
22797         (gen_audio_element):
22798           Switch to auto*sink elements as default sinks; add volume element
22799           so that volume control in totem works.
22800
22801 2005-07-21  Wim Taymans  <wim@fluendo.com>
22802
22803         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
22804         * gst/playback/gstplaybin.c: (setup_sinks),
22805         (gst_play_bin_change_state):
22806         Refcount fix and more comments.
22807
22808 2005-07-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
22809
22810         * sys/ximage/Makefile.am:
22811         * sys/ximage/ximage.c: (plugin_init):
22812         * sys/ximage/ximagesink.c:
22813         Prepare for adding ximagesrc, rename of plugin to ximage etc.
22814         
22815
22816 2005-07-21  Wim Taymans  <wim@fluendo.com>
22817
22818         * ext/ogg/gstoggdemux.c: (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_activate_chain),
22824         (gst_ogg_demux_perform_seek), (gst_ogg_demux_collect_chain_info),
22825         (gst_ogg_demux_collect_info), (gst_ogg_demux_chain),
22826         (gst_ogg_demux_send_event), (gst_ogg_demux_loop):
22827         Generate correct disconts for live chained oggs.
22828
22829         * gst-libs/gst/audio/gstbaseaudiosink.c:
22830         (gst_base_audio_sink_render),
22831         (gst_base_audio_sink_create_ringbuffer),
22832         (gst_base_audio_sink_change_state):
22833         Handle discont math correctly.
22834
22835         * gst/playback/gstplaybin.c: (add_sink):
22836         Some small debug cleanup.
22837
22838 2005-07-21  Wim Taymans  <wim@fluendo.com>
22839
22840         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init), (gst_ogg_pad_event),
22841         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
22842         (gst_ogg_demux_chain_elem_pad), (gst_ogg_demux_queue_data),
22843         (gst_ogg_demux_chain_peer), (gst_ogg_pad_submit_packet),
22844         (gst_ogg_pad_submit_page), (gst_ogg_chain_new),
22845         (gst_ogg_demux_init), (gst_ogg_demux_deactivate_current_chain),
22846         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
22847         (gst_ogg_demux_read_chain), (gst_ogg_demux_find_pad),
22848         (gst_ogg_demux_collect_chain_info), (gst_ogg_demux_collect_info),
22849         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain),
22850         (gst_ogg_demux_send_event), (gst_ogg_demux_loop),
22851         (gst_ogg_demux_change_state), (gst_ogg_print):
22852         Reorganize code to send the right disconts when in streaming
22853         mode.
22854
22855 2005-07-20  Andy Wingo  <wingo@pobox.com>
22856
22857         * gst/videoscale/vs_image.c (vs_image_scale_nearest_YUYV): Typo
22858         fix (?), fixes a seggie mcfalterson (#310894).
22859
22860 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22861
22862         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_headers),
22863         (gst_ogg_mux_set_header_on_caps):
22864         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
22865         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
22866         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
22867         * gst-libs/gst/audio/multichannel.c:
22868         (gst_audio_set_channel_positions),
22869         (gst_audio_set_structure_channel_positions_list):
22870         * gst/playback/gstdecodebin.c: (dynamic_create):
22871         * gst/playback/gstplaybasebin.c: (setup_source), (mute_group_type):
22872         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute):
22873           Fixes for API changes in core.
22874
22875 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22876
22877         * gst/playback/gstplaybasebin.c: (fill_buffer):
22878           Use _new_custom() so we can set custom message types for buffering
22879           messages.
22880
22881 2005-07-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
22882
22883         * configure.ac:
22884         * gst-libs/gst/Makefile.am:
22885         * gst-libs/gst/gconf/.cvsignore:
22886         * gst-libs/gst/gconf/Makefile.am:
22887         * gst-libs/gst/gconf/test-gconf.c:
22888         * pkgconfig/Makefile.am:
22889         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
22890         * pkgconfig/gstreamer-gconf.pc.in:
22891           Remove gconf stuff, use gconf elements instead from now on.
22892
22893 2005-07-20  Wim Taymans  <wim@fluendo.com>
22894
22895         * gst-libs/gst/audio/TODO:
22896         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_init),
22897         (gst_audio_clock_get_internal_time):
22898         * gst-libs/gst/audio/gstaudioclock.h:
22899         * gst-libs/gst/audio/gstbaseaudiosink.c:
22900         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
22901         (gst_base_audio_sink_get_time), (gst_base_audio_sink_event),
22902         (gst_base_audio_sink_render),
22903         (gst_base_audio_sink_create_ringbuffer),
22904         (gst_base_audio_sink_change_state):
22905         Make sure the audio clock always returns an increasing value.
22906
22907 2005-07-19  Andy Wingo  <wingo@pobox.com>
22908
22909         * gst/videotestsrc/: Cleanups.
22910
22911 2005-07-19  Wim Taymans  <wim@fluendo.com>
22912
22913         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
22914         Better debugging.
22915
22916 2005-07-19  Wim Taymans  <wim@fluendo.com>
22917
22918         * examples/seeking/seek.c: (make_dv_pipeline),
22919         (make_vorbis_theora_pipeline), (query_rates),
22920         (query_positions_elems), (query_positions_pads), (do_seek):
22921         Make correct DV pipeline.
22922
22923 2005-07-18  Andy Wingo  <wingo@pobox.com>
22924
22925         * configure.ac (DEFAULT_AUDIOSINK, DEFAULT_AUDIOSRC): Use alsa by
22926         default. Also because it's the only thing that really works. (This
22927         is used in the GConf elements).
22928         Use AS_LIBTOOL_TAGS.
22929
22930 2005-07-18  Wim Taymans  <wim@fluendo.com>
22931
22932         * gst/playback/gstdecodebin.c: (remove_element_chain):
22933         * gst/playback/gstplaybin.c: (add_sink):
22934         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22935         (gst_stream_info_set_mute):
22936         * gst/playback/gststreamselector.c:
22937         (gst_stream_selector_get_linked_pad),
22938         (gst_stream_selector_getcaps), (gst_stream_selector_chain):
22939         More leak and compile fixes.
22940
22941 2005-07-18  Wim Taymans  <wim@fluendo.com>
22942
22943         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22944         (query_rates), (query_positions_elems), (query_positions_pads),
22945         (do_seek), (seek_cb), (stop_seek):
22946         Updated seek example. 
22947
22948         * gst/playback/gstdecodebin.c: (remove_element_chain), (unlinked):
22949         * gst/playback/gstplaybasebin.c: (queue_threshold_reached),
22950         (queue_out_of_data), (gen_preroll_element), (new_decoded_pad):
22951         * gst/playback/gstplaybin.c: (add_sink):
22952         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
22953         (gst_stream_info_set_mute):
22954         Some refcount leak fixes.
22955
22956 2005-07-16  Wim Taymans  <wim@fluendo.com>
22957
22958         * gst-libs/gst/audio/gstbaseaudiosink.c:
22959         (gst_base_audio_sink_render):
22960         Align samples even if we have roundoff errors in the 
22961         timestamp conversion.
22962
22963 2005-07-16  Wim Taymans  <wim@fluendo.com>
22964
22965         * docs/libs/tmpl/gstringbuffer.sgml:
22966         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
22967         (query_rates), (query_positions_elems), (query_positions_pads),
22968         (update_scale), (do_seek):
22969         Updated seek example.
22970
22971         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
22972         (gst_ogg_pad_submit_page), (gst_ogg_demux_activate_chain),
22973         (gst_ogg_demux_find_chains), (gst_ogg_demux_send_event),
22974         (gst_ogg_demux_loop):
22975         Push out correct discont values.
22976
22977         * ext/theora/theoradec.c: (theora_dec_src_convert),
22978         (theora_dec_sink_convert), (theora_dec_src_getcaps),
22979         (theora_dec_sink_event), (theora_handle_type_packet),
22980         (theora_handle_header_packet), (theora_dec_push),
22981         (theora_handle_data_packet), (theora_dec_chain),
22982         (theora_dec_change_state):
22983         Better timestamping.
22984
22985         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
22986         (vorbis_dec_sink_event), (vorbis_dec_push),
22987         (vorbis_handle_data_packet), (vorbis_dec_chain):
22988         * ext/vorbis/vorbisdec.h:
22989         Better timestamping.
22990
22991         * gst-libs/gst/audio/gstbaseaudiosink.c:
22992         (gst_base_audio_sink_get_time), (gst_base_audio_sink_get_times),
22993         (gst_base_audio_sink_event), (gst_base_audio_sink_render):
22994         Handle syncing on timestamps instead of sample offsets. Make
22995         use of DISCONT values as described in design docs.
22996
22997         * gst-libs/gst/audio/gstbaseaudiosrc.c:
22998         (gst_base_audio_src_get_time):
22999         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_acquire),
23000         (gst_ring_buffer_set_sample), (gst_ring_buffer_commit),
23001         (gst_ring_buffer_read):
23002         * gst-libs/gst/audio/gstringbuffer.h:
23003         * sys/ximage/ximagesink.c: (gst_ximagesink_get_times),
23004         (gst_ximagesink_show_frame):
23005         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_times):
23006         Correcly convert buffer timestamp to stream time.
23007
23008 2005-07-16  Wim Taymans  <wim@fluendo.com>
23009
23010         * gst/audioconvert/gstaudioconvert.c:
23011         (gst_audio_convert_get_buffer):
23012         Timestamp buffers correctly.
23013
23014         * gst/playback/gstplaybin.c: (gen_video_element):
23015         Make internal fakesink silent.
23016
23017 2005-07-15  Wim Taymans  <wim@fluendo.com>
23018
23019         * gst/ffmpegcolorspace/Makefile.am:
23020         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23021         (gst_ffmpegcsp_caps_remove_format_info),
23022         (gst_ffmpegcsp_transform_caps), (gst_ffmpegcsp_set_caps),
23023         (gst_ffmpegcsp_get_type), (gst_ffmpegcsp_class_init),
23024         (gst_ffmpegcsp_init), (gst_ffmpegcsp_get_size),
23025         (gst_ffmpegcsp_transform_ip), (gst_ffmpegcsp_transform):
23026         Ported ffmpegcolorspace to basetransform.
23027
23028         * gst/videoscale/gstvideoscale.c: (gst_videoscale_transform):
23029         * gst/volume/gstvolume.c: (volume_transform):
23030         Ported to new API.
23031
23032 2005-07-14  Wim Taymans  <wim@fluendo.com>
23033
23034         * gst/videotestsrc/Makefile.am:
23035         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get_type),
23036         (gst_videotestsrc_class_init), (gst_videotestsrc_negotiate),
23037         (gst_videotestsrc_setcaps), (gst_videotestsrc_getcaps),
23038         (gst_videotestsrc_init), (gst_videotestsrc_event),
23039         (gst_videotestsrc_create), (gst_videotestsrc_start),
23040         (gst_videotestsrc_stop), (gst_videotestsrc_get_times),
23041         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
23042         (gst_videotestsrc_get_property):
23043         * gst/videotestsrc/gstvideotestsrc.h:
23044         Make videotestsrc a pushsrc.
23045
23046 2005-07-14  Wim Taymans  <wim@fluendo.com>
23047
23048         * gst/tcp/gstfdset.c: (gst_fdset_free):
23049         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_init),
23050         (gst_multifdsink_add), (gst_multifdsink_remove),
23051         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
23052         (gst_multifdsink_remove_client_link),
23053         (gst_multifdsink_client_queue_data),
23054         (gst_multifdsink_client_queue_caps),
23055         (gst_multifdsink_client_queue_buffer),
23056         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
23057         (gst_multifdsink_stop):
23058         * gst/tcp/gstmultifdsink.h:
23059         0.8 backporting.
23060
23061         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
23062         Also draw image when not from a pool.
23063
23064 2005-07-14  Wim Taymans  <wim@fluendo.com>
23065
23066         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
23067         (mute_stream), (silence_stream):
23068         Small debug additions.
23069
23070 2005-07-14  Wim Taymans  <wim@fluendo.com>
23071
23072         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23073         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
23074         (gst_ogg_demux_activate_chain), (gst_ogg_demux_loop):
23075         Better error recovery, ignore unconnected pads and
23076         non-fatal errors.
23077
23078 2005-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
23079
23080         * docs/libs/tmpl/gstaudio.sgml:
23081         * docs/libs/tmpl/gstcolorbalance.sgml:
23082         * docs/libs/tmpl/gstgconf.sgml:
23083         * docs/libs/tmpl/gstmixer.sgml:
23084         * docs/libs/tmpl/gstringbuffer.sgml:
23085         * docs/libs/tmpl/gsttuner.sgml:
23086         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23087         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23088         (gst_tcpclientsrc_class_init):
23089         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23090         (gst_tcpserversrc_class_init):
23091         * sys/v4l/gstv4lelement.c:
23092           more autistic cleanliness in functions/names/defines
23093
23094 2005-07-13  Thomas Vander Stichele  <thomas at apestaart dot org>
23095
23096         * configure.ac:
23097           make GST_PLUGIN_LDFLAGS only be flags; GST_LIBS should be
23098           added manually to each Makefile.am so we are sure it goes
23099           *last* and doesn't add -L flags before linking in libs of our
23100           own, like, say, internal .la libs, that then accidentally pick
23101           up the installed copy.
23102         * docs/libs/Makefile.am:
23103         * ext/alsa/Makefile.am:
23104         * ext/cdparanoia/Makefile.am:
23105         * ext/gnomevfs/Makefile.am:
23106         * ext/libvisual/Makefile.am:
23107         * ext/ogg/Makefile.am:
23108         * ext/theora/Makefile.am:
23109         * ext/vorbis/Makefile.am:
23110         * gst-libs/gst/video/Makefile.am:
23111         * gst/adder/Makefile.am:
23112         * gst/audioconvert/Makefile.am:
23113         * gst/audiorate/Makefile.am:
23114         * gst/audioscale/Makefile.am:
23115         * gst/ffmpegcolorspace/Makefile.am:
23116         * gst/playback/Makefile.am:
23117         * gst/sine/Makefile.am:
23118         * gst/subparse/Makefile.am:
23119         * gst/tags/Makefile.am:
23120         * gst/tcp/Makefile.am:
23121         * gst/typefind/Makefile.am:
23122         * gst/videorate/Makefile.am:
23123         * gst/videoscale/Makefile.am:
23124         * gst/videotestsrc/Makefile.am:
23125         * gst/volume/Makefile.am:
23126         * sys/v4l/Makefile.am:
23127         * sys/ximage/Makefile.am:
23128         * sys/xvimage/Makefile.am:
23129           adapt properly to this change. This should make sure that
23130           plugins and libs properly link to the as-yet-uninstalled
23131           copies of stuff like libgstinterfaces and libgstvideo
23132
23133 2005-07-13  Andy Wingo  <wingo@pobox.com>
23134
23135         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_stop): Fix a spurious warning.
23136         (gst_v4lsrc_fixate): Fixate on format as well.
23137
23138         * sys/xvimage/xvimagesink.c (gst_xvimage_buffer_destroy) 
23139         (gst_xvimagesink_xvimage_new): Ref the xvimagesink while the
23140         buffer points to it.
23141         (gst_xvimagesink_check_xshm_calls): Don't use our xvimage buffer,
23142         rather just doing X calls ourselves. Also fixes a memleak.
23143
23144 2005-07-12  Andy Wingo  <wingo@pobox.com>
23145
23146         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_get_property) 
23147         (gst_v4lsrc_set_property, gst_v4lsrc_class_init, gst_v4lsrc_init) 
23148         (gst_v4lsrc_create): Re-add the copy-mode property, default to
23149         TRUE to avoid deadlocks if an element holds on to our buffers.
23150
23151 2005-07-11  Thomas Vander Stichele  <thomas at apestaart dot org>
23152
23153         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23154         (gst_sinesrc_init), (gst_sinesrc_create),
23155         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23156         (gst_sinesrc_start):
23157         * gst/sine/gstsinesrc.h:
23158           removing num-buffers property before moving it
23159
23160 2005-07-10  Thomas Vander Stichele  <thomas at apestaart dot org>
23161
23162         * configure.ac:
23163           use overridable ERROR_CFLAGS
23164         * docs/libs/gst-plugins-base-libs.types:
23165         * docs/libs/tmpl/gstringbuffer.sgml:
23166         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
23167         (gst_alsasink_class_init):
23168         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23169         (gst_alsasrc_class_init):
23170         * gst-libs/gst/audio/audio.h:
23171         * gst-libs/gst/audio/gstaudioclock.h:
23172         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audio_filter_get_type),
23173         (gst_audio_filter_base_init), (gst_audio_filter_class_init),
23174         (gst_audio_filter_link), (gst_audio_filter_init),
23175         (gst_audio_filter_chain), (gst_audio_filter_set_property),
23176         (gst_audio_filter_get_property),
23177         (gst_audio_filter_class_add_pad_templates):
23178         * gst-libs/gst/audio/gstaudiofilter.h:
23179         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
23180         (gst_audio_filter_template_get_type),
23181         (gst_audio_filter_template_base_init),
23182         (gst_audio_filter_template_class_init),
23183         (gst_audio_filter_template_init),
23184         (gst_audio_filter_template_set_property),
23185         (gst_audio_filter_template_get_property), (plugin_init),
23186         (gst_audio_filter_template_setup),
23187         (gst_audio_filter_template_filter),
23188         (gst_audio_filter_template_filter_inplace):
23189         * gst-libs/gst/audio/gstaudiosink.c:
23190         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23191         (audioringbuffer_thread_func), (gst_audioringbuffer_acquire),
23192         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23193         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23194         (gst_audio_sink_base_init), (gst_audio_sink_class_init),
23195         (gst_audio_sink_init), (gst_audio_sink_create_ringbuffer):
23196         * gst-libs/gst/audio/gstaudiosink.h:
23197         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23198         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23199         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23200         (gst_audioringbuffer_start), (gst_audioringbuffer_stop),
23201         (gst_audioringbuffer_delay), (gst_audio_src_base_init),
23202         (gst_audio_src_class_init), (gst_audio_src_init),
23203         (gst_audio_src_create_ringbuffer):
23204         * gst-libs/gst/audio/gstaudiosrc.h:
23205         * gst-libs/gst/audio/gstbaseaudiosink.c:
23206         (gst_base_audio_sink_base_init), (gst_base_audio_sink_class_init),
23207         (gst_base_audio_sink_init), (gst_base_audio_sink_dispose),
23208         (gst_base_audio_sink_get_clock), (gst_base_audio_sink_get_time),
23209         (gst_base_audio_sink_set_property),
23210         (gst_base_audio_sink_get_property), (gst_base_audio_sink_setcaps),
23211         (gst_base_audio_sink_get_times), (gst_base_audio_sink_event),
23212         (gst_base_audio_sink_preroll), (gst_base_audio_sink_render),
23213         (gst_base_audio_sink_create_ringbuffer),
23214         (gst_base_audio_sink_callback), (gst_base_audio_sink_change_state):
23215         * gst-libs/gst/audio/gstbaseaudiosink.h:
23216         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23217         (gst_base_audio_src_base_init), (gst_base_audio_src_class_init),
23218         (gst_base_audio_src_init), (gst_base_audio_src_get_clock),
23219         (gst_base_audio_src_get_time), (gst_base_audio_src_set_property),
23220         (gst_base_audio_src_get_property), (gst_base_audio_src_fixate),
23221         (gst_base_audio_src_setcaps), (gst_base_audio_src_get_times),
23222         (gst_base_audio_src_event), (gst_base_audio_src_create),
23223         (gst_base_audio_src_create_ringbuffer),
23224         (gst_base_audio_src_callback), (gst_base_audio_src_change_state):
23225         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23226         * gst-libs/gst/audio/gstringbuffer.c: (gst_ring_buffer_get_type),
23227         (gst_ring_buffer_class_init), (gst_ring_buffer_init),
23228         (gst_ring_buffer_dispose), (gst_ring_buffer_finalize),
23229         (gst_ring_buffer_debug_spec_caps),
23230         (gst_ring_buffer_debug_spec_buff), (gst_ring_buffer_parse_caps),
23231         (gst_ring_buffer_set_callback), (gst_ring_buffer_acquire),
23232         (gst_ring_buffer_release), (gst_ring_buffer_is_acquired),
23233         (gst_ring_buffer_start), (gst_ring_buffer_pause),
23234         (gst_ring_buffer_stop), (gst_ring_buffer_delay),
23235         (gst_ring_buffer_samples_done), (gst_ring_buffer_set_sample),
23236         (wait_segment), (gst_ring_buffer_commit), (gst_ring_buffer_read),
23237         (gst_ring_buffer_prepare_read), (gst_ring_buffer_advance),
23238         (gst_ring_buffer_clear):
23239         * gst-libs/gst/audio/gstringbuffer.h:
23240         * gst-libs/gst/video/gstvideosink.c: (gst_video_sink_init),
23241         (gst_video_sink_class_init), (gst_video_sink_get_type):
23242         * gst-libs/gst/video/videosink.h:
23243         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23244         (gst_multifdsink_class_init),
23245         (gst_multifdsink_handle_client_write),
23246         (gst_multifdsink_change_state):
23247         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23248         (gst_tcpclientsink_setcaps):
23249         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23250         (gst_ximagesink_getcaps), (gst_ximagesink_setcaps),
23251         (gst_ximagesink_change_state), (gst_ximagesink_show_frame),
23252         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
23253         (gst_ximagesink_send_pending_navigation),
23254         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size),
23255         (gst_ximagesink_class_init), (gst_ximagesink_get_type):
23256         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
23257         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
23258         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc),
23259         (gst_xvimagesink_send_pending_navigation),
23260         (gst_xvimagesink_navigation_send_event),
23261         (gst_xvimagesink_set_xwindow_id),
23262         (gst_xvimagesink_get_desired_size), (gst_xvimagesink_class_init),
23263         (gst_xvimagesink_get_type):
23264         more macro splitting
23265
23266 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23267
23268         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
23269           plug a memleak, allows me to import 1479 albums in one go
23270           in jamboree
23271         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23272         (vorbis_handle_type_packet), (vorbis_dec_chain),
23273         (vorbis_dec_change_state):
23274           fix some format strings
23275
23276 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23277
23278         * docs/libs/tmpl/gstcolorbalance.sgml:
23279         * docs/libs/tmpl/gstmixer.sgml:
23280         * ext/alsa/gstalsasink.c: (gst_alsasink_class_init),
23281         (gst_alsasink_set_property), (gst_alsasink_get_property):
23282         * ext/alsa/gstalsasrc.c: (gst_alsasrc_class_init),
23283         (gst_alsasrc_set_property), (gst_alsasrc_get_property):
23284           add device property
23285
23286 2005-07-08  Thomas Vander Stichele  <thomas at apestaart dot org>
23287
23288         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
23289         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
23290         (audiocast_register_listener), (audiocast_thread_run),
23291         (gst_gnomevfssrc_send_additional_headers_callback),
23292         (gst_gnomevfssrc_received_headers_callback),
23293         (gst_gnomevfssrc_push_callbacks), (gst_gnomevfssrc_pop_callbacks),
23294         (gst_gnomevfssrc_get_icy_metadata), (gst_gnomevfssrc_create),
23295         (gst_gnomevfssrc_get_size):
23296           add/clean up debugging
23297         * gst/audiorate/gstaudiorate.c: (gst_audiorate_init):
23298           cleanups
23299
23300 2005-07-07  Andy Wingo  <wingo@pobox.com>
23301
23302         * sys/v4l/gstv4lsrc.c (gst_v4lsrc_fixate): Also fixate the
23303         framerate. Need to get a handle on when exactly this function is
23304         called, tho.
23305
23306         * sys/v4l/v4lsrc_calls.h:
23307         * sys/v4l/v4lsrc_calls.c: Remove sync-related stuff.
23308         (gst_v4lsrc_get_fps_list): Moved here from gstv4lsrc.c.
23309         (gst_v4lsrc_buffer_new): Totally derive from GstBuffer.
23310
23311         * sys/v4l/v4l_calls.h: Cast to V4lElement.
23312         * sys/v4l/v4l_calls.c: Header loc fixen, don't load mjpeg, all
23313         v4lelements are sources.
23314
23315         * sys/v4l/gstv4lxoverlay.h:
23316         * sys/v4l/gstv4lxoverlay.c:
23317         * sys/v4l/gstv4ltuner.h:
23318         * sys/v4l/gstv4ltuner.c: Header loc fixen.
23319         
23320         * sys/v4l/gstv4lsrc.h:
23321         * sys/v4l/gstv4lsrc.c: Crucial GPL update. Clean up a bit, port to
23322         PushSrc/BaseSrc. Removed most sync-related properties, videorate
23323         or something should handle that. Made a live source.
23324
23325         * sys/v4l/gstv4lelement.h:
23326         * sys/v4l/gstv4lelement.c: Derive from GstPushSrc. No more
23327         signals. Some cleanups.
23328
23329         * sys/v4l/gstv4lcolorbalance.h: Interface header update.
23330
23331         * sys/v4l/gstv4l.c: Don't register v4lelement, or the jpeg/mjpeg
23332         stuff.
23333
23334         * sys/v4l/Makefile.am: Build everything except the jpeg/mjpeg
23335         stuff.
23336
23337         * sys/Makefile.am (SUBDIRS): Hit the V4L crack pipe.
23338
23339 2005-07-07  Wim Taymans  <wim@fluendo.com>
23340
23341         * ext/theora/theoradec.c: (theora_get_query_types),
23342         (theora_dec_src_getcaps), (theora_dec_push):
23343         * ext/vorbis/vorbisdec.c: (vorbis_get_query_types):
23344         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_query_types):
23345         Remove deprecated/unused query types.
23346
23347 2005-07-06  Wim Taymans  <wim@fluendo.com>
23348
23349         * ext/alsa/Makefile.am:
23350         * ext/alsa/gstalsaplugin.c: (plugin_init):
23351         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23352         * ext/alsa/gstalsasrc.c: (gst_alsasrc_get_type),
23353         (gst_alsasrc_dispose), (gst_alsasrc_base_init),
23354         (gst_alsasrc_class_init), (gst_alsasrc_init),
23355         (gst_alsasrc_getcaps), (set_hwparams), (set_swparams),
23356         (alsasrc_parse_spec), (gst_alsasrc_open), (gst_alsasrc_close),
23357         (xrun_recovery), (gst_alsasrc_read), (gst_alsasrc_delay),
23358         (gst_alsasrc_reset):
23359         * ext/alsa/gstalsasrc.h:
23360         * gst-libs/gst/audio/Makefile.am:
23361         * gst-libs/gst/audio/gstaudiosink.c:
23362         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23363         (gst_audioringbuffer_start):
23364         * gst-libs/gst/audio/gstaudiosrc.c: (gst_audioringbuffer_get_type),
23365         (gst_audioringbuffer_class_init), (audioringbuffer_thread_func),
23366         (gst_audioringbuffer_init), (gst_audioringbuffer_dispose),
23367         (gst_audioringbuffer_finalize), (gst_audioringbuffer_acquire),
23368         (gst_audioringbuffer_release), (gst_audioringbuffer_start),
23369         (gst_audioringbuffer_stop), (gst_audioringbuffer_delay),
23370         (gst_audiosrc_base_init), (gst_audiosrc_class_init),
23371         (gst_audiosrc_init), (gst_audiosrc_create_ringbuffer):
23372         * gst-libs/gst/audio/gstaudiosrc.h:
23373         * gst-libs/gst/audio/gstbaseaudiosink.c:
23374         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23375         (gst_baseaudiosink_get_time), (gst_baseaudiosink_setcaps),
23376         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render):
23377         * gst-libs/gst/audio/gstbaseaudiosrc.c:
23378         (gst_baseaudiosrc_base_init), (gst_baseaudiosrc_class_init),
23379         (gst_baseaudiosrc_init), (gst_baseaudiosrc_get_clock),
23380         (gst_baseaudiosrc_get_time), (gst_baseaudiosrc_set_property),
23381         (gst_baseaudiosrc_get_property), (gst_baseaudiosrc_fixate),
23382         (gst_baseaudiosrc_setcaps), (gst_baseaudiosrc_get_times),
23383         (gst_baseaudiosrc_event), (gst_baseaudiosrc_create),
23384         (gst_baseaudiosrc_create_ringbuffer), (gst_baseaudiosrc_callback),
23385         (gst_baseaudiosrc_change_state):
23386         * gst-libs/gst/audio/gstbaseaudiosrc.h:
23387         * gst-libs/gst/audio/gstringbuffer.c: (build_linear_format),
23388         (gst_ringbuffer_debug_spec_caps), (gst_ringbuffer_debug_spec_buff),
23389         (gst_ringbuffer_parse_caps), (gst_ringbuffer_start),
23390         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
23391         (gst_ringbuffer_samples_done), (gst_ringbuffer_set_sample),
23392         (wait_segment), (gst_ringbuffer_commit), (gst_ringbuffer_read),
23393         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance):
23394         * gst-libs/gst/audio/gstringbuffer.h:
23395         Added audiosource base classes.
23396         Ported alsasrc, still very basic.
23397
23398 2005-07-06  Wim Taymans  <wim@fluendo.com>
23399
23400         * ext/theora/theoradec.c: (theora_dec_src_getcaps),
23401         (theora_dec_push), (theora_handle_data_packet):
23402         Prepare for better timestamp fix later.
23403
23404         * gst/audioconvert/gstaudioconvert.c:
23405         List most accurate caps first
23406
23407         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_loop):
23408         Use proper pad task function.
23409
23410         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
23411         (gst_xvimagesink_show_frame):
23412         Fix deadlock when alloc failed.
23413
23414 2005-07-05  Andy Wingo  <wingo@pobox.com>
23415
23416         * ext/gnomevfs/gstgnomevfssrc.c:
23417         * gst/sine/gstsinesrc.c:
23418         * gst/tcp/gsttcpserversrc.c:
23419         * gst/tcp/gsttcpclientsrc.c: s/BASESRC/BASE_SRC/.
23420
23421         * sys/v4l/: Port from 0.8.
23422
23423         * Many files: Null if we got it....
23424
23425 2005-07-05  Andy Wingo  <wingo@pobox.com>
23426
23427         * gst/tcp/gsttcpserversink.c (gst_tcpserversink_handle_server_read): 
23428         * gst/tcp/gstmultifdsink.c (gst_multifdsink_client_queue_data):
23429         Signedness fixes.
23430
23431 2005-07-05  Wim Taymans  <wim@fluendo.com>
23432
23433         * configure.ac:
23434         * gst/tcp/Makefile.am:
23435         * gst/tcp/README:
23436         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_get_type),
23437         (gst_multifdsink_base_init), (gst_multifdsink_class_init),
23438         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
23439         (is_sync_frame), (gst_multifdsink_handle_client_write),
23440         (gst_multifdsink_render), (gst_multifdsink_start),
23441         (gst_multifdsink_stop), (gst_multifdsink_change_state):
23442         * gst/tcp/gstmultifdsink.h:
23443         * gst/tcp/gsttcp.c: (gst_tcp_host_to_ip),
23444         (gst_tcp_gdp_read_buffer), (gst_tcp_gdp_read_caps),
23445         (gst_tcp_gdp_write_buffer), (gst_tcp_gdp_write_caps):
23446         * gst/tcp/gsttcp.h:
23447         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
23448         (gst_tcpclientsink_init), (gst_tcpclientsink_setcaps),
23449         (gst_tcpclientsink_render), (gst_tcpclientsink_start),
23450         (gst_tcpclientsink_stop), (gst_tcpclientsink_change_state):
23451         * gst/tcp/gsttcpclientsink.h:
23452         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get_type),
23453         (gst_tcpclientsrc_base_init), (gst_tcpclientsrc_class_init),
23454         (gst_tcpclientsrc_init), (gst_tcpclientsrc_getcaps),
23455         (gst_tcpclientsrc_create), (gst_tcpclientsrc_start),
23456         (gst_tcpclientsrc_stop), (gst_tcpclientsrc_unlock):
23457         * gst/tcp/gsttcpclientsrc.h:
23458         * gst/tcp/gsttcpplugin.c: (plugin_init):
23459         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init):
23460         * gst/tcp/gsttcpserversink.h:
23461         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get_type),
23462         (gst_tcpserversrc_base_init), (gst_tcpserversrc_class_init),
23463         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize),
23464         (gst_tcpserversrc_create), (gst_tcpserversrc_start),
23465         (gst_tcpserversrc_stop):
23466         * gst/tcp/gsttcpserversrc.h:
23467         * gst/tcp/gsttcpsink.c:
23468         * gst/tcp/gsttcpsink.h:
23469         * gst/tcp/gsttcpsrc.c:
23470         * gst/tcp/gsttcpsrc.h:
23471         Ported tcp plugins to 0.9. 
23472         
23473
23474 2005-07-05  Andy Wingo  <wingo@pobox.com>
23475
23476         * gst/playback/gstplaybasebin.c (fill_buffer):
23477         message_new_application fixen.
23478
23479         * gst/videoscale/gstvideoscale.c (gst_videoscale_transform_caps):
23480         Style fix.
23481
23482 2005-07-04  Wim Taymans  <wim@fluendo.com>
23483
23484         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
23485         Set caps on output buffer.
23486
23487 2005-07-04  Andy Wingo  <wingo@pobox.com>
23488
23489         * ext/gnomevfs/gstgnomevfssrc.c
23490         (gst_gnomevfssrc_received_headers_callback) 
23491         (audiocast_thread_kill, audiocast_thread_run): FORTIFY fixen,
23492         hopefully.
23493
23494         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_fixate):
23495         No refcount leakage.
23496
23497         * configure.ac: Enable -Werror.
23498         
23499         * ext/theora/theoradec.c (theora_dec_src_getcaps):
23500         * gst/audioconvert/bufferframesconvert.c
23501         (buffer_frames_convert_fixate):
23502         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int)
23503         (gst_audio_convert_fixate):
23504         * gst/sine/gstsinesrc.c (gst_sinesrc_src_fixate)
23505         (gst_sinesrc_create): Fixate func changes.
23506         
23507         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
23508         (gst_ximagesink_buffer_alloc): Unused var.
23509
23510 2005-07-01  Andy Wingo  <wingo@pobox.com>
23511
23512         * ext/theora/theoradec.c (theora_dec_src_getcaps): Implement a
23513         getcaps to do explicit caps. Needs to be done in all decoders,
23514         possibly via a base class.
23515
23516         * configure.ac (GST_PLUGIN_LDFLAGS): Add videoscale.
23517
23518         * ext/ogg/gstoggdemux.c (gst_ogg_pad_typefind): No need to set
23519         caps on the sink pad, just rely on the pad template. Also, setting
23520         ANY caps on a pad is not valid because the caps are not fixed.
23521
23522         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc): Set the
23523         caps on the buffer, and get the width from the desired_caps if
23524         they're set.
23525         (gst_ximagesink_renegotiate_size): Implement via setting the
23526         desired_caps on the ximagesink.
23527         (gst_ximagesink_setcaps): Only reset the width of the player if it
23528         wasn't already set. Not sure if this is right.
23529         (gst_ximagesink_show_frame): Memcpy only for normal buffers.
23530
23531         * sys/ximage/ximagesink.h (desired_caps): New field, is the caps
23532         that the user wants. NULL unless the window has been resized.
23533
23534         * gst/volume/gstvolume.c (volume_transform): Adapt to
23535         basetransform refcount changes.
23536         
23537 2005-07-01  Andy Wingo  <wingo@pobox.com>
23538
23539         * gst/videoscale/gstvideoscale.c:
23540         * gst/videoscale/gstvideoscale.h: Clean up, port to 0.9. Derives
23541         from BaseTransform, implements a transform_caps. Removed dead code
23542         including some PAR stuff that was never reached -- should probably
23543         be added back somehow.
23544
23545 2005-07-01  Andy Wingo  <wingo@pobox.com>
23546
23547         * gst/videoscale: Merge David's work from 0.8 branch. Changes to
23548         come later.
23549
23550 2005-06-30  Thomas Vander Stichele  <thomas at apestaart dot org>
23551
23552         * configure.ac:
23553         * docs/libs/Makefile.am:
23554         * docs/libs/gst-plugins-libs.types:
23555         * ext/alsa/Makefile.am:
23556         * ext/alsa/gstalsamixer.h:
23557         * ext/alsa/gstalsamixeroptions.h:
23558         * ext/alsa/gstalsamixertrack.h:
23559         * gst-libs/gst/Makefile.am:
23560         * gst-libs/gst/colorbalance/.cvsignore:
23561         * gst-libs/gst/colorbalance/Makefile.am:
23562         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
23563         * gst-libs/gst/colorbalance/colorbalance.c:
23564         * gst-libs/gst/colorbalance/colorbalance.h:
23565         * gst-libs/gst/colorbalance/colorbalance.vcproj:
23566         * gst-libs/gst/colorbalance/colorbalancechannel.c:
23567         * gst-libs/gst/colorbalance/colorbalancechannel.h:
23568         * gst-libs/gst/interfaces/Makefile.am:
23569         * gst-libs/gst/interfaces/colorbalance.c:
23570         (gst_color_balance_class_init):
23571         * gst-libs/gst/interfaces/colorbalance.h:
23572         * gst-libs/gst/interfaces/interfaces-marshal.list:
23573         * gst-libs/gst/interfaces/mixer.c: (gst_mixer_class_init):
23574         * gst-libs/gst/interfaces/mixer.h:
23575         * gst-libs/gst/interfaces/mixeroptions.h:
23576         * gst-libs/gst/interfaces/navigation.c:
23577         * gst-libs/gst/interfaces/tuner.c: (gst_tuner_class_init):
23578         * gst-libs/gst/interfaces/tuner.h:
23579         * gst/volume/Makefile.am:
23580         * gst/volume/gstvolume.c:
23581         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
23582         * sys/ximage/Makefile.am:
23583         * sys/ximage/ximagesink.c:
23584         * sys/xvimage/Makefile.am:
23585         * sys/xvimage/xvimagesink.c:
23586           fold in all interfaces into an interfaces dir, preserving CVS
23587           history
23588
23589 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23590
23591         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
23592           Fix build after riff changes.
23593
23594 2005-06-30  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23595
23596         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
23597         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
23598         (gst_riff_create_video_template_caps),
23599         (gst_riff_create_audio_template_caps),
23600         (gst_riff_create_iavs_template_caps):
23601         * gst-libs/gst/riff/riff-media.h:
23602         * gst-libs/gst/riff/riff-read.h:
23603         * gst-libs/gst/riff/riff.c: (gst_riff_init):
23604           Add gst_riff_init() to initialize the debug category, instead
23605           of plugin_init(). Port riff-media.[ch] from -THREADED to HEAD.
23606
23607 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23608
23609         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init):
23610           Oops, I shouldn't apply hacks.
23611
23612 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23613
23614         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init):
23615           Remove pad_loop function which doesn't work.
23616
23617 2005-06-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23618
23619         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_deactivate_current_chain):
23620           Send EOS when deactivating.
23621         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
23622         (check_queue), (queue_threshold_reached), (queue_out_of_data),
23623         (gen_preroll_element), (probe_triggered), (mute_stream),
23624         (silence_stream), (new_decoded_pad), (setup_substreams),
23625         (set_active_source):
23626         * gst/playback/gstplaybin.c: (gst_play_bin_get_property),
23627         (remove_sinks), (add_sink):
23628         * gst/playback/gststreaminfo.c: (cb_probe), (gst_stream_info_new):
23629           Change for new probe API.
23630
23631 2005-06-29  Wim Taymans  <wim@fluendo.com>
23632
23633         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_init):
23634         * gst-libs/gst/audio/gstbaseaudiosink.c:
23635         (gst_baseaudiosink_class_init), (gst_baseaudiosink_dispose),
23636         (gst_baseaudiosink_change_state):
23637         * gst-libs/gst/audio/gstbaseaudiosink.h:
23638         * gst-libs/gst/audio/gstringbuffer.c:
23639         (gst_ringbuffer_set_callback):
23640         Fix compilation error.
23641         Ringbuffer starts out as not running.
23642         Free our clock in dispose.
23643         When releasing the ringbuffer we need to renegotiate so
23644         clear the pad caps.
23645
23646 2005-06-29  Thomas Vander Stichele  <thomas at apestaart dot org>
23647
23648         * autogen.sh:
23649         * configure.ac:
23650         * docs/Makefile.am:
23651         * docs/libs/Makefile.am:
23652         * docs/libs/gst-plugins-libs-docs.sgml:
23653         * docs/libs/gst-plugins-libs-sections.txt:
23654         * docs/libs/gst-plugins-libs.types:
23655         * docs/libs/tmpl/gstaudio.sgml:
23656         * docs/libs/tmpl/gstcolorbalance.sgml:
23657         * docs/libs/tmpl/gstringbuffer.sgml:
23658         * gst-libs/gst/audio/gstringbuffer.c:
23659         (gst_ringbuffer_set_callback):
23660           reinstate gtk-doc docs for plugin libs
23661
23662 2005-06-28  Wim Taymans  <wim@fluendo.com>
23663
23664         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23665         (gst_ogg_demux_init):
23666         Removed pad loop function.
23667
23668 2005-06-28  Wim Taymans  <wim@fluendo.com>
23669
23670         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23671         If we're building a chain we are not in an error case
23672         when we queue a buffer.
23673
23674 2005-06-28  Andy Wingo  <wingo@pobox.com>
23675
23676         * *.c: Don't cast to GstObject before reffing/unreffing.
23677
23678 2005-06-27  Andy Wingo  <wingo@pobox.com>
23679
23680         * gst/videotestsrc/gstvideotestsrc.c
23681         (gst_videotestsrc_activate_push): Activation API changes.
23682
23683         * gst/playback/gstdecodebin.c (gst_decode_bin_change_state) 
23684         (gst_decode_bin_dispose): Free dynamics in READY->NULL, because
23685         they have refs on the decodebin.
23686
23687         * ext/ogg/gstoggdemux.c (gst_ogg_pad_class_init): Ref the right
23688         parent class.
23689         (gst_ogg_pad_typefind): Don't leak a pad ref.
23690         (gst_ogg_chain_new_stream): gst_object_unref, not g_object_unref.
23691         (gst_ogg_demux_sink_activate, gst_ogg_demux_sink_activate_push) 
23692         (gst_ogg_demux_sink_activate_pull): Changes for activation API.
23693
23694 2005-06-27  Edward Hervey  <edward@fluendo.com>
23695
23696         * ext/theora/theoradec.c: (theora_dec_change_state): 
23697         re-arranged call to parent's state change in order to avoid locks (or
23698         worse).
23699
23700 2005-06-26  Edward Hervey  <edward@fluendo.com>
23701
23702         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
23703         2nd argument of 'unknow-type' signal is a GstCaps and not a
23704         GstMiniObject
23705
23706 2005-06-25  Jan Schmidt  <thaytan@mad.scientist.com>
23707         * gst-libs/gst/audio/gstaudiosink.c: (gst_audioringbuffer_acquire):
23708           Set the worker thread's running flag to TRUE before starting the
23709           thread.
23710         * gst/playback/gstdecodebin.c: (gst_decode_bin_init):
23711           Catch a failure to add typefind to the bin.
23712
23713 2005-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
23714
23715         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
23716         (gst_sinesrc_init), (gst_sinesrc_create),
23717         (gst_sinesrc_set_property), (gst_sinesrc_get_property),
23718         (gst_sinesrc_start):
23719         * gst/sine/gstsinesrc.h:
23720           add num-buffers and timestamp-offset properties
23721         * gst/videotestsrc/gstvideotestsrc.c:
23722         (gst_videotestsrc_class_init), (gst_videotestsrc_set_property),
23723         (gst_videotestsrc_get_property):
23724           add timestamp-offset property
23725
23726 2005-06-23  Christian Schaller  <uraeus@gnome.org>
23727
23728         * configure.ac: add videorate
23729         * gst-plugins-base.spec.in: add videorate
23730
23731 2005-06-23  Wim Taymans  <wim@fluendo.com>
23732
23733         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23734         (gst_videorate_getcaps), (gst_videorate_setcaps),
23735         (gst_videorate_event), (gst_videorate_chain):
23736         Fixed videorate, fixating an already fixated caps is not
23737         an error.
23738
23739 2005-06-23  Wim Taymans  <wim@fluendo.com>
23740
23741         * ext/ogg/README:
23742         * ext/ogg/gstoggmux.c: (gst_ogg_mux_set_header_on_caps):
23743         Buffer on caps is not boxed anymore.
23744
23745 2005-06-22  Wim Taymans  <wim@fluendo.com>
23746
23747         * ext/theora/theoraenc.c: (theora_set_header_on_caps):
23748         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
23749         Set buffers on caps as miniobjects and not as boxed.
23750
23751 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23752
23753         * configure.ac:
23754           back to HEAD
23755
23756 === release 0.9.1 ===
23757
23758 2005-06-19  Thomas Vander Stichele  <thomas at apestaart dot org>
23759
23760         * .cvsignore:
23761         * NEWS:
23762         * README:
23763         * RELEASE:
23764         * configure.ac:
23765         * po/af.po:
23766         * po/az.po:
23767         * po/cs.po:
23768         * po/en_GB.po:
23769         * po/hu.po:
23770         * po/it.po:
23771         * po/nb.po:
23772         * po/nl.po:
23773         * po/or.po:
23774         * po/sq.po:
23775         * po/sr.po:
23776         * po/sv.po:
23777         * po/uk.po:
23778         * po/vi.po:
23779           updates for release
23780
23781 2005-06-09  Andy Wingo  <wingo@pobox.com>
23782
23783         * gst-libs/gst/net/Makefile.am (lib_LTLIBRARIES): Install gstnet.
23784         
23785 2005-06-09  Andy Wingo  <wingo@pobox.com>
23786
23787         * configure.ac:
23788         * gst-libs/gst/Makefile.am:
23789         * gst-libs/gst/net/Makefile.am:
23790         Add gstnet to build.
23791
23792 2005-06-09  Andy Wingo  <wingo@pobox.com>
23793
23794         * gst-libs/gst/gconf/gconf.c:
23795         * gst/playback/test.c:
23796         * gst/playback/gstplaybin.c (gen_video_element): Ghost pad API
23797         fixes.
23798
23799         * gst/audioconvert/gstaudioconvert.c: RPAD fixes.
23800
23801         * ext/theora/theoraenc.c (theora_enc_chain): 
23802         * ext/theora/theoradec.c (theora_handle_data_packet): GCC4 fixes.
23803
23804         * ext/ogg/gstoggdemux.c (GstOggPad): Derive from GstPad, not
23805         RealPad.
23806
23807 2005-06-02  Wim Taymans  <wim@fluendo.com>
23808
23809         * gst-libs/gst/net/Makefile.am:
23810         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
23811         * pkgconfig/gstreamer-libs.pc.in:
23812         Added net stuff, version net lib.
23813
23814 2005-06-02  Wim Taymans  <wim@fluendo.com>
23815
23816         * examples/seeking/seek.c: (make_vorbis_theora_pipeline),
23817         (query_rates), (query_positions_elems), (query_positions_pads),
23818         (do_seek):
23819         Updated seek example.
23820
23821 2005-06-02  Andy Wingo  <wingo@pobox.com>
23822
23823         * pkgconfig/gstreamer-libs-uninstalled.pc.in (prefix):
23824         * pkgconfig/gstreamer-libs.pc.in (prefix): Add gst/tag to the -L
23825         list.
23826
23827         * gst/playback/gstdecodebin.c (gst_decode_bin_dispose): Don't
23828         remove the typefind, the bin dispose will do it for us. When it's
23829         removed and unreffed, the signal handler will be disconnected,
23830         too.
23831         (unlinked): It's too difficult to disconnect from unlinked
23832         handlers, as they are on pads not elements. Just punt if the pads
23833         aren't grandkids of the bin.
23834
23835 2005-06-02  Wim Taymans  <wim@fluendo.com>
23836
23837         * ext/ogg/README:
23838         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23839         (gst_ogg_demux_activate_chain), (gst_ogg_demux_clear_chains):
23840         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page):
23841         * ext/theora/theoradec.c: (theora_dec_src_query),
23842         (theora_handle_data_packet):
23843         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
23844         (theora_enc_chain):
23845         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23846         (vorbis_handle_data_packet):
23847         * gst/audioconvert/bufferframesconvert.c:
23848         (buffer_frames_convert_chain):
23849         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23850         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23851         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23852         (gst_ffmpegcsp_chain):
23853         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
23854         (gst_videorate_getcaps), (gst_videorate_setcaps),
23855         (gst_videorate_event), (gst_videorate_chain):
23856         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_activate),
23857         (gst_videotestsrc_src_query), (gst_videotestsrc_loop):
23858         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23859         (gst_ximagesink_setcaps), (gst_ximagesink_buffer_alloc):
23860         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
23861         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
23862         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
23863         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
23864         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_alloc):
23865         Cleanups and buffer alloc.
23866
23867 2005-05-31  Wim Taymans  <wim@fluendo.com>
23868
23869         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_delay):
23870         Don't try to call the delay method when the device is not
23871         opened.
23872
23873 2005-05-31  Wim Taymans  <wim@fluendo.com>
23874
23875         * ext/alsa/gstalsasink.c: (set_hwparams), (gst_alsasink_open):
23876         Get actual segment size and buffer size after opening
23877         the device.
23878
23879 2005-05-30  Wim Taymans  <wim@fluendo.com>
23880
23881         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain),
23882         (gst_ogg_demux_perform_seek), (gst_ogg_demux_clear_chains):
23883         Also FLUSH upstream, makes the loop function exit faster.
23884         
23885         * ext/theora/theoradec.c: (theora_dec_src_query):
23886         Some more debug info in the query.
23887         
23888         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
23889         (gst_ximagesink_setcaps):
23890         Release lock on par error, better error reporting.
23891
23892 2005-05-26  Wim Taymans  <wim@fluendo.com>
23893
23894         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet),
23895         (gst_ogg_demux_activate_chain), (gst_ogg_demux_chain),
23896         (gst_ogg_demux_clear_chains), (gst_ogg_demux_change_state):
23897         Clear chains in READY
23898         Queue packets until the chain is activated.
23899
23900 2005-05-25  Wim Taymans  <wim@fluendo.com>
23901
23902         * gst-libs/gst/audio/gstaudiosink.c:
23903         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
23904         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
23905         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
23906         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
23907         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
23908         (gst_audiosink_create_ringbuffer):
23909         * gst-libs/gst/audio/gstbaseaudiosink.c:
23910         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
23911         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
23912         (gst_baseaudiosink_set_property), (build_linear_format),
23913         (debug_spec_caps), (debug_spec_buffer),
23914         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
23915         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
23916         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
23917         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
23918         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
23919         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
23920         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
23921         (gst_ringbuffer_play), (gst_ringbuffer_pause),
23922         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
23923         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
23924         (wait_segment), (gst_ringbuffer_commit),
23925         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
23926         (gst_ringbuffer_clear):
23927         Various small cleanups.
23928
23929         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
23930         (gst_audio_convert_change_state):
23931         * gst/subparse/gstsubparse.c: (gst_subparse_chain):
23932         No need to take the locks anymore.
23933
23934 2005-05-25  Wim Taymans  <wim@fluendo.com>
23935
23936         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
23937         (gst_decode_bin_dispose), (try_to_link_1), (get_our_ghost_pad),
23938         (remove_element_chain), (no_more_pads), (unlinked), (close_link),
23939         (type_found):
23940         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_dispose),
23941         (group_destroy), (group_commit), (queue_overrun),
23942         (gen_preroll_element), (no_more_pads), (preroll_unlinked),
23943         (mute_stream), (new_decoded_pad), (setup_substreams),
23944         (setup_source), (mute_group_type), (set_active_source),
23945         (gst_play_base_bin_change_state):
23946         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
23947         (gen_video_element), (gen_text_element), (gen_audio_element),
23948         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks):
23949         * gst/playback/gststreaminfo.c: (gst_stream_info_new),
23950         (gst_stream_info_dispose), (gst_stream_info_set_mute):
23951         * gst/playback/gststreamselector.c: (gst_stream_selector_chain):
23952         Some playbin cleanups mostly refcounting sloppyness.
23953
23954 2005-05-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23955
23956         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_submit_packet):
23957           Work with streaming input.
23958
23959 2005-05-25  Wim Taymans  <wim@fluendo.com>
23960
23961         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
23962         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
23963         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
23964         (gst_ffmpegcsp_chain), (gst_ffmpegcsp_change_state):
23965         No need to take the STREAM lock anymore.
23966
23967 2005-05-25  Wim Taymans  <wim@fluendo.com>
23968
23969         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose),
23970         (gst_ogg_pad_typefind), (gst_ogg_pad_submit_packet),
23971         (gst_ogg_chain_new_stream), (gst_ogg_demux_perform_seek),
23972         (gst_ogg_demux_chain), (gst_ogg_demux_loop),
23973         (gst_ogg_demux_sink_activate):
23974         * ext/theora/theoradec.c: (theora_dec_src_event),
23975         (theora_handle_comment_packet), (theora_dec_chain),
23976         (theora_dec_change_state):
23977         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
23978         (vorbis_handle_data_packet), (vorbis_dec_chain),
23979         (vorbis_dec_change_state):
23980         Remove STREAM locks as they are taken in core now.
23981         Never set bogus granulepos on vorbis/theora.
23982         Fix leaks in theoradec tag parsing.
23983
23984 2005-05-25  Wim Taymans  <wim@fluendo.com>
23985
23986         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_create):
23987         Fix memleaks, GST_BUFFER_DATA() is not freed.
23988
23989 2005-05-25  Wim Taymans  <wim@fluendo.com>
23990
23991         * ext/alsa/gstalsasink.c: (gst_alsasink_open):
23992         Open non-blocking, set to blocking mode afterwards to avoid
23993         lockups when audio device is busy.
23994
23995 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
23996
23997         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_clear):
23998           This can't be good.
23999
24000 2005-05-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24001
24002         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
24003         (gst_audio_convert_chain), (gst_audio_convert_link_src),
24004         (gst_audio_convert_setcaps):
24005           Implement instant setup switching.
24006
24007 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24008
24009         * gst/playback/gstplaybasebin.c: (probe_triggered):
24010           Fix missing unlock.
24011         * gst/playback/gstplaybin.c: (add_sink):
24012           First add, then link (otherwise pad link fails).
24013
24014 2005-05-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24015
24016         * examples/Makefile.am:
24017         fix buildbot (make distcheck)
24018
24019 2005-05-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24020
24021         * gst/playback/gstplaybin.c: (gen_vis_element):
24022           Remove some wrong code. Doesn't work yet.
24023
24024 2005-05-19  Wim Taymans  <wim@fluendo.com>
24025
24026         * gst-libs/gst/net/Makefile.am:
24027         * gst-libs/gst/net/README:
24028         * gst-libs/gst/net/gstnetbuffer.c: (gst_netbuffer_get_type),
24029         (gst_netbuffer_class_init), (gst_netbuffer_init),
24030         (gst_netbuffer_finalize), (gst_netbuffer_copy),
24031         (gst_netbuffer_new), (gst_netaddress_set_ip4_address),
24032         (gst_netaddress_set_ip6_address), (gst_netaddress_get_net_type),
24033         (gst_netaddress_get_ip4_address), (gst_netaddress_get_ip6_address):
24034         * gst-libs/gst/net/gstnetbuffer.h:
24035         Added buffer subclass to store extra to/from addresses for
24036         network sources/sinks.
24037
24038 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24039
24040         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
24041           Don't lock an unassigned variable.
24042
24043 2005-05-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24044
24045         * gst/playback/gstplaybasebin.c: (gen_preroll_element):
24046           Increase buffer for video, decrease buffer for other media types.
24047         * gst/playback/gstplaybin.c: (gen_video_element),
24048         (gen_audio_element):
24049           Change names for debugging purposes.
24050
24051 2005-05-18  Wim Taymans  <wim@fluendo.com>
24052
24053         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24054         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24055         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_bufferalloc),
24056         (gst_ffmpegcsp_chain):
24057         Enable buffer alloc passthrough if the source and dest
24058         formats are the same.
24059
24060 2005-05-17  Wim Taymans  <wim@fluendo.com>
24061
24062         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_internal_chain),
24063         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_get_data),
24064         (gst_ogg_demux_chain_unlocked):
24065         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24066         (gst_audio_convert_caps_remove_format_info),
24067         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24068         (gst_audio_convert_fixate), (gst_audio_convert_change_state):
24069         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24070         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24071         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_init),
24072         (gst_ffmpegcsp_bufferalloc), (gst_ffmpegcsp_chain),
24073         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
24074         (gst_ffmpegcsp_get_property):
24075         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_destroy),
24076         (gst_xvimage_buffer_finalize), (gst_xvimage_buffer_free),
24077         (gst_xvimage_buffer_class_init), (gst_xvimage_buffer_get_type),
24078         (gst_xvimagesink_check_xshm_calls), (gst_xvimagesink_xvimage_new),
24079         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_imagepool_clear),
24080         (gst_xvimagesink_setcaps), (gst_xvimagesink_change_state),
24081         (gst_xvimagesink_show_frame), (gst_xvimagesink_buffer_free),
24082         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id):
24083         Leak fixes in oggdemux.
24084         Some cleanups in audioconvert.
24085         Make passthrough work along with buffer_alloc etc.
24086         Make buffer_alloc and buffer recycling actually work in
24087         xvimagesink.
24088
24089 2005-05-17  Thomas Vander Stichele  <thomas at apestaart dot org>
24090
24091         * gst/subparse/gstsubparse.c: (parse_subrip), (parse_mpsub):
24092           make the compiler happy
24093
24094 2005-05-17  Wim Taymans  <wim@fluendo.com>
24095
24096         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
24097         * sys/xvimage/xvimagesink.c: (gst_xvimage_buffer_finalize),
24098         (gst_xvimage_buffer_init), (gst_xvimage_buffer_class_init),
24099         (gst_xvimage_buffer_get_type), (gst_xvimagesink_check_xshm_calls),
24100         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_put),
24101         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_setcaps),
24102         (gst_xvimagesink_change_state), (gst_xvimagesink_show_frame),
24103         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
24104         (gst_xvimagesink_set_xwindow_id):
24105         * sys/xvimage/xvimagesink.h:
24106         Port xvimagesink to new MiniObject.
24107
24108 2005-05-17  Wim Taymans  <wim@fluendo.com>
24109
24110         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
24111         (gst_audiofilter_chain):
24112         * gst-libs/gst/audio/gstaudiosink.c:
24113         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24114         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24115         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24116         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24117         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24118         (gst_audiosink_create_ringbuffer):
24119         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24120         (gst_audio_convert_caps_remove_format_info),
24121         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24122         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24123         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24124         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24125         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24126         Fix passthrough in ffmpegcolorspace.
24127         Fix memset in audiosink on wrong memory.
24128
24129 2005-05-16  David Schleef  <ds@schleef.org>
24130
24131         * gst/playback/gststreaminfo.c: (cb_probe): Port from GstData
24132         to GstMiniObject.
24133
24134 2005-05-16  David Schleef  <ds@schleef.org>
24135
24136         Port from GstData to GstMiniObject.
24137         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_dispose):
24138         * ext/ogg/gstoggmux.c: (gst_ogg_mux_buffer_from_page),
24139         (gst_ogg_mux_queue_pads), (gst_ogg_mux_set_header_on_caps),
24140         (gst_ogg_mux_collected):
24141         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
24142         * ext/theora/theoradec.c: (theora_handle_comment_packet),
24143         (theora_handle_data_packet):
24144         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
24145         (theora_set_header_on_caps), (theora_enc_chain):
24146         * ext/vorbis/vorbisdec.c: (vorbis_dec_sink_event),
24147         (vorbis_handle_comment_packet):
24148         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps):
24149         * ext/vorbis/vorbisparse.c: (vorbis_parse_set_header_on_caps):
24150         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_chain):
24151         * gst-libs/gst/tag/gstvorbistag.c: (gst_vorbis_tag_chain):
24152         * gst/audioconvert/gstaudioconvert.c:
24153         (gst_audio_convert_get_buffer):
24154         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
24155         * gst/playback/gstplaybasebin.c: (check_queue), (probe_triggered),
24156         (mute_stream), (silence_stream):
24157         * gst/playback/gstplaybin.c: (gst_play_bin_class_init):
24158         * gst/volume/gstvolume.c: (volume_transform):
24159         * sys/ximage/ximagesink.c: (gst_ximage_buffer_finalize),
24160         (gst_ximage_buffer_init), (gst_ximage_buffer_class_init),
24161         (gst_ximage_buffer_get_type), (gst_ximagesink_check_xshm_calls),
24162         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
24163         (gst_ximagesink_ximage_put), (gst_ximagesink_imagepool_clear),
24164         (gst_ximagesink_show_frame), (gst_ximagesink_buffer_free),
24165         (gst_ximagesink_buffer_alloc):
24166         * sys/ximage/ximagesink.h:
24167
24168 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24169
24170         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24171         (fill_buffer), (check_queue), (queue_threshold_reached),
24172         (queue_out_of_data):
24173         * gst/playback/gstplaybasebin.h:
24174           Post buffer-fullness on the bus.
24175
24176 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24177
24178         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24179         (try_to_link_1):
24180         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24181         (group_commit), (probe_triggered), (setup_source),
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), (remove_sinks), (setup_sinks),
24186         (gst_play_bin_change_state):
24187           Move setup_output_pads into a virtual function, remove
24188           group-switch (no longer needed) and redirect (handled by bus
24189           now) signals.
24190
24191 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24192
24193         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
24194         (gst_play_base_bin_class_init), (gst_play_base_bin_finalize),
24195         (get_active_group), (get_building_group), (group_destroy),
24196         (group_commit), (check_queue), (queue_overrun),
24197         (queue_threshold_reached), (queue_out_of_data),
24198         (gen_preroll_element), (remove_groups), (unknown_type),
24199         (add_element_stream), (no_more_pads), (probe_triggered),
24200         (preroll_unlinked), (new_decoded_pad), (setup_subtitle),
24201         (setup_substreams), (setup_source), (finish_source),
24202         (prepare_output), (muted_group_change_state),
24203         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
24204         (gst_play_base_bin_change_state):
24205         * gst/playback/gstplaybasebin.h:
24206         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24207         (gst_play_bin_init), (gst_play_bin_set_property),
24208         (gen_video_element), (gen_text_element), (gen_audio_element),
24209         (gen_vis_element), (remove_sinks), (add_sink), (setup_sinks),
24210         (gst_play_bin_change_state):
24211         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
24212         (cb_probe), (gst_stream_info_new), (gst_stream_info_dispose),
24213         (stream_info_change_state), (gst_stream_info_set_mute),
24214         (gst_stream_info_get_property):
24215         * gst/playback/gststreaminfo.h:
24216         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24217         (gst_stream_selector_get_linked_pad),
24218         (gst_stream_selector_getcaps),
24219         (gst_stream_selector_get_linked_pads),
24220         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
24221         * gst/playback/gststreamselector.h:
24222           Rough port of playbin. Needs some more work, but is mostly done,
24223           and uses a few locks in important places, which should make stuff
24224           like chain-switches clean. Still uses GST_STATE() in a few places,
24225           which isn't all that good an idea, subtitles/elements disabled
24226           because no elements to test with and thus probably broken, query
24227           and event handling moved to GstBin, internal thread removed
24228           alltogether because the pipeline does that for us now. Can play
24229           Ogg/Vorbis files. Haven't tested anything else yet.
24230
24231 2005-05-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24232
24233         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_activate_chain):
24234           Do no-more-pads (needed for autoplugging).
24235
24236 2005-05-10  Andy Wingo  <wingo@pobox.com>
24237
24238         * ext/vorbis/vorbisdec.c (vorbis_handle_comment_packet): Post a
24239         message to the bus with the tags. Still not sent downstream tho.
24240
24241         * gst/playback/gstdecodebin.c (remove_element_chain): Unref after
24242         get_parent.
24243         (remove_element_chain): Use OBJECT_PARENT instead of get_parent to
24244         avoid refcounting hassles.
24245
24246 2005-05-09  Andy Wingo  <wingo@pobox.com>
24247
24248         * gst/volume/Makefile.am:
24249         * gst/volume/demo.c
24250         * gst/volume/gstvolume.h
24251         * gst/volume/gstvolume.c: Port to 0.9 API, derive from
24252         basetransform. Probably need an audio filter base class.
24253
24254 2005-05-09  Wim Taymans  <wim@fluendo.com>
24255
24256         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sink_setcaps),
24257         (gst_vorbisenc_src_query), (gst_vorbisenc_sink_query),
24258         (gst_vorbisenc_set_header_on_caps), (gst_vorbisenc_sink_event),
24259         (gst_vorbisenc_chain):
24260         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24261         (gst_audio_convert_caps_remove_format_info),
24262         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24263         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24264         Make caps writable before writing to it.
24265         Fix negotiation in audioconvert some more.
24266
24267 2005-05-09  Wim Taymans  <wim@fluendo.com>
24268
24269         * gst/videorate/gstvideorate.c: (gst_videorate_transformcaps),
24270         (gst_videorate_getcaps), (gst_videorate_setcaps),
24271         (gst_videorate_event), (gst_videorate_chain):
24272         Better negotiation.
24273
24274 2005-05-09  Wim Taymans  <wim@fluendo.com>
24275
24276         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
24277         (gst_videorate_getcaps), (gst_videorate_setcaps),
24278         (gst_videorate_blank_data), (gst_videorate_init),
24279         (gst_videorate_event), (gst_videorate_chain),
24280         (gst_videorate_change_state):
24281         Port videorate, do a better job at negotiation while we're at
24282         it.
24283
24284 2005-05-09  Jan Schmidt  <thaytan@mad.scientist.com>
24285
24286         * configure.ac:
24287           Disable libvisual
24288
24289         * examples/Makefile.am:
24290         * gst-libs/gst/audio/Makefile.am:
24291         * gst-libs/gst/riff/Makefile.am:
24292         * gst-libs/gst/tag/Makefile.am:
24293         * gst-libs/gst/video/Makefile.am:
24294           Fixups for missing variables.
24295
24296 2005-05-09  Wim Taymans  <wim@fluendo.com>
24297
24298         * examples/seeking/seek.c: (make_theora_pipeline),
24299         (make_vorbis_theora_pipeline), (make_avi_msmpeg4v3_mp3_pipeline),
24300         (query_rates), (query_positions_elems), (query_positions_pads),
24301         (update_scale), (play_cb), (pause_cb), (stop_cb), (main):
24302         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_init),
24303         (gst_ogg_pad_query_types), (gst_ogg_pad_src_query),
24304         (gst_ogg_pad_typefind), (gst_ogg_demux_init),
24305         (gst_ogg_demux_perform_seek), (gst_ogg_demux_read_chain),
24306         (gst_ogg_demux_read_end_chain), (gst_ogg_demux_sink_activate):
24307         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24308         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24309         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24310         (gst_ogg_mux_get_headers), (gst_ogg_mux_send_headers),
24311         (gst_ogg_mux_collected), (gst_ogg_mux_change_state):
24312         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_init),
24313         (gst_ogm_video_parse_init), (gst_ogm_text_parse_init),
24314         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain):
24315         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
24316         (theora_dec_src_convert), (theora_dec_sink_convert),
24317         (theora_dec_src_query), (theora_dec_sink_query),
24318         (theora_dec_src_event), (theora_dec_sink_event),
24319         (theora_handle_comment_packet), (theora_handle_type_packet),
24320         (theora_handle_header_packet), (theora_handle_data_packet),
24321         (theora_dec_chain):
24322         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
24323         (vorbis_dec_convert), (vorbis_dec_src_query),
24324         (vorbis_dec_sink_query), (vorbis_dec_src_event),
24325         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24326         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24327         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24328         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_src_query),
24329         (gst_vorbisenc_sink_query), (gst_vorbisenc_init),
24330         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain):
24331         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24332         (gst_play_bin_query):
24333         * gst/playback/test3.c: (update_scale):
24334         * gst/sine/gstsinesrc.c: (gst_sinesrc_setcaps),
24335         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start):
24336         * gst/subparse/gstsubparse.c: (gst_subparse_init):
24337         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
24338         (gst_videotestsrc_src_query):
24339         * gst/videotestsrc/videotestsrc.c: (paint_hline_I420),
24340         (paint_hline_Y41B), (paint_hline_Y42B), (paint_hline_Y800),
24341         (paint_hline_YUV9):
24342         * sys/ximage/ximagesink.c: (gst_ximagesink_show_frame):
24343         Port to new query API.
24344         Updated seek.
24345         Cleanups in x[v]imagesink
24346
24347 2005-05-09  Andy Wingo  <wingo@pobox.com>
24348
24349         * ext/alsa/gstalsasink.h:
24350         * ext/gnomevfs/gstgnomevfssrc.c:
24351         (gst_gnomevfssrc_get_icy_metadata):
24352         * ext/ogg/gstoggdemux.c (gst_ogg_demux_perform_seek)
24353         (gst_ogg_demux_read_chain, gst_ogg_demux_read_end_chain)
24354         * ext/theora/theoradec.c (theora_dec_src_query)
24355         (theora_dec_src_event, theora_dec_sink_event)
24356         (theora_handle_comment_packet, theora_handle_data_packet):
24357         * ext/theora/theoraenc.c (theora_enc_chain):
24358         * ext/vorbis/vorbisdec.c (vorbis_dec_src_event)
24359         (vorbis_dec_sink_event, vorbis_handle_comment_packet):
24360         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
24361         * gst/typefind/gsttypefindfunctions.c (mp3_type_find)
24362         (qt_type_find):
24363         * gst/videotestsrc/videotestsrc.c (paint_setup_I420)
24364         (paint_setup_YV12, paint_setup_YUY2, paint_setup_UYVY)
24365         (paint_setup_YVYU, paint_setup_IYU2, paint_setup_Y41B)
24366         (paint_setup_Y42B, paint_setup_Y800, paint_setup_IMC1)
24367         (paint_setup_IMC2, paint_setup_IMC3, paint_setup_IMC4)
24368         (paint_setup_YVU9, paint_setup_YUV9, paint_setup_xRGB8888)
24369         (paint_setup_xBGR8888, paint_setup_RGBx8888)
24370         (paint_setup_BGRx8888, paint_setup_RGB888, paint_setup_BGR888)
24371         (paint_setup_RGB565, paint_setup_xRGB1555):
24372         * gst/videotestsrc/videotestsrc.h:
24373         * sys/ximage/ximagesink.c (gst_ximagesink_buffer_alloc):
24374         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support)
24375         (gst_xvimagesink_setcaps, gst_xvimagesink_buffer_alloc):
24376         GCC4 fixes.
24377         
24378         * ext/ogg/gstoggdemux.c (gst_ogg_demux_find_chains): Use the new
24379         gst_pad_query_position. Fixes oggdemux.
24380
24381 2005-05-08  David Schleef  <ds@schleef.org>
24382
24383         * configure.ac: Require liboil.
24384         * gst/videotestsrc/gstvideotestsrc.c: Fix up liboil calls, add
24385         a few more.
24386         * gst/videotestsrc/videotestsrc.c:
24387         * gst/videotestsrc/videotestsrc.h:
24388
24389 2005-05-06  Wim Taymans  <wim@fluendo.com>
24390
24391         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24392         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24393         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24394         Well, unreffing a buffer right before pushing it is asking
24395         for trouble..
24396
24397 2005-05-06  Christian Schaller  <uraeus@gnome.org>
24398
24399         * pkgconfig/gstreamer-libs.pc.in: add missing library calls
24400
24401 2005-05-06  Wim Taymans  <wim@fluendo.com>
24402
24403         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24404         (gst_audio_convert_caps_remove_format_info),
24405         (gst_audio_convert_getcaps), (gst_audio_convert_setcaps),
24406         (gst_audio_convert_fixate), (gst_audio_convert_channels):
24407         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
24408         (gst_ffmpegcsp_getcaps), (gst_ffmpegcsp_configure_context),
24409         (gst_ffmpegcsp_setcaps), (gst_ffmpegcsp_chain):
24410         * gst/sine/Makefile.am:
24411         * gst/sine/gstsinesrc.c: (gst_sinesrc_get_type),
24412         (gst_sinesrc_class_init), (gst_sinesrc_init),
24413         (gst_sinesrc_src_fixate), (gst_sinesrc_setcaps),
24414         (gst_sinesrc_src_query), (gst_sinesrc_create), (gst_sinesrc_start),
24415         (gst_sinesrc_update_freq):
24416         * gst/sine/gstsinesrc.h:
24417         * gst/tcp/gstmultifdsink.c:
24418         * sys/xvimage/xvimagesink.c:
24419         Fixed negotiation wrt _peer_get_caps()
24420         Some cleanups.
24421
24422
24423 2005-05-06  Wim Taymans  <wim@fluendo.com>
24424
24425         * gst-libs/gst/audio/gstaudiosink.c:
24426         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24427         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24428         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24429         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24430         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24431         (gst_audiosink_create_ringbuffer):
24432         * gst-libs/gst/audio/gstbaseaudiosink.c:
24433         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24434         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24435         (gst_baseaudiosink_set_property), (build_linear_format),
24436         (debug_spec_caps), (debug_spec_buffer),
24437         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24438         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24439         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24440         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24441         * gst-libs/gst/audio/gstbaseaudiosink.h:
24442         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24443         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24444         (gst_ringbuffer_release), (gst_ringbuffer_is_acquired),
24445         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24446         (gst_ringbuffer_stop), (gst_ringbuffer_delay),
24447         (gst_ringbuffer_played_samples), (gst_ringbuffer_set_sample),
24448         (wait_segment), (gst_ringbuffer_commit),
24449         (gst_ringbuffer_prepare_read), (gst_ringbuffer_advance),
24450         (gst_ringbuffer_clear):
24451         * gst-libs/gst/audio/gstringbuffer.h:
24452         Make the base audiosink return an error when there is no
24453         audiobuffer negotiated.
24454
24455 2005-05-06  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
24456
24457         * ext/Makefile.am:
24458         Disable cdparanoia until someone ports it!
24459
24460 2005-05-06  Wim Taymans  <wim@fluendo.com>
24461
24462         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24463         (gst_ogg_demux_sink_activate):
24464         And revert after wingo's revert.. sigh..
24465
24466 2005-05-05  Andy Wingo  <wingo@pobox.com>
24467
24468         * gst/audiorate/gstaudiorate.c (gst_audiorate_class_init): Pacify
24469         GObject.
24470         * configure.ac: Return audiorate and subparse from the ghetto.
24471         Re-enable -Wall -Werror.
24472         * gst/subparse/gstsubparse.c:
24473         * gst/subparse/gstsubparse.h: Port to 0.9. Can operate loop-based
24474         or chain-based. Cleaned up a bit. Not tested.
24475         
24476 2005-05-05  Christian Schaller <christian@fluendo.com> 
24477
24478         * Makefile.am: remove stuff that is not building
24479         * configure.ac: remove stuff that is not building
24480         * examples/Makefile.am: remove stuff that is not building
24481         * ext/alsa/gstalsasink.c: add alsa/ before the alsalib.h file
24482         * ext/alsa/gstalsasink.h: add alsa/ before the alsalib.h file
24483         * sys/Makefile.am: remove stuff that is not building
24484         * testsuite/Makefile.am: remove stuff that is not building
24485
24486 2005-05-05  Andy Wingo  <wingo@pobox.com>
24487
24488         * gst-libs/gst/tag/gstid3tag.c: (gst_tag_list_new_from_id3v1):
24489         * gst-libs/gst/tag/gstvorbistag.c:
24490         (gst_tag_list_from_vorbiscomment_buffer), (gst_vorbis_tag_chain):
24491         * gst/adder/gstadder.h:
24492         * gst/audioconvert/gstchannelmix.c:
24493         (gst_audio_convert_fill_one_other):
24494         * gst/audiorate/gstaudiorate.c: (gst_audiorate_setcaps),
24495         (gst_audiorate_init), (gst_audiorate_chain):
24496         * gst/playback/gstplaybasebin.c: (setup_source):
24497         * gst/playback/test3.c: (update_scale):
24498         Some GCC4 fixes
24499         
24500         * po/af.po:
24501         * po/az.po:
24502         * po/cs.po:
24503         * po/en_GB.po:
24504         * po/hu.po:
24505         * po/it.po:
24506         * po/nb.po:
24507         * po/nl.po:
24508         * po/or.po:
24509         * po/sq.po:
24510         * po/sr.po:
24511         * po/sv.po:
24512         * po/uk.po:
24513         * po/vi.po: Foo
24514
24515 2005-05-05  Wim Taymans  <wim@fluendo.com>
24516
24517         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24518         (gst_audio_convert_caps_remove_format_info),
24519         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24520         (gst_audio_convert_change_state), (gst_audio_convert_channels):
24521         * gst/videotestsrc/gstvideotestsrc.c:
24522         (gst_videotestsrc_src_negotiate), (gst_videotestsrc_src_link),
24523         (gst_videotestsrc_parse_caps), (gst_videotestsrc_src_accept_caps),
24524         (gst_videotestsrc_setcaps), (gst_videotestsrc_activate),
24525         (gst_videotestsrc_init), (gst_videotestsrc_loop):
24526         Don't ignore _push() return values.
24527         Make sure no processing is done when shutting down.
24528         Videotestsrc pad activation fix.
24529
24530 2005-05-05  Wim Taymans  <wim@fluendo.com>
24531
24532         * gst/adder/Makefile.am:
24533         * gst/adder/gstadder.c: (gst_adder_setcaps),
24534         (gst_adder_class_init), (gst_adder_init),
24535         (gst_adder_request_new_pad), (gst_adder_collected),
24536         (gst_adder_change_state):
24537         * gst/adder/gstadder.h:
24538         Ported adder as an example of a mixer element using
24539         collect pads. Needs more negotiation work.
24540
24541 2005-05-05  Wim Taymans  <wim@fluendo.com>
24542
24543         * ext/theora/theoradec.c: (_inc_granulepos),
24544         (theora_dec_src_event), (theora_dec_sink_event),
24545         (theora_handle_comment_packet), (theora_handle_type_packet),
24546         (theora_handle_header_packet), (theora_handle_data_packet),
24547         (theora_dec_chain):
24548         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
24549         (gst_theora_enc_init), (theora_enc_sink_setcaps),
24550         (theora_push_buffer), (theora_push_packet),
24551         (theora_enc_sink_event), (theora_enc_chain),
24552         (theora_enc_change_state), (theora_enc_set_property),
24553         (theora_enc_get_property):
24554         Added stream lock to decoder so that we can serialize
24555         the discont event.
24556         More theoraenc porting, recover from errors, do clean
24557         shutdown.
24558
24559 2005-05-05  Wim Taymans  <wim@fluendo.com>
24560
24561         * ext/ogg/Makefile.am:
24562         * ext/ogg/README:
24563         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24564         (gst_ogg_pad_submit_packet), (gst_ogg_demux_sink_activate),
24565         (gst_ogg_print):
24566         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
24567         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
24568         (gst_ogg_mux_push_page), (gst_ogg_mux_queue_pads),
24569         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
24570         (gst_ogg_mux_send_headers), (gst_ogg_mux_collected),
24571         (gst_ogg_mux_change_state):
24572         Ported ogg muxer.
24573
24574 2005-05-05  Wim Taymans  <wim@fluendo.com>
24575
24576         * docs/design-audiosinks.txt:
24577         * gst-libs/gst/audio/TODO:
24578         * gst-libs/gst/audio/gstaudiosink.c:
24579         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24580         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24581         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24582         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24583         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24584         (gst_audiosink_create_ringbuffer):
24585         * gst-libs/gst/audio/gstbaseaudiosink.c:
24586         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24587         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24588         (gst_baseaudiosink_set_property), (build_linear_format),
24589         (debug_spec_caps), (debug_spec_buffer),
24590         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24591         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24592         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24593         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24594         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24595         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24596         (gst_ringbuffer_release), (gst_ringbuffer_play),
24597         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24598         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24599         (gst_ringbuffer_set_sample), (wait_segment),
24600         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24601         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24602         More work on the audiosink, mostly debugging and a race in
24603         shutdown.
24604
24605 2005-04-28  Wim Taymans  <wim@fluendo.com>
24606
24607         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_typefind),
24608         (gst_ogg_demux_perform_seek), (gst_ogg_demux_sink_activate):
24609         * ext/vorbis/vorbisdec.c: (vorbis_dec_convert),
24610         (vorbis_dec_src_query), (vorbis_dec_src_event),
24611         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24612         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24613         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain):
24614         Don't crap out when seeking back to position 0.
24615
24616 2005-04-28  Wim Taymans  <wim@fluendo.com>
24617
24618         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
24619         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
24620         (make_vorbis_pipeline), (make_vorbis_theora_pipeline),
24621         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
24622         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline):
24623         Make audio sink configurable, use alsasink as default.
24624
24625 2005-04-28  Wim Taymans  <wim@fluendo.com>
24626
24627         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
24628         (vorbis_dec_sink_event), (vorbis_handle_comment_packet),
24629         (vorbis_handle_type_packet), (vorbis_handle_header_packet),
24630         (copy_samples), (vorbis_handle_data_packet), (vorbis_dec_chain),
24631         (vorbis_dec_change_state):
24632         * ext/vorbis/vorbisdec.h:
24633         Refactor, use STREAM_LOCK.
24634
24635 2005-04-28  Wim Taymans  <wim@fluendo.com>
24636
24637         * ext/theora/theoradec.c: (_inc_granulepos),
24638         (theora_dec_sink_event), (theora_handle_comment_packet),
24639         (theora_handle_type_packet), (theora_handle_header_packet),
24640         (theora_handle_data_packet), (theora_dec_chain),
24641         (theora_dec_change_state):
24642         Refactor a bit, use STREAM_LOCK.
24643
24644 2005-04-28  Wim Taymans  <wim@fluendo.com>
24645
24646         * ext/alsa/Makefile.am:
24647         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_get_caps),
24648         (gst_alsa_fixate_to_mimetype), (gst_alsa_fixate_field_nearest_int),
24649         (gst_alsa_link), (gst_alsa_close_audio):
24650         * ext/alsa/gstalsaplugin.c: (plugin_init):
24651         * ext/alsa/gstalsasink.c: (gst_alsasink_get_type),
24652         (gst_alsasink_dispose), (gst_alsasink_base_init),
24653         (gst_alsasink_class_init), (gst_alsasink_init),
24654         (gst_alsasink_getcaps), (set_hwparams), (set_swparams),
24655         (alsasink_parse_spec), (gst_alsasink_open), (gst_alsasink_close),
24656         (xrun_recovery), (gst_alsasink_write), (gst_alsasink_delay),
24657         (gst_alsasink_reset):
24658         * ext/alsa/gstalsasink.h:
24659         Implement alsasink with simple open/write/close API. 
24660         Make alsa dir build by disabling compilation of code.
24661
24662 2005-04-28  Wim Taymans  <wim@fluendo.com>
24663
24664         * gst-libs/gst/audio/Makefile.am:
24665         * gst-libs/gst/audio/audio.h:
24666         * gst-libs/gst/audio/audioclock.c:
24667         * gst-libs/gst/audio/audioclock.h:
24668         * gst-libs/gst/audio/gstaudioclock.c: (gst_audio_clock_get_type),
24669         (gst_audio_clock_class_init), (gst_audio_clock_init),
24670         (gst_audio_clock_new), (gst_audio_clock_get_internal_time):
24671         * gst-libs/gst/audio/gstaudioclock.h:
24672         * gst-libs/gst/audio/gstaudiosink.c:
24673         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24674         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24675         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24676         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24677         (gst_audioringbuffer_delay), (gst_audiosink_class_init),
24678         (gst_audiosink_create_ringbuffer):
24679         * gst-libs/gst/audio/gstbaseaudiosink.c:
24680         (gst_baseaudiosink_class_init), (gst_baseaudiosink_init),
24681         (gst_baseaudiosink_get_clock), (gst_baseaudiosink_get_time),
24682         (gst_baseaudiosink_set_property), (gst_baseaudiosink_get_property),
24683         (build_linear_format), (debug_spec_caps), (debug_spec_buffer),
24684         (gst_baseaudiosink_setcaps), (gst_baseaudiosink_get_times),
24685         (gst_baseaudiosink_event), (gst_baseaudiosink_preroll),
24686         (gst_baseaudiosink_render), (gst_baseaudiosink_create_ringbuffer),
24687         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24688         * gst-libs/gst/audio/gstbaseaudiosink.h:
24689         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24690         (gst_ringbuffer_init), (gst_ringbuffer_finalize),
24691         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24692         (gst_ringbuffer_release), (gst_ringbuffer_play),
24693         (gst_ringbuffer_pause), (gst_ringbuffer_stop),
24694         (gst_ringbuffer_delay), (gst_ringbuffer_played_samples),
24695         (gst_ringbuffer_set_sample), (wait_segment),
24696         (gst_ringbuffer_commit), (gst_ringbuffer_prepare_read),
24697         (gst_ringbuffer_advance), (gst_ringbuffer_clear):
24698         * gst-libs/gst/audio/gstringbuffer.h:
24699         Make ringbuffer faster and more simple by removing the locks
24700         in the playback thread.
24701         Add sample accurate playback based on buffer sample offsets.
24702         Make the baseaudiosink provide a clock.
24703         Parse caps in the base class.
24704         Correctly handle seeking, flushing and state changes.
24705
24706 2005-04-25  Thomas Vander Stichele  <thomas at apestaart dot org>
24707
24708         * configure.ac:
24709         * gst/audioconvert/Makefile.am:
24710         * gst/audioscale/Makefile.am:
24711           Fix part of the build.  Come on guys, autogen didn't even work :)
24712
24713 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24714
24715         * configure.ac:
24716         * gst-libs/gst/Makefile.am:
24717         * gst-libs/gst/media-info/.cvsignore:
24718         * gst-libs/gst/media-info/Makefile.am:
24719         * gst-libs/gst/media-info/README:
24720         * gst-libs/gst/media-info/media-info-priv.c:
24721         * gst-libs/gst/media-info/media-info-priv.h:
24722         * gst-libs/gst/media-info/media-info-test.c:
24723         * gst-libs/gst/media-info/media-info.c:
24724         * gst-libs/gst/media-info/media-info.h:
24725         * gst-libs/gst/media-info/media-info.vcproj:
24726         * pkgconfig/Makefile.am:
24727         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
24728         * pkgconfig/gstreamer-media-info.pc.in:
24729           Remove media-info, which is also successed by playbin (see Totem
24730           implementation).
24731
24732 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24733
24734         * configure.ac:
24735         * examples/Makefile.am:
24736         * examples/gstplay/.cvsignore:
24737         * examples/gstplay/Makefile.am:
24738         * examples/gstplay/player.c:
24739         * gst-libs/gst/Makefile.am:
24740         * gst-libs/gst/play/.cvsignore:
24741         * gst-libs/gst/play/Makefile.am:
24742         * gst-libs/gst/play/play.c:
24743         * gst-libs/gst/play/play.h:
24744         * gst-libs/gst/play/play.vcproj:
24745         * pkgconfig/Makefile.am:
24746         * pkgconfig/gstreamer-play-uninstalled.pc.in:
24747         * pkgconfig/gstreamer-play.pc.in:
24748           Remove libgstplay, playbin is now the official successor.
24749
24750 2005-04-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24751
24752         * configure.ac:
24753         * gst-libs/gst/Makefile.am:
24754         * gst-libs/gst/xwindowlistener/Makefile.am:
24755         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
24756         * gst-libs/gst/xwindowlistener/xwindowlistener.h:
24757           Remove deprecated xwindowlistener (I've moved xwindowlistening
24758           in the v4l/v4l2 plugins over to serverside).
24759
24760 2005-04-25  David Schleef  <ds@schleef.org>
24761
24762         * examples/dynparams/Makefile.am: Move demo-dparams from gst/sine
24763         to examples/dynparams.  Examples do not belong interspersed with
24764         source code.
24765         * examples/dynparams/demo-dparams.c:
24766         * gst/sine/Makefile.am:
24767         * gst/sine/demo-dparams.c:
24768
24769 2005-04-25  David Schleef  <ds@schleef.org>
24770
24771         Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins.
24772         * gst-libs/gst/audio/Makefile.am:
24773         * gst-libs/gst/riff/Makefile.am:
24774         * gst-libs/gst/tag/Makefile.am:
24775         * gst-libs/gst/video/Makefile.am:
24776         * gst-libs/gst/xwindowlistener/Makefile.am:
24777
24778         Convert to 0.9 API, seems to work:
24779         * sys/ximage/Makefile.am:
24780         * sys/ximage/ximagesink.c:
24781
24782 2005-04-24  David Schleef  <ds@schleef.org>
24783
24784         Link plugins against libraries:
24785         * ext/alsa/Makefile.am:
24786         * gst/tcp/Makefile.am:
24787
24788         Remove asm code that should be in liboil
24789         * gst/videoscale/Makefile.am:
24790         * gst/videoscale/videoscale_x86_asm.s:
24791
24792         gettext wants these checked in:
24793         * po/af.po:
24794         * po/az.po:
24795         * po/cs.po:
24796         * po/en_GB.po:
24797         * po/hu.po:
24798         * po/it.po:
24799         * po/nb.po:
24800         * po/nl.po:
24801         * po/or.po:
24802         * po/sq.po:
24803         * po/sr.po:
24804         * po/sv.po:
24805         * po/uk.po:
24806         * po/vi.po:
24807
24808 2005-04-24  David Schleef  <ds@schleef.org>
24809
24810         Convert gst_main() to g_main_loop_run()
24811         * gst/playback/decodetest.c: (main):
24812         * gst/playback/test2.c: (main):
24813         * gst/playback/test3.c: (main):
24814         * gst/playback/test4.c: (main):
24815
24816         Link plugins against libraries:
24817         * ext/libvisual/Makefile.am:
24818         * sys/xvimage/Makefile.am:
24819
24820 2005-04-24  David Schleef  <ds@schleef.org>
24821
24822         * configure.ac: Remove idct and resample libs
24823         * gst-libs/gst/Makefile.am: same
24824
24825         Remove usage of gst_library_load():
24826         * ext/alsa/gstalsaplugin.c: (plugin_init):
24827         * ext/libvisual/visual.c: (plugin_init):
24828         * ext/ogg/gstogg.c: (plugin_init):
24829         * ext/theora/theora.c: (plugin_init):
24830         * ext/vorbis/vorbis.c: (plugin_init):
24831         * gst-libs/gst/audio/gstaudiofiltertemplate.c: (plugin_init):
24832         * gst/audioscale/gstaudioscale.c:
24833         * gst/adder/gstadder.c: (plugin_init):
24834         * gst/audioconvert/plugin.c: (plugin_init):
24835         * sys/ximage/ximagesink.c: (plugin_init):
24836         * sys/xvimage/xvimagesink.c: (plugin_init):
24837         * gst/tcp/gsttcpplugin.c: (plugin_init):
24838
24839         Link plugins against libraries:
24840         * ext/ogg/Makefile.am:
24841         * ext/theora/Makefile.am:
24842         * ext/vorbis/Makefile.am:
24843         * gst/audioconvert/Makefile.am:
24844
24845         Create proper libraries:
24846         * gst-libs/gst/riff/Makefile.am:
24847         * gst-libs/gst/audio/Makefile.am:
24848         * gst-libs/gst/video/Makefile.am:
24849
24850         Move resample library to audioscale plugin directory:
24851         * gst-libs/gst/resample/Makefile.am:
24852         * gst-libs/gst/resample/README:
24853         * gst-libs/gst/resample/dtof.c:
24854         * gst-libs/gst/resample/dtos.c:
24855         * gst-libs/gst/resample/functable.c:
24856         * gst-libs/gst/resample/private.h:
24857         * gst-libs/gst/resample/resample.c:
24858         * gst-libs/gst/resample/resample.h:
24859         * gst-libs/gst/resample/resample.vcproj:
24860         * gst-libs/gst/resample/test.c:
24861         * gst/audioscale/Makefile.am:
24862         * gst/audioscale/README:
24863         * gst/audioscale/dtof.c:
24864         * gst/audioscale/dtos.c:
24865         * gst/audioscale/functable.c:
24866         * gst/audioscale/private.h:
24867         * gst/audioscale/resample.c:
24868         * gst/audioscale/resample.h:
24869         * gst/audioscale/test.c:
24870
24871         Move tagedit library to gst-libs:
24872         * gst-libs/gst/tag/Makefile.am:
24873         * gst-libs/gst/tag/gstid3tag.c:
24874         * gst-libs/gst/tag/gsttagediting.c:
24875         * gst-libs/gst/tag/gsttageditingprivate.h:
24876         * gst-libs/gst/tag/gstvorbistag.c:
24877         * gst/tags/Makefile.am:
24878         * gst/tags/gstid3tag.c:
24879         * gst/tags/gstvorbistag.c:
24880
24881         Fix for core changes:
24882         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
24883         (gst_sinesrc_init), (gst_sinesrc_src_fixate), (gst_sinesrc_link),
24884         (gst_sinesrc_getrange):
24885
24886 2005-04-23  David Schleef  <ds@schleef.org>
24887
24888         * gst-libs/gst/Makefile.am: Remove idct.  It hasn't been used
24889         in gst-plugins in a long time, and properly belongs in liboil.
24890         * gst-libs/gst/idct/Makefile.am:
24891         * gst-libs/gst/idct/README:
24892         * gst-libs/gst/idct/dct.h:
24893         * gst-libs/gst/idct/doieee:
24894         * gst-libs/gst/idct/fastintidct.c:
24895         * gst-libs/gst/idct/floatidct.c:
24896         * gst-libs/gst/idct/idct.c:
24897         * gst-libs/gst/idct/idct.h:
24898         * gst-libs/gst/idct/idtc.vcproj:
24899         * gst-libs/gst/idct/ieeetest.c:
24900         * gst-libs/gst/idct/intidct.c:
24901
24902 2005-04-20  Wim Taymans  <wim@fluendo.com>
24903
24904         * docs/design-audiosinks.txt:
24905         * gst-libs/gst/audio/Makefile.am:
24906         * gst-libs/gst/audio/TODO:
24907         * gst-libs/gst/audio/gstaudiosink.c:
24908         (gst_audioringbuffer_get_type), (gst_audioringbuffer_class_init),
24909         (audioringbuffer_thread_func), (gst_audioringbuffer_init),
24910         (gst_audioringbuffer_dispose), (gst_audioringbuffer_finalize),
24911         (gst_audioringbuffer_acquire), (gst_audioringbuffer_release),
24912         (gst_audioringbuffer_play), (gst_audioringbuffer_stop),
24913         (gst_audioringbuffer_delay), (gst_audiosink_base_init),
24914         (gst_audiosink_class_init), (gst_audiosink_init),
24915         (gst_audiosink_create_ringbuffer):
24916         * gst-libs/gst/audio/gstaudiosink.h:
24917         * gst-libs/gst/audio/gstbaseaudiosink.c:
24918         (gst_baseaudiosink_base_init), (gst_baseaudiosink_class_init),
24919         (gst_baseaudiosink_init), (gst_baseaudiosink_set_property),
24920         (gst_baseaudiosink_get_property), (gst_baseaudiosink_setcaps),
24921         (gst_baseaudiosink_get_times), (gst_baseaudiosink_event),
24922         (gst_baseaudiosink_preroll), (gst_baseaudiosink_render),
24923         (gst_baseaudiosink_create_ringbuffer),
24924         (gst_baseaudiosink_callback), (gst_baseaudiosink_change_state):
24925         * gst-libs/gst/audio/gstbaseaudiosink.h:
24926         * gst-libs/gst/audio/gstringbuffer.c: (gst_ringbuffer_get_type),
24927         (gst_ringbuffer_class_init), (gst_ringbuffer_init),
24928         (gst_ringbuffer_dispose), (gst_ringbuffer_finalize),
24929         (gst_ringbuffer_set_callback), (gst_ringbuffer_acquire),
24930         (gst_ringbuffer_release), (gst_ringbuffer_play_unlocked),
24931         (gst_ringbuffer_play), (gst_ringbuffer_pause),
24932         (gst_ringbuffer_resume), (gst_ringbuffer_stop),
24933         (gst_ringbuffer_callback), (gst_ringbuffer_delay),
24934         (gst_ringbuffer_played_samples), (gst_ringbuffer_commit),
24935         (gst_ringbuffer_prepare_read), (gst_ringbuffer_clear):
24936         * gst-libs/gst/audio/gstringbuffer.h:
24937         An attempt at a set of audio base classes together with some
24938         design docs.
24939
24940 2005-04-20  Wim Taymans  <wim@fluendo.com>
24941
24942         * gst/audioconvert/Makefile.am:
24943         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
24944         (gst_audio_convert_caps_remove_format_info),
24945         (gst_audio_convert_setcaps), (gst_audio_convert_fixate),
24946         (gst_audio_convert_channels):
24947         Link against audio libs.
24948         Fix audio convert plugin.
24949
24950 2005-04-20  Wim Taymans  <wim@fluendo.com>
24951
24952         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter),
24953         (gst_ogg_demux_sink_activate):
24954         * ext/theora/theoraenc.c: (theora_enc_sink_setcaps),
24955         (theora_set_header_on_caps), (theora_enc_sink_event),
24956         (theora_enc_chain):
24957         Fix theora encoder.
24958
24959 2005-04-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
24960
24961         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_factory_filter):
24962         * gst/playback/gstdecodebin.c: (find_compatibles):
24963           Work with staticpadtemplates in elementfactories.
24964
24965 2005-04-12  Wim Taymans  <wim@fluendo.com>
24966
24967         * gst/playback/README:
24968         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
24969         (compare_ranks), (print_feature), (gst_decode_bin_init),
24970         (dynamic_create), (dynamic_free), (find_compatibles),
24971         (mimetype_is_raw), (close_pad_link), (got_redirect),
24972         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
24973         (new_pad), (no_more_pads), (unlinked), (close_link), (type_found),
24974         (gst_decode_bin_change_state):
24975         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
24976         (gst_play_base_bin_init), (group_destroy), (group_commit),
24977         (check_queue), (queue_overrun), (queue_threshold_reached),
24978         (queue_out_of_data), (gen_preroll_element), (unknown_type),
24979         (new_decoded_pad), (setup_subtitle), (gen_source_element),
24980         (got_redirect), (setup_source), (play_base_eos),
24981         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
24982         (gst_play_base_bin_remove_element):
24983         * gst/playback/gstplaybasebin.h:
24984         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
24985         (gst_play_bin_init), (gst_play_bin_dispose),
24986         (gst_play_bin_set_property), (gen_video_element),
24987         (gen_text_element), (gen_audio_element), (remove_sinks),
24988         (gst_play_bin_send_event):
24989         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose),
24990         (stream_info_change_state), (gst_stream_info_set_mute):
24991         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
24992         (gst_stream_selector_get_caps), (gst_stream_selector_setcaps),
24993         (gst_stream_selector_request_new_pad), (gst_stream_selector_event),
24994         (gst_stream_selector_chain):
24995         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
24996         (main):
24997         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps),
24998         (gst_xvimagesink_setcaps), (gst_xvimagesink_get_times),
24999         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25000         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_class_init):
25001         Raw and crude port of decodebin. 
25002         Make playbin compile.
25003
25004 2005-04-06  Wim Taymans  <wim@fluendo.com>
25005
25006         * ext/gnomevfs/Makefile.am:
25007         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
25008         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25009         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
25010         (gst_gnomevfssrc_create), (gst_gnomevfssrc_is_seekable),
25011         (gst_gnomevfssrc_get_size), (gst_gnomevfssrc_start),
25012         (gst_gnomevfssrc_stop):
25013         * ext/ogg/Makefile.am:
25014         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_get_data),
25015         (gst_ogg_demux_find_chains), (gst_ogg_demux_sink_activate):
25016         * ext/theora/Makefile.am:
25017         * ext/theora/theoradec.c: (_inc_granulepos),
25018         (theora_dec_sink_event), (theora_dec_chain):
25019         * ext/vorbis/Makefile.am:
25020         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
25021         (vorbis_dec_sink_event), (vorbis_dec_chain):
25022         * gst-libs/gst/audio/Makefile.am:
25023         * sys/xvimage/Makefile.am:
25024         Make gnomevfssrc extend the source base class.
25025         Fix linking against libs in various plugins.
25026
25027 2005-04-06  Andy Wingo  <wingo@pobox.com>
25028
25029         * gst-libs/gst/video/Makefile.am (libgstvideo_la_LDFLAGS): Use
25030         GST_BASE_LIBS.
25031
25032         * configure.ac: Add check and AC_SUBST for libgstbase.
25033
25034 2005-03-31  Wim Taymans  <wim@fluendo.com>
25035
25036         * examples/seeking/Makefile.am:
25037         * examples/seeking/cdparanoia.c: (main):
25038         * examples/seeking/cdplayer.c: (update_scale), (stop_seek),
25039         (play_cb), (pause_cb), (stop_cb), (main):
25040         * examples/seeking/playbin.c:
25041         * examples/seeking/seek.c: (dynamic_link), (make_mod_pipeline),
25042         (make_dv_pipeline), (make_wav_pipeline), (make_flac_pipeline),
25043         (make_sid_pipeline), (make_vorbis_pipeline),
25044         (make_theora_pipeline), (make_vorbis_theora_pipeline),
25045         (make_avi_msmpeg4v3_mp3_pipeline), (make_mp3_pipeline),
25046         (make_avi_pipeline), (make_mpeg_pipeline), (make_mpegnt_pipeline),
25047         (make_playerbin_pipeline), (update_scale), (end_scrub), (do_seek),
25048         (seek_cb), (start_seek), (stop_seek), (play_cb), (pause_cb),
25049         (stop_cb), (main):
25050         * examples/seeking/spider_seek.c:
25051         * examples/seeking/vorbisfile.c:
25052         * ext/gnomevfs/Makefile.am:
25053         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
25054         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_base_init),
25055         (gst_gnomevfssrc_class_init), (gst_gnomevfssrc_init),
25056         (gst_gnomevfssrc_get_property), (gst_gnomevfssrc_get),
25057         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file),
25058         (gst_gnomevfssrc_getrange), (gst_gnomevfssrc_loop),
25059         (gst_gnomevfssrc_activate), (gst_gnomevfssrc_change_state),
25060         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
25061         * ext/ogg/README:
25062         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_get_type),
25063         (gst_ogg_pad_class_init), (gst_ogg_pad_init),
25064         (gst_ogg_pad_dispose), (gst_ogg_pad_finalize),
25065         (gst_ogg_pad_formats), (gst_ogg_pad_event_masks),
25066         (gst_ogg_pad_query_types), (gst_ogg_pad_getcaps),
25067         (gst_ogg_pad_src_convert), (gst_ogg_pad_src_query),
25068         (gst_ogg_pad_event), (gst_ogg_pad_reset),
25069         (gst_ogg_demux_factory_filter), (compare_ranks),
25070         (gst_ogg_pad_internal_chain), (gst_ogg_pad_typefind),
25071         (gst_ogg_pad_submit_packet), (gst_ogg_pad_submit_page),
25072         (gst_ogg_chain_new), (gst_ogg_chain_free),
25073         (gst_ogg_chain_new_stream), (gst_ogg_chain_get_stream),
25074         (gst_ogg_chain_has_stream), (gst_ogg_demux_base_init),
25075         (gst_ogg_demux_class_init), (gst_ogg_demux_init),
25076         (gst_ogg_demux_finalize), (gst_ogg_demux_handle_event),
25077         (gst_ogg_demux_submit_buffer), (gst_ogg_demux_seek),
25078         (gst_ogg_demux_get_data), (gst_ogg_demux_get_next_page),
25079         (gst_ogg_demux_get_prev_page),
25080         (gst_ogg_demux_deactivate_current_chain),
25081         (gst_ogg_demux_activate_chain), (gst_ogg_demux_perform_seek),
25082         (gst_ogg_demux_bisect_forward_serialno),
25083         (gst_ogg_demux_read_chain), (gst_ogg_demux_read_end_chain),
25084         (gst_ogg_demux_find_pad), (gst_ogg_demux_find_chain),
25085         (gst_ogg_demux_find_chains), (gst_ogg_demux_chain_unlocked),
25086         (gst_ogg_demux_chain), (gst_ogg_demux_send_eos),
25087         (gst_ogg_demux_loop), (gst_ogg_demux_sink_activate),
25088         (gst_ogg_demux_change_state), (gst_ogg_print):
25089         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
25090         (gst_ogg_mux_init), (gst_ogg_mux_sinkconnect),
25091         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
25092         (gst_ogg_mux_push_page), (gst_ogg_mux_send_headers),
25093         (gst_ogg_mux_loop):
25094         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
25095         * ext/theora/theoradec.c: (gst_theora_dec_init), (_inc_granulepos),
25096         (theora_dec_src_convert), (theora_dec_sink_convert),
25097         (theora_dec_src_query), (theora_dec_src_event),
25098         (theora_dec_sink_event), (theora_dec_chain),
25099         (theora_dec_change_state):
25100         * ext/theora/theoraenc.c: (gst_theora_enc_init),
25101         (theora_enc_sink_setcaps), (theora_buffer_from_packet),
25102         (theora_push_buffer), (theora_enc_sink_event), (theora_enc_chain),
25103         (theora_enc_change_state):
25104         * ext/vorbis/Makefile.am:
25105         * ext/vorbis/oggvorbisenc.c:
25106         * ext/vorbis/oggvorbisenc.h:
25107         * ext/vorbis/vorbis.c: (plugin_init):
25108         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
25109         (vorbis_dec_src_query), (vorbis_dec_src_event),
25110         (vorbis_dec_sink_event), (vorbis_dec_chain),
25111         (vorbis_dec_change_state):
25112         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
25113         (gst_vorbisenc_sink_setcaps), (gst_vorbisenc_init),
25114         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
25115         (gst_vorbisenc_sink_event), (gst_vorbisenc_chain),
25116         (gst_vorbisenc_change_state):
25117         * ext/vorbis/vorbisenc.h:
25118         * ext/vorbis/vorbisparse.c: (vorbis_parse_chain):
25119         * gst-libs/gst/audio/audioclock.c:
25120         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
25121         (gst_audiofilter_init), (gst_audiofilter_chain):
25122         * gst-libs/gst/audio/testchannels.c: (main):
25123         * gst-libs/gst/gconf/gconf.c: (gst_bin_find_unconnected_pad):
25124         * gst-libs/gst/media-info/media-info-priv.c: (gmip_reset),
25125         (gmip_find_type), (gmip_find_stream), (gmip_find_track_metadata),
25126         (gmip_find_track_streaminfo), (gmip_find_track_format):
25127         * gst-libs/gst/media-info/media-info.c:
25128         (gst_media_info_read_idler):
25129         * gst-libs/gst/play/play.c: (gst_play_get_sink_element),
25130         (gst_play_get_all_by_interface):
25131         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_chunk),
25132         (gst_riff_parse_chunk), (gst_riff_parse_file_header),
25133         (gst_riff_parse_strh), (gst_riff_parse_strf_vids),
25134         (gst_riff_parse_strf_auds), (gst_riff_parse_strf_iavs),
25135         (gst_riff_parse_info):
25136         * gst-libs/gst/riff/riff-read.h:
25137         * gst-libs/gst/riff/riff.c: (plugin_init):
25138         * gst-libs/gst/video/Makefile.am:
25139         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_init),
25140         (gst_videosink_class_init), (gst_videosink_get_type):
25141         * gst-libs/gst/video/videosink.h:
25142         * gst/audioconvert/bufferframesconvert.c:
25143         (buffer_frames_convert_init), (buffer_frames_convert_fixate),
25144         (buffer_frames_convert_setcaps), (buffer_frames_convert_chain):
25145         * gst/audioconvert/channelmixtest.c: (main):
25146         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
25147         (gst_audio_convert_chain),
25148         (gst_audio_convert_caps_remove_format_info),
25149         (gst_audio_convert_getcaps), (gst_audio_convert_parse_caps),
25150         (gst_audio_convert_setcaps), (_fixate_caps_to_int),
25151         (gst_audio_convert_fixate), (gst_audio_convert_get_buffer),
25152         (gst_audio_convert_buffer_to_default_format),
25153         (gst_audio_convert_buffer_from_default_format),
25154         (gst_audio_convert_channels):
25155         * gst/audioconvert/gstchannelmix.h:
25156         * gst/ffmpegcolorspace/avcodec.h:
25157         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25158         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
25159         (gst_ffmpegcsp_configure_context), (gst_ffmpegcsp_setcaps),
25160         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain):
25161         * gst/tags/gstid3tag.c: (gst_tag_extract_id3v1_string):
25162         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
25163         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
25164         (mp3_type_find), (mpeg2_sys_type_find), (mpeg1_sys_type_find),
25165         (mpeg_video_type_find), (mpeg_video_stream_type_find),
25166         (dv_type_find):
25167         * gst/videotestsrc/gstvideotestsrc.c:
25168         (gst_videotestsrc_class_init), (gst_videotestsrc_src_negotiate),
25169         (gst_videotestsrc_src_link), (gst_videotestsrc_parse_caps),
25170         (gst_videotestsrc_src_accept_caps), (gst_videotestsrc_setcaps),
25171         (gst_videotestsrc_src_unlink), (gst_videotestsrc_activate),
25172         (gst_videotestsrc_change_state), (gst_videotestsrc_getcaps),
25173         (gst_videotestsrc_init), (gst_videotestsrc_src_query),
25174         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_loop):
25175         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
25176         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_fixate),
25177         (gst_xvimagesink_getcaps), (gst_xvimagesink_setcaps),
25178         (gst_xvimagesink_change_state), (gst_xvimagesink_get_times),
25179         (gst_xvimagesink_show_frame), (gst_xvimagesink_chain),
25180         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
25181         (gst_xvimagesink_navigation_send_event),
25182         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_expose),
25183         (gst_xvimagesink_set_property), (gst_xvimagesink_finalize),
25184         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
25185         * sys/xvimage/xvimagesink.h:
25186         Plugin port to 0.9, ogg/theora playback should work in the seek
25187         example now.
25188         Removed old examples.
25189         Removed old oggvorbisenc, renamed rawvorbisenc to vorbisenc as
25190         explained in 0.9 TODO doc.
25191
25192
25193 2005-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
25194
25195         * autogen.sh:
25196         * configure.ac:
25197         * ext/Makefile.am:
25198         * gst/Makefile.am:
25199         * po/POTFILES.in:
25200         * po/af.po:
25201         * po/az.po:
25202         * po/cs.po:
25203         * po/en_GB.po:
25204         * po/hu.po:
25205         * po/it.po:
25206         * po/nb.po:
25207         * po/nl.po:
25208         * po/or.po:
25209         * po/sq.po:
25210         * po/sr.po:
25211         * po/sv.po:
25212         * po/uk.po:
25213         * po/vi.po:
25214         * sys/Makefile.am:
25215         * testsuite/Makefile.am:
25216           remove a whole bunch of plugins.  This module now contains a set
25217           of free reference plugins/elements as agreed.
25218
25219 2005-02-22  Thomas Vander Stichele  <thomas at apestaart dot org>
25220
25221         * configure.ac:
25222           hunting season on 0.9 is now OPEN
25223
25224 2005-02-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25225
25226         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
25227           Kick the hell out of gcc for not warning me about a symbol conflict.
25228
25229 2005-02-22  Luca Ognibene  <luogni@tin.it>
25230
25231         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25232
25233         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link):
25234           Don't leak caps string (fixes #168134)
25235
25236         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init),
25237         (gst_jpegenc_init), (gst_jpegenc_finalize),
25238         (gst_jpegenc_change_state):
25239           Don't leak line buffers and context struct (fixes #168133).
25240
25241 2005-02-21  Tim-Philipp Müller  <tim at centricular dot net>
25242
25243         * configure.ac:
25244         * ext/dirac/gstdiracdec.cc:
25245         (gst_diracdec_chain):
25246           Since dirac 0.5.0 the framerate in dirac is expressed as a
25247           rational number. Fix build and up requirement to 0.5.0, and
25248           also pass parameters to gst_diracdec_link in the right order
25249           (fixes #167959).
25250
25251 2005-02-21  Maciej Katafiasz  <mathrick@freedesktop.org>
25252
25253         * ext/faad/gstfaad.c: (gst_faad_sinkconnect), (gst_faad_chain):
25254         * ext/faad/gstfaad.h:
25255         TEH LONGEST DEBUGGING SESSION EVAR is over. Fix interaction with 
25256         certain invalid muxed streams, where some packets will contain 
25257         junk after decoder data. Partially fixes #149158.
25258
25259 2005-02-21  Jan Schmidt <thaytan@mad.scientist.com>
25260         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_chain):
25261           Make sure we only write to writable buffers
25262
25263 2005-02-20  Tim-Philipp Müller  <tim at centricular dot net>
25264
25265         * gst-libs/gst/riff/riff-media.c:
25266         (gst_riff_create_audio_caps_with_data):
25267           Do actually fix invalid RIFF fmt header values for alaw
25268           and mulaw audio instead of just saying so.
25269
25270         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
25271           Give gst_riff_create_audio_caps_with_data() a chance to
25272           fix up broken format header fields before extracting any
25273           parameters from the header. (fixes #167633)
25274
25275 2005-02-19  Martin Holters  <martin.holters@gmx.de>
25276
25277         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25278
25279         * gst/audioconvert/bufferframesconvert.c:
25280         (buffer_frames_convert_link):
25281           Don't leak othercaps. (fixes #167878)
25282
25283 2005-02-19  Arwed v. Merkatz  <v.merkatz@gmx.net>
25284
25285         * configure.ac:
25286         * ext/libvisual/visual.c: (gst_visual_srclink),
25287         (gst_visual_change_state):
25288           Support libvisual 0.2.0.
25289
25290 2005-02-18  Tim-Philipp Müller  <tim at centricular dot net>
25291
25292         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_chain):
25293         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_resync), (gst_jpegenc_chain):
25294           Use same rowstrides for I420 as used everywhere else.
25295
25296 2005-02-17  Tim-Philipp Müller  <tim at centricular dot net>
25297
25298         * gst/avi/gstavidemux.c: (gst_avi_demux_invert):
25299           Declare variables at beginning of block and make gcc-2.95 happy
25300           (fixes # 167482, patch by Gergely Nagy).
25301           
25302         * gst/tcp/gsttcpclientsrc.c:
25303         * gst/tcp/gsttcpclientsrc.h:
25304           Move some includes into the header, so that struct sockaddr_in is
25305           defined when it should be defined on FreeBSD as well (fixes
25306           #167483).
25307           
25308         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
25309           Don't pass uninitialised values to setsockopt() here either.
25310
25311 2005-02-17  Luca Ognibene  <luogni at tin dot it>
25312
25313         Reviewed by: Tim-Philipp Müller  <tim at centricular dot net>
25314
25315         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send):
25316           Don't pass uninitialised values to setsockopt(). (fixes #167704)
25317
25318 2005-02-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25319
25320         * gst/playback/gstplaybin.c: (add_sink):
25321           Invert bin_add/link order to workaround deadlock in opt.
25322
25323 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25324
25325         * gst/modplug/gstmodplug.cc:
25326           Add missing break causing position queries to fail.
25327
25328 2005-02-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25329
25330         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_populate):
25331           Granpos can apparently be -1, which screws up calculations...
25332
25333 2005-02-16  Jan Schmidt  <thaytan@mad.scientist.com>
25334
25335         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
25336         (gst_ximagesink_send_pending_navigation),
25337         (gst_ximagesink_navigation_send_event), (gst_ximagesink_finalize),
25338         (gst_ximagesink_init):
25339         * sys/ximage/ximagesink.h:
25340         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
25341         (gst_xvimagesink_send_pending_navigation),
25342         (gst_xvimagesink_navigation_send_event),
25343         (gst_xvimagesink_finalize), (gst_xvimagesink_init):
25344         * sys/xvimage/xvimagesink.h:
25345           Use a mutex protected list to marshal navigation
25346           events into the stream thread from whichever thread
25347           sends them.
25348
25349 2005-02-15  Tim-Philipp Müller  <tim at centricular dot net>
25350
25351         * gst/speed/demo-mp3.c: (time_tick_cb), (main):
25352           Display current position and track length; misc. clean-ups.
25353           
25354         * gst/speed/gstspeed.c: (speed_get_query_types), (speed_src_query),
25355         (speed_init), (speed_chain):
25356           Add query function, so that the stream length and current position
25357           get adjusted when queried (note that current position queries may
25358           still be wrong if the audio sink returns values based on buffer
25359           timestamps instead of passing on the query).
25360
25361 2005-02-13  Benjamin Otte  <otte@gnome.org>
25362
25363         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
25364         (gst_audio_convert_channels):
25365           create channel conversion matrix when linking
25366         * gst/audioconvert/.cvsignore:
25367         * gst/audioconvert/Makefile.am:
25368         * gst/audioconvert/channelmixtest.c: (main):
25369           add (ugly) test that ensures stereo <=> mono conversion works
25370           correctly
25371
25372 2005-02-13  Benjamin Otte  <otte@gnome.org>
25373
25374         * gst/audioconvert/gstchannelmix.h:
25375           include missing header file
25376         * gst/audioconvert/gstchannelmix.c:
25377         (gst_audio_convert_fill_compatible):
25378           use same sign for both channels when converting to/from compatible
25379           channel. Previously used different signs made the signals cancel
25380           each other out and appear like silence. (fixes #167269)
25381
25382 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25383
25384         * gst/ffmpegcolorspace/avcodec.h:
25385         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
25386         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
25387         (gst_ffmpegcsp_avpicture_fill):
25388         * gst/ffmpegcolorspace/imgconvert.c:
25389           Convert to and from YV12 (fixes #156379).
25390
25391 2005-02-12  Julien MOUTTE  <julien@moutte.net>
25392
25393         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
25394         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
25395         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
25396         (gst_ximagesink_expose), (gst_ximagesink_set_property),
25397         (gst_ximagesink_finalize), (gst_ximagesink_init): Protect interface
25398         methods from chain and negotiation and vice versa (Fixes #166142).
25399         * sys/ximage/ximagesink.h: Add stream_lock.
25400         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
25401         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25402         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25403         (gst_xvimagesink_expose): Check for xcontext before trying to link.
25404
25405 2005-02-12  Tim-Philipp Müller  <tim at centricular dot net>
25406
25407         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_open):
25408           Don't send "Hey! You gave me a NULL pointer you naughty person" as
25409           error message when we can't open the DVD device (when dvdnav_open()
25410           fails, src->dvdnav is NULL, so dvdnav_err_to_string() will return
25411           the above). Send something more useful instead (fixes #167117).
25412
25413 2005-02-11  Julien MOUTTE  <julien@moutte.net>
25414
25415         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_put),
25416         (gst_xvimagesink_sink_link), (gst_xvimagesink_change_state),
25417         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
25418         (gst_xvimagesink_buffer_alloc), (gst_xvimagesink_set_xwindow_id),
25419         (gst_xvimagesink_expose), (gst_xvimagesink_set_property),
25420         (gst_xvimagesink_finalize), (gst_xvimagesink_init): Protect interface
25421         methods from chain and negotiation and vice versa (Fixes #166142).
25422         Fix a possible bug of images in the buffer pool being discarded because
25423         we are looking at the wrong geometry.
25424         * sys/xvimage/xvimagesink.h: Add stream_lock.
25425
25426 2005-02-11  David Schleef  <ds@schleef.org>
25427
25428         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer): Change uint to
25429         unsigned int. (fixes #167128)
25430
25431 2005-02-11  David Schleef  <ds@schleef.org>
25432
25433         * gst/librfb/Makefile.am: Testing stuff before committing is
25434           for wimps... and people with fast machines.  Fix stupid
25435           mistake.
25436
25437 2005-02-11  David Schleef  <ds@schleef.org>
25438
25439         * configure.ac: Pull in librfb from my CVS tree, because it is
25440           too small and annoying to be separate.  Move rfbsrc plugin
25441           to gst/.
25442         * ext/Makefile.am:
25443         * ext/librfb/Makefile.am:
25444         * ext/librfb/gstrfbsrc.c:
25445         * gst/librfb/Makefile.am:
25446         * gst/librfb/gstrfbsrc.c:
25447         * gst/librfb/rfb.c:
25448         * gst/librfb/rfb.h:
25449         * gst/librfb/rfbbuffer.c:
25450         * gst/librfb/rfbbuffer.h:
25451         * gst/librfb/rfbbytestream.c:
25452         * gst/librfb/rfbbytestream.h:
25453         * gst/librfb/rfbcontext.h:
25454         * gst/librfb/rfbdecoder.c:
25455         * gst/librfb/rfbdecoder.h:
25456         * gst/librfb/rfbutil.h:
25457
25458 2005-02-10  Tim-Philipp Müller  <tim at centricular dot net>
25459
25460         * gst/speed/Makefile.am:
25461         * gst/speed/demo-mp3.c: (main):
25462         * gst/speed/filter.func:
25463         * gst/speed/gstspeed.c: (speed_link), (speed_parse_caps),
25464         (speed_class_init), (speed_init), (speed_chain_int16),
25465         (speed_chain_float32), (speed_chain), (speed_set_property),
25466         (speed_get_property), (speed_change_state):
25467         * gst/speed/gstspeed.h:
25468           Fix speed element and make it chain-based (fixes #156467),
25469           and make it handle more than one channel.
25470
25471 2005-02-10  Jan Schmidt  <thaytan@mad.scientist.com>
25472
25473         * ext/dts/gstdtsdec.c: (gst_dtsdec_init), (gst_dtsdec_channels),
25474         (gst_dtsdec_handle_event), (gst_dtsdec_handle_frame),
25475         (gst_dtsdec_chain), (gst_dtsdec_change_state):
25476         * ext/dts/gstdtsdec.h:
25477           Don't clobber the stack constructing the channels array.
25478           Make the element chain-based. DTS tracks can now be played.
25479           
25480 2005-02-09  Tim-Philipp Müller  <tim at centricular dot net>
25481
25482         * gst-libs/gst/audio/multichannel.h:
25483         * gst-libs/gst/gconf/gconf.h:
25484         * gst-libs/gst/idct/idct.h:
25485         * gst-libs/gst/media-info/media-info-priv.h:
25486         * gst-libs/gst/play/play.h:
25487         * gst-libs/gst/resample/private.h:
25488         * gst-libs/gst/resample/resample.h:
25489         * gst-libs/gst/riff/riff-ids.h:
25490         * gst-libs/gst/video/video.h:
25491         * gst-libs/gst/video/videosink.h:
25492           Add G_BEGIN_DECLS and G_END_DECLS around headers where
25493           missing, so that they work when included from C++ code.
25494
25495 2005-02-09  David Schleef  <ds@schleef.org>
25496
25497         * testsuite/gst-lint: Check for non-statically scoped
25498           parent_class variables.  This won't be a problem once
25499           plugins are loaded with RTLD_LOCAL.
25500
25501 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25502
25503         * ext/mplex/gstmplexibitstream.cc:
25504           gcc madness.
25505
25506 2005-02-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25507
25508         * ext/ogg/gstogmparse.c:
25509         * gst/debug/gstnavigationtest.c:
25510           Die, thou faulty symbol pollutors (non-static parent_class).
25511
25512 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25513
25514         * ext/mplex/gstmplexibitstream.cc:
25515           Fix event handling (#165525).
25516
25517 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25518
25519         * ext/mikmod/gstmikmod.c:
25520         * gst/modplug/gstmodplug.cc:
25521           Add missing endianness to template (fixes #165509).
25522
25523 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25524
25525         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_data):
25526           Fix wrong order of reading of optional bytes (#165290).
25527
25528 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25529
25530         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
25531           Implement FILLER event awareness.
25532
25533 2005-02-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25534
25535         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_convert):
25536           Fix track calculations (#166208).
25537
25538 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25539
25540         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25541
25542         * ext/libpng/gstpngdec.c: (gst_pngdec_init), (gst_pngdec_chain):
25543         * ext/libpng/gstpngenc.c:
25544           Fix byte-order, use proper fixed caps. Fixes #164197.
25545
25546 2005-02-08  Jan Schmidt  <thaytan@mad.scientist.com>
25547
25548         * configure.ac:
25549           Add dvdlpcmdec 
25550
25551         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_reset),
25552         (free_all_buffers), (gst_mpeg2dec_alloc_buffer):
25553           Don't push buffers if the src pad isn't negotiated yet.
25554           
25555         * gst/audioconvert/gstaudioconvert.c:
25556         (gst_audio_convert_buffer_to_default_format),
25557         (gst_audio_convert_buffer_from_default_format):
25558           Add support for 24-bit width.
25559
25560         * gst/dvdlpcmdec/.cvsignore:
25561         * gst/dvdlpcmdec/Makefile.am:
25562         * gst/dvdlpcmdec/gstdvdlpcmdec.c: (gst_dvdlpcmdec_get_type),
25563         (gst_dvdlpcmdec_base_init), (gst_dvdlpcmdec_class_init),
25564         (gst_dvdlpcm_reset), (gst_dvdlpcmdec_init), (gst_dvdlpcmdec_link),
25565         (gst_dvdlpcmdec_chain), (gst_dvdlpcmdec_change_state),
25566         (plugin_init):
25567         * gst/dvdlpcmdec/gstdvdlpcmdec.h:
25568           New decoder for rearranging DVD LPCM into our audio/x-raw-int
25569           format. Needs support for the channels maps if someone can find 
25570           a DVD LPCM track with > 2 channels.
25571
25572         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_handle_dvd_event),
25573         (gst_dvd_demux_send_discont), (gst_dvd_demux_handle_discont),
25574         (gst_dvd_demux_get_audio_stream), (gst_dvd_demux_process_private):
25575         * gst/mpegstream/gstdvddemux.h:
25576         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
25577         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_init_stream),
25578         (gst_mpeg_demux_send_subbuffer), (gst_mpeg_demux_handle_src_query):
25579         * gst/mpegstream/gstmpegdemux.h:
25580         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_reset),
25581         (gst_mpeg_parse_parse_packhead), (gst_mpeg_parse_loop),
25582         (gst_mpeg_parse_get_rate), (gst_mpeg_parse_convert_src),
25583         (gst_mpeg_parse_handle_src_query),
25584         (gst_mpeg_parse_handle_src_event):
25585           Use audio/x-dvd-lpcm for LPCM output.
25586           Add DTS output.
25587
25588 2005-02-08  Gergely Nagy  <algernon@bonehunter.rulez.org>
25589
25590         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25591
25592         * gst/alpha/gstalphacolor.c: (gst_alpha_color_sink_link),
25593         (transform_rgb), (transform_bgr), (gst_alpha_color_chain):
25594           Add BGRA handling (#165736).
25595
25596 2005-02-08  Francis Labonte  <francis_labonte@hotmail.com>
25597
25598         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25599
25600         * gst/law/alaw-decode.c: (alawdec_link):
25601         * gst/law/alaw-encode.c: (alawenc_link):
25602         * gst/law/mulaw-decode.c: (mulawdec_link):
25603         * gst/law/mulaw-encode.c: (mulawenc_link):
25604           Fix caps memleaks (#166600).
25605
25606 2005-02-08  Tim-Philipp Müller  <tim at centricular dot net>
25607
25608         * ext/tarkin/mem.h:
25609         * ext/tarkin/wavelet.h:
25610         * ext/tarkin/yuv.h:
25611         * gst/ffmpegcolorspace/avcodec.h:
25612           Include "_stdint.h" instead of <stdint.h>. Fixes build on
25613           systems that don't have stdint.h, like Solaris9 (fixes #166631).
25614
25615 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25616
25617         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state):
25618         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_clear),
25619         (gst_xvimagesink_change_state):
25620           Clear window on PAUSED->READY instead of READY->PAUSED. Stop
25621           Xv video (and thereby regenerate Xv colourkey) in clear() so
25622           that PLAY -> READY -> PLAY works (fixes #162504).
25623
25624 2005-02-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25625
25626         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_getcaps):
25627           Switch to list instead of range, since MJPEG-devices really just
25628           support decimations, not any size.
25629
25630 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25631         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_open_decoder),
25632         (gst_mpeg2dec_reset), (free_all_buffers),
25633         (gst_mpeg2dec_alloc_buffer), (handle_sequence):
25634         * ext/mpeg2dec/gstmpeg2dec.h:
25635           The libmpeg2 user-allocated buffer management is awkward, 
25636           to say the least. Hopefully this fixes things.
25637
25638 2005-02-04  Andy Wingo  <wingo@pobox.com>
25639
25640         * gst/audioconvert/bufferframesconvert.c
25641         (buffer_frames_convert_fixate): New function, fixates to 256
25642         frames per buffer by default. (Much better than 1.)
25643         (buffer_frames_convert_init): Set the fixate function for both src
25644         and sink pad.
25645         (buffer_frames_convert_link): After success setting nonfixed caps,
25646         get the negotiated caps so we can know how many buffer-frames it
25647         will be. No idea how this worked at all before.
25648
25649 2005-02-05  Jan Schmidt  <thaytan@mad.scientist.com>
25650
25651         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
25652         (gst_mpeg2dec_close_decoder), (put_buffer), (check_buffer),
25653         (free_buffer), (free_all_buffers), (gst_mpeg2dec_alloc_buffer),
25654         (handle_sequence), (handle_picture):
25655         * ext/mpeg2dec/gstmpeg2dec.h:
25656           Rearrange buffer tracking and refcounting and refactor
25657           a little for readability. 
25658
25659 2005-02-04  Jan Schmidt  <thaytan@mad.scientist.com>
25660         * sys/v4l/gstv4l.c: (plugin_init):
25661         * sys/v4l/gstv4ljpegsrc.c: (gst_v4ljpegsrc_get_type),
25662         (gst_v4ljpegsrc_base_init), (gst_v4ljpegsrc_class_init),
25663         (gst_v4ljpegsrc_init), (gst_v4ljpegsrc_src_link),
25664         (gst_v4ljpegsrc_getcaps), (gst_v4ljpegsrc_get):
25665         * sys/v4l/gstv4ljpegsrc.h:
25666         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_open), (gst_v4lsrc_src_link):
25667         * sys/v4l/v4l_calls.h:
25668         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_palette_name),
25669         (gst_v4lsrc_get_fps):
25670         * sys/v4l/v4lsrc_calls.h:
25671           Add new v4ljpegsrc for handling the ov51x hacky "I'll give
25672           you jpeg inside rgb frames" driver.
25673           Don't error in the v4lsrc link function, just return 
25674           REFUSED.
25675
25676 2005-02-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25677
25678         * sys/qcam/gstqcamsrc.c: (gst_qcamsrc_change_state),
25679         (gst_qcamsrc_open):
25680           Use GST_ELEMENT_ERROR, not g_warning, if open failed.
25681
25682 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25683
25684         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25685           Change caps on MJPEG-B so it doesn't interfere with MJPEG/JPEG.
25686
25687 2005-02-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25688
25689         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_change_state):
25690           Reset negotiated state on PAUSED->READY.
25691
25692 2005-02-02  David Schleef  <ds@schleef.org>
25693
25694         * configure.ac: Put DEFAULT_AUDIOSINK in config.h and use
25695         whereever possible.  (Fixes #165997)
25696         * examples/capsfilter/capsfilter1.c: (main):
25697         * examples/dynparams/filter.c: (create_ui):
25698         * examples/seeking/cdparanoia.c: (get_track_info), (main):
25699         * examples/seeking/chained.c: (main):
25700         * examples/seeking/seek.c: (make_mod_pipeline), (make_dv_pipeline),
25701         (make_wav_pipeline), (make_flac_pipeline), (make_sid_pipeline),
25702         (make_vorbis_pipeline), (make_mp3_pipeline), (make_avi_pipeline),
25703         (make_mpeg_pipeline), (make_mpegnt_pipeline):
25704         * examples/seeking/spider_seek.c: (make_spider_pipeline):
25705         * examples/switch/switcher.c: (main):
25706         * ext/dv/demo-play.c: (main):
25707         * ext/faad/gstfaad.c: (gst_faad_change_state):
25708         * ext/mad/gstmad.c: (gst_mad_chain):
25709         * ext/smoothwave/demo-osssrc.c: (main):
25710         * gst-libs/gst/gconf/gconf.c: (gst_gconf_set_string),
25711         (gst_gconf_render_bin_from_description),
25712         (gst_gconf_get_default_audio_sink),
25713         (gst_gconf_get_default_video_sink),
25714         (gst_gconf_get_default_audio_src),
25715         (gst_gconf_get_default_video_src),
25716         (gst_gconf_get_default_visualization_element):
25717         * gst/level/demo.c: (main):
25718         * gst/level/plot.c: (main):
25719         * gst/playback/gstplaybin.c: (gen_video_element),
25720         (gen_audio_element):
25721         * gst/playback/test.c: (gen_video_element), (gen_audio_element):
25722         * gst/playondemand/demo-mp3.c: (setup_pipeline):
25723         * gst/sine/demo-dparams.c: (main):
25724         * gst/spectrum/demo-osssrc.c: (main):
25725         * gst/speed/demo-mp3.c: (main):
25726         * gst/volume/demo.c: (main):
25727         * testsuite/embed/embed.c: (main):
25728
25729 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25730
25731         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_class_init),
25732         (gst_tcpclientsink_finalize):
25733         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
25734         (gst_tcpclientsrc_finalize):
25735         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
25736         (gst_tcpserversink_init), (gst_tcpserversink_finalize):
25737         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
25738         (gst_tcpserversrc_init), (gst_tcpserversrc_finalize):
25739           Don't leak the hostname when shutting down.
25740           In tcpserversrc, take a copy of the default hostname.
25741
25742 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25743
25744         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_iso_receive):
25745           Set caps to systemstream=TRUE.
25746
25747 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25748
25749         * testsuite/Makefile.am:
25750           Fix more OSX buildbots.
25751
25752 2005-02-02  Jan Schmidt  <thaytan@mad.scientist.com>
25753
25754         * ext/mpeg2dec/gstmpeg2dec.c:
25755           Don't send things to NULL PAD_PEERs
25756
25757         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_chain):
25758           Copy-on-write the incoming buffer.
25759
25760         * gst/mpegstream/gstdvddemux.h:
25761         * gst/mpegstream/gstmpegclock.h:
25762         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
25763         (normal_seek), (gst_mpeg_demux_handle_src_event):
25764         * gst/mpegstream/gstmpegdemux.h:
25765         * gst/mpegstream/gstmpegpacketize.h:
25766         * gst/mpegstream/gstmpegparse.c:
25767         (gst_mpeg_parse_update_streaminfo), (gst_mpeg_parse_reset),
25768         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead),
25769         (gst_mpeg_parse_loop), (gst_mpeg_parse_get_rate),
25770         (gst_mpeg_parse_convert_src), (gst_mpeg_parse_handle_src_query),
25771         (gst_mpeg_parse_handle_src_event), (gst_mpeg_parse_change_state):
25772         * gst/mpegstream/gstmpegparse.h:
25773         * gst/mpegstream/gstrfc2250enc.h:
25774           Various changes to the way time is computed that make seeking and
25775           total time estimation much better here.
25776           Use G_BEGIN/END_DECLS instead of __cplusplus
25777
25778         * gst/videocrop/gstvideocrop.c: (gst_video_crop_chain):
25779           Use gst_buffer_stamp instead of only copying the TIMESTAMP
25780
25781 2005-02-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25782
25783         * gst/subparse/gstsubparse.c:
25784           Fix OSX buildbot.
25785
25786 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25787
25788         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
25789         (theora_enc_chain), (theora_enc_change_state):
25790         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
25791         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_chain),
25792         (gst_vorbisenc_change_state):
25793         * ext/vorbis/vorbisenc.h:
25794           Set granulepos and timestamp correctly for streams not
25795           starting at 0, taking into account the initial delay.
25796
25797 2005-01-31  Tim-Philipp Müller  <tim at centricular dot net>
25798
25799         * gst/mpegstream/gstdvddemux.c:
25800           Add audio/x-dts to audio pad template caps
25801
25802 2005-01-30  David Schleef  <ds@schleef.org>
25803
25804         * ext/polyp/polypsink.c: (gst_polypsink_base_init),
25805         (create_context), (gst_polypsink_link): Fix silly endianness
25806         bug.  Add some debugging.  Remove float from caps; it doesn't
25807         work.  Attempt to get remote audio working.
25808
25809 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25810
25811         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):
25812           Add 3IV2 fourcc.
25813
25814 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25815
25816         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream), (swap_line),
25817         (gst_avi_demux_invert), (gst_avi_demux_process_next_entry),
25818         (gst_avi_demux_stream_data):
25819         * gst/avi/gstavidemux.h:
25820           Invert DIB images. Fixes #132341.
25821
25822 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25823
25824         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
25825         (gst_ffmpegcsp_chain):
25826           D'oh, reference the palette data, not the palette structure.
25827           Fixes color distortion in #132341.
25828
25829 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25830
25831         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
25832           PAR can be non-fixed when not provided as argument (#162626).
25833
25834 2005-01-29  David Moore  <dcm@acm.org>
25835
25836         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25837
25838         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
25839         (gst_qtdemux_loop_header):
25840           Re-apply patch from #142272 that allows non-seekable sources,
25841           re-proposed by Daniel Drake <dsd@gentoo.org>.
25842
25843 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25844
25845         * gst/rtp/gstrtpgsmenc.c: (gst_rtpgsmenc_init):
25846           Use the src template for creating the src pad (#162330).
25847
25848 2005-01-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25849
25850         * configure.ac:
25851         * ext/musepack/Makefile.am:
25852         * ext/musepack/gstmusepackdec.c: (gst_musepackdec_class_init),
25853         (gst_musepackdec_init), (gst_musepackdec_dispose),
25854         (gst_musepackdec_src_query), (gst_musepackdec_src_convert),
25855         (gst_musepack_stream_init), (gst_musepackdec_loop),
25856         (gst_musepackdec_change_state):
25857         * ext/musepack/gstmusepackdec.cpp:
25858         * ext/musepack/gstmusepackdec.h:
25859         * ext/musepack/gstmusepackreader.c: (gst_musepack_reader_peek),
25860         (gst_musepack_reader_read), (gst_musepack_reader_seek),
25861         (gst_musepack_reader_tell), (gst_musepack_reader_get_size),
25862         (gst_musepack_reader_canseek), (gst_musepack_init_reader):
25863         * ext/musepack/gstmusepackreader.cpp:
25864         * ext/musepack/gstmusepackreader.h:
25865           Update to 1.1 API (#165446).
25866
25867 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25868
25869         * ext/Makefile.am:
25870           Unbreak buildbot.
25871
25872 2005-01-28  Andy Wingo  <wingo@pobox.com>
25873
25874         * ext/dv/gstdvdec.c: Change the pixel aspect ratio of dvdec output
25875         to reflect a different dubious internet source. Add a reference
25876         and some commentary.
25877
25878 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25879
25880         * gst/playback/gststreamselector.c: (gst_stream_selector_init),
25881         (gst_stream_selector_get_caps), (gst_stream_selector_chain):
25882         * gst/playback/gststreamselector.h:
25883           Be more selective when we're redoing caps negotiation from
25884           within the chain function on a stream change.
25885
25886 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25887
25888         * configure.ac:
25889         * ext/Makefile.am:
25890         * ext/amrnb/Makefile.am:
25891         * ext/amrnb/amrnb.c: (plugin_init):
25892         * ext/amrnb/amrnbdec.c: (gst_amrnbdec_get_type),
25893         (gst_amrnbdec_base_init), (gst_amrnbdec_class_init),
25894         (gst_amrnbdec_init), (gst_amrnbdec_link), (gst_amrnbdec_chain),
25895         (gst_amrnbdec_state_change):
25896         * ext/amrnb/amrnbdec.h:
25897         * ext/amrnb/amrnbparse.c: (gst_amrnbparse_get_type),
25898         (gst_amrnbparse_base_init), (gst_amrnbparse_class_init),
25899         (gst_amrnbparse_init), (gst_amrnbparse_formats),
25900         (gst_amrnbparse_querytypes), (gst_amrnbparse_query),
25901         (gst_amrnbparse_handle_event), (gst_amrnbparse_reserve),
25902         (gst_amrnbparse_loop), (gst_amrnbparse_state_change):
25903         * ext/amrnb/amrnbparse.h:
25904           Add support for AMR-NB (mobile phone audio format; #155163, #163286).
25905         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
25906           Add AMR-NB/-WB raw formats.
25907         * ext/alsa/gstalsa.c: (gst_alsa_link):
25908           Keep valid time when changing format.
25909         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
25910         (qtdemux_parse_trak):
25911           Add some more format-specific options (#140141, #143555, #155163).
25912
25913 2005-01-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25914
25915         * gst/matroska/matroska-demux.c:
25916         (gst_matroska_demux_parse_blockgroup):
25917           Fix logic error in timing of subtitle stream synchronization.
25918         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
25919           Add skip-chunk, which is found in kodak-camera streams.
25920
25921 2005-01-27  Thomas Vander Stichele  <thomas at apestaart dot org>
25922
25923         * po/LINGUAS:
25924         * po/vi.po:
25925           Adding Vietnamese translation (submitted by Clytie Siddall)
25926
25927 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25928
25929         * gst/playback/gstdecodebin.c: (try_to_link_1):
25930           Use realpad for signal.
25931
25932 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25933
25934         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_base_init):
25935           Fix category so decodebin picks it up.
25936
25937 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25938
25939         * ext/mad/Makefile.am:
25940         * ext/mad/gstid3demuxbin.c: (gst_id3demux_bin_get_type),
25941         (gst_id3demux_bin_base_init), (gst_id3demux_bin_class_init),
25942         (gst_id3demux_bin_init), (gst_id3demux_bin_remove_pad),
25943         (found_type), (gst_id3demux_bin_change_state):
25944         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
25945         (gst_id3_tag_init), (gst_id3_tag_handle_event),
25946         (gst_id3_tag_src_link), (gst_id3_tag_chain),
25947         (gst_id3_tag_change_state), (plugin_init):
25948         * ext/mad/gstmad.h:
25949           Add id3demuxbin (which is a simple bin consisting of id3demux
25950           and typefind), take over rank from id3demux, remove typefind
25951           code from id3demux. Makes all broken mp3s that I know of work,
25952           and thereby fixes #152688.
25953
25954 2005-01-27  Edward Hervey  <bilboed@bilboed.com>
25955
25956         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25957
25958         * ext/mad/gstmad.c: (gst_mad_src_event):
25959         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
25960           Allow seeks on audio pad, make mad forward those (#164826).
25961         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
25962           Set duration (#165335).
25963
25964 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25965
25966         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
25967         (gst_asf_demux_commit_taglist), (gst_asf_demux_process_comment),
25968         (gst_asf_demux_process_ext_content_desc),
25969         (gst_asf_demux_change_state), (gst_asf_demux_add_audio_stream),
25970         (gst_asf_demux_add_video_stream), (gst_asf_demux_setup_pad):
25971         * gst/asfdemux/gstasfdemux.h:
25972           Improve metadata display, e.g. if the metadata comes before the
25973           streams are loaded (which is perfectly valid).
25974
25975 2005-01-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
25976
25977         * tools/gst-launch-ext-m.m:
25978           Fix AVI/ASF pipelines (#165340).
25979
25980 2005-01-26  Amaury Jacquot  <sxpert@esitcom.org>
25981         * ext/cairo/gsttextoverlay.c: include  string.h and strings.h to fix
25982         build failure on amd64
25983
25984 2005-01-26  Tim-Philipp Müller  <tim at centricular dot net>
25985
25986         * ext/mad/gstid3tag.c: (mad_id3_parse_latin1_string),
25987         (mad_id3_parse_comment_frame), (gst_mad_id3_to_tag_list):
25988           Check environment variables GST_ID3V2_TAG_ENCODING,
25989           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
25990           list of character encodings to force interpretation of non-unicode
25991           strings stored in an ID3v2 tag to a particular encoding. If none
25992           is specified, try to use current locale's encoding, then fall back
25993           to ISO-8859-1 (which will always succeed). (Resolves #149274)
25994         * gst/tags/gstid3tag.c: (gst_tag_from_id3_tag),
25995         (gst_tag_extract_id3v1_string), (gst_tag_list_new_from_id3v1):
25996           Check environment variables GST_ID3V1_TAG_ENCODING,
25997           GST_ID3_TAG_ENCODING and GST_TAG_ENCODING for a colon-separated
25998           list of character encodings to use in case a string encountered
25999           in an ID3v1 tag is not valid UTF-8 already. If no encoding is
26000           specified, try to use the current locale's encoding, then fall
26001           back to ISO-8859-1 (which will always succeed).
26002
26003 2005-01-25  Benjamin Otte  <otte@gnome.org>
26004
26005         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26006           - on half framerate, compute the rate in advance so the comparisons
26007             don't compare wrong values
26008           - don't use mad_synth/frame_mute anymore, this mirrors mad_decoder
26009             behaviour
26010           - don't use mad_header_decode anymore, mad_frame_decode does that
26011             automatically
26012           - when getting rid of consumed bytes, reset the stream's skiplen
26013           (fixes #163867)
26014
26015 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26016
26017         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init)
26018           Use 1/2 a second for default max_discont, as PES streams from DVB
26019           seem to have larger spacings in the SCR. 
26020           Fix a typo.
26021
26022 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26023
26024         * gst/playback/gstplaybasebin.c: (group_commit):
26025           Notify delayed stream-info availability.
26026
26027 2005-01-26  Jan Schmidt  <thaytan@mad.scientist.com>
26028         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26029         (gst_a52dec_handle_event), (gst_a52dec_chain):
26030         Add some debug output. Check that a discont has a valid
26031         time associated.
26032         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
26033         (gst_alsa_sink_loop):
26034         Ignore TAG events. A little extra debug for broken timestamps.
26035         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_loop),
26036         (dvdnavsrc_change_state):
26037         Ensure we send a discont to engage the link before we send any
26038         other events.
26039         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_init),
26040         (dvdreadsrc_finalize), (_close), (_open), (_seek_title),
26041         (_seek_chapter), (seek_sector), (dvdreadsrc_get),
26042         (dvdreadsrc_uri_get_uri), (dvdreadsrc_uri_set_uri):
26043         Handle URI of the form dvd://title[,chapter[,angle]]. Currently only
26044         dvd://title works in totem because typefinding sends a seek that ends
26045         up going back to chapter 1 regardless.
26046         * ext/mpeg2dec/gstmpeg2dec.c:
26047         * ext/mpeg2dec/gstmpeg2dec.h:
26048         Output correct timestamps and handle disconts.
26049         * ext/ogg/gstoggdemux.c: (get_relative):
26050         Small guard against a null dereference.
26051         * ext/pango/gsttextoverlay.c: (gst_textoverlay_finalize),
26052         (gst_textoverlay_set_property):
26053         Free memory when done. Don't call gst_event_filler_get_duration on
26054         EOS events. Use GST_LOG and GST_WARNING instead of g_message and
26055         g_warning.
26056         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_init),
26057         (draw_line), (gst_smoothwave_dispose), (gst_sw_sinklink),
26058         (gst_sw_srclink), (gst_smoothwave_chain):
26059         Draw solid lines, prettier colours.
26060         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_init):
26061         Add a default palette that'll work for some movies.
26062         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_init),
26063         (gst_dvd_demux_handle_dvd_event), (gst_dvd_demux_send_discont),
26064         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_reset):
26065         * gst/mpegstream/gstdvddemux.h:
26066         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_discont),
26067         (gst_mpeg_demux_parse_syshead), (gst_mpeg_demux_parse_pes):
26068         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
26069         (gst_mpeg_parse_handle_discont), (gst_mpeg_parse_parse_packhead):
26070         * gst/mpegstream/gstmpegparse.h:
26071         Use PTM/NAV events when for timestamp adjustment when connected to 
26072         dvdnavsrc. Don't use many discont events where one suffices.
26073         * gst/playback/gstplaybasebin.c: (group_destroy),
26074         (gen_preroll_element), (gst_play_base_bin_add_element):
26075         * gst/playback/gstplaybasebin.h:
26076         Make sure we remove subtitles from the same bin we put them in.
26077         * gst/subparse/gstsubparse.c: (convert_encoding), (parse_subrip),
26078         (gst_subparse_buffer_format_autodetect),
26079         (gst_subparse_change_state):
26080         Fix some memleaks and invalid accesses.
26081         * gst/typefind/gsttypefindfunctions.c: (ogganx_type_find),
26082         (oggskel_type_find), (cmml_type_find), (plugin_init):
26083         Some typefind functions for Annodex v3.0 files
26084         * gst/wavparse/gstwavparse.h:
26085         GstRiffReadClass is the correct parent class.
26086
26087 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26088
26089         * gst-libs/gst/riff/riff-media.c:
26090         (gst_riff_create_video_caps_with_data):
26091           Add extradata to huffyuv (fixes #165013).
26092         * gst-libs/gst/riff/riff-read.c:
26093         (gst_riff_read_strf_vids_with_data):
26094           Fix extradata extraction if it is in the chunk size.
26095
26096 2005-01-25  Edward Hervey  <bilboed@bilboed.com>
26097
26098         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26099
26100         * gst/effectv/gstquark.c: (gst_quarktv_class_init),
26101         (gst_quarktv_change_state), (gst_quarktv_dispose):
26102           Memory free'ing location fix (#164708).
26103
26104 2005-01-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26105
26106         * gst/playback/gstplaybasebin.c: (group_commit),
26107         (gen_preroll_element), (probe_triggered), (gen_source_element),
26108         (setup_source), (gst_play_base_bin_change_state),
26109         (gst_play_base_bin_add_element):
26110           Don't block for streams.
26111         * gst/playback/gststreaminfo.c: (stream_info_change_state),
26112         (gst_stream_info_set_mute):
26113           Use gst_pad_set_active_recursive.
26114
26115 2005-01-25  Andy Wingo  <wingo@pobox.com>
26116
26117         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Fix compile
26118         for #ifndef HAVE_XVIDEO.
26119
26120 2005-01-24  Jeffrey C. Ollie
26121
26122         reviewed by: Maciej Katafiasz  <mathrick@freedesktop.org>
26123
26124         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_chain):
26125         * ext/gsm/gstgsmdec.h:
26126         * ext/gsm/gstgsmenc.c: (gst_gsmenc_init), (gst_gsmenc_chain):
26127         * ext/gsm/gstgsmenc.h:
26128         Fix rate to 8kHz as per spec, removes obscure errors when no rate
26129         was given by property. Add proper buffer timestamps and offsets.
26130
26131 2005-01-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26132
26133         * gst-libs/gst/riff/riff-media.c:
26134         (gst_riff_create_audio_caps_with_data):
26135           Audio can be <8000Hz.
26136
26137 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26138
26139         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
26140           Explicit state change to workaround refcount bugs.
26141
26142 2005-01-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26143
26144         * gst/avi/gstavimux.c: (gst_avimux_write_tag),
26145         (gst_avimux_riff_get_avi_header):
26146           Fix...
26147
26148 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26149
26150         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_element_data),
26151         (gst_riff_read_element_data):
26152         * gst-libs/gst/riff/riff-read.h:
26153           Add _peek version (req'ed in CDXA).
26154         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_init),
26155         (gst_cdxaparse_loop):
26156           Fix parsing in playbin.
26157         * gst/playback/gstdecodebin.c: (close_pad_link):
26158           Ignore current_ pads, they cause major annoyance.
26159
26160 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26161
26162         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
26163           Safety guard.
26164
26165 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26166
26167         * gst/avi/gstavimux.c: (gst_avimux_write_tag):
26168           Fix padding...
26169
26170 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26171
26172         * gst/matroska/ebml-read.c: (gst_ebml_read_buffer):
26173           Allow for 0-sized buffers. Fixes length query problems in
26174           starwars.mkv from the testsuite.
26175
26176 2005-01-19  Tim-Philipp Müller  <tim at centricular dot net>
26177
26178         * gst/videobox/gstvideobox.c: (gst_video_box_copy_plane_i420),
26179         (gst_video_box_i420), (gst_video_box_chain):
26180           Fix row strides for I420 (fixes #163159)
26181           
26182 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26183
26184         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
26185           MPEG2 has a useful rate property, so we can actually use that.
26186           For MPEG-1, continue using the bytes/time properties.
26187
26188 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26189
26190         * gst-libs/gst/riff/riff-media.c:
26191         (gst_riff_create_video_caps_with_data),
26192         (gst_riff_create_video_template_caps):
26193           Add intel-h263.
26194
26195 2005-01-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26196
26197         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
26198           Fail if caps negotiation fails. Should fix #162184, and should
26199           definately be in there regardless of it fixing the actual bug.
26200         * gst/avi/gstavimux.c: (gst_avimux_get_type), (gst_avimux_init),
26201         (gst_avimux_write_tag), (gst_avimux_riff_get_avi_header),
26202         (gst_avimux_riff_get_avix_header),
26203         (gst_avimux_riff_get_video_header),
26204         (gst_avimux_riff_get_audio_header), (gst_avimux_write_index),
26205         (gst_avimux_start_file), (gst_avimux_handle_event),
26206         (gst_avimux_change_state):
26207         * gst/avi/gstavimux.h:
26208           Refactor structure writing to use GST_WRITE_UINT macros, add
26209           metadata writing support.
26210
26211 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26212
26213         * gst/playback/gststreaminfo.c: (gst_stream_info_dispose):
26214           Elements may already be destroyed when this function is called.
26215
26216 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26217
26218         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26219         (gst_qtdemux_loop_header), (gst_qtdemux_handle_esds):
26220           More memory leak fixes (#149162).
26221
26222 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26223
26224         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
26225         (gst_qtdemux_add_stream):
26226           Fix two memleaks.
26227
26228 2005-01-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26229
26230         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26231           Argh...
26232
26233 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26234
26235         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps):
26236           Fix off-by-one bug. Fixes warnings during playback of sincity.mp4
26237           when fixating to six channels in Totem.
26238
26239 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26240
26241         * ext/dvdread/dvdreadsrc.c: (get_next_cell_for):
26242           Fix compile warnings on Solaris 10 buildbot
26243
26244 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26245
26246         * ext/dvdread/dvdreadsrc.c: (_read):
26247           Don't read beyond the last cell in a chapter (fixes 
26248           invalid memory access)
26249
26250 2005-01-17  Tim-Philipp Müller  <tim at centricular dot net>
26251
26252         * ext/dvdread/stream_labels.c:
26253         (dvdreadsrc_get_audio_stream_labels):
26254           Use NULL for an empty GList instead of g_list_alloc(); fix 
26255           memory leaks; s/LCPM/LPCM/; use g_strdup_printf() instead 
26256           of GString (easier to bulk free later)
26257
26258 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26259
26260         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26261
26262         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26263         (gst_ffmpeg_pixfmt_to_caps):
26264           Fix BGRA32 caps (#164209).
26265
26266 2005-01-17  Gergely Nagy  <algernon@bonehunter.rulez.org>
26267
26268         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26269
26270         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26271         (gst_ffmpeg_caps_to_pixfmt):
26272           alpha_mask can be RGBA/ABGR. Fixes #164265.
26273
26274 2005-01-17  Francis Labonte  <francis_labonte@hotmail.com>
26275
26276         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26277
26278         * ext/mpeg2dec/gstmpeg2dec.c: (crop_buffer),
26279         (gst_mpeg2dec_alloc_buffer):
26280         * ext/mpeg2dec/gstmpeg2dec.h:
26281           Crop if decoding size is not the actual image size (#163676).
26282
26283 2005-01-17  Steve Baker  <steve@stevebaker.org>
26284
26285         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26286
26287         * gst/typefind/gsttypefindfunctions.c: (aiff_type_find),
26288         (svx_type_find), (sds_type_find), (ircam_type_find), (plugin_init):
26289           Add libsndfile typefind functions (#163309).
26290
26291 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26292
26293         * tools/gst-launch-ext-m.m:
26294           Add .aac, fix .m1v/.m2v (#163891).
26295
26296 2005-01-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26297
26298         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_wait):
26299           Sanity check, don't wait endlessly since the clock might not
26300           actually run at this point (which is a deadlock). Fixes #164069.
26301
26302 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26303
26304         * gst/playback/gstplaybasebin.c: (probe_triggered):
26305           Of course, only pause if group is done...
26306
26307 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26308
26309         * gst/playback/gstplaybasebin.c: (probe_triggered):
26310           Thread safety.
26311
26312 2005-01-16  Jan Schmidt  <thaytan@mad.scientist.com>
26313
26314         * ext/swfdec/gstswfdec.c: (gst_swfdec_change_state):
26315           Don't return state change success when the parent
26316           failed.
26317
26318 2005-01-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26319
26320         * gst/avi/gstavimux.c: (gst_avimux_handle_event):
26321           Free events (fix memleak in #162905).
26322
26323 2005-01-15  Gergely Nagy  <algernon@bonehunter.rulez.org>
26324
26325         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26326
26327         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26328         (gst_ffmpeg_caps_to_pixfmt):
26329           Fix for depth = 15. Fixes #161675.
26330
26331 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26332
26333         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26334           Set FPS correctly, even for webcams and the like.
26335         * sys/v4l/v4l_calls.c: (gst_v4l_set_chan_norm):
26336           Don error on setting while capturing.
26337
26338 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26339
26340         * ext/dv/gstdvdec.c:
26341         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26342         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26343           I'm a bad boy. using /1001. to force C to do float division
26344           and not integer division (as it did in my last commit)
26345           Thanks to David I. Lehn for pointing this mistake.
26346
26347 2005-01-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26348
26349         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
26350           Revert Johan's 1.35->1.36 since it breaks compat.
26351
26352 2005-01-14  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26353
26354         * ext/dv/gstdvdec.c:
26355         * ext/libfame/gstlibfame.c:
26356         * gst/subparse/gstsubparse.c: (parse_mdvdsub):
26357         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect):
26358           replace framerate aproximations by their real value
26359           (24000/1001, 30000/1001, 60000/1001)
26360           Finish fixing bug #164049
26361
26362 2005-01-13  Thomas Vander Stichele  <thomas at apestaart dot org>
26363
26364         * ext/ogg/gstoggmux.c:
26365           eos/bos debugging
26366         * gst/tcp/gstmultifdsink.c:
26367         * gst/tcp/gstmultifdsink.h:
26368         * gst/tcp/gsttcp.c:
26369         * gst/tcp/gsttcp.h:
26370         * gst/tcp/gsttcpclientsink.c:
26371         * gst/tcp/gsttcpclientsrc.c:
26372         * gst/tcp/gsttcpserversink.c:
26373         * gst/tcp/gsttcpserversrc.c:
26374           improve reusability of elements after state changes and errors
26375           make multifdsink throw away streamheaders when receiving new ones
26376
26377 2005-01-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26378
26379         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26380           Fix for if items are already in list...
26381
26382 2005-01-12  Benjamin Otte  <otte@gnome.org>
26383
26384         * gst/adder/gstadder.c: (gst_adder_loop):
26385           fix adder a bit so it doesn't screw up with events as much anymore
26386
26387 2005-01-12  Jan Schmidt  <thaytan@mad.scientist.com>
26388
26389         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_link),
26390         (pixbufscale_scale), (gst_pixbufscale_chain):
26391         * ext/gdk_pixbuf/pixbufscale.h:
26392           Incorporate changes from Tim-Philipp Mueller <t.i.m@orange.net>
26393           to ensure rowstrides are calculated the same way as 
26394           ffmpegcolorspace
26395           Use gst_buffer_stamp instead of copying TIMESTAMP manually, so
26396           that we pick up duration and offset also.
26397
26398 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26399
26400         * gst/avi/gstavimux.c: (gst_avimux_class_init),
26401         (gst_avimux_pad_unlink), (gst_avimux_release_pad):
26402           Reusability fixes.
26403
26404 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26405
26406         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
26407         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
26408         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
26409         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
26410           Update flags when requested.
26411
26412 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26413
26414         * ext/alsa/gstalsa.c: (gst_alsa_rates_probe):
26415           Fix dmix.
26416
26417 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26418
26419         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26420         (gst_play_base_bin_init), (gst_play_base_bin_dispose),
26421         (probe_triggered), (new_decoded_pad), (gen_source_element),
26422         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property):
26423         * gst/playback/gstplaybasebin.h:
26424         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
26425         (gst_play_bin_init), (group_switch), (remove_sinks), (setup_sinks),
26426         (gst_play_bin_change_state):
26427           Implement group-switch signal for use in apps to clear metadata
26428           cache, clean up subtitle, add suburi property instead of # hack,
26429           some error-out fixes.
26430
26431 2005-01-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26432
26433         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
26434           Debug.
26435         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame):
26436           If we got a state change in the _get handler, don't return success.
26437
26438 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26439
26440         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_my_output_message),
26441         (gst_jpegdec_my_emit_message), (gst_jpegdec_init):
26442           Make jpegdec quiet on MJPEG decoding
26443         * gst/asfdemux/README:
26444           Fix mimetypes for MJPEG and H263
26445
26446 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26447
26448         * ext/theora/theoradec.c: (theora_dec_chain):
26449           Fix broken code generation by gcc by swapping arguments.
26450         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26451           Fix \n in debug.
26452
26453 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26454
26455         * TODO:
26456           delete this file, it is by far outdated
26457         * ext/alsa/gstalsa.1: remove
26458         * ext/alsa/gstalsa.c: (add_rates), (add_channels), (gst_alsa_caps),
26459         (gst_alsa_check_sample_rates), (gst_alsa_rates_probe),
26460         (gst_alsa_get_caps):
26461           Add HW probing for supported sample rates. Fixes #161704
26462
26463 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26464
26465         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26466           Don't crash, biatch! :).
26467
26468 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26469
26470         * ext/musepack/gstmusepackreader.cpp:
26471         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
26472           Some work on tags - still doesn't work in playbin...
26473         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26474           Handle events...
26475
26476 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26477
26478         * gst/qtdemux/qtdemux.c: (qtdemux_parse_tree):
26479           Also shove tags on kid pads.
26480
26481 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26482
26483         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
26484           Don't bail on unknown events.
26485         * gst/audioscale/gstaudioscale.c: (gst_audioscale_chain):
26486           Don't crash on events before negotiation.
26487         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
26488           Send tags on pads, too.
26489         * gst/playback/gststreamselector.c:
26490         (gst_stream_selector_request_new_pad):
26491           Forward events on first pad if no input was selected yet.
26492
26493 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26494
26495         * gst/playback/gstplaybasebin.c: (setup_substreams):
26496           Don't disable streamtype if the stream doesn't exist, since
26497           then playing a video after audio will disable both and nothing
26498           will happen. Fixes the testsuite.
26499
26500 2005-01-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26501
26502         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_interface_init),
26503         (gst_v4l_xoverlay_set_xwindow_id):
26504         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_interface_init),
26505         (gst_v4l2_xoverlay_set_xwindow_id):
26506           Add debug categories, fix overlay disabling.
26507
26508 2005-01-10  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26509
26510         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_get_caps):
26511         * ext/alsa/gstalsa.h:
26512           Add HW probing for period_count/size and buffer_size MIX/MAX
26513           Adjust default/user defined value if out of bounds
26514           Should fix bug #162024
26515
26516 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26517
26518         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event):
26519           Fix warning (#161191).
26520
26521 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26522
26523         * ext/dvdread/stream_labels.c:
26524         (dvdreadsrc_get_audio_stream_labels):
26525           Fix warning (init the good variable in switch default)
26526
26527 2005-01-09  Koop Mast  <kwm@rainbow-runner.nl>
26528
26529         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26530
26531         * gst/tta/gstttaparse.c: (gst_tta_src_event):
26532           Fix gcc-2.95 compile (#163485).
26533
26534 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26535
26536         * configure.ac:
26537         * ext/flac/gstflacenc.c: (gst_flacenc_init),
26538         (gst_flacenc_seek_callback), (gst_flacenc_write_callback),
26539         (gst_flacenc_tell_callback), (gst_flacenc_chain),
26540         (gst_flacenc_change_state):
26541         * ext/flac/gstflacenc.h:
26542           Update for API change in flac-1.1.1. Update requirement in
26543           configure.ac. Fixes #162974.
26544
26545 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26546
26547         * gst/playback/gstplaybasebin.c: (group_destroy):
26548           Remove hack to get rid of assert and get rid of unlinked
26549           signals properly.
26550
26551 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26552
26553         * gst/playback/gstplaybasebin.c: (setup_source):
26554           Set source to NULL so that resources are free'ed. Fixes issues
26555           with playback of CDDA and similar device-accessing things.
26556
26557 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26558
26559         * testsuite/embed/Makefile.am:
26560           test->noinst, fix make test in buildbot.
26561
26562 2005-01-09  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26563
26564         * ext/dvdread/stream_labels.c: new file
26565         * ext/dvdread/stream_labels.h: new file
26566         * ext/dvdread/Makefile.am:
26567         * ext/dvdread/dvdreadsrc.c: (_seek_title):
26568           Extract audio stream label from DVD IFO files.
26569           It only dump them on the console for now, still have to
26570           make playbin aware of them.
26571
26572 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26573
26574         * gst/playback/gstplaybasebin.c: (setup_source):
26575           Fix hanging subs.
26576
26577 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26578
26579         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26580         (gen_preroll_element), (remove_groups), (setup_subtitle),
26581         (gen_source_element), (setup_source):
26582         * gst/playback/gstplaybasebin.h:
26583           Multiple .sub files is just a stupid idea... Fix some threading
26584           mistakes. Interestingly, external .sub files cause playbin to
26585           hang, I don't know why... Parsing fixes contributed by Fran??ois
26586           Kooman <fkooman@tuxed.net>.
26587
26588 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26589
26590         * testsuite/embed/Makefile.am:
26591           Fix buildbot.
26592
26593 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26594
26595         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26596
26597         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
26598         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
26599         (gst_pngenc_set_property):
26600         * ext/libpng/gstpngenc.h:
26601           Add compression level property (#163323).
26602
26603 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26604
26605         * configure.ac:
26606         * examples/capsfilter/capsfilter1.c: (main):
26607         * examples/seeking/spider_seek.c: (make_spider_pipeline):
26608         * ext/dvdread/Makefile.am:
26609         * ext/dvdread/demo-play:
26610         * ext/dvdread/demo-play.c:
26611         * gconf/gstreamer.schemas.in:
26612         * gst-libs/gst/gconf/gconf.c:
26613         * sys/v4l/TODO:
26614         * testsuite/Makefile.am:
26615         * testsuite/embed/Makefile.am:
26616         * testsuite/embed/embed.c: (cb_expose), (main):
26617           Remove all references to xvideosink, fix examples (#140845).
26618         * gst/playback/gstplaybasebin.c: (group_destroy):
26619           Apparently, disposal does not unlink - so do explicitely.
26620         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
26621           Add debug.
26622
26623 2005-01-09  Maciej Katafiasz <mathrick@freedesktop.org>
26624
26625         * README: fix PKG_CONFIG_PATH instructions, what was there
26626         previously was breaking default search path, not nice. 
26627         Fixes #163358
26628
26629 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26630
26631         * gst/audioscale/gstaudioscale.c: (gst_audioscale_init),
26632         (gst_audioscale_chain):
26633           %#^@^#@^@#^#@^#@^@#^@#^@#^@#^#@^#@^#@^@#^#@ fix seeking
26634           when resampling - how the ^@$^!@^! is this possible?!?
26635
26636 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26637
26638         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
26639           Reset variables on READY.
26640         * gst/matroska/matroska-mux.c: (gst_matroska_mux_request_new_pad),
26641         (gst_matroska_mux_loop):
26642           Require data before writing header.
26643
26644 2005-01-09  Francis Labonte  <francis_labonte@hotmail.com>
26645
26646         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26647
26648         * ext/mad/gstmad.c: (gst_mad_chain):
26649           Don't call mad_stream_sync() directly after recovering sync.
26650           Fixes #151661.
26651
26652 2005-01-09  Martin Eikermann  <meiker@upb.de>
26653
26654         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26655
26656         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init),
26657         (snapshot_handler), (gst_snapshot_sinkconnect),
26658         (gst_snapshot_chain):
26659           Allocate resources when required, fix recursive signal emission
26660           and fix caps. Fixes #161667.
26661
26662 2005-01-09  Gergely Nagy  <algernon@bonehunter.rulez.org>
26663
26664         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26665
26666         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps),
26667         (gst_pngdec_chain):
26668           Handle only 8-bppc (bits-per-pixel-component) images, better
26669           error handling and correct strides. Fixes #163177.
26670         * ext/libpng/gstpngenc.c: (gst_pngenc_sinklink),
26671         (gst_pngenc_chain):
26672           Better error handling. Fixes #163348.
26673
26674 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26675
26676         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_get_type),
26677         (dvdnavsrc_uri_get_type), (dvdnavsrc_uri_get_protocols),
26678         (dvdnavsrc_uri_get_uri), (dvdnavsrc_uri_set_uri),
26679         (dvdnavsrc_uri_handler_init):
26680           Add DVD-nav URI (dvdnav://) for Totem testing purposes.
26681         * gst/playback/gstplaybasebin.c: (gen_source_element):
26682           Add MMS to streaming URIs.
26683
26684 2005-01-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26685
26686         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26687         * sys/xvimage/xvimagesink.c:
26688         (gst_xvimagesink_navigation_send_event):
26689           Check for pad availability before sending event.
26690
26691 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26692
26693         * gst-plugins.spec.in:
26694           Add subparse.
26695
26696 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26697
26698         * configure.ac:
26699           Since we use functions from CVS, up requirement.
26700
26701 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26702
26703         * gst/playback/Makefile.am:
26704         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
26705         (group_destroy), (group_commit), (group_is_muted),
26706         (gen_preroll_element), (add_stream), (unknown_type),
26707         (probe_triggered), (preroll_unlinked), (mute_stream),
26708         (silence_stream), (new_decoded_pad), (setup_substreams),
26709         (setup_source), (get_active_source), (mute_group_type),
26710         (muted_group_change_state), (set_active_source),
26711         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
26712         (play_base_eos), (gst_play_base_bin_change_state):
26713         * gst/playback/gstplaybasebin.h:
26714         * gst/playback/gstplaybin.c: (add_sink), (setup_sinks):
26715         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
26716         (gst_stream_info_dispose), (stream_info_mute_pad),
26717         (stream_info_change_state), (gst_stream_info_set_mute):
26718         * gst/playback/gststreamselector.c: (gst_stream_selector_get_type),
26719         (gst_stream_selector_base_init), (gst_stream_selector_class_init),
26720         (gst_stream_selector_init), (gst_stream_selector_dispose),
26721         (gst_stream_selector_get_linked_pad),
26722         (gst_stream_selector_get_caps), (gst_stream_selector_link),
26723         (gst_stream_selector_get_linked_pads),
26724         (gst_stream_selector_request_new_pad), (gst_stream_selector_chain):
26725         * gst/playback/gststreamselector.h:
26726           Adding stream selection support plus required properties for
26727           applications to use this. Fully fixes #100931.
26728
26729 2005-01-08  Benjamin Otte  <otte@gnome.org>
26730
26731         * gst/games/gstpuzzle.c: (nav_event_handler):
26732           - handle nav events differently: forward every event no matter if it
26733             was handled or not.
26734           - translate events
26735           You can now cheat by using navigationtest ! puzzle and moving the
26736           mouse close to the edge of a tile. ;)
26737
26738 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26739
26740         * configure.ac:
26741         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
26742         * ext/ogg/gstogmparse.c: (gst_ogm_text_parse_get_type),
26743         (gst_ogm_text_parse_base_init), (gst_ogm_text_parse_init),
26744         (gst_ogm_parse_get_sink_querytypes), (gst_ogm_parse_sink_convert),
26745         (gst_ogm_parse_sink_query), (gst_ogm_parse_chain),
26746         (gst_ogm_parse_plugin_init):
26747         * ext/pango/gsttextoverlay.c: (gst_textoverlay_linkedpads),
26748         (gst_textoverlay_link), (gst_textoverlay_getcaps),
26749         (gst_textoverlay_event), (gst_textoverlay_video_chain),
26750         (gst_textoverlay_loop), (gst_textoverlay_init), (plugin_init):
26751         * ext/pango/gsttextoverlay.h:
26752         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
26753         (gst_matroska_demux_handle_seek_event),
26754         (gst_matroska_demux_sync_streams),
26755         (gst_matroska_demux_parse_blockgroup),
26756         (gst_matroska_demux_subtitle_caps),
26757         (gst_matroska_demux_plugin_init):
26758         * gst/matroska/matroska-ids.h:
26759         * gst/playback/gstdecodebin.c: (close_pad_link):
26760         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
26761         (gen_preroll_element), (remove_groups), (add_stream),
26762         (new_decoded_pad), (setup_subtitles), (gen_source_element),
26763         (setup_source):
26764         * gst/playback/gstplaybasebin.h:
26765         * gst/playback/gstplaybin.c: (gen_text_element), (setup_sinks):
26766         * gst/subparse/Makefile.am:
26767         * gst/subparse/gstsubparse.c: (gst_subparse_get_type),
26768         (gst_subparse_base_init), (gst_subparse_class_init),
26769         (gst_subparse_init), (gst_subparse_formats),
26770         (gst_subparse_eventmask), (gst_subparse_event),
26771         (gst_subparse_handle_event), (convert_encoding), (get_next_line),
26772         (parse_mdvdsub), (parse_mdvdsub_init), (parse_subrip),
26773         (parse_subrip_deinit), (parse_subrip_init), (parse_mpsub),
26774         (parse_mpsub_deinit), (parse_mpsub_init),
26775         (gst_subparse_buffer_format_autodetect),
26776         (gst_subparse_format_autodetect), (gst_subparse_loop),
26777         (gst_subparse_change_state), (gst_subparse_type_find),
26778         (plugin_init):
26779         * gst/subparse/gstsubparse.h:
26780         * gst/typefind/gsttypefindfunctions.c: (ogmtext_type_find),
26781         (plugin_init):
26782           Add subtitle support, .sub parser (supports SRT and MPsub),
26783           OGM text support, Matroska UTF-8 text support, deadlock fixes
26784           all over the place, subtitle awareness in decodebin/playbin
26785           and some fixes to textoverlay to handle subtitles in a stream
26786           correctly. Fixes #100931.
26787
26788 2005-01-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26789
26790         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
26791           Check for pad availability before doing a query on it.
26792
26793 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26794
26795         * ext/dv/gstdvdec.c:
26796           really fix bpp24/32 dvdec caps (classic rgba indeed)
26797         * gst/asfdemux/gstasfdemux.c:
26798         (gst_asf_demux_process_ext_content_desc):
26799           don't send text tags if they are empty (bis repetita)
26800
26801 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26802
26803         * ext/dv/gstdvdec.c:
26804          remove unneeded comment from dvdec
26805           (related to DV 4CC codes in AVI files)
26806           moved them in gstreamer/docs/random/mimetypes
26807         * gst/asfdemux/gstasfdemux.c:
26808         (gst_asf_demux_process_ext_content_desc):
26809          don't send text tags if they are empty
26810          fix mem leak on error path
26811         * gst/ffmpegcolorspace/avcodec.h:
26812         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
26813         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
26814         (gst_ffmpegcsp_avpicture_fill):
26815         * gst/ffmpegcolorspace/imgconvert.c: (img_get_alpha_info):
26816         * gst/ffmpegcolorspace/imgconvert_template.h:
26817          adds BGR32 and BGRA32 to ffmpegcolorspace
26818           (still bad colors, fixing it on next commit)
26819           helps with dvdec outputing BGR32
26820
26821 2005-01-08  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26822
26823         * ext/dv/gstdvdec.c:
26824          Fix audio caps i just broke (missing ',')
26825         * gst/matroska/matroska-mux.c: (gst_matroska_mux_get_type),
26826         (gst_matroska_mux_reset):
26827          Fix typo + add FIXME about old "x-gst-metadata" crap
26828
26829 2005-01-07  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26830
26831         * ext/dv/demo-play.c: (main):
26832          xvideosink -> xvimagesink
26833         * ext/dv/gstdvdec.c:
26834          change rgb 32/32 caps to 24/32 (no alpha)
26835          change nb of channels to be a list (2 or 4, not 2)
26836          change sample rate to be a list (32, 44.1, 48 kHz) not a range
26837         * gst/asfdemux/gstasfdemux.c:
26838         (gst_asf_demux_process_ext_content_desc):
26839          Add 'date/year' to extracted metadata list
26840
26841 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26842
26843         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
26844           The return value of fixate_to does not imply that the requested
26845           value was set, so don't assume.
26846
26847 2005-01-07  Gergely Nagy  <algernon@bonehunter.rulez.org>
26848
26849         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26850
26851         * ext/libpng/gstpngdec.c:
26852         * ext/libpng/gstpngenc.c: (gst_pngenc_base_init),
26853         (gst_pngenc_sinklink), (gst_pngenc_init), (gst_pngenc_chain):
26854         * ext/libpng/gstpngenc.h:
26855           Alpha support (encoder; #163161), mime fixage.
26856
26857 2005-01-07  Sebastien Cote  <sc5@hermes.usherb.ca>
26858
26859         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26860
26861         * ext/faac/gstfaac.c: (gst_faac_outputformat_get_type),
26862         (gst_faac_class_init), (gst_faac_init), (gst_faac_srcconnect),
26863         (gst_faac_set_property), (gst_faac_get_property):
26864         * ext/faac/gstfaac.h:
26865           Allow for ADTS output (#153434).
26866
26867 2005-01-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26868
26869         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
26870           Fix against template (#150576).
26871
26872 2005-01-06  Benjamin Otte  <otte@gnome.org>
26873
26874         * gst/games/gstpuzzle.c: (draw_puzzle):
26875           don't draw a puzzle if either width or height of tiles would be 0.
26876
26877 2005-01-06  Benjamin Otte  <otte@gnome.org>
26878
26879         * gst/games/gstpuzzle.c: (gst_puzzle_get_type),
26880         (gst_puzzle_class_init), (gst_puzzle_finalize):
26881           no memleaks, please
26882         (gst_puzzle_create), (gst_puzzle_init),
26883         (gst_puzzle_set_property), (gst_puzzle_setup):
26884           change initialization code around so we don't reshuffle on resize
26885         (draw_puzzle):
26886           fix another stupid typo
26887
26888 2005-01-06  Benjamin Otte  <otte@gnome.org>
26889
26890         * gst/games/gstvideoimage.c: (copy_hline_YUY2):
26891           fix stupid typo that borked copying on YUY2
26892
26893 2005-01-06  Benjamin Otte  <otte@gnome.org>
26894
26895         * gst/games/gstpuzzle.c: (draw_puzzle):
26896           fix edges when image sizes aren't multiples of tile sizes
26897
26898 2005-01-06  Benjamin Otte  <otte@gnome.org>
26899
26900         * gst/games/gstpuzzle.c: (gst_puzzle_base_init):
26901           make RGB endianness work correctly
26902         (gst_puzzle_show), (gst_puzzle_swap), (gst_puzzle_move):
26903           refactor and fix race with initial shuffling
26904         (nav_event_handler):
26905           allow using the mouse to puzzle
26906         (draw_puzzle):
26907           insist on tiles having width and height as multiples of 4 to get
26908           clean YUV image handling
26909         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
26910         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_buffer_alloc):
26911           s/DEBUG/LOG/ for common messages
26912         (gst_xvimagesink_navigation_send_event):
26913           fix mouse event translation to not include screen PAR
26914         * sys/ximage/ximagesink.c: (gst_ximagesink_navigation_send_event):
26915           fix mouse event translation to actually work
26916
26917 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26918
26919         * gst/asfdemux/gstasfdemux.c:
26920         (gst_asf_demux_process_ext_content_desc):
26921          Extract TrackNumber metadata + clean up code
26922         * gst/games/gstvideoimage.c: (gst_video_image_draw_rectangle):
26923          Hope this is the good fix (var used unitialised)
26924
26925 2005-01-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26926
26927         * ext/faad/gstfaad.c: (gst_faad_chain):
26928           Only increment timestamp if it's valid. Fixes raw AAC streams.
26929
26930 2005-01-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
26931
26932         * configure.ac:
26933         * gst/games/Makefile.am:
26934         * gst/games/gstpuzzle.c:
26935           add a puzzle game with...
26936         * gst/games/gstvideoimage.c:
26937         * gst/games/gstvideoimage.h:
26938           ... full colorspace support (that includes YUV9 and RGB16)) stolen
26939           from videotestsrc and made into something that would be a nice
26940           library for a lot of other plugins.
26941
26942 2005-01-06  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26943
26944         * configure.ac:
26945          don't compile faad plugin if a RC of 2.0 is found
26946          Fixes #155346 (and FC1 buildbot)
26947         * gst/asfdemux/gstasfdemux.c:
26948         (gst_asf_demux_process_ext_content_desc):
26949          try to make Solaris compiler happier
26950
26951 2005-01-06  Paul Jack  <pjack@sfaf.org>
26952
26953         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26954
26955         * ext/snapshot/gstsnapshot.c: (gst_snapshot_class_init):
26956           Fix segfault (#161667).
26957
26958 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26959
26960         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
26961           Fix framerate reporting.
26962
26963 2005-01-05  Stephane LOEUILLET  <stephane.loeuillet@tiscali.fr>
26964
26965         * gst-libs/gst/riff/riff-ids.h:
26966         * gst/wavenc/riff.h:
26967          Add AMR (VBR and CBR) ids to riff.h audio codec list
26968         * gst/asfdemux/gstasfdemux.c:
26969         (gst_asf_demux_process_ext_content_desc),
26970         (gst_asf_demux_process_object):
26971           Retrieve more tags from ASF files (Genre, AlbumTitle, Artist)
26972
26973 2005-01-05  Martin Eikermann  <meiker@upb.de>
26974
26975         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26976
26977         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
26978         (gst_dvd_demux_handle_discont):
26979         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_class_init),
26980         (gst_mpeg_demux_handle_discont):
26981           Recreate pads on new-media (#160730).
26982         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_new_pad):
26983           Send discont even if manager changes timestamps (#161929).
26984
26985 2005-01-05  Sebastien Cote  <sc5@hermes.usherb.ca>
26986
26987         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26988
26989         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16):
26990           Fix invalid memory access (#159211).
26991
26992 2005-01-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
26993
26994         * examples/gstplay/player.c: (main):
26995           Don't iterate.
26996         * examples/seeking/seek.c: (fixate), (make_playerbin_pipeline):
26997           Add visualizations.
26998         * ext/a52dec/gsta52dec.c: (gst_a52dec_push),
26999         (gst_a52dec_handle_frame):
27000           Set duration.
27001         * ext/dvdnav/gst-dvd:
27002           Add audioconvert. Fixes #161325.
27003         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get):
27004           Explicitely case to gint64. Possible valgrind error.
27005         * gst-libs/gst/play/play.c: (caps_set), (setup_size),
27006         (gst_play_tick_callback), (gst_play_change_state),
27007         (gst_play_dispose), (gst_play_init), (gst_play_class_init),
27008         (gst_play_set_location), (gst_play_get_location),
27009         (gst_play_seek_to_time), (gst_play_set_data_src),
27010         (gst_play_set_video_sink), (gst_play_set_audio_sink),
27011         (gst_play_set_visualization), (gst_play_connect_visualization),
27012         (gst_play_get_framerate), (gst_play_get_all_by_interface),
27013         (gst_play_new):
27014           Use playbin. Fixes #139749 and #147744.
27015         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags):
27016           Add genre tag.
27017         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
27018         (audioscale_get_type), (gst_audioscale_base_init),
27019         (gst_audioscale_class_init), (gst_audioscale_expand_caps),
27020         (gst_audioscale_getcaps), (gst_audioscale_fixate),
27021         (gst_audioscale_link), (gst_audioscale_get_buffer),
27022         (gst_audioscale_decrease_rate), (gst_audioscale_increase_rate),
27023         (gst_audioscale_init), (gst_audioscale_dispose),
27024         (gst_audioscale_chain), (gst_audioscale_set_property),
27025         (gst_audioscale_get_property), (plugin_init):
27026           Indent properly.
27027         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
27028           Fix LPCM.
27029         * gst/qtdemux/qtdemux.c: (qtdemux_parse_udta),
27030         (qtdemux_tag_add_str), (qtdemux_tag_add_num),
27031         (qtdemux_tag_add_gnre), (qtdemux_video_caps):
27032           Add more metadata (fixes #162656).
27033
27034 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27035
27036         * configure.ac:
27037           back to cvs
27038
27039 === release 0.8.7 ===
27040
27041 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27042
27043         * NEWS:
27044         * RELEASE:
27045         * configure.ac:
27046           releasing 0.8.7, "Hyperspace"
27047
27048 2005-01-05  Thomas Vander Stichele  <thomas at apestaart dot org>
27049
27050         patch by: Tim-Philipp Müller  <t.i.m@zen.co.uk>
27051
27052         * gst/playback/gstplaybasebin.c:
27053          Fix for #162924 - free caps after use, not before
27054
27055 2005-01-04  Thomas Vander Stichele  <thomas at apestaart dot org>
27056
27057         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27058
27059         * gst/playback/gstplaybasebin.c:
27060         * gst/wavparse/gstwavparse.c:
27061           Fix for #154773 - fixes playback of small .wav files
27062
27063 2005-01-03  Thomas Vander Stichele  <thomas at apestaart dot org>
27064
27065         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
27066
27067         * gst/audioscale/gstaudioscale.c:
27068           Fix for #162819 - make audioscale reusable
27069           Fixes playback of more than one file with playbin/totem
27070
27071 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27072
27073         * gst/ffmpegcolorspace/avcodec.h:
27074         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
27075         * gst/ffmpegcolorspace/imgconvert.c:
27076           clean up the mess that made me cry and avoid needless duplication
27077
27078 2004-12-29  Thomas Vander Stichele  <thomas at apestaart dot org>
27079
27080         * gst/ffmpegcolorspace/imgconvert.c:
27081           give some indication of why we're segfaulting
27082
27083 2004-12-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27084
27085         * configure.ac:
27086           Fix indentation, fix v4l2 plugin detection.
27087         * ext/Makefile.am:
27088           Fix libmms location (Maciej, use diff -u!).
27089         * ext/alsa/gstalsa.c: (gst_alsa_init):
27090           Initialize caps cache to NULL.
27091         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
27092           Only change state on audiosink if it exists.
27093
27094 2004-12-28  Maciej Katafiasz  <mathrick@mathrick.org>
27095
27096         * gst/matroska/matroska-demux.c:
27097         * gst/matroska/matroska-ids.h:
27098         * gst/matroska/matroska-demux.h:
27099         Fix Vorbis streams failing to decode in some files, where cluster_time
27100         isn't 0, because then it doesn't send codec_priv before actual data.
27101         Remove time-based test and replace it with marker set on beginning of
27102         new stream
27103
27104 2004-12-28  David Schleef  <ds@schleef.org>
27105
27106         Merge patch from Ronald fixing problems with streaming
27107         text.
27108         * ext/cairo/gstcairo.c: (plugin_init):
27109         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27110         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27111         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27112         (gst_textoverlay_font_init), (gst_textoverlay_init),
27113         (gst_textoverlay_set_property):
27114         * ext/cairo/gsttextoverlay.h:
27115
27116 2004-12-27  David Schleef  <ds@schleef.org>
27117
27118         * ext/cairo/gsttextoverlay.c: (gst_textoverlay_render_text),
27119         (gst_text_overlay_blit_1), (gst_text_overlay_blit_sub2x2),
27120         (gst_textoverlay_video_chain), (gst_textoverlay_loop),
27121         (gst_textoverlay_font_init), (gst_textoverlay_init),
27122         (gst_textoverlay_set_property): Improvements to actually
27123         render text as white on black outline on video, including
27124         font selection and horizontal/vertical alignment.  (Ronald's
27125         christmas present)
27126         * ext/cairo/gsttextoverlay.h:
27127
27128 2004-12-26  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27129
27130         * ext/ogg/gstogg.c:
27131         * ext/ogg/gstogmparse.c:
27132           fix ogm[audio/video]parse plugin registration
27133           (riff won't load if bytestream is already loaded)
27134
27135 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27136
27137         * gst/audioconvert/gstchannelmix.c:
27138           fix for GLIB < 2.4
27139
27140 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27141
27142         * Makefile.am:
27143         * configure.ac:
27144           disable docs again until it actually passes make distcheck.
27145
27146 2004-12-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27147
27148         * gst/qtdemux/qtdemux.c: (qtdemux_type_get), (qtdemux_audio_caps):
27149         * gst/typefind/gsttypefindfunctions.c: (q3gp_type_find),
27150         (plugin_init):
27151           Add 3GP (variables name Q3GP because they can't start with a
27152           number). Add samr audio fourcc (used in .3gp files), decoder
27153           is work in progress. Also do a GST_WARNING instead of ERROR
27154           in case of unknown nodes, to decrease output.
27155
27156 2004-12-24  Thomas Vander Stichele  <thomas at apestaart dot org>
27157
27158         * Makefile.am:
27159           really fix dist
27160
27161 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27162
27163         * configure.ac:
27164         * ext/speex/gstspeexdec.h:
27165         * ext/speex/gstspeexenc.h:
27166           Fixes #158382.  Make speex plugin compatible with both 1.0 and 1.1.
27167           Fix detection code in configure.ac
27168
27169 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27170
27171         * gst/matroska/matroska-demux.c:
27172         (gst_matroska_demux_parse_blockgroup):
27173           Save position, so that queries give proper return values. Don't
27174           know how this could ever have worked before...
27175
27176 2004-12-23  Thomas Vander Stichele  <thomas at apestaart dot org>
27177
27178         * configure.ac:
27179           Put additional LAME check inside the conditional.  Fixes #152339
27180
27181 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27182
27183         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27184         (gst_avi_demux_stream_scan):
27185           Add some more debug. Fix logic error when setting movi offset
27186           while reading index.
27187
27188 2004-12-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27189
27190         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27191         (gst_avi_demux_stream_scan), (gst_avi_demux_handle_seek),
27192         (gst_avi_demux_process_next_entry):
27193           Add some debugging. Better detection of broken indexes and the
27194           accompanying index recovery. No infinite loops on state changes
27195           when we're still in our loopfunction.
27196
27197 2004-12-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27198
27199         * configure.ac:
27200           Fix up.
27201
27202 2004-12-22  Archana Shah  <archana.shah@wipro.com>
27203
27204         Reviewed by:  Ronald S. Bultje <rbultje@ronald.bitfreak.net>
27205
27206         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_volume):
27207           Normalizing the value before setting
27208         (gst_sunaudiomixer_get_volume):
27209           Normalizing the value after getting. Fixes bug# 161980
27210
27211 2004-12-22  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27212
27213         * Makefile.am: Make sure docs gets disted
27214         * docs/Makefile.am: Make sure all needed files get disted
27215         * gst-plugins.spec.in: latest updates
27216
27217 2004-12-22  Wim Taymans  <wim@fluendo.com>
27218
27219         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
27220         Revert patch 1.38 as clock distribution over schedulers does
27221         not work correcly in the core yet.
27222
27223 2004-12-21  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27224
27225         * sys/oss/README: remove this file, which predates my birth
27226           (and which content is by far outdated)
27227
27228 2004-12-20  Stefan Kost  <ensonic@users.sf.net>
27229
27230         * Makefile.am:
27231         * configure.ac:
27232         * docs/Makefile.am:
27233         * docs/libs/Makefile.am:
27234         * docs/libs/gst-plugins-libs-docs.sgml:
27235         * docs/libs/gst-plugins-libs-sections.txt:
27236         * docs/libs/tmpl/gstgconf.sgml:
27237         * docs/upload.mak:
27238         * docs/version.entities.in:
27239           Added boilerplate gtk-doc files for plugin-libs documentation.
27240
27241 2004-12-19  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27242
27243         * gst/auparse/gstauparse.c: fix int and float audio caps
27244
27245 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27246
27247         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
27248         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
27249           g_assert() can be a macro, don't use #ifdef inside it.
27250
27251 2004-12-19  Edward Hervey  <bilboed@bilboed.com>
27252
27253         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27254
27255         * gst/videorate/gstvideorate.c: (gst_videorate_blank_data),
27256         (gst_videorate_init), (gst_videorate_chain),
27257         (gst_videorate_change_state):
27258           Event handling (fixes #159986).
27259
27260 2004-12-19  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27261
27262         * gst-libs/gst/riff/riff-media.c:
27263         (gst_riff_create_video_caps_with_data):
27264           Add BLZ0 (Blizzard's version of DivX) fourcc.
27265
27266 2004-12-18  David Schleef  <ds@schleef.org>
27267
27268         * gst/tta/gstttadec.c: (gst_tta_dec_link): And yet another
27269         portability fix.
27270
27271 2004-12-18  David Schleef  <ds@schleef.org>
27272
27273         * gst/tta/ttadec.h: Disable some header code that isn't used
27274         and clearly isn't portable.
27275
27276 2004-12-18  David Schleef  <ds@schleef.org>
27277
27278         * gst/ffmpegcolorspace/imgconvert.c: (get_pix_fmt_info),
27279         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
27280         (avcodec_get_pix_fmt), (avpicture_layout),
27281         (avcodec_get_pix_fmt_loss), (avg_bits_per_pixel), (img_copy),
27282         (get_convert_table_entry), (img_convert), (img_get_alpha_info):
27283         Fix code to not use GCC extensions (and c99 extensions that
27284         Forte does not like.)
27285
27286 2004-12-19  Tim-Philipp Müller  <t.i.m@zen.co.uk>
27287
27288         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27289
27290         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
27291         (gst_deinterlace_chain):
27292           Rowstride fixes. Fixes #161039.
27293         * gst/videocrop/gstvideocrop.c: (gst_video_crop_init),
27294         (gst_video_crop_get_property), (gst_video_crop_add_to_struct_val),
27295         (gst_video_crop_getcaps), (gst_video_crop_link),
27296         (gst_video_crop_i420), (gst_video_crop_chain),
27297         (gst_video_crop_change_state):
27298           Rework of negotiation. Actually works now. Fixes #158650.
27299
27300 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27301
27302         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_sint):
27303           That was very stupid.
27304
27305 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27306
27307         * gst/matroska/matroska-demux.c:
27308         (gst_matroska_demux_parse_blockgroup):
27309           Fix possible crasher.
27310
27311 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27312
27313         * gst/matroska/matroska-demux.c: (gst_matroska_ebmlnum_uint),
27314         (gst_matroska_ebmlnum_sint), (gst_matroska_demux_parse_blockgroup):
27315           Lace sizes can be zero.
27316
27317 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27318
27319         * ext/musepack/gstmusepackdec.cpp:
27320           Fetch error return values. Fixes #161624.
27321         * gst/apetag/apedemux.c: (gst_ape_demux_stream_data):
27322           Really EOS.
27323
27324 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27325
27326         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index):
27327           Work for truncated (unfinished download etc.) files. Fixes #160514.
27328
27329 2004-12-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27330
27331         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
27332           Fix for integer overflow. Makes #156001 not crash. Probably masks
27333           the real bug.
27334
27335 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27336
27337         * gst/ac3parse/gstac3parse.c: (plugin_init):
27338           Parsers never have ranks. Fixes #159651.
27339
27340 2004-12-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27341
27342         * gst/playback/gstdecodebin.c: (compare_ranks):
27343           make sure the facotries are ordered the same every time even if they
27344           have the same rank by using the name
27345         * gst/playback/gstdecodebin.c: (find_compatibles):
27346           make sure we don't add factories to the list twice
27347
27348 2004-12-16  David Schleef  <ds@schleef.org>
27349
27350         * configure.ac: look for musepack headers as musepack/*.h
27351         (fixes #159847)
27352         * ext/musepack/gstmusepackdec.h: use <musepack/*.h>
27353         * ext/musepack/gstmusepackreader.h: same
27354
27355 2004-12-17  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27356
27357         * gst-libs/gst/riff/riff-read.c:
27358         (gst_riff_read_strf_auds_with_data):
27359           Read extradata correctly (fixes #155879).
27360
27361 2004-12-16  David Schleef  <ds@schleef.org>
27362
27363         * gst/audioscale/gstaudioscale.c: allow passthru of >2 channel
27364         audio.  does _not_ attempt or allow conversion unless channels
27365         is 1 or 2.
27366
27367 2004-12-16  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27368
27369         * tools/gst-launch-ext-m.m: fix mpeg and vob pipelines
27370
27371 2004-12-16  David Schleef  <ds@schleef.org>
27372
27373         * gst/audioscale/gstaudioscale.c: the resample library only
27374         handles 1 or 2 channels.  Change caps to compensate.
27375
27376 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27377
27378         * gst/matroska/matroska-demux.c: (aac_rate_idx), (aac_profile_idx),
27379         (gst_matroska_demux_audio_caps):
27380           Some MPEG-AAC hacks, because else it doesn't work...
27381
27382 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27383
27384         * gst-libs/gst/riff/riff-media.c:
27385         (gst_riff_create_video_caps_with_data),
27386         (gst_riff_create_video_template_caps):
27387           Add h264.
27388
27389 2004-12-16  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27390
27391         * gst-libs/gst/audio/Makefile.am:
27392           Try to fix buildbot.
27393
27394 2004-12-16  Thomas Vander Stichele  <thomas at apestaart dot org>
27395
27396         * gst/tcp/gstmultifdsink.c:
27397           Clean up and uniformize debugging.
27398
27399 2004-12-16  Edward Hervey  <bilboed@bilboed.com>
27400
27401         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27402
27403         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
27404         (gst_dvd_demux_reset), (gst_dvd_demux_change_state):
27405         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_reset),
27406         (gst_mpeg_demux_change_state):
27407           Reset on ready. Fixes 160276.
27408
27409 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27410
27411         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27412
27413         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27414         (gst_ffmpegcsp_pad_link):
27415           Fix memleak (#154815).
27416
27417 2004-12-16  James Bowes  <bowes@cs.dal.ca>
27418
27419         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27420
27421         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init),
27422         (gst_musicbrainz_init), (gst_musicbrainz_chain),
27423         (gst_musicbrainz_set_property), (gst_musicbrainz_get_property):
27424         * ext/musicbrainz/gsttrm.h:
27425           Add support for using a proxy server when getting a trm id from
27426           the MusicBrainz database (#149613).
27427
27428 2004-12-16  Christophe Fergeau  <teuf@gnome.org>
27429
27430         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27431
27432         * gst/playback/gstdecodebin.c: (new_pad), (close_link):
27433         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
27434           Fix memleaks (#157233).
27435
27436 2004-12-16  Sebastien Cote  <sc5@hermes.usherb.ca>
27437
27438         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27439
27440         * gst-libs/gst/resample/resample.c: (gst_resample_close):
27441         * gst-libs/gst/resample/resample.h:
27442         * gst/audioscale/gstaudioscale.c:
27443           Fix memleak (#159215).
27444
27445 2004-12-16  Toni Willberg  <toniw@iki.fi>
27446
27447         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27448
27449         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
27450         * sys/oss/oss_probe.c: (main):
27451           Check for mono/stereo support (similar to samplerate probing),
27452           fixes #159433. Also add missing copyright header to oss_probe.c.
27453
27454 2004-12-15  David Schleef  <ds@schleef.org>
27455
27456         * configure.ac: add audioresample and cairo plugins.  Remove
27457         HAVE_MMX stuff, because it's not used.
27458         * ext/Makefile.am: same
27459         * ext/audioresample/Makefile.am: You are not ready for an
27460         audio resampling element based on audioresample.
27461         * ext/audioresample/gstaudioresample.c:
27462         * ext/audioresample/gstaudioresample.h:
27463         * ext/cairo/Makefile.am: You are not ready for overlay elements
27464         based on cairo.  Don't look too closely, these elements kinda
27465         suck right now.
27466         * ext/cairo/gstcairo.c: new
27467         * ext/cairo/gsttextoverlay.c: new
27468         * ext/cairo/gsttextoverlay.h: new
27469         * ext/cairo/gsttimeoverlay.c: new
27470         * ext/cairo/gsttimeoverlay.h: new
27471         * gst-libs/gst/media-info/media-info-priv.h: fix compile
27472         problem with compilers that don't support variadic macros.
27473
27474 2004-12-15  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
27475
27476         Reviewed by:  David Schleef  <ds@schleef.org>
27477
27478         * sys/sunaudio/gstsunaudio.c: (plugin_init):  Apply patch from
27479         Bala, registering sunaudiosrc (oops!), and cleaning up code a
27480         bit.  Also ran indent-gst.
27481         * sys/sunaudio/gstsunaudiosrc.c: (gst_sunaudiosrc_init),
27482         (gst_sunaudiosrc_change_state), (gst_sunaudiosrc_get),
27483         (gst_sunaudiosrc_setparams):
27484
27485 2004-12-14  David Schleef  <ds@schleef.org>
27486
27487         * gst/festival/gstfestival.c: (gst_festival_chain): Set the
27488         output rate to 16000.  Should fix #160235.
27489
27490 2004-12-14  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27491
27492         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
27493         Add typefinding for mpeg2 pes streams
27494
27495 2004-12-13  David Schleef  <ds@schleef.org>
27496
27497         * configure.ac:  Applied patch from bug #143659, making default
27498         sources and sinks OS-dependent (for Solaris), and added code
27499         for OS/X.
27500         * gconf/gstreamer.schemas.in: use OS-dependent sinks in gconf.
27501
27502 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27503
27504         * gst-libs/gst/riff/riff-media.c:
27505           forgot to add h2.64 to avidemux template caps
27506
27507 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27508
27509         * gst/wavenc/riff.h:
27510         * gst-libs/gst/riff/riff-media.c:
27511         * gst-libs/gst/riff/riff-ids.h:
27512         * gst/avi/gstavimux.c
27513         add 4CC code for VideoSoft h264 in AVI (VSSH)
27514           fixes bug #160655
27515         remove s323 from riff, it's quicktime specific :(
27516
27517 2004-12-13  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27518
27519         * gst/asfdemux/README
27520         * gst/wavenc/riff.h
27521         * gst-libs/gst/riff/riff-ids.h
27522         * gst-libs/gst/riff/riff-media.c
27523         * gst/qtdemux/qtdemux.c:
27524           add new 4CC codes for h263 related codecs
27525           fixes partially bug #155163
27526
27527 2004-12-12  Christian Fredrik Kalager Schaller  <christian at fluendo dot com>
27528
27529         * configure.ac: Update polyaudio requirement to 0.7
27530         * ext/polyp/polypsink.c: (create_stream): add patch from iain (158258)
27531
27532 2004-12-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
27533
27534         * gst/interleave/deinterleave.c:
27535         fix my name's spelling! :)
27536
27537 2004-12-11  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
27538
27539         * AUTHORS ChangeLog
27540         * gst/auparse/gstauparse.c
27541         * gst/interleave/deinterleave.c
27542         * gst/law/:
27543                 alaw-decode.c alaw-encode.c
27544                 mulaw-decode.c mulaw-encode.c
27545         * gst/oneton/gstoneton.c
27546         * sys/osxaudio/:
27547                 gstosxaudioelement.c gstosxaudiosink.c gstosxaudiosrc.c
27548         * sys/osxvideo/:
27549                 cocoawindow.h cocoawindow.m
27550                 osxvideosink.h osxvideosink.m
27551
27552         put the same mail address for Zaheer Abbas Merali everywhere
27553
27554 2004-12-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27555
27556         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_loop):
27557           Align by packetsize, and assert that we a packet available before
27558           playing. The first makes webstreams work (they often include
27559           trailing padding data in a packet), the second allows pausing a
27560           ASF stream in totem without getting demux errors afterwards.
27561
27562 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27563
27564         * ext/ogg/gstoggdemux.c: (get_relative):
27565           Check for non-NULL before accessing member (end-of-chain).
27566
27567 2004-12-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27568
27569         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
27570         (cdparanoia_set_property), (cdparanoia_get_property):
27571         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
27572         (dvdnavsrc_set_property), (dvdnavsrc_get_property):
27573         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
27574         (dvdreadsrc_init), (dvdreadsrc_set_property),
27575         (dvdreadsrc_get_property):
27576         * sys/vcd/vcdsrc.c: (gst_vcdsrc_class_init),
27577         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property):
27578           Synchronize property names where not yet the case. Devices are
27579           now device=X, other versions are deprecated (but still exist).
27580           Also use g_free() unconditionally.
27581         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27582         (setup_source), (gst_play_base_bin_get_property):
27583           Expose source.
27584
27585 2004-12-09  Thomas Vander Stichele  <thomas at apestaart dot org>
27586
27587         * configure.ac: move GCONF macro outside conditional for the am
27588           conditional. Fixes #160439
27589
27590 2004-12-08  David Schleef  <ds@schleef.org>
27591
27592         * tools/gst-visualise-m.m: Switch to elements that currently
27593         exist.
27594
27595 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27596
27597         * ext/ogg/gstogmparse.c: (gst_ogm_parse_chain):
27598           We love wrong commas.
27599
27600 2004-12-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27601
27602         * gst/matroska/matroska-demux.c:
27603         (gst_matroska_demux_handle_src_query):
27604           Don't set DEFAULT, unsupported - makes length display incorrectly
27605           in some cases.
27606
27607 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27608
27609         * gst/monoscope/README: remove blurb about files being GPL
27610         * gst/monoscope/gstmonoscope.c: Change license field to LGPL
27611         * gst/monoscope/monoscope.c: Change license to BSD with explanation
27612           monoscope is now effectively LGPL licensed
27613
27614 2004-12-07  Christian Fredrik Kalager Schaller  <uraeus@gnome.org>
27615
27616         * gst/monoscope/README: Update information to be more correct
27617         * gst/monoscope/convolve.c: Relicense to LGPL
27618         * gst/monoscope/convolve.h: Relicense to LGPL
27619
27620 2004-12-06  Arwed v. Merkatz <v.merkatz@gmx.net>
27621
27622         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
27623           set BUFFER_DURATION to correct values (mpeg1 audio frame length is fixed)
27624         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link):
27625           set default_duration for mpeg1 audio
27626
27627 2004-12-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
27628
27629         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_close_audio):
27630         * ext/alsa/gstalsa.h:
27631           refactor big chunks of the core caps negotiation code to make it
27632           a lot faster, because people claim it's really slow
27633           (actually, just cache the getcaps when the device is opened)
27634
27635 2004-12-06  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27636
27637         * ext/a52dec/gsta52dec.c: (gst_a52dec_init),
27638         (gst_a52dec_handle_event), (gst_a52dec_update_streaminfo),
27639         (gst_a52dec_handle_frame), (gst_a52dec_chain),
27640         (gst_a52dec_change_state), (plugin_init):
27641         * ext/a52dec/gsta52dec.h:
27642           Do something useful with timestamps. Make chain-based (since
27643           there's really no reason to be loopbased).
27644         * gst/avi/gstavidemux.c: (gst_avi_demux_process_next_entry):
27645           Update current_byte/frame correctly.
27646
27647 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27648
27649         * gst/apetag/apedemux.c: (gst_ape_demux_parse_tags),
27650         (gst_ape_demux_stream_init):
27651           Forward tags, too.
27652
27653 2004-12-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27654
27655         * gst/apetag/apedemux.c: (gst_ape_demux_stream_init):
27656           Let's make sure we're done typefinding when detecting tags.
27657
27658 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27659
27660         * gst/matroska/ebml-read.c: (gst_ebml_read_class_init),
27661         (gst_ebml_read_init), (gst_ebml_read_use_event),
27662         (gst_ebml_read_element_id), (gst_ebml_peek_id),
27663         (gst_ebml_read_seek), (gst_ebml_read_skip),
27664         (gst_ebml_read_reserve), (gst_ebml_read_buffer),
27665         (gst_ebml_read_master):
27666         * gst/matroska/ebml-read.h:
27667         * gst/matroska/matroska-demux.c:
27668         (gst_matroska_demux_parse_contents),
27669         (gst_matroska_demux_loop_stream), (gst_matroska_demux_audio_caps):
27670           Disgustingly evil hack for working around INTERRUPT events and
27671           their extremely annoying habit of being a pain in the ass. We
27672           simply peek a cluster before reading any of it.
27673
27674 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27675
27676         * ext/musepack/gstmusepackdec.cpp:
27677           There's also floating point libmusepacks.
27678
27679 2004-12-03  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27680
27681         * ext/faad/gstfaad.c: (gst_faad_chanpos_from_gst),
27682         (gst_faad_chanpos_to_gst), (gst_faad_chain):
27683           Set DURATION even if source buffer didn't. Also use increasing
27684           timestamps.
27685         * gst-libs/gst/riff/riff-media.c:
27686         (gst_riff_create_audio_caps_with_data):
27687           Block_align can have larger values than 8192.
27688
27689 2004-12-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27690
27691         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link):
27692         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link):
27693         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link):
27694         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link):
27695           Fix caps.
27696
27697 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27698
27699         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
27700           Fix logic bug.
27701
27702 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27703
27704         * ext/ogg/gstoggdemux.c: (gst_ogg_type_find):
27705           Yay, another one.
27706
27707 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27708
27709         * ext/esd/esdsink.c: (gst_esdsink_chain):
27710           Make error actually say something useful (fixes #156798).
27711         * gst-libs/gst/riff/riff-media.c:
27712         (gst_riff_create_video_caps_with_data),
27713         (gst_riff_create_video_template_caps):
27714           Add Intel Video 5.0 fourcc (IV50).
27715
27716 2004-12-01  Christophe Fergeau  <teuf@gnome.org>
27717
27718         * ext/mad/gstmad.c: (mpg123_parse_xing_header): fix xing header
27719         detection on mono and stereo mp3 files.
27720
27721 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27722
27723         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
27724           Don't crash on EMPTY caps (e.g. when the demuxer didn't recognize
27725           the contained stream).
27726
27727 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27728
27729         * ext/faad/gstfaad.c: (gst_faad_srcconnect), (gst_faad_chain):
27730           Oops, remove debug.
27731
27732 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27733
27734         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27735
27736         * gst/law/alaw-decode.c: (alawdec_getcaps):
27737         * gst/law/mulaw-decode.c: (mulawdec_getcaps):
27738           Prevent warnings when negotiating caps (fixes #159338).
27739
27740 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27741
27742         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
27743         (gst_ffmpegcsp_chain):
27744           Remove old leftover that shouldn't be there...
27745
27746 2004-12-01  Sebastien Cote  <sc5@hermes.usherb.ca>
27747
27748         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27749
27750         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_use_event):
27751           Don't forward DISCONT events (fixes #159684).
27752
27753 2004-12-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27754
27755         * gst/playback/gstplaybin.c: (remove_sinks), (setup_sinks):
27756           Unlink manually since sometimes bin disposal (and therefore
27757           pad unlinking) is delayed, which will cause a new media file
27758           to not be able to start playing instantly.
27759
27760 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27761
27762         * gst/playback/gststreaminfo.c: (stream_info_mute_pad):
27763           On mute of an unlinked stream, check for pad availability so
27764           we don't crash on unlinked pad.
27765
27766 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27767
27768         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
27769         (gst_avi_demux_massage_index):
27770           Fix quite humiliating bug in omitting 0-sized index chunks but
27771           forgetting to count them for timestamps.
27772
27773 2004-11-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27774
27775         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27776           Actually leave the loop if we failed to sync. Don't crash.
27777
27778 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27779
27780         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream),
27781         (gst_dvd_demux_process_private):
27782         * gst/mpegstream/gstdvddemux.h:
27783           Fix crash (#159759). Doesn't work, though. :-(.
27784
27785 2004-11-28  Benjamin Otte  <otte@gnome.org>
27786
27787         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27788           more overwriting protection due to modifying channels one by one
27789           instead of all at once
27790
27791 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27792
27793         * gst/audioconvert/gstchannelmix.c:
27794         (gst_audio_convert_fill_normalize):
27795           Normalize using absolute values.
27796
27797 2004-11-28  Julien MOUTTE  <julien@moutte.net>
27798
27799         * configure.ac:
27800         * ext/Makefile.am:
27801         * ext/directfb/Makefile.am:
27802         * ext/directfb/directfbvideosink.c: (gst_directfbvideosink_create),
27803         (gst_directfbvideosink_get_pixel_format),
27804         (gst_directfbvideosink_get_format_from_fourcc),
27805         (gst_directfbvideosink_fixate), (gst_directfbvideosink_getcaps),
27806         (gst_directfbvideosink_sink_link),
27807         (gst_directfbvideosink_change_state),
27808         (gst_directfbvideosink_chain), (gst_directfbvideosink_buffer_free),
27809         (gst_directfbvideosink_buffer_alloc),
27810         (gst_directfbvideosink_interface_supported),
27811         (gst_directfbvideosink_interface_init),
27812         (gst_directfbvideosink_navigation_send_event),
27813         (gst_directfbvideosink_navigation_init),
27814         (gst_directfbvideosink_set_property),
27815         (gst_directfbvideosink_get_property),
27816         (gst_directfbvideosink_finalize), (gst_directfbvideosink_init),
27817         (gst_directfbvideosink_base_init),
27818         (gst_directfbvideosink_class_init),
27819         (gst_directfbvideosink_get_type), (plugin_init):
27820         * ext/directfb/directfbvideosink.h: Adding a first version of
27821         directfbvideosink.
27822         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): Initializing some
27823         more.
27824
27825 2004-11-28  Benjamin Otte  <otte@gnome.org>
27826
27827         * gst/audioconvert/gstchannelmix.c: (gst_audio_convert_mix):
27828           walk the samples backwards if out_channels > in_channels so we don't
27829           overwrite data
27830
27831 2004-11-28  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27832
27833         * gst/audioconvert/Makefile.am:
27834         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
27835         (gst_audio_convert_link), (gst_audio_convert_change_state),
27836         (gst_audio_convert_channels):
27837         * gst/audioconvert/gstchannelmix.c:
27838         (gst_audio_convert_unset_matrix),
27839         (gst_audio_convert_fill_identical),
27840         (gst_audio_convert_fill_compatible),
27841         (gst_audio_convert_detect_pos), (gst_audio_convert_fill_one_other),
27842         (gst_audio_convert_fill_others),
27843         (gst_audio_convert_fill_normalize),
27844         (gst_audio_convert_fill_matrix), (gst_audio_convert_setup_matrix),
27845         (gst_audio_convert_passthrough), (gst_audio_convert_mix):
27846         * gst/audioconvert/gstchannelmix.h:
27847           Implement a channel mixer.
27848
27849 2004-11-28  Martin Soto  <martinsoto@users.sourceforge.net>
27850
27851         * ext/alsa/gstalsasink.c (gst_alsa_sink_loop):
27852         * ext/alsa/gstalsa.h:
27853         * ext/alsa/gstalsa.c (gst_alsa_set_clock):
27854         Make alsasink actually honor gst_element_set_clock and use that
27855         clock instead of its internal one.
27856
27857 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27858
27859         * gst/playback/gstplaybasebin.c: (setup_source): fixed a caps leak
27860         (gst_play_base_bin_change_state): nullify source and decoder when
27861         going from READY to NULL so that we don't try to do weird stuff with
27862         them when going from NULL to READY
27863         * gst/playback/gstplaybin.c: (gst_play_bin_init): use gst_object_unref
27864         instead of g_object_unref
27865         (gen_video_element), (gen_audio_element): more refcounting fixes, now
27866         it should be correct
27867         (gst_play_bin_change_state): don't call remove_sinks if we are
27868         currently disposing the object
27869
27870 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27871
27872         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop):
27873           Don't forget bass if it's there. Else left channel is silent...
27874
27875 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27876
27877         * ext/a52dec/gsta52dec.c: (gst_a52dec_loop),
27878         (gst_a52dec_change_state):
27879           Don't do sample adjusting anymore, we use float audio now.
27880         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
27881           Don't fixate to non-existing properties.
27882
27883 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27884
27885         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels),
27886         (gst_a52dec_change_state):
27887           Advertise that we can do surround sound.
27888
27889 2004-11-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27890
27891         * ext/a52dec/gsta52dec.c: (gst_a52dec_reneg):
27892           Add buffer-frames=0.
27893         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_get_type),
27894         (dvdreadsrc_init), (dvdreadsrc_get_event_mask),
27895         (dvdreadsrc_get_query_types), (dvdreadsrc_get_formats),
27896         (dvdreadsrc_srcpad_event), (dvdreadsrc_srcpad_query),
27897         (_seek_title), (_seek_chapter), (get_next_cell_for), (_read),
27898         (seek_sector), (dvdreadsrc_get), (dvdreadsrc_open_file),
27899         (dvdreadsrc_change_state), (dvdreadsrc_uri_get_type),
27900         (dvdreadsrc_uri_get_protocols), (dvdreadsrc_uri_get_uri),
27901         (dvdreadsrc_uri_set_uri), (dvdreadsrc_uri_handler_init):
27902         * ext/dvdread/dvdreadsrc.h:
27903           Add seeking, querying for bytes, sectors, title, angle and
27904           chapter. Handle multiple chapters. Relicense to LGPL because
27905           Billy agreed on that (thanks Billy!).
27906
27907 2004-11-27  Christophe Fergeau  <teuf@gnome.org>
27908
27909         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_dispose):
27910         call parent dispose method
27911
27912 2004-11-27  Martin Soto  <martinsoto@users.sourceforge.net>
27913
27914         * gst-libs/gst/audio/audioclock.c (gst_audio_clock_set_active)
27915         (gst_audio_clock_get_internal_time):
27916         Fix active <-> inactive transitions: ensure time value always
27917         grows and avoid abrupt value changes.
27918
27919 2004-11-27  Arwed v. Merkatz <v.merkatz@gmx.net>
27920
27921         * configure.ac:
27922         * gst/tta/Makefile.am:
27923         * gst/tta/crc32.h:
27924         * gst/tta/filters.h:
27925         * gst/tta/gsttta.c:
27926         * gst/tta/gstttadec.c:
27927         * gst/tta/gstttadec.h:
27928         * gst/tta/gstttaparse.c:
27929         * gst/tta/gstttaparse.h:
27930         * gst/tta/ttadec.h:
27931           added TTA parser and decoder
27932
27933 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27934
27935         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
27936         (probe_triggered), (check_queue), (buffer_underrun),
27937         (buffer_running), (buffer_overrun), (gen_source_element),
27938         (setup_source):
27939         * gst/playback/gstplaybasebin.h:
27940           Implement buffering. Needs some more work.
27941
27942 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27943
27944         * ext/theora/theoradec.c: (theora_dec_chain):
27945           Fix ilog mask range overflow.
27946
27947 2004-11-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27948
27949         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
27950           Don't omit the last (which in case of dmix is the only :) )
27951           channel count. Don't set channels if <= 2.
27952
27953 2004-11-26  Christophe Fergeau  <teuf@gnome.org>
27954
27955         * gst/playback/gstplaybin.c: (gen_video_element),
27956         (gen_audio_element): Removed 2 obsolete comments
27957
27958 2004-11-26  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
27959
27960         * ext/vorbis/oggvorbisenc.c
27961         * ext/vorbis/vorbisenc.c :
27962           change description fields of those plugins to differentiate them
27963           (pitivi show Encoders by description, they had the same one)
27964
27965 2004-11-25  Christophe Fergeau  <teuf@gnome.org>
27966
27967         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27968
27969         * gst/playback/gstplaybin.c: (gst_play_bin_dispose),
27970         (gst_play_bin_set_property), (gen_video_element),
27971         (gen_audio_element):
27972           Refcounting fixes for provided audio-/videosinks.
27973
27974 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27975
27976         * gst/playback/gstplaybin.c: (gen_video_element),
27977         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state):
27978           Don't reference all sinks, but only the video- and audiosinks.
27979           The vis. element should be disposed when we're done with it.
27980           We don't have any reason to keep it around. This fixes warnings
27981           when reusing playbin for playing multiple audio files with
27982           vis. enabled. Also release audio device on pause - idea stolen
27983           from Rhythmbox.
27984
27985 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
27986
27987         * ext/a52dec/gsta52dec.c: (gst_a52dec_channels), (gst_a52dec_push),
27988         (gst_a52dec_reneg), (gst_a52dec_loop), (plugin_init):
27989         * ext/alsa/gstalsa.c: (gst_alsa_get_caps):
27990         * ext/alsa/gstalsaplugin.c: (plugin_init):
27991         * ext/dts/gstdtsdec.c: (gst_dtsdec_channels),
27992         (gst_dtsdec_renegotiate), (gst_dtsdec_loop), (plugin_init):
27993         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_chanpos_from_gst),
27994         (gst_faad_chanpos_to_gst), (gst_faad_sinkconnect),
27995         (gst_faad_srcgetcaps), (gst_faad_srcconnect), (gst_faad_chain),
27996         (gst_faad_change_state), (plugin_init):
27997         * ext/faad/gstfaad.h:
27998         * ext/vorbis/vorbis.c: (plugin_init):
27999         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
28000         * gst-libs/gst/audio/Makefile.am:
28001         * gst-libs/gst/audio/audio.c: (plugin_init):
28002         * gst-libs/gst/audio/multichannel.c:
28003         (gst_audio_check_channel_positions),
28004         (gst_audio_get_channel_positions),
28005         (gst_audio_set_channel_positions),
28006         (gst_audio_set_structure_channel_positions_list),
28007         (add_list_to_struct), (gst_audio_set_caps_channel_positions_list),
28008         (gst_audio_fixate_channel_positions):
28009         * gst-libs/gst/audio/multichannel.h:
28010         * gst-libs/gst/audio/testchannels.c: (main):
28011         * gst/audioconvert/gstaudioconvert.c:
28012         (gst_audio_convert_class_init), (gst_audio_convert_init),
28013         (gst_audio_convert_dispose), (gst_audio_convert_getcaps),
28014         (gst_audio_convert_parse_caps), (gst_audio_convert_link),
28015         (gst_audio_convert_fixate), (gst_audio_convert_channels):
28016         * gst/audioconvert/plugin.c: (plugin_init):
28017           Surround sound support.
28018
28019 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28020
28021         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
28022           Fix position for discont if we're close as well. Nitpicking, but
28023           saves a few milliseconds of extra waiting or skipping.
28024
28025 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28026
28027         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter):
28028           We sometimes need parsers for playback, so add those too.
28029
28030 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28031
28032         * configure.ac:
28033         * gst/apetag/Makefile.am:
28034         * gst/apetag/apedemux.c: (gst_ape_demux_get_type),
28035         (gst_ape_demux_base_init), (gst_ape_demux_class_init),
28036         (gst_ape_demux_init), (gst_ape_demux_get_src_formats),
28037         (gst_ape_demux_get_src_query_types),
28038         (gst_ape_demux_handle_src_query), (gst_ape_demux_get_event_mask),
28039         (gst_ape_demux_handle_src_event), (gst_ape_demux_handle_event),
28040         (gst_ape_demux_typefind_peek), (gst_ape_demux_typefind_get_length),
28041         (gst_ape_demux_typefind_suggest), (gst_ape_demux_typefind),
28042         (gst_ape_demux_parse_tags), (gst_ape_demux_stream_init),
28043         (gst_ape_demux_stream_data), (gst_ape_demux_loop),
28044         (gst_ape_demux_change_state):
28045         * gst/apetag/apedemux.h:
28046         * gst/apetag/apetag.c: (plugin_init):
28047         * gst/typefind/gsttypefindfunctions.c: (apetag_type_find),
28048         (plugin_init):
28049           APE v1/2 tag reader plus typefind function.
28050
28051 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28052
28053         * configure.ac:
28054         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28055         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28056           Remove hacks for older core. Require newer core version
28057           accordingly.
28058
28059 2004-11-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28060
28061         * gst/cdxaparse/Makefile.am:
28062         * gst/cdxaparse/gstcdxaparse.c: (gst_cdxaparse_get_type),
28063         (gst_cdxaparse_class_init), (gst_cdxaparse_init),
28064         (gst_cdxaparse_loop), (gst_cdxaparse_change_state), (plugin_init):
28065         * gst/cdxaparse/gstcdxaparse.h:
28066         * gst/cdxaparse/gstcdxastrip.c: (gst_cdxastrip_get_type),
28067         (gst_cdxastrip_base_init), (gst_cdxastrip_class_init),
28068         (gst_cdxastrip_init), (gst_cdxastrip_get_src_formats),
28069         (gst_cdxastrip_get_src_query_types),
28070         (gst_cdxastrip_handle_src_query), (gst_cdxastrip_get_event_mask),
28071         (gst_cdxastrip_handle_src_event), (gst_cdxastrip_strip),
28072         (gst_cdxastrip_sync), (gst_cdxastrip_handle_event),
28073         (gst_cdxastrip_chain), (gst_cdxastrip_change_state):
28074         * gst/cdxaparse/gstcdxastrip.h:
28075           SVCD/VCD header stripping separated from CDXA image parsing.
28076         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28077         (plugin_init):
28078           Add VCD/SVCD header typefinding for VCD/SVCD.
28079         * sys/vcd/vcdsrc.c: (gst_vcdsrc_get_type), (gst_vcdsrc_base_init),
28080         (gst_vcdsrc_class_init), (gst_vcdsrc_init),
28081         (gst_vcdsrc_set_property), (gst_vcdsrc_get_property),
28082         (gst_vcdsrc_get_event_mask), (gst_vcdsrc_get_query_types),
28083         (gst_vcdsrc_get_formats), (gst_vcdsrc_srcpad_event),
28084         (gst_vcdsrc_srcpad_query), (gst_vcdsrc_get),
28085         (gst_vcdsrc_open_file), (gst_vcdsrc_close_file),
28086         (gst_vcdsrc_change_state), (gst_vcdsrc_msf),
28087         (gst_vcdsrc_recalculate), (gst_vcdsrc_uri_get_type),
28088         (gst_vcdsrc_uri_get_protocols), (gst_vcdsrc_uri_get_uri),
28089         (gst_vcdsrc_uri_set_uri), (gst_vcdsrc_uri_handler_init):
28090         * sys/vcd/vcdsrc.h:
28091           Fix up, add seeking, querying, URI interface. Works in totem now.
28092
28093 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28094
28095         * configure.ac:
28096           back to CVS
28097
28098 === release 0.8.6 ===
28099
28100 2004-11-25  Thomas Vander Stichele  <thomas at apestaart dot org>
28101
28102         * NEWS:
28103         * RELEASE:
28104         * configure.ac:
28105         * po/af.po:
28106         * po/az.po:
28107         * po/cs.po:
28108         * po/en_GB.po:
28109         * po/hu.po:
28110         * po/it.po:
28111         * po/nb.po:
28112         * po/nl.po:
28113         * po/or.po:
28114         * po/sq.po:
28115         * po/sr.po:
28116         * po/sv.po:
28117         * po/uk.po:
28118           releasing 0.8.6, "IOU Love"
28119
28120 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28121
28122         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28123
28124         * gst/playback/gstplaybasebin.c:
28125           Fix unplayable files error handling.  Fixes #158365
28126
28127 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28128
28129         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28130
28131         * gst/typefind/gsttypefindfunctions.c:
28132           Fix broken mp3 typefinding.  Fixes #158375
28133
28134 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28135
28136         patch by: Ronald Bultje <rbultje@ronald.bitfreak.net>
28137
28138         * ext/ogg/gstoggdemux.c:
28139           Fix sync on broken files.  Fixes #158976
28140
28141 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28142
28143         patch by: Edward Hervey <bilboed@bilboed.com>
28144
28145         * ext/libpng/gstpngenc.c:
28146           Copy over buffer properties.  Fixes #158832
28147
28148 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28149
28150         patch by: Tim-Philipp Müller <t.i.m@zen.co.uk>
28151
28152         * ext/dvdread/dvdreadsrc.c:
28153           Fixes invalid reads (#158462)
28154
28155 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28156
28157         * sys/v4l/gstv4lsrc.c:
28158         * sys/v4l/gstv4lsrc.h:
28159         * sys/v4l/v4lsrc_calls.c:
28160           Probe less and cache it.  Fixes #159187.
28161
28162 2004-11-23  Thomas Vander Stichele  <thomas at apestaart dot org>
28163
28164         * gst/videorate/gstvideorate.c:
28165           Handle all video formats. Fixes #159186.
28166
28167 2004-11-16  Jan Schmidt  <thaytan@mad.scientist.com>
28168         * gst/synaesthesia/gstsynaesthesia.c:
28169         (gst_synaesthesia_class_init), (gst_synaesthesia_init),
28170         (gst_synaesthesia_dispose), (gst_synaesthesia_finalize),
28171         (gst_synaesthesia_sink_link), (gst_synaesthesia_src_getcaps),
28172         (gst_synaesthesia_src_link), (gst_synaesthesia_chain),
28173         (gst_synaesthesia_change_state), (plugin_init):
28174         Fix up synaesthesia to work under different samplerates/ buffer sizes.
28175         Force 320x200 output, as that's the only thing the underlying
28176         synaesthesia implementation supports. Still needs to be made
28177         re-entrant.
28178
28179 2004-11-14  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28180
28181         * configure.ac:
28182           Fix mpeg2enc configure check (similar to mplex check below).
28183
28184 2004-11-14  Koop Mast  <kwm@rainbow-runner.nl>
28185
28186         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28187
28188         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28189           Fix for gcc-2.95 (fixes #158221).
28190
28191 2004-11-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28192
28193         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28194           Re-add clock distribution hack (until new core is released).
28195           Fixes #158125.
28196
28197 2004-11-13  Arwed v. Merkatz  <v.merkatz@gmx.net>
28198         * configure.ac:
28199           fix mplex configure check segfaulting on some systems (bug #140994)
28200
28201 2004-11-13  Benjamin Otte  <otte@gnome.org>
28202
28203         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait):
28204           add debugging
28205         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28206           do a wait when we enter the loop func with no data available to
28207           write instead of getting into an 100% CPU loop by just returning and
28208           being called again by the scheduler
28209
28210 2004-11-13  Jan Schmidt  <thaytan@mad.scientist.com>
28211
28212         * configure.ac:
28213         * ext/libvisual/visual.c: (gst_visual_get_type),
28214         (libvisual_log_handler), (gst_visual_getcaps),
28215         (gst_visual_srclink), (gst_visual_change_state), (make_valid_name),
28216         (plugin_init):
28217           Update libvisual to 0.1.7. Link in the debug handling to gstreamer
28218         * ext/smoothwave/Makefile.am:
28219         * ext/smoothwave/demo-osssrc.c: (main):
28220         * ext/smoothwave/gstsmoothwave.c: (gst_smoothwave_class_init),
28221         (gst_smoothwave_init), (gst_smoothwave_dispose), (gst_sw_sinklink),
28222         (gst_sw_srclink), (gst_smoothwave_chain), (gst_sw_change_state),
28223         (plugin_init):
28224         * ext/smoothwave/gstsmoothwave.h:
28225           Make gstsmoothwave a working element in the 20th century.
28226
28227         * gst/chart/gstchart.c: (gst_chart_init), (gst_chart_srcconnect):
28228           Fix incorrect link function
28229
28230 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28231
28232         * gst/volume/gstvolume.c:
28233           Allow buffer-frames=0.
28234
28235 2004-11-12 Iain <iaingnome@gmail.com>
28236
28237         * configure.ac: Check for polypaudio
28238
28239         * ext/Makefile.am: Build the polyp dir
28240
28241         * ext/polyp: The polypsink sources.
28242
28243 2004-10-30 Iain <iaingnome@gmail.com>
28244
28245         * gst/interleave/interleave.c (interleave_unlink): Change the src pads
28246         caps to reflect the new number of channels.
28247
28248 2004-11-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28249
28250         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
28251           Fix for negotiation order problem. This would show when the
28252           ALSA loopfuction was called before any other function. ALSA
28253           wouldn't do anything because we're not negotiated yet, leading
28254           to an infinite loop. Showed in e.g. Rhythmbox. Fixes #158006.
28255
28256 2004-11-11  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28257
28258         reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28259
28260         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query):
28261           No warnings (#157986).
28262
28263 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28264
28265         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
28266           Prefer apev1/2 and id3v1 (at end of file) over musepack.
28267
28268 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28269
28270         * gst/matroska/matroska-demux.c: (gst_matroska_demux_loop_stream):
28271           Signal no-more-pads (so it works in playbin).
28272
28273 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28274
28275         * ext/musepack/gstmusepackreader.cpp:
28276           Workaround for older core.
28277
28278 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28279
28280         * gst/ffmpegcolorspace/imgconvert.c: (yuv420p_to_yuv422):
28281           Actually test for odd width/height rather than testing whether
28282           a temporary variable that was 0 before we subtracted 1 is now
28283           not equal to zero (which it always is).
28284
28285 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28286
28287         * sys/v4l2/gstv4l2element.c: (gst_v4l2_iface_supported):
28288         Fix compilation if HAVE_XVIDEO is not defined
28289
28290 2004-11-11  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28291
28292         * sys/v4l/gstv4lelement.c: (gst_v4l_iface_supported):
28293         Fix compilation if HAVE_XVIDEO is not defined
28294
28295 2004-11-11  Jan Schmidt  <thaytan@mad.scientist.com>
28296
28297         * gst/goom/gstgoom.c: (gst_goom_class_init), (gst_goom_init),
28298         (gst_goom_dispose), (gst_goom_sinkconnect), (gst_goom_chain),
28299         (gst_goom_change_state), (plugin_init):
28300         Use the bytestream adapter so goom doesn't depend on the input
28301         buffer size.
28302         Add a debug category
28303
28304 2004-11-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28305
28306         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
28307           Only set hardware parameters *after* negotiation. Before
28308           negotiation, it will set ANY and that seems to cause crashes
28309           (see e.g. #151288, #153227).
28310
28311 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28312
28313         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
28314           This seems to be antique leftover. It needs to pass error
28315           checking.
28316         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
28317         (gst_sdlvideosink_deinitsdl), (gst_sdlvideosink_initsdl),
28318         (gst_sdlvideosink_destroy), (gst_sdlvideosink_create),
28319         (gst_sdlvideosink_sinkconnect), (gst_sdlvideosink_chain):
28320           Fix GstXOverlay implementation (#151059).
28321
28322 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28323
28324         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
28325           Don't assert (#157853).
28326
28327 2004-11-10  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28328
28329         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
28330           Fix bytes/samples confustion.
28331         (gst_alsa_sink_mmap), (gst_alsa_sink_loop):
28332           Fix for underrun (#144389).
28333
28334 2004-11-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28335
28336         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
28337           Disable halfway-seek for pending release (since it needs a new
28338           core release).
28339
28340 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28341
28342         * sys/v4l/gstv4lsrc.c:
28343         * sys/v4l/gstv4lsrc.h:
28344         * sys/v4l/v4lsrc_calls.c:
28345           add autoprobe-fps property so we can separate autoprobing parts
28346
28347 2004-11-09  Thomas Vander Stichele  <thomas at apestaart dot org>
28348
28349         * sys/v4l/gstv4lsrc.c:
28350         * sys/v4l/v4lsrc_calls.c:
28351         initialise fourcc to catch unset fourcc's, and debug
28352
28353 2004-11-09  Wim Taymans  <wim@fluendo.com>
28354
28355         * gst/playback/README:
28356         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28357         * gst/playback/gstplaybin.c: (gst_play_bin_init),
28358         (gst_play_bin_dispose), (gst_play_bin_set_property),
28359         (remove_sinks), (setup_sinks), (gst_play_bin_change_state),
28360         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
28361         (gst_play_bin_get_formats), (gst_play_bin_convert),
28362         (gst_play_bin_get_query_types), (gst_play_bin_query):
28363         Cleanups and some more documentation.
28364
28365 2004-11-09  Jan Schmidt  <thaytan@mad.scientist.com>
28366
28367         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
28368         (gst_cacasink_init), (gst_cacasink_chain):
28369         * ext/libcaca/gstcacasink.h:
28370         Cacasink inherits from VideoSink, so let that store the clock.
28371
28372 2004-11-09  Wim Taymans  <wim@fluendo.com>
28373
28374         * gst/playback/README:
28375         * gst/playback/gstplaybasebin.c: (group_destroy), (group_is_muted),
28376         (add_stream), (unknown_type), (add_element_stream), (no_more_pads),
28377         (probe_triggered), (preroll_unlinked), (new_decoded_pad),
28378         (gst_play_base_bin_change_state), (gst_play_base_bin_found_tag):
28379         * gst/playback/gstplaybin.c: (gen_vis_element), (remove_sinks),
28380         (setup_sinks):
28381         * gst/playback/gststreaminfo.c: (gst_stream_info_set_mute),
28382         (gst_stream_info_is_mute), (gst_stream_info_set_property):
28383         * gst/playback/gststreaminfo.h:
28384         Updated README.
28385         Only switch groups if all streams have muted (EOSed).
28386         Send Tags in sync with the stream playback instead of in
28387         the playback/preroll phase.
28388         Some cleanups, free the fakesrc elements.
28389
28390 2004-11-09  Benjamin Otte  <in7y118@public.uni-hamburg.de>
28391
28392         * ext/alsa/gstalsa.c: (gst_alsa_get_caps_internal):
28393           buffer-frames property was missing
28394         * ext/arts/gst_arts.c:
28395           rate missing from sinkcaps
28396         * ext/audiofile/gstafparse.c:
28397         * ext/audiofile/gstafsink.c:
28398         * ext/audiofile/gstafsrc.c:
28399         * ext/swfdec/gstswfdec.c:
28400           int audio doesn't know buffer-frames
28401         * ext/cdparanoia/gstcdparanoia.c:
28402           int audio doesn't know chunksize either
28403         * ext/nas/nassink.c:
28404           it's endianness, not endianess
28405         * gst-libs/gst/audio/audio.h:
28406           make float standard pad template caps really describe float
28407         * gst/law/mulaw.c: (linear_factory):
28408           signed only, please
28409         * gst/mpegstream/gstdvddemux.c:
28410           widths of 20 are not valid
28411
28412 2004-11-08  Thomas Vander Stichele  <thomas at apestaart dot org>
28413
28414         Submitted by: Luca Ferretti <elle.uca@infinito.it>
28415
28416         * po/LINGUAS:
28417         * po/it.po:
28418           Add Italian
28419
28420 2004-11-08  Wim Taymans  <wim@fluendo.com>
28421
28422         * gst/playback/README:
28423         * gst/playback/gstdecodebin.c: (close_pad_link), (try_to_link_1):
28424         * gst/playback/gstplaybasebin.c: (probe_triggered),
28425         (gst_play_base_bin_change_state):
28426         Updated README, added more comments for fixmes etc..
28427
28428 2004-11-08  Wim Taymans  <wim@fluendo.com>
28429
28430         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_add_element):
28431         We can remove this hack now.
28432
28433 2004-11-08  Wim Taymans  <wim@fluendo.com>
28434
28435         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_ayuv),
28436         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28437         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28438         Only mix AYUV for maximum quality.
28439
28440 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28441
28442         * ext/ogg/gstoggdemux.c: (get_relative), (gst_ogg_demux_src_query),
28443         (gst_ogg_demux_push), (gst_ogg_pad_push):
28444           Let's act as if we're synchronized now! :).
28445         * ext/theora/theoradec.c: (theora_dec_chain):
28446           Add some debug.
28447
28448 2004-11-08  Wim Taymans  <wim@fluendo.com>
28449
28450         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28451         (gst_alpha_set_property), (gst_alpha_sink_link),
28452         (gst_alpha_set_ayuv), (gst_alpha_set_i420),
28453         (gst_alpha_chroma_key_ayuv), (gst_alpha_chroma_key_i420),
28454         (gst_alpha_init_params), (gst_alpha_chain):
28455         Implement alpha functions for AYUV too, this increases
28456         accuracy quite a bit.
28457
28458 2004-11-08  Wim Taymans  <wim@fluendo.com>
28459
28460         * gst/ffmpegcolorspace/avcodec.h:
28461         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28462         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_caps_to_pixfmt),
28463         (gst_ffmpegcsp_avpicture_fill):
28464         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28465         (gst_ffmpegcsp_caps_remove_format_info):
28466         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28467         (shrink12), (img_get_alpha_info), (deinterlace_line),
28468         (deinterlace_line_inplace):
28469         * gst/ffmpegcolorspace/imgconvert_template.h:
28470         Added AYUV colorspace and handle RGBA a bit more respectful.
28471
28472 2004-11-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28473
28474         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28475           Actually always send a discont (cornercase when resending the
28476           same serial-tagged chain twice).
28477
28478 2004-11-08  Julien MOUTTE  <julien@moutte.net>
28479
28480         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_clear),
28481         (gst_ximagesink_finalize):
28482         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_clear),
28483         (gst_xvimagesink_finalize): Some more cleanups, leaks fixed and checks.
28484
28485 2004-11-08  Wim Taymans  <wim@fluendo.com>
28486
28487         * gst/typefind/gsttypefindfunctions.c: (aac_type_find):
28488         Don't segfault on NULL data.
28489
28490 2004-11-08  Wim Taymans  <wim@fluendo.com>
28491
28492         * gst/playback/gstdecodebin.c: (unlinked):
28493         * gst/playback/gstplay-marshal.list:
28494         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
28495         (gst_play_base_bin_init), (group_create), (get_active_group),
28496         (get_building_group), (group_destroy), (group_commit),
28497         (queue_overrun), (remove_groups), (add_stream), (unknown_type),
28498         (add_element_stream), (no_more_pads), (probe_triggered),
28499         (preroll_unlinked), (new_decoded_pad), (removed_decoded_pad),
28500         (state_change), (setup_source), (gst_play_base_bin_get_property),
28501         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
28502         (gst_play_base_bin_link_stream),
28503         (gst_play_base_bin_get_streaminfo):
28504         * gst/playback/gstplaybasebin.h:
28505         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
28506         (remove_sinks), (setup_sinks), (gst_play_bin_change_state):
28507         Add support for chained ogg files. Prepare for playlist
28508         support. This patch introduces the concept of pad groups, which
28509         together compose one playable media file.
28510
28511 2004-11-07  David Schleef  <ds@schleef.org>
28512
28513         * testsuite/gst-lint: Check for pad templates that aren't statically
28514         scoped.
28515
28516 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28517
28518         * configure.ac:
28519         * ext/Makefile.am:
28520         * ext/musepack/Makefile.am:
28521         * ext/musepack/gstmusepackdec.cpp:
28522         * ext/musepack/gstmusepackdec.h:
28523         * ext/musepack/gstmusepackreader.cpp:
28524         * ext/musepack/gstmusepackreader.h:
28525           Add musepack decoder.
28526         * ext/faad/gstfaad.c: (gst_faad_base_init):
28527           Make pad templates static.
28528         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
28529         (plugin_init):
28530           Add musepack typefinder, make mp3 typefinding work halfway stream,
28531           which doesn't actually work yet because id3demux doesn't implement
28532           _get_length().
28533
28534 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28535
28536         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
28537         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop):
28538           Fix interrupt event handling (#144436).
28539
28540 2004-11-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28541
28542         * ext/mad/gstid3tag.c: (gst_id3_tag_do_typefind):
28543           Hide unused glory.
28544
28545 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28546
28547         reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28548
28549         * ext/vorbis/vorbisenc.c: (raw_caps_factory):
28550           Fix weird caps (#157548).
28551
28552 2004-11-06  Tim-Philipp Müller  <t.i.m@zen.co.uk>
28553
28554         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28555
28556         * gst/rtp/gstrtpgsmparse.c: (gst_rtpgsm_caps_nego):
28557           Add missing NULL terminator (#157543).
28558
28559 2004-11-05  Thomas Vander Stichele  <thomas at apestaart dot org>
28560
28561         * gst/tcp/gsttcp.h:
28562         * gst/tcp/gsttcpclientsink.c:
28563         * gst/tcp/gsttcpclientsrc.c:
28564         * gst/tcp/gsttcpserversink.c:
28565         * gst/tcp/gsttcpserversrc.c:
28566           ports can go up to 65535.  Move common defines to gsttcp.h
28567
28568 2004-11-05  Wim Taymans  <wim@fluendo.com>
28569
28570         * gst/videotestsrc/videotestsrc.c: (paint_setup_Y41B),
28571         (paint_hline_Y41B), (paint_setup_Y42B), (paint_hline_Y42B):
28572         Added two more colorspaces.
28573
28574 2004-11-05  Wim Taymans  <wim@fluendo.com>
28575
28576         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28577         (gst_ffmpegcsp_avpicture_fill):
28578         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28579         (yuv422p_to_yuv422), (yuv420p_to_yuv422), (shrink12),
28580         (img_convert), (deinterlace_line), (deinterlace_line_inplace):
28581         More stride fixes.
28582
28583 2004-11-05  Wim Taymans  <wim@fluendo.com>
28584
28585         * gst/alpha/gstalpha.c: (gst_alpha_set_property), (gst_alpha_add),
28586         (gst_alpha_chroma_key), (gst_alpha_init_params), (gst_alpha_chain):
28587         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28588         (gst_videomixer_fill_checker), (gst_videomixer_blend_buffers),
28589         (gst_videomixer_loop):
28590         More stride fixes.
28591
28592 2004-11-05  Benjamin Otte  <otte@gnome.org>
28593
28594         * ext/mad/gstmad.c: (gst_mad_chain):
28595           don't overflow data buffer. Flush not needed sync data when syncing
28596           failed.
28597
28598 2004-11-04  Wim Taymans  <wim@fluendo.com>
28599
28600         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28601         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
28602         (gst_alpha_get_property), (gst_alpha_add), (gst_alpha_chroma_key),
28603         (gst_alpha_init_params), (gst_alpha_chain),
28604         (gst_alpha_change_state):
28605         Updated the chroma keying algorithm with something more
28606         sophisticated.
28607
28608 2004-11-03  Wim Taymans  <wim@fluendo.com>
28609
28610         * gst/videomixer/videomixer.c: (gst_videomixer_blend_ayuv_i420),
28611         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
28612         (gst_videomixer_blend_buffers), (gst_videomixer_loop):
28613         Fix stride issues. Does not completely work for odd
28614         heights.
28615
28616 2004-11-03  Wim Taymans  <wim@fluendo.com>
28617
28618         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
28619         (gst_alpha_chroma_key), (gst_alpha_chain):
28620         Fix stride issues. Does not completely work for odd
28621         heights.
28622
28623 2004-11-03  Christophe Fergeau  <teuf@gnome.org>
28624
28625         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
28626         * gst/videoscale/videoscale.c: (videoscale_find_by_structure):
28627         leak fixes
28628
28629 2004-11-03  Wim Taymans  <wim@fluendo.com>
28630
28631         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28632         (gst_ffmpegcsp_avpicture_fill):
28633         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_get_size),
28634         (avpicture_alloc):
28635         * gst/ffmpegcolorspace/imgconvert_template.h:
28636         Use correct _fill function to get correct strides.
28637
28638 2004-11-02  David Schleef  <ds@schleef.org>
28639
28640         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
28641         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_parse_tree),
28642         (qtdemux_parse_udta), (qtdemux_tag_add), (gst_qtdemux_handle_esds):
28643         Change all g_print()s to debugging.  Add a bunch of consistency
28644         checks.
28645
28646 2004-11-02  Wim Taymans  <wim@fluendo.com>
28647
28648         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28649         (try_to_link_1), (get_our_ghost_pad), (remove_element_chain),
28650         (unlinked), (no_more_pads), (close_link):
28651         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_init),
28652         (unknown_type), (add_element_stream), (new_decoded_pad),
28653         (removed_decoded_pad), (setup_source):
28654         * gst/playback/gststreaminfo.c: (gst_stream_info_get_type),
28655         (gst_stream_info_class_init), (gst_stream_info_init),
28656         (gst_stream_info_new), (gst_stream_info_dispose),
28657         (stream_info_mute_pad), (gst_stream_info_set_property),
28658         (gst_stream_info_get_property):
28659         * gst/playback/gststreaminfo.h:
28660         Fix playback of multiple files.
28661         a slightly different approach to handling dynamic pad removals.
28662         This one only looks at pads that we have linked.
28663
28664 2004-11-01  Christophe Fergeau  <teuf@gnome.org>
28665
28666         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_finalize): fix an "invalid
28667         free" warning from libc.
28668
28669 2004-11-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28670
28671         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
28672         (get_unconnected_element), (remove_starting_from), (pad_removed),
28673         (close_link):
28674           Implement support for dynamic pad changing. We listen to "live"
28675           pad removals (i.e. while playing) and re-setup autoplugging
28676           after that. Playbasebin/playbin need some more work for this
28677           to finally work, but decodebin supports (and replugs) chained
28678           ogg now.
28679
28680 2004-11-02  Jan Schmidt  <thaytan@mad.scientist.com>
28681
28682         * ext/alsa/gstalsa.c: (gst_alsa_class_init), (gst_alsa_dispose),
28683         (gst_alsa_finalize):
28684         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init),
28685         (gst_cdaudio_finalize):
28686         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
28687         (cdparanoia_finalize):
28688         * ext/divx/gstdivxdec.c: (gst_divxdec_dispose):
28689         * ext/divx/gstdivxenc.c: (gst_divxenc_dispose):
28690         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
28691         (dvdreadsrc_finalize):
28692         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
28693         (gst_flacdec_finalize):
28694         * ext/flac/gstflacenc.c: (gst_flacenc_class_init),
28695         (gst_flacenc_finalize):
28696         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_class_init),
28697         (gst_gnomevfssink_finalize):
28698         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_class_init),
28699         (gst_gnomevfssrc_finalize):
28700         * ext/libfame/gstlibfame.c: (gst_fameenc_class_init),
28701         (gst_fameenc_finalize):
28702         * ext/nas/nassink.c: (gst_nassink_class_init),
28703         (gst_nassink_finalize):
28704         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_finalize),
28705         (gst_sdlvideosink_class_init):
28706         * ext/sndfile/gstsf.c: (gst_sf_dispose):
28707         * gst-libs/gst/mixer/mixertrack.c: (gst_mixer_track_dispose):
28708         * gst-libs/gst/tuner/tunerchannel.c: (gst_tuner_channel_dispose):
28709         * gst-libs/gst/tuner/tunernorm.c: (gst_tuner_norm_dispose):
28710         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
28711         (gst_x_window_listener_dispose):
28712         * gst/audioscale/gstaudioscale.c:
28713         * gst/playondemand/gstplayondemand.c: (play_on_demand_class_init),
28714         (play_on_demand_finalize):
28715         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose):
28716         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
28717         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init),
28718         (cdplayer_finalize):
28719         * sys/glsink/glimagesink.c: (gst_glimagesink_finalize),
28720         (gst_glimagesink_class_init):
28721         * sys/oss/gstosselement.c: (gst_osselement_class_init),
28722         (gst_osselement_finalize):
28723         * sys/oss/gstosssink.c: (gst_osssink_dispose):
28724         * sys/oss/gstosssrc.c: (gst_osssrc_dispose):
28725         * sys/v4l/gstv4lelement.c: (gst_v4lelement_dispose):
28726           Fixes a bunch of problems with finalize and dispose functions,
28727           either assumptions that dispose is only called once, or not calling
28728           the parent class dispose/finalize function
28729
28730 2004-11-01  Stefan Kost  <ensonic@users.sf.net>
28731
28732         * ext/esd/esdsink.c: (gst_esdsink_init), (gst_esdsink_link):
28733           added two api precondition guards
28734           use g_strdup with getenv to fix crash when using ENVVAR
28735
28736 2004-11-01  Jan Schmidt  <thaytan@mad.scientist.com>
28737         * ext/esd/esdsink.c: (gst_esdsink_class_init),
28738         (gst_esdsink_finalize):
28739         Use a finalize function, not dispose, and more importantly,
28740         call the parent class finalize function too
28741
28742 2004-11-01  Johan Dahlin  <johan@gnome.org>
28743
28744         * ext/ogg/gstoggdemux.c:
28745         * gst/tags/gstvorbistag.c:
28746         Plug leaks.
28747
28748 2004-10-31  Benjamin Otte  <otte@gnome.org>
28749
28750         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
28751           lotsa memleaks today. But they're all small...
28752
28753 2004-10-31  Benjamin Otte  <otte@gnome.org>
28754
28755         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28756           another memleak crushed
28757
28758 2004-10-31  Benjamin Otte  <otte@gnome.org>
28759
28760         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
28761           fix memleak
28762
28763 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28764
28765         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
28766           Hack to prevent crash when going to READY inside signal handler
28767           while this function is active.
28768
28769 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28770
28771         * gst/ffmpegcolorspace/Makefile.am:
28772         * gst/ffmpegcolorspace/avcodec.h:
28773         * gst/ffmpegcolorspace/common.h:
28774         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
28775         * gst/ffmpegcolorspace/dsputil.h:
28776         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
28777         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
28778         (gst_ffmpeg_get_palette), (gst_ffmpeg_set_palette),
28779         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_smpfmt_to_caps),
28780         (gst_ffmpegcsp_codectype_to_caps), (gst_ffmpeg_caps_to_smpfmt),
28781         (gst_ffmpeg_caps_to_pixfmt), (gst_ffmpegcsp_caps_with_codectype),
28782         (gst_ffmpegcsp_avpicture_fill):
28783         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
28784         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
28785         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
28786         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_get_type),
28787         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
28788         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
28789         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
28790         (gst_ffmpegcsp_get_property), (gst_ffmpegcolorspace_register):
28791         * gst/ffmpegcolorspace/imgconvert.c:
28792         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
28793         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
28794         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
28795         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
28796         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
28797         (yuv422_to_yuv420p), (uyvy422_to_yuv420p), (uyvy422_to_yuv422p),
28798         (yuv422_to_yuv422p), (yuv422p_to_yuv422), (yuv422p_to_uyvy422),
28799         (uyvy411_to_yuv411p), (yuv420p_to_yuv422), (C_JPEG_TO_CCIR),
28800         (img_convert_init), (img_apply_table), (shrink41), (shrink21),
28801         (shrink12), (shrink22), (shrink44), (grow21_line), (grow41_line),
28802         (grow21), (grow22), (grow41), (grow44), (conv411),
28803         (gif_clut_index), (build_rgb_palette), (bitcopy_n), (mono_to_gray),
28804         (monowhite_to_gray), (monoblack_to_gray), (gray_to_mono),
28805         (gray_to_monowhite), (gray_to_monoblack), (avpicture_alloc),
28806         (avpicture_free), (is_yuv_planar), (img_convert),
28807         (get_alpha_info_pal8), (img_get_alpha_info), (deinterlace_line),
28808         (deinterlace_line_inplace), (deinterlace_bottom_field),
28809         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
28810         * gst/ffmpegcolorspace/imgconvert_template.h:
28811         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
28812         * gst/ffmpegcolorspace/mmx.h:
28813         * gst/ffmpegcolorspace/utils.c: (av_mallocz), (av_strdup),
28814         (av_fast_realloc), (av_mallocz_static), (av_free_static),
28815         (av_freep), (avcodec_get_context_defaults),
28816         (avcodec_alloc_context), (avcodec_init):
28817           Sync back from gst-ffmpeg. Deprecates ffcolorspace. Adds palette
28818           handling plus update from ffmpeg CVS. Large clean-up.
28819
28820 2004-10-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28821
28822         * gst/playback/Makefile.am:
28823           We need the marshallers for decodebin, too.
28824
28825 2004-10-30  David Schleef  <ds@schleef.org>
28826
28827         * gst/typefind/gsttypefindfunctions.c: (qt_type_find): Make
28828           quicktime typefinding work with 64-bit offsets.
28829
28830 2004-10-30  Jan Schmidt  <thaytan@mad.scientist.com>
28831
28832         * ext/dv/gstdvdec.c: (gst_dvdec_handle_sink_event):
28833           Set EOS on the element when processing an EOS event.
28834         * ext/speex/gstspeexdec.h:
28835         * ext/speex/gstspeexenc.h:
28836           Only keep a const ptr to the mode
28837         * gst-libs/gst/riff/riff-media.c:
28838         (gst_riff_create_audio_caps_with_data),
28839         (gst_riff_create_audio_template_caps):
28840           Allow WMAV3, with up to 6 channels.
28841         * gst/asfdemux/gstasfmux.c: (gst_asfmux_request_new_pad):
28842           Don't call gst_pad_set_event_function on a sink pad.
28843         * gst/mpegstream/gstdvddemux.c:
28844         (gst_dvd_demux_get_subpicture_stream),
28845         (gst_dvd_demux_set_cur_audio), (gst_dvd_demux_set_cur_subpicture):
28846           Copy the explicit caps that were set across to the cur_* pads,
28847           instead of trying to use a possibly non-existent negotiated caps.
28848           Reset the type of subpicture pads to UNKNOWN after calling
28849           init_stream, so that the caps get set.
28850
28851 2004-10-29  Martin Pitt  <martin.pitt@canonical.com>
28852
28853         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28854
28855         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
28856           Don't touch buffer if it is of size 0 (fixes #151064).
28857
28858 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28859
28860         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push), (gst_ogg_pad_push):
28861           Synchronized discont handling.
28862
28863 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28864
28865         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28866         (gst_ogg_demux_push):
28867           Make seeking sort-of exact again (fixes #156387).
28868
28869 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28870
28871         * gst/playback/gstplaybasebin.c: (unknown_type),
28872         (add_element_stream), (new_decoded_pad),
28873         (gst_play_base_bin_change_state):
28874         * gst/playback/gststreaminfo.c: (gst_stream_info_class_init),
28875         (gst_stream_info_init), (gst_stream_info_new),
28876         (gst_stream_info_dispose), (gst_stream_info_get_property):
28877         * gst/playback/gststreaminfo.h:
28878           Make caps explicitely available. Makes testing for unsupported
28879           types possible. Improves error reporting.
28880
28881 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28882
28883         * gst/audioconvert/gstaudioconvert.c:
28884         (gst_audio_convert_buffer_to_default_format):
28885           Really don't touch read-only buffers (#156563).
28886
28887 2004-10-29  Sebastien Cote  <sc5@hermes.usherb.ca>
28888
28889         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28890
28891         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
28892           Fix memleak (#155223).
28893
28894 2004-10-29  Wim Taymans  <wim@fluendo.com>
28895
28896         * gst/tcp/.cvsignore:
28897         * gst/tcp/gstmultifdsink.c: (gst_sync_method_get_type),
28898         (gst_multifdsink_class_init), (gst_multifdsink_init),
28899         (gst_multifdsink_add), (gst_multifdsink_remove),
28900         (gst_multifdsink_remove_client_link), (is_sync_frame),
28901         (gst_multifdsink_new_client),
28902         (gst_multifdsink_handle_client_write),
28903         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
28904         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
28905         (gst_multifdsink_get_property):
28906         * gst/tcp/gstmultifdsink.h:
28907         Added burst on connect sync_method, deprecated sync_clients,
28908         streamlined the sync code some more.
28909
28910 2004-10-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28911
28912         * gst/playback/gstplaybasebin.c: (thread_error), (setup_source),
28913         (gst_play_base_bin_change_state):
28914           Improve error reporting.
28915
28916 2004-10-28  Wim Taymans  <wim@fluendo.com>
28917
28918         * gst/tcp/Makefile.am:
28919         * gst/tcp/fdsetstress.c: (mess_some_more), (run_test), (main):
28920         * gst/tcp/gstfdset.c: (nearest_pow), (resize), (ensure_size),
28921         (gst_fdset_new), (gst_fdset_free), (gst_fdset_set_mode),
28922         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
28923         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
28924         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
28925         (gst_fdset_wait):
28926         Added more locks around fdset structures. Fixed/reworked
28927         the poll array resizing code.
28928         Added stress test for fdset.
28929
28930 2004-10-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
28931
28932         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
28933         fix build
28934
28935 2004-10-28  Benjamin Otte  <otte@gnome.org>
28936
28937         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link):
28938           fix link function to always query channels and query width for
28939           floats
28940         * configure.ac:
28941           add equalizer dir
28942         * gst/equalizer/Makefile.am:
28943         * gst/equalizer/gstiirequalizer.c: (gst_iir_equalizer_get_type),
28944         (gst_iir_equalizer_base_init), (gst_iir_equalizer_class_init),
28945         (gst_iir_equalizer_init), (gst_iir_equalizer_finalize),
28946         (arg_to_scale), (setup_filter),
28947         (gst_iir_equalizer_compute_frequencies),
28948         (gst_iir_equalizer_set_property), (gst_iir_equalizer_get_property),
28949         (gst_iir_equalizer_filter_inplace), (gst_iir_equalizer_setup),
28950         (plugin_init):
28951           add an equalizer
28952
28953 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28954
28955         Submitted by: Kjartan Maraas <kmaraas@broadpark.no>
28956
28957         * po/LINGUAS:
28958         * po/nb.po:
28959           Added Norwegian Bokmaal translation
28960
28961 2004-10-27  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
28962
28963         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
28964           Don't break on options (fixes #156488).
28965
28966 2004-10-27  Thomas Vander Stichele  <thomas at apestaart dot org>
28967
28968         * configure.ac:
28969         * ext/cdaudio/Makefile.am:
28970         * sys/Makefile.am:
28971           fix build on older automake
28972
28973 2004-10-26  Wim Taymans  <wim@fluendo.com>
28974
28975         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
28976         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
28977         Allow a little margin when negotiating the framerate.
28978
28979 2004-10-26  Stefan Kost  <ensonic@users.sf.net>
28980
28981         * gst/level/gstlevel.c:
28982           synchonised naming of pads and pad-templates
28983
28984 2004-10-26  Wim Taymans  <wim@fluendo.com>
28985
28986         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
28987         (gst_ogg_demux_handle_event), (_find_chain_get_unknown_part),
28988         (_find_streams_check), (gst_ogg_demux_push):
28989         Fix EOS again. Needs to be done in a better way. We should not
28990         remove the pad if there is no new chained stream.
28991
28992 2004-10-26 Iain <iaingnome@gmail.com>
28993
28994         * ext/ogg/gstoggdemux.c (gst_ogg_pad_new): Free the tag list.
28995         * gst/audioscale/gstaudioscale.c (gst_audioscale_link): Free the copy
28996         of the caps.
28997         * gst/interleave/interleave.c (interleave_class_init): Hook up release
28998         pad.
28999         (interleave_release_pad): Remove the pad.
29000         * gst/level/gstlevel.c: Allow the level to take 1 or 2 channels.
29001         * sys/sunaudio/gstsunaudio.c (gst_sunaudio_setparams): Pay attention to
29002         the set device.
29003         * sys/xvimage/xvimagesink.c (gst_xvimagesink_get_xv_support): Free the
29004         attrs
29005         (gst_xvimagesink_xcontext_clear): Free the xcontext.
29006         (gst_xvimagesink_finalize): Free the par.
29007
29008 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29009
29010         * gst/avi/gstavimux.c: (gst_avimux_audsinkconnect),
29011         (gst_avimux_stop_file):
29012           First calculate the rate, and only then use it. Hdr.rate is a
29013           multiple and not a derivative of hdr.scale. Scale is not the
29014           same as blockalign but is solely related to rate.
29015
29016 2004-10-26  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29017
29018         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_init),
29019         (gst_gnomevfssink_handle_event), (gst_gnomevfssink_chain):
29020           Implement seeking.
29021
29022 2004-10-25  James Henstridge  <james@jamesh.id.au>
29023
29024         Reviewed by:  David Schleef  <ds@schleef.org>
29025
29026         * examples/gstplay/player.c: (got_stream_length), (main):
29027         * examples/seeking/cdplayer.c: (update_scale):
29028         * examples/seeking/seek.c: (format_value), (update_scale):
29029         * examples/seeking/spider_seek.c: (format_value), (update_scale),
29030         (stop_seek):
29031         Build fixes on AMD64.
29032
29033 2004-10-25  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29034
29035         reviewed by: Ronald Bultje <rbultje at gnome dot org>
29036
29037         * sys/v4l/v4l_calls.c: (gst_v4l_get_chan_names):
29038         Fix for some v4l cards which hang in v4lsrc
29039
29040 2004-10-25  Wim Taymans  <wim@fluendo.com>
29041
29042         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_remove),
29043         (gst_ogg_demux_push), (gst_ogg_chains_clear):
29044         Make sure to remove the pad when a new chain is
29045         encountered. Set some vars to NULL so we don't try
29046         to reference freed memory.
29047
29048 2004-10-25  Wim Taymans  <wim@fluendo.com>
29049
29050         * examples/seeking/Makefile.am:
29051         * examples/seeking/cdplayer.c: (update_scale):
29052         * examples/seeking/chained.c: (unlinked), (new_pad), (main):
29053         * examples/seeking/playbin.c: (make_playerbin_pipeline),
29054         (format_value), (update_scale), (iterate), (start_seek),
29055         (stop_seek), (print_media_info), (play_cb), (pause_cb), (stop_cb),
29056         (print_usage), (main):
29057         Added some more examples, update others.
29058
29059 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29060
29061         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
29062         * ext/speex/gstspeexdec.c: (speex_dec_chain):
29063         * ext/theora/theoradec.c: (theora_dec_chain):
29064         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29065           Add codec-name metadata.
29066
29067 2004-10-25  Takao Fujiwara  <Takao.Fujiwara@Sun.COM>
29068
29069         Reviewd by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29070
29071         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29072         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29073         * ext/alsa/gstalsamixertrack.h:
29074         * po/POTFILES.in:
29075           ALSA mixer track label internationalization (#154054).
29076
29077 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29078
29079         * ext/theora/theoradec.c: (theora_dec_chain):
29080           Export bitrate as metadata.
29081
29082 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29083
29084         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
29085         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
29086         * ext/alsa/gstalsamixertrack.h:
29087           Fix names, fix loop.
29088
29089 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29090
29091         * ext/speex/gstspeexdec.c: (gst_speex_dec_init),
29092         (speex_dec_convert):
29093           sinkconvert function so oggdemux can get the file length (totem).
29094
29095 2004-10-25  James Morrison  <ja2morri@csclub.uwaterloo.ca>
29096
29097         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29098
29099         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
29100           Don't push incomplete packets.
29101         * gst/typefind/gsttypefindfunctions.c: (m4a_type_find):
29102           Fix MPEG-4 audio typefinding.
29103
29104 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29105
29106         * sys/v4l/Makefile.am:
29107         * sys/v4l/gstv4l.c: (plugin_init):
29108         * sys/v4l/gstv4lelement.c: (gst_v4lelement_get_type),
29109         (gst_v4lelement_init), (gst_v4lelement_dispose),
29110         (gst_v4lelement_change_state):
29111         * sys/v4l/gstv4lelement.h:
29112         * sys/v4l/gstv4lxoverlay.c: (gst_v4l_xoverlay_open),
29113         (gst_v4l_xoverlay_close), (idle_refresh),
29114         (gst_v4l_xoverlay_set_xwindow_id):
29115         * sys/v4l/gstv4lxoverlay.h:
29116         * sys/v4l/v4l-overlay_calls.c:
29117         * sys/v4l/v4l_calls.h:
29118         * sys/v4l2/Makefile.am:
29119         * sys/v4l2/gstv4l2.c: (plugin_init):
29120         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_type),
29121         (gst_v4l2element_init), (gst_v4l2element_dispose),
29122         (gst_v4l2element_change_state):
29123         * sys/v4l2/gstv4l2element.h:
29124         * sys/v4l2/gstv4l2xoverlay.c: (gst_v4l2_xoverlay_open),
29125         (gst_v4l2_xoverlay_close), (idle_refresh),
29126         (gst_v4l2_xoverlay_set_xwindow_id):
29127         * sys/v4l2/gstv4l2xoverlay.h:
29128         * sys/v4l2/v4l2-overlay_calls.c:
29129         * sys/v4l2/v4l2_calls.h:
29130           Remove client-side overlay handling, use the X-server v4l plugin
29131           for that. Nicer overlay, less code. Also make the plugin
29132           compileable without X (but then without overlay, obviously).
29133           Makes xwindowlistener obsolete, should we remove that?
29134
29135 2004-10-25  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29136
29137         * sys/oss/gstosssrc.c: (gst_osssrc_get_time), (gst_osssrc_get),
29138         (gst_osssrc_src_query):
29139         * sys/oss/gstosssrc.h:
29140           OK, so people want offset in DEFAULT. This time, actually fix all
29141           cases.
29142         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
29143           Add FPS properly.
29144
29145 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29146
29147         * gst/asfdemux/gstasfmux.c:
29148         * gst/avi/gstavimux.c:
29149           Framerate.
29150
29151 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29152
29153         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_set_property):
29154           Fix properties (channel, norm, frequency).
29155
29156 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29157
29158         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_get_property):
29159           Flag typo.
29160         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults):
29161           No warnings.
29162
29163 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29164
29165         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_clear_format_list):
29166           Fix hang.
29167
29168 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29169
29170         * sys/v4l2/gstv4l2element.h:
29171           Yet Another Hack (tm) for kernel header borkedness.
29172         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
29173         (gst_v4l2src_v4l2fourcc_to_caps), (gst_v4l2_fourcc_from_structure),
29174         (gst_v4l2src_link), (gst_v4l2src_getcaps),
29175         (gst_v4l2src_change_state):
29176         * sys/v4l2/gstv4l2src.h:
29177         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_capture_init),
29178         (gst_v4l2src_capture_start), (gst_v4l2src_capture_stop):
29179           Fix caps, keep track of state, work.
29180
29181 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29182
29183         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_getcaps):
29184           Quiet.
29185
29186 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29187
29188         * sys/oss/gstosssrc.c: (gst_osssrc_get):
29189           Don't mix bytes and samples.
29190
29191 2004-10-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29192
29193         * ext/ogg/gstoggmux.c:
29194           Basic pad template which accepts OGM tracks, speex, flac, vorbis
29195           and theora. Any is incorrect.
29196         * gst/asfdemux/gstasfmux.c: (gst_asfmux_vidsink_link):
29197           Fix caps.
29198         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_base_init):
29199         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_base_init),
29200         (gst_v4lmjpegsrc_init), (gst_v4lmjpegsrc_srcconnect),
29201         (gst_v4lmjpegsrc_getcaps), (gst_v4lmjpegsrc_change_state):
29202         * sys/v4l/gstv4lmjpegsrc.h:
29203         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
29204         (gst_v4lsrc_change_state):
29205         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_start),
29206         (gst_v4lmjpegsrc_capture_stop):
29207           Fix caps. Keep track of internal state. Work.
29208
29209 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29210
29211         * ext/Makefile.am:
29212           Fix the build fixes.
29213
29214 2004-10-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29215
29216         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29217         (gst_ogg_demux_src_event), (_find_chain_seek),
29218         (gst_ogg_pad_push):
29219           Check for pad availability before using it.
29220         * ext/ogg/gstoggdemux.c: (_find_chain_process):
29221           Fix parsing of chained ogg. Needs more work on the decoder side.
29222
29223 2004-10-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
29224
29225         * gst/spectrum/Makefile.am:
29226         * gst/spectrum/demo-osssrc.c: (spectrum_chain), (main),
29227         (idle_func):
29228           Fix demo and reenable it. Yes, I'm currently playing with audio
29229           analysis tools
29230
29231 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29232
29233         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
29234           We love it if files that start at zero work too...
29235
29236 2004-10-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29237
29238         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29239           Handle files with missing EOS headers.
29240
29241 2004-10-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29242
29243         * gst/tcp/gsttcpserversink.c:
29244         (gst_tcpserversink_handle_server_read),
29245         (gst_tcpserversink_init_send):
29246         Zero some variables first (need for accept not to return EINVAL)
29247
29248 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29249
29250         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29251         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29252         * ext/theora/theoradec.c: (theora_dec_sink_convert),
29253         (theora_dec_chain):
29254         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
29255         (gst_vorbis_dec_init), (vorbis_dec_convert), (vorbis_dec_chain):
29256           Seeking and querying finetune.
29257
29258 2004-10-20  Thomas Vander Stichele  <thomas at apestaart dot org>
29259
29260         * configure.ac:
29261         * ext/Makefile.am:
29262         * ext/raw1394/Makefile.am:
29263           fix the build
29264
29265 2004-10-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29266
29267         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29268           Wrong return.
29269         * gst/playback/Makefile.am:
29270         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init):
29271         * gst/playback/gstplay-marshal.list:
29272         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init):
29273           Fix marshallers.
29274
29275 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29276
29277         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event):
29278           Silence.
29279
29280 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29281
29282         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29283         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29284         (gst_ogg_pad_push):
29285           Yay for non-lineair granulepos in theora.
29286
29287 2004-10-18  Wim Taymans  <wim@fluendo.com>
29288
29289         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
29290         (gst_dvdec_video_link), (gst_dvdec_push), (gst_dvdec_loop):
29291         * ext/dv/gstdvdec.h:
29292         Make sure we renegotiate aspect ratio when the camera switches.
29293
29294 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29295
29296         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29297         (gst_ogg_demux_src_event), (gst_ogg_pad_push):
29298           Start at zero.
29299         * ext/theora/theoradec.c: (theora_dec_chain):
29300           Skip headers. Bad idea for chained ogg, but fixes seeking.
29301
29302 2004-10-18  Wim Taymans  <wim@fluendo.com>
29303
29304         * configure.ac:
29305         I swear, this is the last time I touch this.
29306
29307 2004-10-18  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29308
29309         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
29310         (gst_ogg_demux_src_event), (gst_ogg_pad_populate),
29311         (_read_bos_process), (gst_ogg_demux_iterate), (gst_ogg_pad_new):
29312           Faster seeking.
29313         * ext/theora/theoradec.c: (theora_dec_sink_convert):
29314           Time-to-default conversion.
29315         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
29316           Don't error on unknown packets, just skip. We should probably
29317           read them if we want to support chained ogg.
29318
29319 2004-10-18  Wim Taymans  <wim@fluendo.com>
29320
29321         * configure.ac:
29322         Added cdaudio to wrong list.
29323
29324 2004-10-18  Wim Taymans  <wim@fluendo.com>
29325
29326         * configure.ac:
29327         Revive cdaudio.
29328
29329 2004-10-18  Wim Taymans  <wim@fluendo.com>
29330
29331         * ext/dv/gstdvdec.c: (gst_dvdec_video_getcaps),
29332         (gst_dvdec_video_link), (gst_dvdec_push):
29333         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29334         (gst_smokeenc_resync), (gst_smokeenc_chain):
29335         Fix mimetype on smoke encoder.
29336         Add aspect ratio to dvdec. Not sure if these
29337         values are correct though....
29338
29339 2004-10-18  Wim Taymans  <wim@fluendo.com>
29340
29341         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init):
29342         Fix vorbis property descriptions and ranges.
29343
29344 2004-10-18  Wim Taymans  <wim@fluendo.com>
29345
29346         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate):
29347         Really do nothing when no data is available.
29348         Go to the playing state when the stream is not seekable
29349         instead of failing.
29350
29351 2004-10-18  Wim Taymans  <wim@fluendo.com>
29352
29353         * ext/cdaudio/gstcdaudio.c: (_do_init), (gst_cdaudio_base_init),
29354         (gst_cdaudio_get_event_masks), (gst_cdaudio_send_event),
29355         (gst_cdaudio_query), (plugin_init), (cdaudio_uri_get_type),
29356         (cdaudio_uri_get_protocols), (cdaudio_uri_get_uri),
29357         (cdaudio_uri_set_uri), (cdaudio_uri_handler_init):
29358         Added uri handler for cd://
29359         Port to new API.
29360
29361 2004-10-18  Wim Taymans  <wim@fluendo.com>
29362
29363         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29364         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29365         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29366         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29367         (remove_prerolls), (unknown_type), (add_element_stream),
29368         (new_decoded_pad), (setup_source), (gst_play_base_bin_add_element),
29369         (gst_play_base_bin_remove_element),
29370         (gst_play_base_bin_link_stream):
29371         * gst/playback/gstplaybin.c: (gen_video_element),
29372         (gen_vis_element), (remove_sinks), (setup_sinks):
29373         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29374         (gst_stream_info_get_type), (gst_stream_info_class_init),
29375         (gst_stream_info_init), (gst_stream_info_new),
29376         (gst_stream_info_dispose), (stream_info_mute_pad),
29377         (gst_stream_info_set_property), (gst_stream_info_get_property):
29378         * gst/playback/gststreaminfo.h:
29379         Add sink padtemplate to decodebin.
29380         Added some more comments.
29381         Make queue size configurable in playbasebin.
29382         Added possibility to use elements as sinks (ex cdaudio).
29383
29384 2004-10-15  Wim Taymans  <wim@fluendo.com>
29385
29386         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init),
29387         (gst_speexenc_chain):
29388         Fix speex timestamps so that it gets muxed properly.
29389
29390 2004-10-15  Wim Taymans  <wim@fluendo.com>
29391
29392         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_get_type),
29393         (gst_dv1394src_base_init), (gst_dv1394src_class_init),
29394         (gst_dv1394src_init), (gst_dv1394src_dispose),
29395         (gst_dv1394src_iso_receive), (gst_dv1394src_discover_avc_node),
29396         (gst_dv1394src_change_state), (gst_dv1394src_get_event_mask),
29397         (gst_dv1394src_event), (gst_dv1394src_get_formats),
29398         (gst_dv1394src_convert), (gst_dv1394src_get_query_types),
29399         (gst_dv1394src_query), (gst_dv1394src_uri_get_type),
29400         (gst_dv1394src_uri_get_protocols), (gst_dv1394src_uri_get_uri),
29401         (gst_dv1394src_uri_set_uri), (gst_dv1394src_uri_handler_init):
29402         * ext/raw1394/gstdv1394src.h:
29403         Added conversion/query functions.
29404         Update buffer timestamps,
29405         Added signals.
29406         Added uri dv:// so it might play from the firewire in playbin.
29407         Fix a possible leak.
29408         Added debugging.
29409
29410 2004-10-15  Wim Taymans  <wim@fluendo.com>
29411
29412         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_class_init),
29413         (gst_dv1394src_init), (gst_dv1394src_set_property),
29414         (gst_dv1394src_get_property), (gst_dv1394src_iso_receive),
29415         (gst_dv1394src_discover_avc_node), (gst_dv1394src_change_state):
29416         * ext/raw1394/gstdv1394src.h:
29417         Added AV/C VTR control support needed for some cameras.
29418         Added automatic port detection.
29419         Added properties for selecting the channel.
29420         The configure.ac script is not yet updated to reflect the
29421         new libavc1394 and librom1394 dependencies.
29422
29423 2004-10-15  Wim Taymans  <wim@fluendo.com>
29424
29425         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
29426         (qtdemux_parse), (gst_qtdemux_handle_esds):
29427         An esds box is not a container.
29428         Fix parsing of mp4v boxes.
29429         Do not try to renegotiate fps for each frame. Need to
29430         find a better method. This should fix mp4 playback.
29431
29432 2004-10-14  David Schleef  <ds@schleef.org>
29433
29434         * configure.ac: update for swfdec-0.3 and liboil-0.2
29435         * ext/swfdec/gstswfdec.c: update for swfdec-0.3
29436         * ext/swfdec/gstswfdec.h: same
29437         * gst/videofilter/gstvideobalance.c: update for liboil-0.2
29438         * gst/videotestsrc/videotestsrc.c: same
29439
29440 2004-10-14  Wim Taymans  <wim@fluendo.com>
29441
29442         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
29443         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
29444         (is_sync_frame), (gst_multifdsink_new_client),
29445         (gst_multifdsink_handle_client_write),
29446         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
29447         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
29448         Turn warnings into info.
29449         Don't allow a state change in the streaming thread.
29450
29451 2004-10-14  Thomas Vander Stichele  <thomas at apestaart dot org>
29452
29453         * ext/vorbis/oggvorbisenc.c:
29454         * ext/vorbis/vorbisdec.c:
29455           fix template sample rate
29456
29457 2004-10-13  Wim Taymans  <wim@fluendo.com>
29458
29459         * ext/mad/gstmad.c: (gst_mad_check_caps_reset), (gst_mad_chain):
29460         Decoding the header first fixes some problems in resyncing
29461         in more mp3s.
29462
29463 2004-10-12  Wim Taymans  <wim@fluendo.com>
29464
29465         * gst/playback/gstplaybin.c: (gen_video_element),
29466         (gen_vis_element), (remove_sinks), (setup_sinks):
29467         Added vis plugin support, need to configure the vis
29468         element to activate it.
29469
29470 2004-10-12  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29471
29472         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get),
29473         (gst_gnomevfssrc_srcpad_query), (gst_gnomevfssrc_srcpad_event):
29474           Some debug.
29475         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
29476         (gst_avi_demux_handle_src_event), (gst_avi_demux_read_superindex),
29477         (gst_avi_demux_read_subindexes), (gst_avi_demux_add_stream),
29478         (gst_avi_demux_stream_index), (gst_avi_demux_skip),
29479         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
29480         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header):
29481         * gst/avi/gstavidemux.h:
29482           Support for openDML-2.0 indx/ix## chunks. Support for broken index
29483           recovery (where, if part of the index is broken, we will still read
29484           the rest of the index and recover the broken part by stream
29485           scanning). More broken media support. EOS workarounds. General AVI
29486           braindamage headache recovery. Aspirin included.
29487
29488 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29489
29490         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_open),
29491         (cdparanoia_event), (cdparanoia_query):
29492           Get rid of hideous lead-in.
29493
29494 2004-10-11  Wim Taymans  <wim@fluendo.com>
29495
29496         * gst/playback/gstplaybasebin.c: (setup_source):
29497         Wrong var used to get g_list_next.
29498
29499 2004-10-11  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29500
29501         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init),
29502         (cdparanoia_get), (cdparanoia_open):
29503           Report discid as metadata, add duration.
29504
29505 2004-10-11  Wim Taymans  <wim@fluendo.com>
29506
29507         * gst/playback/gstplaybasebin.c: (setup_source):
29508         Cleanup the previous pipeline a little earlier for the
29509         case that a source element provides raw data.
29510
29511 2004-10-11  Benjamin Otte  <otte@gnome.org>
29512
29513         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
29514           reset v1 tag offset when there is no v1 tag. Fixes id3demux always
29515           consuming the last 128 bytes, even though it was valid mp3 data.
29516
29517 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29518
29519         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
29520         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
29521         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
29522         Change g_warnings to GST_WARNING_OBJECT and fix colourspace issue
29523
29524 2004-10-10  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
29525
29526         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps):
29527         Fix for webcams that support only specific width or height
29528
29529 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29530
29531         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29532
29533         * gst/wavenc/gstwavenc.c: (gst_wavenc_stop_file):
29534           Fix wrong discont event setup (fixes #154967).
29535
29536 2004-10-09  Sebastien Cote  <sc5@hermes.usherb.ca>
29537
29538         Reviewed by:  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29539
29540         * gst/auparse/gstauparse.c: (gst_auparse_chain):
29541           Error out on invalid data (fixes #154807).
29542
29543 2004-10-09  Tim-Philipp Müller  <t.i.m@zen.co.uk>
29544
29545         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29546
29547         * ext/dvdread/dvdreadsrc.c: (_read):
29548           Make titles > 0 work again (fixes #154834).
29549
29550 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29551
29552         * gst-libs/gst/riff/riff-media.c:
29553         (gst_riff_create_video_template_caps):
29554           WMV3 missing in template caps.
29555
29556 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29557
29558         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29559           OK, so the original code was too strict. It makes random AVI files
29560           hang for seconds upon opening, which is unacceptable and is far
29561           beyond the original goal of getting multiple chunks for one-chunk
29562           sounc stream files. So now do just that.
29563
29564 2004-10-09  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29565
29566         * gst/playback/gstplaybasebin.c: (setup_source),
29567         (gst_play_base_bin_change_state):
29568           Actually clean up streaminfo if output fails. This would trigger
29569           if, for example, there was no CD in the drive. No preroll, so
29570           a streaminfo structure is created, but the subsequent state change
29571           of the thread fails.
29572         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
29573           Don't change state if parent failed.
29574
29575 2004-10-08  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29576
29577         * gst/playback/gstplaybin.c: (gst_play_bin_class_init),
29578         (gst_play_bin_init), (gst_play_bin_get_property), (handoff),
29579         (gen_video_element), (remove_sinks):
29580           Add small bits of code for screenshot handling.
29581
29582 2004-10-08  Wim Taymans  <wim@fluendo.com>
29583
29584         * gst/playback/gstplaybin.c: (gst_play_bin_set_property),
29585         (gen_video_element), (gen_audio_element), (setup_sinks):
29586         Don't assume the user provided sinks are named "sink"...
29587
29588 2004-10-08  Wim Taymans  <wim@fluendo.com>
29589
29590         * gst/playback/gstplaybasebin.c: (gen_preroll_element),
29591         (unknown_type), (setup_source), (gst_play_base_bin_remove_element),
29592         (gst_play_base_bin_link_stream):
29593         Do not try to autoplug sources that generate raw streams like
29594         cdparanoia.
29595         disconnect the preroll overrun signal when we don't need it anymore.
29596
29597 2004-10-08  Milosz Derezynski  <internalerror.rez@fhtw-berlin.de>
29598
29599         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29600         Added reworked patch from #154903 from milosz derezynski (deadchip).
29601
29602 2004-10-08  Wim Taymans  <wim@fluendo.com>
29603
29604         * ext/cdparanoia/gstcdparanoia.c: (_do_init),
29605         (cdparanoia_base_init), (cdparanoia_class_init), (cdparanoia_init),
29606         (cdparanoia_dispose), (cdparanoia_get), (cdparanoia_change_state),
29607         (cdparanoia_convert), (cdparanoia_uri_get_type),
29608         (cdparanoia_uri_get_protocols), (cdparanoia_uri_get_uri),
29609         (cdparanoia_uri_set_uri), (cdparanoia_uri_handler_init):
29610         * ext/cdparanoia/gstcdparanoia.h:
29611         This adds the cdda://<tracknum> uri.
29612
29613 2004-10-08  Wim Taymans  <wim@fluendo.com>
29614
29615         * gst/playback/gstdecodebin.c: (gst_decode_bin_class_init),
29616         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29617         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29618         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_class_init),
29619         (unknown_type), (gst_play_base_bin_remove_element),
29620         (gst_play_base_bin_link_stream):
29621         * gst/playback/gstplaybasebin.h:
29622         * gst/playback/gstplaybin.c: (gst_play_bin_init),
29623         (gst_play_bin_set_property), (gen_video_element),
29624         (gen_audio_element), (setup_sinks):
29625         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
29626         (gst_stream_info_get_type), (gst_stream_info_class_init),
29627         (gst_stream_info_init), (gst_stream_info_new),
29628         (gst_stream_info_dispose), (stream_info_mute_pad),
29629         (gst_stream_info_set_property), (gst_stream_info_get_property):
29630         * gst/playback/gststreaminfo.h:
29631         Reuse the audio and video bins.
29632         Some internal cleanups in the stream selection code.
29633
29634 2004-10-08  Julien MOUTTE  <julien@moutte.net>
29635
29636         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29637         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29638         * sys/ximage/ximagesink.h:
29639         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29640         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29641         * sys/xvimage/xvimagesink.h: Reverting Ronald's changes as the issue is
29642         not coming from those elements. Moreover these elements should not keep
29643         the xid they have been given when in NULL state.
29644
29645 2004-10-07  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29646
29647         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
29648         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init):
29649         * sys/ximage/ximagesink.h:
29650         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
29651         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init):
29652         * sys/xvimage/xvimagesink.h:
29653           Actually only create a new toplevel window if we're not gonna
29654           embed it right after.
29655
29656 2004-10-07  Wim Taymans  <wim@fluendo.com>
29657
29658         * gst/playback/gstplaybasebin.c: (play_base_bin_mute_pad),
29659         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream):
29660         * gst/playback/gstplaybin.c: (setup_sinks):
29661         Implement muting/unmuting of streams, mute streams that are not
29662         used.
29663
29664 2004-10-07  Wim Taymans  <wim@fluendo.com>
29665
29666         * gst/typefind/gsttypefindfunctions.c: (ac3_type_find),
29667         (plugin_init):
29668         Added lame audio/x-ac3 typefind function.
29669
29670 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29671
29672         * configure.ac:
29673           bump nano to cvs
29674
29675 === release 0.8.5 ===
29676
29677 2004-10-06  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
29678
29679         * NEWS:
29680         * RELEASE:
29681         * configure.ac:
29682           releasing 0.8.5, "Take You On"
29683
29684 2004-10-06  Wim Taymans  <wim@fluendo.com>
29685
29686         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29687         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
29688         (no_more_pads), (close_link), (type_found):
29689         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29690         * gst/playback/gstplaybin.c: (gen_video_element):
29691         Do not signal the no_more_pads after the first pad when
29692         we are plugging a non dynamic element with multiple
29693         output pads (like swfdec, dvdec, ...).
29694
29695 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29696
29697         * configure.ac:
29698           bump for prerelease
29699
29700 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29701
29702         * gst/wavparse/gstwavparse.c:
29703           add ATRAC3 to STATIC CAPS to fix a warning
29704
29705         * gst/matroska/ebml-read.c:
29706         * gst-libs/gst/riff/riff-read.c:
29707           fix typos
29708
29709 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29710
29711         * gst-libs/gst/riff/riff-media.c:
29712           generate caps for ATRAC3 audio streams
29713
29714         * gst/realmedia/rmdemux.c:
29715           generate caps for ATRAC3 audio streams
29716
29717 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29718
29719         * gst/wavparse/Makefile.am
29720         * gst/wavparse/riff.h
29721         * gst/wavparse/wavparse.vcproj
29722           riff.h removal (unused and duplication with riff-ids.h)
29723
29724 2004-10-06  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29725
29726         * gst/wavparse/gstwavparse.h
29727           remove duplicated defines for audio codec codes
29728
29729         * gst-libs/gst/riff/riff-ids.h
29730         * gst/wavenc/riff.h:
29731           add "4CC" code for ATRAC3 audio streams
29732           add "4CC" code for ITU_G721_ADPCM (unused for now)
29733
29734 2004-10-06  Wim Taymans  <wim@fluendo.com>
29735
29736         * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop):
29737         Actually _do_ negotiation. Pass gdouble as arg instead
29738         of guint64 for the framerate.
29739
29740 2004-10-06  Wim Taymans  <wim@fluendo.com>
29741
29742         * gst/playback/gstdecodebin.c: (gst_decode_bin_init),
29743         (find_compatibles), (close_pad_link), (try_to_link_1),
29744         (no_more_pads), (close_link), (type_found):
29745         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
29746         * gst/playback/gstplaybin.c: (gen_video_element),
29747         (gen_audio_element):
29748         Set state on newly added element to READY so that negotiation
29749         can happen ASAP.
29750         Addes some more debug info.
29751         Do not try to plug pads with multiple caps structures or ANY
29752         because it is too dangerous since we do not do dynamic
29753         replugging.
29754
29755 2004-10-06  Thomas Vander Stichele  <thomas at apestaart dot org>
29756
29757         written by: Gora Mohanty <gora_mohanty@yahoo.co.in>
29758
29759         * po/LINGUAS:
29760         * po/or.po:
29761           add Oriya translation
29762
29763 2004-10-05  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29764
29765         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29766           Prevent overwrite of size member. Makes audio sound crappy.
29767
29768 2004-10-05  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
29769
29770         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
29771         Add rmvb to the list of known RealMedia extensions
29772
29773 2004-10-05  Wim Taymans  <wim@fluendo.com>
29774
29775         * ext/libmng/gstmngdec.c: (gst_mngdec_loop), (mngdec_error),
29776         (mngdec_openstream), (mngdec_closestream),
29777         (mngdec_handle_sink_event), (mngdec_readdata),
29778         (mngdec_gettickcount), (mngdec_settimer), (mngdec_processheader),
29779         (mngdec_getcanvasline), (mngdec_refresh),
29780         (gst_mngdec_change_state):
29781         Set the framerate correctly.
29782
29783 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29784
29785         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29786           There was something wrong with the index massaging.
29787
29788 2004-10-04  Wim Taymans  <wim@fluendo.com>
29789
29790         * ext/jpeg/gstjpeg.c: (smoke_type_find), (plugin_init):
29791         * ext/jpeg/gstsmokedec.c: (gst_smokedec_init),
29792         (gst_smokedec_chain):
29793         * ext/jpeg/gstsmokedec.h:
29794         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_class_init),
29795         (gst_smokeenc_init), (gst_smokeenc_resync), (gst_smokeenc_chain):
29796         * ext/jpeg/gstsmokeenc.h:
29797         * ext/jpeg/smokecodec.c: (smokecodec_encode_new),
29798         (smokecodec_decode_new), (smokecodec_info_free),
29799         (smokecodec_set_quality), (smokecodec_get_quality),
29800         (smokecodec_set_threshold), (smokecodec_get_threshold),
29801         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
29802         (find_best_size), (abs_diff), (put), (smokecodec_encode_id),
29803         (smokecodec_encode), (smokecodec_parse_id),
29804         (smokecodec_parse_header), (smokecodec_decode):
29805         * ext/jpeg/smokecodec.h:
29806         * ext/jpeg/smokeformat.h:
29807         Updated smoke, new bitstream, allows embedding in ogg.
29808
29809 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29810
29811         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_event):
29812           Fix seeking in some files. All this code is no longer needed (and
29813           actually breaks stuff) because we now synchronize the full index
29814           right when reading the header.
29815
29816 2004-10-04  Wim Taymans  <wim@fluendo.com>
29817
29818         * configure.ac:
29819         configure update for libmng.
29820
29821 2004-10-04  Wim Taymans  <wim@fluendo.com>
29822
29823         * ext/libmng/Makefile.am:
29824         * ext/libmng/gstmng.c: (plugin_init):
29825         * ext/libmng/gstmng.h:
29826         * ext/libmng/gstmngdec.c: (gst_mngdec_get_type),
29827         (gst_mngdec_base_init), (gst_mngdec_class_init),
29828         (gst_mngdec_sinklink), (gst_mngdec_init), (gst_mngdec_src_getcaps),
29829         (gst_mngdec_loop), (gst_mngdec_get_property),
29830         (gst_mngdec_set_property), (mngdec_error), (mngdec_openstream),
29831         (mngdec_closestream), (mngdec_handle_sink_event),
29832         (mngdec_readdata), (mngdec_gettickcount), (mngdec_settimer),
29833         (mngdec_processheader), (mngdec_getcanvasline), (mngdec_refresh),
29834         (gst_mngdec_change_state):
29835         * ext/libmng/gstmngdec.h:
29836         * ext/libmng/gstmngenc.c: (gst_mngenc_get_type),
29837         (mng_caps_factory), (raw_caps_factory), (gst_mngenc_base_init),
29838         (gst_mngenc_class_init), (gst_mngenc_sinklink), (gst_mngenc_init),
29839         (gst_mngenc_chain), (gst_mngenc_get_property),
29840         (gst_mngenc_set_property):
29841         * ext/libmng/gstmngenc.h:
29842         Added basic MNG decoder. Needs more work. The encoder does
29843         not work yet.
29844
29845 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29846
29847         * gst/realmedia/rmdemux.c: (gst_rmdemux_handle_sink_event),
29848         (gst_rmdemux_loop), (gst_rmdemux_add_stream),
29849         (gst_rmdemux_parse_mdpr), (gst_rmdemux_dump_mdpr):
29850           Don't hang on length=0 chunks. Some negotiation fixes. Signal
29851           no-more-pads.
29852
29853 2004-10-04  Thomas Vander Stichele  <thomas at apestaart dot org>
29854
29855         * configure.ac:
29856           you need at least 1.0.4 of speex
29857
29858 2004-10-04 Iain <iaingnome@gmail.com>
29859
29860         * ext/speex/gstspeexdec.h: Revert the includes changes.
29861
29862         * ext/speex/gstspeexenc.[ch]: Revert the includes changes.
29863
29864 2004-09-30 Iain <iaingnome@gmail.com>
29865
29866         * sys/sunaudio/gstsunaudio.c (gst_sunaudiosink_open): Use the device
29867         found during init or set as a property instead of hardcoding /dev/audio
29868
29869 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29870
29871         * gst/realmedia/rmdemux.c: (gst_rmdemux_class_init),
29872         (gst_rmdemux_init), (gst_rmdemux_handle_sink_event),
29873         (gst_rmdemux_loop), (gst_rmdemux_add_stream), (re_hexdump_bytes),
29874         (re_dump_pascal_string), (gst_rmdemux_dump__rmf),
29875         (gst_rmdemux_dump_prop), (gst_rmdemux_parse_mdpr),
29876         (gst_rmdemux_dump_mdpr), (gst_rmdemux_dump_indx),
29877         (gst_rmdemux_dump_data):
29878           Use debug category, fix EOS handling. filesrc ! rmdemux now
29879           works.
29880
29881 2004-10-04  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29882
29883         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
29884         (gst_avi_demux_stream_scan), (sort), (gst_avi_demux_massage_index),
29885         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data):
29886           Improve allocation, cutting and sorting of the index. How takes a
29887           few seconds instead of minutes.
29888
29889 2004-10-03  Christophe Fergeau  <teuf@gnome.org>
29890
29891         * gst/realmedia/rmdemux.c: (gst_rmdemux_parse_mdpr):
29892           fixed compilation
29893
29894 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29895
29896         * gst-libs/gst/riff/riff-media.c:
29897         (gst_riff_create_video_caps_with_data),
29898         (gst_riff_create_video_template_caps):
29899           Add wing commander format mimetype/fourccs.
29900         * gst/avi/gstavidemux.c: (gst_avi_demux_massage_index):
29901           Don't crash if some value is 0.
29902
29903 2004-10-02  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29904
29905         * gst-libs/gst/riff/riff-media.c:
29906         (gst_riff_create_video_caps_with_data),
29907         (gst_riff_create_video_template_caps):
29908           Add DIB fourcc (raw, palettized 8-bit RGB).
29909         * gst-libs/gst/riff/riff-read.c:
29910         (gst_riff_read_strf_vids_with_data):
29911           Oops, fix strf_data reading bug.
29912         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
29913           Use a non-NULL tag.
29914         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
29915           Time for hacks. Sorry Dave. At least one quicktime movie (a
29916           trailer) that I've encountered contains multiple video tracks.
29917           One of those is the actual video track, the other are one-frame
29918           tracks (images). Unfortunately, the number of frames according
29919           to the trak header is 1 for each, so that doesn't help. So
29920           instead, I look at the duration and discard tracks with a
29921           duration shorter than 20% of the length of the stream. Better
29922           than nothing.
29923
29924 2004-10-01  Christian Schaller <christian@fluendo.com>
29925
29926         * ext/ivorbis/vorbis.c:
29927           Patch from Phil Blundell (Bug 152341)
29928
29929 2004-10-01  Wim Taymans  <wim@fluendo.com>
29930
29931         * ext/speex/gstspeexdec.c: (gst_speex_dec_class_init),
29932         (speex_dec_get_formats), (speex_dec_convert),
29933         (speex_dec_src_query), (speex_dec_src_event), (speex_dec_event),
29934         (speex_dec_chain), (gst_speexdec_get_property),
29935         (gst_speexdec_set_property):
29936         Small cleanups.
29937
29938 2004-10-01  Wim Taymans  <wim@fluendo.com>
29939
29940         * gst/wavparse/gstwavparse.c: (gst_wavparse_class_init),
29941         (gst_wavparse_stream_init), (gst_wavparse_fmt),
29942         (gst_wavparse_other), (gst_wavparse_loop),
29943         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
29944         (gst_wavparse_srcpad_event):
29945         * gst/wavparse/gstwavparse.h:
29946         Added some more debugging info.
29947         Fix the case where the length of the file is 0.
29948         Make sure we seek to sample borders.
29949
29950 2004-10-01  Wim Taymans  <wim@fluendo.com>
29951
29952         * gst/playback/README:
29953         * gst/playback/gstdecodebin.c: (gst_decode_bin_factory_filter),
29954         (gst_decode_bin_init), (find_compatibles), (close_pad_link),
29955         (try_to_link_1), (no_more_pads), (close_link), (type_found):
29956         Add some debug info to decodebin, update README
29957
29958 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29959
29960         * ext/dvdnav/dvdnavsrc.c: (dvdnav_handle_navigation_event):
29961           Don't use g_print(); use GST_DEBUG().
29962
29963 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29964
29965         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
29966         (gst_ogg_mux_queue_pads):
29967           Handle EOS properly.
29968
29969 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
29970
29971         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29972
29973         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_sinkconnect),
29974         (gst_faad_chain), (gst_faad_change_state):
29975         * ext/faad/gstfaad.h:
29976           Allow playback of raw (unframed) MPEG AAC files (#148993).
29977
29978 2004-10-01  Sebastien Cote  <sc5@hermes.usherb.ca>
29979
29980         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29981
29982         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29983           Throw error if we didn't recognize the stream. Fixes #152289.
29984
29985 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29986
29987         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link):
29988           Fix negotiation.
29989
29990 2004-10-01  Francis Labonte  <francis_labonte@hotmail.com>
29991
29992         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
29993
29994         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt):
29995           Fix memleak.
29996
29997 2004-10-01  Balamurali Viswanathan  <balamurali.viswanathan@wipro.com>
29998
29999         Reviewed by: Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30000
30001         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_setparams):
30002           Solve #152805.
30003         * sys/sunaudio/gstsunmixer.c: (gst_sunaudiomixer_set_mute):
30004           Solve 152806.
30005
30006 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30007
30008         * gst-libs/gst/riff/riff-media.c:
30009         (gst_riff_create_video_caps_with_data),
30010         (gst_riff_create_audio_caps_with_data):
30011           Add codec_data handling (like asfdemux used to do).
30012         * gst/asfdemux/gstasf.c: (plugin_init):
30013         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30014         (gst_asf_demux_add_audio_stream), (gst_asf_demux_add_video_stream):
30015           Use riff-media for caps creation instead of our own (mostly
30016           broken) copy of its functions.
30017
30018 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30019
30020         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_capture):
30021           Don't actually error out if we get another return value than
30022           -EINVAL. Opposite to what I first thought, drivers have random
30023           return values for this, although -EINVAL is the expected return
30024           value. Since this is not fatal, we shouldn't use
30025           GST_ELEMENT_ERROR() but just GST_ERROR_OBJECT().
30026
30027 2004-10-01  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30028
30029         * ext/dvdread/dvdreadsrc.c: (dvdreadsrc_class_init),
30030         (dvdreadsrc_init), (dvdreadsrc_dispose), (dvdreadsrc_set_property),
30031         (dvdreadsrc_get_property), (_open), (_seek), (_read),
30032         (dvdreadsrc_get), (dvdreadsrc_open_file),
30033         (dvdreadsrc_change_state):
30034           Fix. Don't do one big huge loop around the whole DVD, that will
30035           cache all data and thus eat sizeof(dvd) (several GB) before we
30036           see something.
30037         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30038           Actually NULL'ify event after using it.
30039         * gst/matroska/ebml-read.c: (gst_ebml_read_use_event),
30040         (gst_ebml_read_handle_event), (gst_ebml_read_element_id),
30041         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
30042         (gst_ebml_read_seek), (gst_ebml_read_skip):
30043           Handle events.
30044         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_base_init),
30045         (gst_dvd_demux_init), (gst_dvd_demux_get_audio_stream),
30046         (gst_dvd_demux_get_subpicture_stream), (gst_dvd_demux_plugin_init):
30047           Fix timing (this will probably break if I seek using menus, but
30048           I didn't get there yet). VOBs and normal DVDs should now work.
30049           Add a mpeg2-only pad with high rank so this get autoplugged for
30050           MPEG-2 movies.
30051         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_base_init),
30052         (gst_mpeg_demux_class_init), (gst_mpeg_demux_init),
30053         (gst_mpeg_demux_new_output_pad), (gst_mpeg_demux_get_video_stream),
30054         (gst_mpeg_demux_get_audio_stream),
30055         (gst_mpeg_demux_get_private_stream), (gst_mpeg_demux_parse_packet),
30056         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_plugin_init):
30057           Use this as second rank for MPEG-1 and MPEG-2. Still use this for
30058           MPEG-1 but use dvddemux for MPEG-2.
30059         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
30060         (gst_mpeg_parse_init), (gst_mpeg_parse_new_pad),
30061         (gst_mpeg_parse_parse_packhead):
30062           Timing. Only add pad template if it exists. Add sink template from
30063           class and not from ourselves. This means we will always use the
30064           correct sink template even if it is not the one defined in this
30065           file.
30066
30067 2004-09-29  Wim Taymans  <wim@fluendo.com>
30068
30069         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_packet),
30070         (gst_mpeg_demux_parse_pes):
30071         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
30072         Fix playback of mpeg again, timestamps where screwed up by
30073         patch 1.61.
30074
30075 2004-09-29  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30076
30077         * ext/flac/gstflacdec.c: (gst_flacdec_src_query):
30078           Only return true if we actually filled something in. Prevents
30079           player applications from showing a random length for flac files.
30080         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
30081         (gst_riff_read_use_event), (gst_riff_read_handle_event),
30082         (gst_riff_read_seek), (gst_riff_read_skip), (gst_riff_read_strh),
30083         (gst_riff_read_strf_vids_with_data),
30084         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_iavs):
30085           OK, ok, so I implemented event handling. Apparently it's normal
30086           that we receive random events at random points without asking
30087           for it.
30088         * gst/avi/gstavidemux.c: (gst_avi_demux_reset),
30089         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30090         (gst_avi_demux_handle_src_event), (gst_avi_demux_stream_index),
30091         (gst_avi_demux_sync), (gst_avi_demux_stream_scan),
30092         (gst_avi_demux_massage_index), (gst_avi_demux_stream_header),
30093         (gst_avi_demux_handle_seek), (gst_avi_demux_process_next_entry),
30094         (gst_avi_demux_stream_data), (gst_avi_demux_loop):
30095         * gst/avi/gstavidemux.h:
30096           Implement non-lineair chunk handling and subchunk processing.
30097           The first solves playback of AVI files where the audio and video
30098           data of individual buffers that we read are not synchronized.
30099           This should not happen according to the wonderful AVI specs, but
30100           of course it does happen in reality. It is also a prerequisite for
30101           the second. Subchunk processing allows us to cut chunks in small
30102           pieces and process each of these pieces separately. This is
30103           required because I've seen several AVI files with incredibly large
30104           audio chunks, even some files with only one audio chunk for the
30105           whole file. This allows for proper playback including seeking.
30106           This patch is supposed to fix all AVI A/V sync issues.
30107         * gst/flx/gstflxdec.c: (gst_flxdec_class_init),
30108         (flx_decode_chunks), (flx_decode_color), (gst_flxdec_loop):
30109           Work.
30110         * gst/modplug/gstmodplug.cc:
30111           Proper return value setting for the query() function.
30112         * gst/playback/gstplaybasebin.c: (setup_source):
30113           Being in non-playing state (after, e.g., EOS) is not necessarily
30114           a bad thing. Allow for that. This fixes playback of short files.
30115           They don't actually playback fully now, because the clock already
30116           runs. This means that small files (<500kB) with a small length
30117           (<2sec) will still not or barely play. Other files, such as mod
30118           or flx, will work correctly, however.
30119
30120 2004-09-28  Wim Taymans  <wim@fluendo.com>
30121
30122         * ext/speex/gstspeex.c: (plugin_init):
30123         * ext/speex/gstspeexdec.c: (gst_speex_dec_base_init),
30124         (gst_speex_dec_class_init), (speex_dec_get_formats),
30125         (speex_get_event_masks), (speex_get_query_types),
30126         (gst_speex_dec_init), (speex_dec_convert), (speex_dec_src_query),
30127         (speex_dec_src_event), (speex_dec_event), (speex_dec_chain),
30128         (gst_speexdec_get_property), (gst_speexdec_set_property),
30129         (speex_dec_change_state):
30130         * ext/speex/gstspeexdec.h:
30131         * ext/speex/gstspeexenc.c: (gst_speexenc_get_formats),
30132         (gst_speexenc_get_type), (speex_caps_factory), (raw_caps_factory),
30133         (gst_speexenc_base_init), (gst_speexenc_class_init),
30134         (gst_speexenc_sinkconnect), (gst_speexenc_convert_src),
30135         (gst_speexenc_convert_sink), (gst_speexenc_get_query_types),
30136         (gst_speexenc_src_query), (gst_speexenc_init),
30137         (gst_speexenc_get_tag_value), (comment_init), (comment_add),
30138         (gst_speexenc_metadata_set1), (gst_speexenc_set_metadata),
30139         (gst_speexenc_setup), (gst_speexenc_buffer_from_data),
30140         (gst_speexenc_push_buffer), (gst_speexenc_set_header_on_caps),
30141         (gst_speexenc_chain), (gst_speexenc_get_property),
30142         (gst_speexenc_set_property), (gst_speexenc_change_state):
30143         * ext/speex/gstspeexenc.h:
30144         Rewrote speex encoder, make sure it can be embedded in ogg.
30145         Implemented speex decoder.
30146
30147 2004-09-28  Christian Schaller <christian@fluendo.com>
30148
30149         * configure.ac:
30150         Remove kioslave plugin. Markey is brewing a new working one
30151         * ext/Makefile.am: Remove kioslave plugin
30152         * ext/kio: remove
30153         * gst-plugins.spec.in: remove kio plugin from spec
30154
30155 2004-09-27  Wim Taymans  <wim@fluendo.com>
30156
30157         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30158         (gst_multifdsink_remove), (gst_multifdsink_remove_client_link),
30159         (is_sync_frame), (gst_multifdsink_client_queue_buffer),
30160         (gst_multifdsink_new_client),
30161         (gst_multifdsink_handle_client_write),
30162         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
30163         (gst_multifdsink_handle_clients):
30164         * gst/tcp/gstmultifdsink.h:
30165         Make syncing to keyframes actually work for new clients and lagging
30166         clients.
30167
30168 2004-09-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
30169
30170         * gst/debug/gstnavigationtest.c: (gst_navigationtest_class_init),
30171         (gst_navigationtest_handle_src_event), (draw_box_planar411),
30172         (gst_navigationtest_planar411), (gst_navigationtest_change_state):
30173         * gst/debug/gstnavigationtest.h:
30174           make navigationtest display button-press and button-release events
30175
30176 2004-09-26 Iain <iaingnome@gmail.com>
30177
30178         * gst/interleave/interleave.c (all_channels_new_media): Checks if all
30179         the channels have received a new media event.
30180         (interleave_buffered_loop): Compresses a new media event on all
30181         channels into one.
30182
30183 2004-09-26 Iain <iaingnome@gmail.com>
30184
30185         * gst/wavenc/gstwavenc.c (gst_wavenc_chain): Company says we need to
30186         call the sinkpad's default event handler and not the srcpads. He also
30187         says this is confusing :)
30188         (gst_wavenc_stop_file): Company says that seek events only go upstream
30189         we should send a discontinuous downstream instead.
30190
30191 2004-09-25  Christian Schaller <christian@fluendo.com>
30192
30193         * Update SPEC file to be usable in conjunction with Fedora Core,
30194           Fedora.us and freshrpms packages
30195         * Fix typo in multifilesrc test Makefile
30196
30197 2004-09-24  Wim Taymans  <wim@fluendo.com>
30198
30199         * gst/playback/gstplaybasebin.c: (new_decoded_pad):
30200         Only signal the no_more_pads signal when we have
30201         added the stream to our list.
30202
30203 2004-09-24  Wim Taymans  <wim@fluendo.com>
30204
30205         * gst/playback/gstplaybasebin.c: (remove_prerolls),
30206         (new_decoded_pad):
30207         * gst/playback/gstplaybasebin.h:
30208         * gst/playback/gstplaybin.c: (setup_sinks):
30209         Don't try to preroll or decode more than one audio/video
30210         track.
30211
30212 2004-09-24  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30213
30214         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
30215           Throw error if we failed to find a suitable output. This should
30216           throw an error if we successfully set up a pipeline (e.g. because
30217           we recognized a media file) but found no decodable streams in it
30218           (e.g. because it contains only media stream types for which we
30219           have no decoders, or because it's not a media type).
30220
30221 2004-09-23  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30222
30223         * ext/dirac/Makefile.am:
30224         * ext/dirac/gstdirac.cc:
30225         * ext/dirac/gstdiracdec.cc:
30226         * ext/dirac/gstdiracdec.h:
30227           Do something. Don't actually know if this works because I don't
30228           have a demuxer yet.
30229         * ext/gsm/gstgsmdec.c: (gst_gsmdec_getcaps):
30230           Add channels=1 to caps returned from _getcaps().
30231         * ext/ogg/gstogmparse.c: (gst_ogm_audio_parse_get_type),
30232         (gst_ogm_video_parse_get_type), (gst_ogm_audio_parse_base_init),
30233         (gst_ogm_video_parse_base_init), (gst_ogm_parse_init),
30234         (gst_ogm_audio_parse_init), (gst_ogm_video_parse_init),
30235         (gst_ogm_parse_sink_convert), (gst_ogm_parse_chain),
30236         (gst_ogm_parse_change_state):
30237           Separate between audio/video so ogmaudioparse actually uses the
30238           audio pad templates. Both audio and video work now, including
30239           autoplugging. Also use sometimes-srcpad hack.
30240         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
30241           Handle events better. Don't hang on infinite loops.
30242         * gst/avi/gstavidemux.c: (gst_avi_demux_class_init),
30243         (gst_avi_demux_init), (gst_avi_demux_reset),
30244         (gst_avi_demux_src_convert), (gst_avi_demux_handle_src_query),
30245         (gst_avi_demux_stream_header), (gst_avi_demux_stream_data),
30246         (gst_avi_demux_change_state):
30247         * gst/avi/gstavidemux.h:
30248           Improve A/V sync. Still not perfect.
30249         * gst/matroska/ebml-read.c: (gst_ebml_read_seek),
30250         (gst_ebml_read_skip):
30251           Handle events better.
30252         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
30253         (gst_qtdemux_loop_header), (qtdemux_parse_trak),
30254         (qtdemux_audio_caps):
30255           Add IMA4. Improve event handling. Save offset after a seek when
30256           the headers are at the end of the file so that we don't end up in
30257           an infinite loop.
30258         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):
30259           Add low-priority typefind support for files with no length.
30260
30261 2004-09-23  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30262
30263         * testsuite/multifilesink/Makefile.am:
30264         fix typo
30265
30266 2004-09-22  Julien MOUTTE  <julien@moutte.net>
30267
30268         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30269         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls): Fix
30270         mistakes from thaytan's patches.
30271
30272 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30273
30274         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy):
30275           For completeness, XSync in the destroy function as xvimage does.
30276
30277 2004-09-23  Jan Schmidt  <thaytan@mad.scientist.com>
30278
30279         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
30280            Correct caps negotiation
30281         * gst/volume/gstvolume.c: (volume_chain_float),
30282         (volume_chain_int16):
30283            Modify debug output to be little more informative
30284         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls):
30285         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30286         (gst_xvimagesink_xvimage_destroy):
30287           Add XSync calls after detaching from the shared memory segment to
30288           avoid a crash.
30289
30290 2004-09-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30291
30292         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30293         (gst_ogg_mux_next_buffer), (gst_ogg_mux_loop):
30294         * ext/vorbis/vorbis.c: (plugin_init):
30295         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_init),
30296         (gst_vorbisenc_chain):
30297         * ext/vorbis/vorbisenc.h:
30298         remove explicit newmedia support from oggmux and vorbisenc
30299         add debug category to vorbisenc
30300         * gst/multifilesink/gstmultifilesink.c:
30301         (gst_multifilesink_class_init), (gst_multifilesink_init),
30302         (gst_multifilesink_dispose), (gst_multifilesink_set_location),
30303         (gst_multifilesink_set_property), (gst_multifilesink_next_file),
30304         (gst_multifilesink_handle_event), (gst_multifilesink_chain),
30305         (plugin_init):
30306         * gst/multifilesink/gstmultifilesink.h:
30307         add support for streamheader in multifilesink
30308
30309 2004-09-22  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30310
30311         * gst/asfdemux/gstasfdemux.c: (_read_var_length), (_read_guid),
30312         (gst_asf_demux_process_segment), (gst_asf_demux_handle_data),
30313         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event):
30314           Prevent infinite loops. More correct error reporting.
30315         * gst/auparse/gstauparse.c: (gst_auparse_chain):
30316           Error out if negotiation fails.
30317         * gst/playback/gstplaybasebin.c: (setup_source),
30318         (gst_play_base_bin_change_state), (gst_play_base_bin_error),
30319         (gst_play_base_bin_found_tag):
30320           Error/tag forwarding. Pre-roll fixes for source errors on state
30321           changes (e.g. "file does not exist") to prevent hangs.
30322
30323 2004-09-21  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30324
30325         * testsuite/multifilesink/Makefile.am:
30326         * testsuite/multifilesink/lame_test.c: (gst_newmedia_base_init),
30327         (gst_newmedia_class_init), (gst_newmedia_init),
30328         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30329         (newfile_signal), (test_signal), (main):
30330         * testsuite/multifilesink/multifilesrc_test.c: (main):
30331         * testsuite/multifilesink/oggtheora_test.c:
30332         (gst_newmedia_base_init), (gst_newmedia_class_init),
30333         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30334         (test_format), (newfile_signal), (test_signal), (main):
30335         * testsuite/multifilesink/oggvorbis_test.c:
30336         (gst_newmedia_base_init), (gst_newmedia_class_init),
30337         (gst_newmedia_init), (gst_newmedia_chain), (gst_newmedia_trigger),
30338         (test_format), (newfile_signal), (test_signal), (main):
30339         * testsuite/multifilesink/wavenc_test.c: (gst_newmedia_base_init),
30340         (gst_newmedia_class_init), (gst_newmedia_init),
30341         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
30342         (newfile_signal), (test_signal), (main):
30343         New media tests
30344
30345 2004-09-20  Christian Schaller <christian@fluendo.com>
30346
30347         * Fix mikmod license to LGPL as they have relicensed
30348         * Move Dirac and Effectv into LGPL section of README_license
30349
30350 2004-09-20  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30351
30352         * ext/mad/gstmad.c: (gst_mad_check_caps_reset),
30353         (gst_mad_change_state):
30354           Allow for mp3 rate/channels changes. However, only very
30355           conservatively. Reason that we *have* to enable this is smiply
30356           because the mad find_sync() function is not good enough, it will
30357           regularly sync on random data as valid frames and therefore make
30358           us provide random caps as *final* caps of the stream. The best fix
30359           I could think of is to simply require several of the same stream
30360           changes in a row before we change caps.
30361           The actual testcase that works now is #
30362         * ext/ogg/Makefile.am:
30363         * ext/ogg/gstogg.c: (plugin_init):
30364         * ext/ogg/gstogmparse.c:
30365           OGM support (video only for now; I need an audio sample file).
30366         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
30367         (gst_asf_demux_process_stream), (gst_asf_demux_video_caps),
30368         (gst_asf_demux_add_video_stream):
30369           WMV extradata.
30370         * gst/playback/gstplaybasebin.c: (unknown_type):
30371           Don't error out on single unknown-types after all. It's wrong.
30372           If we found type of video and audio but not of a subtitle stream,
30373           it will still error out (which is unwanted). Will find a better fix
30374           later on.
30375         * gst/typefind/gsttypefindfunctions.c: (ogmvideo_type_find),
30376         (ogmaudio_type_find), (plugin_init):
30377           OGM support.
30378
30379 2004-09-20  Johan Dahlin  <johan@gnome.org>
30380
30381         * ext/jpeg/gstjpegdec.c (gst_jpegdec_chain): Allocate the buffer
30382         after setting caps.
30383
30384 2004-09-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30385
30386         * gst/wavenc/gstwavenc.c: (gst_wavenc_init), (gst_wavenc_chain):
30387         * gst/wavenc/gstwavenc.h:
30388         Added newmedia support to wavenc
30389
30390 2004-09-17  Wim Taymans  <wim@fluendo.com>
30391
30392         * gst/tcp/gstfdset.c: (gst_fdset_fd_has_closed),
30393         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
30394         (gst_fdset_fd_can_write), (gst_fdset_wait):
30395         * gst/tcp/gstmultifdsink.c: (gst_client_status_get_type),
30396         (gst_multifdsink_init), (gst_multifdsink_add),
30397         (gst_multifdsink_remove), (gst_multifdsink_get_stats),
30398         (gst_multifdsink_remove_client_link),
30399         (gst_multifdsink_client_queue_buffer),
30400         (gst_multifdsink_handle_client_write),
30401         (gst_multifdsink_recover_client), (gst_multifdsink_handle_clients),
30402         (gst_multifdsink_close), (gst_multifdsink_change_state):
30403         * gst/tcp/gstmultifdsink.h:
30404         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
30405         (gst_tcpserversink_removed):
30406         Small cleanups in fdset.c
30407         Use a hastable to map fd to the client structure for faster
30408         lookup in _remove and get_stats.
30409         Added virtual function to close the fds.
30410         Handle clients even when the select/poll call was unblocked because
30411         of a command.
30412         Implement syncing to keyframe in the recovery procedure.
30413
30414 2004-09-16 Iain <iaingnome@gmail.com>
30415
30416         * gst/audioconvert/gstaudioconvert.c (_fixate_caps_to_int): Free the
30417         try caps.
30418
30419 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30420
30421         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_get_audio_stream):
30422           Caps are only set if the type of the stream is unknown, but this
30423           is initialized in ->init_stream(), so set to UNKNOWN after calling
30424           ->init_stream() so that capsnego starts.
30425
30426 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30427
30428         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30429         (gst_avi_demux_stream_data):
30430           Just hardcode for raw audio then. AVI audio sucks.
30431
30432 2004-09-15  Arwed v. Merkatz  <v.merkatz@gmx.net>
30433
30434         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
30435         * gst/matroska/matroska-mux.c: (audiosink_templ),
30436         (gst_matroska_mux_audio_pad_link):
30437         * gst/typefind/gsttypefindfunctions.c: (tta_caps), (plugin_init):
30438         Use audio/x-ttafile for tta files and audio/x-tta for raw tta frames.
30439
30440 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30441
30442         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30443         (gst_avi_demux_stream_data):
30444           Try to fix a/v sync issues.
30445
30446 2004-09-15  David Schleef  <ds@schleef.org>
30447
30448         * configure.ac: remove NASM check, since we don't use it.  Update
30449         dirac check to 0.4
30450         * ext/dirac/gstdiracdec.cc: update to current 0.4 API
30451         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
30452         Initialized variables.
30453         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
30454         (gst_qtdemux_loop_header), (qtdemux_parse), (qtdemux_parse_trak),
30455         (gst_qtdemux_handle_esds), (qtdemux_audio_caps): Fix seeking, add
30456         SVQ3 format
30457
30458 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30459
30460         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
30461         (gst_avi_demux_add_stream), (gst_avi_demux_stream_data):
30462         * gst/avi/gstavidemux.h:
30463           Fix for compressed audio (mp3) timestamp generation. How did this
30464           ever work?
30465
30466 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30467
30468         * gst/playback/gstplaybin.c: (gst_play_bin_get_property):
30469           Volume is a double not a float.
30470
30471 2004-09-15  Wim Taymans  <wim@fluendo.com>
30472
30473         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_remove_client_link),
30474         (gst_multifdsink_handle_clients), (gst_multifdsink_change_state):
30475         Don't close the fd in multifdsink as we didn't open it in the
30476         first place. Some cleanups.
30477
30478 2004-09-15  Wim Taymans  <wim@fluendo.com>
30479
30480         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
30481         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30482         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30483         Fix the case where the muxer would mark pages as delta
30484         frames when they are not (vorbis only ogg).
30485
30486 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30487
30488         * gst/playback/gstplaybasebin.c: (state_change), (setup_source),
30489         (gst_play_base_bin_change_state):
30490           Handle the case where we failed to setup a clear pipeline. This
30491           will throw an error (or EOS, another nice case) and if you don't
30492           catch that, the app will wait for the signal forever (and thus
30493           hang).
30494
30495 2004-09-15  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30496
30497         * ext/gnomevfs/gstgnomevfssink.c:
30498         (gst_gnomevfssink_uri_get_protocols):
30499         * ext/gnomevfs/gstgnomevfssrc.c:
30500         (gst_gnomevfssrc_uri_get_protocols):
30501         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30502         * ext/gnomevfs/gstgnomevfsuri.h:
30503           Use _uri_new() instead of _open(), so it doesn't take as long and
30504           Christophe's computer won't hang.
30505         * gst/playback/gstplaybasebin.c: (unknown_type):
30506           Throw error on unknown media type, so apps actually display it.
30507
30508 2004-09-14  Brian Cameron  <brian.cameron@sun.com
30509
30510         * tools/gst-launch-ext-m.m:  Changed ~ to $ENV{HOME} to allow
30511           this script to work on Solaris since bash shell handles echo
30512           differenly than bash.
30513
30514 2004-09-17  Wim Taymans  <wim@fluendo.com>
30515
30516         * gst/playback/gstplaybasebin.c: (queue_overrun), (no_more_pads),
30517         (setup_source), (gst_play_base_bin_set_property),
30518         (gst_play_base_bin_add_element):
30519         * gst/playback/gstplaybin.c: (gst_play_bin_send_event):
30520         Some more work on making sure seeking pauses the pipeline and
30521         that changing the uri actually does something.
30522
30523 2004-09-17  Wim Taymans  <wim@fluendo.com>
30524
30525         * gst/tcp/gstfdset.c: (gst_fdset_wait):
30526         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_close):
30527         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init_send),
30528         (gst_tcpserversink_close):
30529         Be a bit more paranoid when freeing memory.
30530
30531 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30532
30533         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
30534         (qtdemux_parse_trak):
30535           Don't crash by dividing by zero (see sample movie in #126922).
30536
30537 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30538
30539         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
30540           Don't touch non-existing data (fixes crash on file in #140147).
30541
30542 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30543
30544         * gst/playback/gstplaybasebin.c:
30545         (gst_play_base_bin_dispose), (gst_play_base_bin_set_property):
30546           Handle double disposals, and proper change of URIs.
30547
30548 2004-09-13  Martin Eikermann <meiker@upb.de>
30549
30550         * gst/mpegstream/gstmpegparse.c:
30551           fix synchronistation for streams recorded from digital PCR
30552           fixes bug #119376
30553
30554 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30555
30556         * ext/gnomevfs/Makefile.am:
30557         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
30558         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_get_type),
30559         (gst_gnomevfssink_dispose), (gst_gnomevfssink_init),
30560         (gst_gnomevfssink_uri_get_type),
30561         (gst_gnomevfssink_uri_get_protocols),
30562         (gst_gnomevfssink_uri_get_uri), (gst_gnomevfssink_uri_set_uri),
30563         (gst_gnomevfssink_uri_handler_init),
30564         (gst_gnomevfssink_set_property), (gst_gnomevfssink_get_property),
30565         (gst_gnomevfssink_open_file), (gst_gnomevfssink_close_file):
30566         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_type),
30567         (gst_gnomevfssrc_init), (gst_gnomevfssrc_dispose),
30568         (gst_gnomevfssrc_uri_get_type),
30569         (gst_gnomevfssrc_uri_get_protocols), (gst_gnomevfssrc_uri_get_uri),
30570         (gst_gnomevfssrc_uri_set_uri), (gst_gnomevfssrc_uri_handler_init),
30571         (gst_gnomevfssrc_set_property), (gst_gnomevfssrc_get_property),
30572         (gst_gnomevfssrc_open_file), (gst_gnomevfssrc_close_file):
30573         * ext/gnomevfs/gstgnomevfsuri.c: (gst_gnomevfs_get_supported_uris):
30574         * ext/gnomevfs/gstgnomevfsuri.h:
30575           Add URI support to Gnome-VFS plugins. Tries to load a fixed list
30576           of fake URIs to see which this version of Gnome-VFS likes, and
30577           uses that for the Gst-URI interface. Makes playbin support http://
30578           streams. Also fix up some stupid behaviour in gnomevfssrc.
30579
30580 2004-09-13  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30581
30582         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_update),
30583         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
30584         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record),
30585         (gst_alsa_mixer_set_option), (gst_alsa_mixer_get_option):
30586           Update mixer (to sync with other sessions) if we try to obtain
30587           a new value. This makes alsamixer work accross applications.
30588         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
30589           Only call sync functions if we're running, else alsalib asserts.
30590         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
30591           Sometimes fails to compile. Possibly a gcc bug.
30592         * gst/playback/gstplaybin.c: (gen_video_element),
30593         (gen_audio_element):
30594           Add a reference to an application-provided object, because we lose
30595           this same reference if we add it to the bin. If we don't do this,
30596           we can only use this object once and thus crash if we go from
30597           ready to playing, back to ready and back to playing again.
30598           Also add an audioscale element because several cheap soundcards -
30599           like mine - don't support all samplerates.
30600         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
30601         (gst_ximagesink_xcontext_clear), (gst_ximagesink_change_state):
30602           Fix wrong order or PAR calls. Makes automatically obtained PAR
30603           from the X server atually being used.
30604
30605 2004-09-12  David Schleef  <ds@schleef.org>
30606
30607         Fixes: #151879, #151881, #151882, #151883, #151884, #151886,
30608         #151887, #152102, #152247.
30609         * examples/indexing/indexmpeg.c: 64-bit warning fixes.
30610         * examples/seeking/cdparanoia.c: same
30611         * examples/seeking/cdplayer.c: same
30612         * examples/seeking/seek.c: same
30613         * examples/seeking/spider_seek.c: same
30614         * examples/seeking/vorbisfile.c: same
30615         * examples/stats/mp2ogg.c: same
30616         * ext/esd/esdsink.c: (gst_esdsink_class_init),
30617         (gst_esdsink_dispose): Dispose of element properly.
30618         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_seek): 64-bit warning
30619         fixes.
30620         * ext/nas/nassink.c: (gst_nassink_class_init),
30621         (gst_nassink_dispose): Dispose of element correctly.
30622         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain): Fix leak.
30623         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
30624         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
30625         Fix 64-bit warning.
30626         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
30627         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
30628         Fix 64-bit warning.
30629
30630 2004-09-12  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
30631
30632         * configure.ac : change speex detection as 1.1.6 now uses
30633           .pc/pkg-config and they changed their headers location.
30634
30635 2004-09-09  Arwed v. Merkatz  <v.merkatz@gmx.net>
30636
30637         * gst/matroska/matroska-mux.h:
30638         * gst/matroska/matroska-mux.c: (gst_matroska_mux_reset),
30639         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30640         (gst_matroska_mux_write_data):
30641           Write multiple blocks/frames per cluster.
30642                 Write meta-seek information (seek heads).
30643
30644 2004-09-09  Scott Wheeler <wheeler@kde.org>
30645
30646         * gst/gstplaybin.c: (gst_play_bin_class_init), (gst_play_bin_init),
30647         (gst_play_bin_set_property), (gst_play_bin_get_property),
30648         (gen_audio_element), (gen_audio_element):
30649           Add a volume element / property to the pipeline.
30650
30651 2004-09-07  Wim Taymans  <wim@fluendo.com>
30652
30653         * gst/videomixer/videomixer.c: (gst_videomixer_blend_buffers):
30654         Copy timestamps from the master pad to the output buffers.
30655
30656 2004-09-03  Thomas Vander Stichele  <thomas at apestaart dot org>
30657
30658         * ext/raw1394/gstdv1394src.c:
30659           throw errors when applicable
30660
30661 2004-09-01  Arwed v. Merkatz  <v.merkatz@gmx.net>
30662
30663         * gst/matroska/ebml-ids.h:
30664         * gst/matroska/ebml-read.c: (gst_ebml_read_date):
30665         * gst/matroska/ebml-write.c: (gst_ebml_write_date):
30666         * gst/matroska/matroska-mux.c: (gst_matroska_mux_finish):
30667           automatically convert unix time <-> ebml time when reading/writing
30668           a date, use gst_ebml_write_uint to write CUETIME,
30669           not gst_ebml_write_date.
30670         * gst/matroska/matroska-ids.h:
30671         * gst/matroska/matroska-mux.c: (gst_matroska_mux_create_uid),
30672         (gst_matroska_mux_reset), (gst_matroska_mux_audio_pad_link),
30673         (gst_matroska_mux_track_header), (gst_matroska_mux_start),
30674         (gst_matroska_mux_write_data):
30675           Write track and segment UIDs, write muxing date, write
30676           TRACKDEFAULTDURATION for TTA audio, write BLOCKDURATION if known.
30677           Create cues for audio only files.
30678
30679 2004-08-31  Ronald S. Bultje  <rbultje@ronald.bitfreak.net>
30680
30681         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
30682         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
30683           Re-commit ALSA switches.
30684         * gst/adder/gstadder.c: (gst_adder_loop):
30685           64-bit fix (#151416).
30686         * gst/debug/progressreport.c: (gst_progressreport_report):
30687           64-bit fix (#151419).
30688         * gst/matroska/matroska-demux.c:
30689         (gst_matroska_demux_parse_contents):
30690           64-bit fix (#151420).
30691         * gst/playback/test3.c: (update_scale):
30692           64-bit fix (#151421).
30693
30694 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30695
30696         * configure.ac:
30697           bump nano to cvs
30698
30699 === release 0.8.4 ===
30700
30701 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
30702
30703         * configure.ac: releasing 0.8.4, "Alias"
30704
30705 2004-08-31  Thomas Vander Stichele  <thomas at apestaart dot org>
30706
30707         * ext/theora/Makefile.am:
30708           fix makefile.  Fixes #151462.
30709
30710 2004-08-30  Wim Taymans  <wim@fluendo.com>
30711
30712         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_wait):
30713         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30714         (gst_multifdsink_remove_client_link),
30715         (gst_multifdsink_client_queue_buffer),
30716         (gst_multifdsink_handle_client_write):
30717         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
30718         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
30719         Fix some memory leaks.
30720
30721 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30722
30723         Patch by: David Schleef
30724
30725         * configure.ac:
30726         * sys/Makefile.am:
30727           rename our detection macro for V4L2.  Fixes #151236.
30728
30729 2004-08-30  Thomas Vander Stichele  <thomas at apestaart dot org>
30730
30731         Patch by: David Schleef
30732
30733         * configure.ac:
30734           check to define LAMEPRESET.  Fixes #151232.
30735
30736 2004-08-27  David Schleef  <ds@schleef.org>
30737
30738         * sys/glsink/glimagesink.c: (gst_glimagesink_ximage_put),
30739         (gst_glimagesink_xwindow_new), (gst_glimagesink_xcontext_get),
30740         (gst_glimagesink_fixate):  Move local variable declarations to
30741         make gcc-2.95 happy.
30742
30743 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30744
30745         * configure.ac:
30746           bump nano for prerelease
30747
30748 2004-08-27  David Schleef  <ds@schleef.org>
30749
30750         * sys/sunaudio/Makefile.am: Add sunaudiosrc patch from Bala
30751         * sys/sunaudio/gstsunaudiosrc.c:
30752         * sys/sunaudio/gstsunaudiosrc.h:
30753
30754 2004-08-27 Arwed v. Merkatz <v.merkatz@gmx.net>
30755
30756         * gst/matroska/ebml-read.c: (gst_ebml_peed_id), (gst_ebml_read_element_id),
30757         handle EOS correctly
30758         * gst/matroska/matroska-mux.c: (gst_matroska_mux_video_pad_link):
30759         * gst/matroska/matroska-mux.h:
30760         added BITMAPINFOHEADER structure, mux video/x-divx and video/x-xvid in
30761         VFW compatibility mode
30762
30763 2004-08-27  Thomas Vander Stichele  <thomas at apestaart dot org>
30764
30765         patch by: Zaheer Abbas Merali
30766
30767         * ext/ogg/gstoggmux.c:
30768         * ext/vorbis/vorbisenc.c:
30769         * ext/vorbis/vorbisenc.h:
30770           handle NEWMEDIA
30771
30772 2004-08-26 Arwed v. Merkatz <v.merkatz@gmx.net>
30773
30774         * gst/matroska/ebml-write.c: (gst_ebml_write_float),
30775         fix byte order reversion on little endian machines.
30776         * gst/matroska/matroska-mux.c: (audiosink_templ),
30777         (gst_matroska_mux_audio_pad_link):
30778         add TTA codec to the list of supported codecs.
30779         * gst/matroska/matroska-mux.c: (gst_matroska_mux_init),
30780         (gst_matroska_mux_start), (gst_matroska_mux_finish),
30781         (gst_matroska_mux_write_data):
30782         * gst/matroska/matroska-mux.h:
30783         write segment duration correctly, write muxing app string, fixes bugs
30784         #140897 and #140898.
30785         * gst/matroska/matroska-mux.c: (gst_matroska_mux_loop),
30786         wait for all pads to be negotiated before starting to mux.
30787
30788 2004-08-26  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30789
30790         * ext/lame/gstlame.c: (gst_lame_init), (gst_lame_chain):
30791         * ext/lame/gstlame.h:
30792         Added new media support to lame
30793
30794 2004-08-25 Arwed v. Merkatz <v.merkatz@gmx.net>
30795
30796         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_blockgroup),
30797         send vorbis headers at the beginning of a stream, fixes bug #141554.
30798         Interpret BLOCKDURATION and set buffer duration accordingly, fixes
30799         bug #148950.
30800         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps),
30801         (gst_matroska_demux_plugin_init):
30802         * gst/matroska/matroska-ids.h:
30803         enable demuxing of TTA audio streams, fixes bug #148951.
30804         * gst/typefind/gsttypefindfunctions.c: (tta_type_find), (plugin_init),
30805         enable typefinding for TTA audio files, fixes bug #148711.
30806         * ext/xvid/gstxviddec.c: (gst_xviddec_chain),
30807         set XVID_LOWDELAY flag for decoding so xvid always returns an image,
30808         fixes playback of packed bitstream and xvid with bframes, bug #135407.
30809
30810 2004-08-24  Sebastien Cote  <sc5@hermes.usherb.ca>
30811
30812         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
30813         (gst_riff_read_element_data), (gst_riff_read_seek),
30814         (gst_riff_read_skip): fix infinite loop in wavparse, fixes bug
30815         #144616, patch reviewed by Ronald and committed by Christophe Fergeau
30816         <teuf@gnome.org>
30817
30818 2004-08-23 Iain <iaingnome@gmail.com>
30819
30820         * ext/mad/gstid3tag.c (gst_mad_id3_to_tag_list): Special case COMM
30821         tags. They appear to be handled differently to normal.
30822         (tag_list_to_id3_tag_foreach): Ditto.
30823
30824 2004-08-22  Wim Taymans  <wim@fluendo.com>
30825
30826         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30827         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30828         Make sure we never send -1 granulepos.
30829
30830 2004-08-20  Wim Taymans  <wim@fluendo.com>
30831
30832         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
30833         (gst_ogg_mux_loop):
30834         I will accept bitchslappings with non sharp objects.
30835
30836 2004-08-20  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30837
30838         * configure.ac:
30839         Clean up the test for lame presets
30840
30841 2004-08-19  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30842
30843         * configure.ac:
30844         * ext/lame/Makefile.am:
30845         * ext/lame/gstlame.c: (gst_lame_class_init),
30846         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30847         Only enable lame presets if version of lame has presets in API
30848
30849 2004-08-19  Jan Schmidt  <thaytan@mad.scientist.com>
30850         * gst/udp/gstudpsrc.c: (gst_udpsrc_init), (gst_udpsrc_get):
30851         * gst/udp/gstudpsrc.h:
30852           Don't call gst_pad_push in a get function. Fixes #150449
30853
30854 2004-08-18  Wim Taymans  <wim@fluendo.com>
30855
30856         * gst/tcp/gstfdset.c: (gst_fdset_free), (gst_fdset_set_mode),
30857         (gst_fdset_get_mode), (gst_fdset_add_fd), (gst_fdset_remove_fd),
30858         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30859         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30860         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30861         (gst_fdset_wait):
30862         * gst/tcp/gstfdset.h:
30863         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
30864         (gst_multifdsink_client_queue_buffer),
30865         (gst_multifdsink_handle_client_write):
30866         * gst/tcp/gstmultifdsink.h:
30867         Some extra checks in gstfdset.
30868         Only use send() when the fd is a socket. Don't try to
30869         read from write only fds.
30870
30871 2004-08-18  Wim Taymans  <wim@fluendo.com>
30872
30873         * gst/tcp/gstfdset.c: (gst_fdset_add_fd), (gst_fdset_remove_fd),
30874         (gst_fdset_fd_ctl_write), (gst_fdset_fd_ctl_read),
30875         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30876         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30877         (gst_fdset_wait):
30878         Add more locking and bounds checking.
30879
30880 2004-08-18  Wim Taymans  <wim@fluendo.com>
30881
30882         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_wait):
30883         Realloc test fdset in the lock and right before starting
30884         the poll call. Bump the limit to 4096.
30885
30886 2004-08-17  David Schleef  <ds@schleef.org>
30887
30888         * sys/sunaudio/Makefile.am:
30889         * sys/sunaudio/gstsunaudio.c: Fix caps to handle full range
30890         of rates and channels.  Make debugging less obnoxious.
30891
30892         Patch from Balamurali Viswanathan implementing a mixer for
30893         Sun audio.  (bug #144091):
30894         * sys/sunaudio/gstsunelement.c:
30895         * sys/sunaudio/gstsunelement.h:
30896         * sys/sunaudio/gstsunmixer.c:
30897         * sys/sunaudio/gstsunmixer.h:
30898
30899 2004-08-17  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30900
30901         * gst/audioscale/gstaudioscale.c:
30902         * gst/audioscale/gstaudioscale.h:
30903         made audioscale resample from any sample rate to any sample rate
30904
30905 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30906
30907         * ext/libpng/gstpngdec.c:
30908           error out on unsupported types
30909
30910 2004-08-17  Iain <iaingnome@gmail.com>
30911
30912         * ext/flac/gstflacenc.c (gst_flacenc_update_quality): Only set the
30913         mid_side and loose_mid_side properties if its a stereo stream.
30914
30915 2004-08-17  Wim Taymans  <wim@fluendo.com>
30916
30917         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
30918         (theora_get_formats), (theora_dec_src_convert),
30919         (theora_dec_sink_convert), (theora_dec_src_query),
30920         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
30921         Add a debug line.
30922
30923 2004-08-17  Wim Taymans  <wim@fluendo.com>
30924
30925         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_iterate),
30926         (gst_ogg_pad_push):
30927         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
30928         (gst_ogg_mux_request_new_pad), (gst_ogg_mux_next_buffer),
30929         (gst_ogg_mux_buffer_from_page), (gst_ogg_mux_push_page),
30930         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
30931         Mark delta units in the muxer.
30932         Try to decode the packet after an out-of-sync error from
30933         libogg.
30934
30935 2004-08-17  Wim Taymans  <wim@fluendo.com>
30936
30937         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
30938         (gst_multifdsink_init), (gst_multifdsink_add),
30939         (gst_multifdsink_client_queue_buffer),
30940         (gst_multifdsink_set_property), (gst_multifdsink_get_property):
30941         * gst/tcp/gstmultifdsink.h:
30942         Added option to send a keyframe to clients as the first buffer.
30943         Make timeout property writable.
30944
30945 2004-08-17  Thomas Vander Stichele  <thomas at apestaart dot org>
30946
30947         patch by: Wim Taymans
30948
30949         * gst/tcp/gstfdset.c:
30950         * gst/tcp/gstmultifdsink.c:
30951           fix index comparison, should include 0
30952
30953 2004-08-16  Wim Taymans  <wim@fluendo.com>
30954
30955         * gst/tcp/gstfdset.c: (ensure_size), (gst_fdset_new),
30956         (gst_fdset_add_fd), (gst_fdset_remove_fd),
30957         (gst_fdset_fd_has_closed), (gst_fdset_fd_has_error),
30958         (gst_fdset_fd_can_read), (gst_fdset_fd_can_write),
30959         (gst_fdset_wait):
30960           copy when reallocing for poll so the select arguments don't get
30961           changed during the call
30962
30963 2004-08-16  Wim Taymans  <wim@fluendo.com>
30964
30965         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
30966         (gst_theora_enc_class_init), (theora_enc_sink_link),
30967         (theora_buffer_from_packet), (theora_enc_chain):
30968         Fix bug where buffers were not marked as keyframes
30969         correctly.
30970
30971 2004-08-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30972
30973         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
30974         (gst_lame_preset_get_type), (gst_lame_class_init):
30975         describe the enum values for vbr mode and presets more verbosely
30976
30977 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30978
30979         * ext/lame/gstlame.c: (gst_lame_mode_get_type),
30980         (gst_lame_quality_get_type), (gst_lame_padding_get_type),
30981         (gst_lame_preset_get_type), (gst_lame_class_init), (gst_lame_init),
30982         (gst_lame_set_property), (gst_lame_get_property), (gst_lame_setup):
30983         * ext/lame/gstlame.h:
30984         add preset property to lame so it can use lame presets
30985
30986 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30987
30988         * ext/lame/gstlame.c: (gst_lame_get_property):
30989         whoops forgot break, thanks teuf
30990
30991 2004-08-13  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
30992
30993         * ext/lame/gstlame.c: (gst_lame_vbrmode_get_type),
30994         (gst_lame_class_init), (gst_lame_src_getcaps),
30995         (gst_lame_sink_link), (gst_lame_init), (gst_lame_set_property),
30996         (gst_lame_get_property), (gst_lame_setup):
30997         * ext/lame/gstlame.h:
30998         fix lame's broken vbr stuff, allow it to resample if need be, and also
30999         make xing header optional
31000
31001 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31002
31003         * ext/lame/gstlame.c: (gst_lame_src_getcaps), (gst_lame_init):
31004         added getcaps function so samplerate doesnt get fixated to silly values
31005
31006 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31007
31008         * ext/lame/gstlame.c: (gst_lame_src_link):
31009         revert previous fix
31010
31011 2004-08-12  Johan Dahlin  <johan@gnome.org>
31012
31013         * sys/v4l/gstv4lelement.c (gst_v4l_iface_supported): Remove bogus
31014         checks. Doesn't matter what state we are in. Interfaces are a
31015         compile time thing, not runtime. It also broke the python bindings.
31016
31017 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31018
31019         * ext/lame/gstlame.c: (gst_lame_src_link):
31020         made source pad link function check if sinkpad is ok..fixes the problem
31021         where core fixates the output rate of lame stupidly
31022
31023 2004-08-12  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
31024
31025         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_src_link), (gst_v4lsrc_fixate):
31026         * sys/v4l/v4l_calls.c:
31027         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_set_capture):
31028           fix fixate function to handle nonsimple caps.
31029           remove bogus check in _link
31030           cleanups
31031
31032 2004-08-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31033
31034         * ext/lame/gstlame.c: (gst_lame_class_init), (gst_lame_init):
31035         set default compression ratio parameter to 0.0 so bitrate parameter
31036         works :)
31037
31038 2004-08-11  David Schleef  <ds@schleef.org>
31039
31040         * gst/tcp/gstfdset.c: Fix compile problem on OS/X.
31041
31042 2004-08-11  David Schleef  <ds@schleef.org>
31043
31044         * gst/mpeg1sys/gstmpeg1systemencode.c: Oops, this was correct
31045         before.
31046
31047 2004-08-11  David Schleef  <ds@schleef.org>
31048
31049         * gst-libs/gst/video/videosink.h: Change copyright block to LGPL.
31050
31051 2004-08-11  David Schleef  <ds@schleef.org>
31052
31053         * ext/pango/gsttextoverlay.c: Add copyright block and fix plugin
31054           license field
31055         * gst-libs/gst/idct/Makefile.am: Remove mmx/sse code
31056         * gst-libs/gst/video/gstvideosink.c: Change copyright block to
31057           LGPL.
31058         * gst/auparse/gstauparse.c: Fix plugin license field.
31059         * gst/monoscope/gstmonoscope.c: Fix plugin license field.
31060         * gst/mpeg1sys/gstmpeg1systemencode.c: Fix plugin license field.
31061         * gst/rtp/gstrtp.c: Fix plugin license field.
31062
31063 2004-08-11  Wim Taymans  <wim@fluendo.com>
31064
31065         * gst/tcp/Makefile.am:
31066         * gst/tcp/gstfdset.c: (gst_fdset_mode_get_type), (nearest_pow),
31067         (ensure_size), (gst_fdset_new), (gst_fdset_free),
31068         (gst_fdset_set_mode), (gst_fdset_get_mode), (gst_fdset_add_fd),
31069         (gst_fdset_remove_fd), (gst_fdset_fd_ctl_write),
31070         (gst_fdset_fd_ctl_read), (gst_fdset_fd_has_closed),
31071         (gst_fdset_fd_has_error), (gst_fdset_fd_can_read),
31072         (gst_fdset_fd_can_write), (gst_fdset_wait):
31073         * gst/tcp/gstfdset.h:
31074         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31075         (gst_multifdsink_class_init), (gst_multifdsink_init),
31076         (gst_multifdsink_add), (gst_multifdsink_remove),
31077         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31078         (gst_multifdsink_remove_client_link),
31079         (gst_multifdsink_handle_client_read),
31080         (gst_multifdsink_client_queue_data),
31081         (gst_multifdsink_client_queue_caps),
31082         (gst_multifdsink_client_queue_buffer),
31083         (gst_multifdsink_handle_client_write),
31084         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31085         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31086         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
31087         (gst_multifdsink_close):
31088         * gst/tcp/gstmultifdsink.h:
31089         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
31090         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
31091         (gst_tcpserversink_handle_wait), (gst_tcpserversink_init_send),
31092         (gst_tcpserversink_close):
31093         * gst/tcp/gsttcpserversink.h:
31094         Abstracted away the select call, implemented poll (yes we ran into
31095         the 1024 limit in production).
31096
31097 2004-08-11  Thomas Vander Stichele  <thomas at apestaart dot org>
31098
31099         * gst/tcp/gsttcp.c:
31100         * gst/tcp/gsttcpplugin.c:
31101           improve debuggging, remove assert
31102
31103 2004-08-10  Wim Taymans  <wim@fluendo.com>
31104
31105         * gst/tcp/gstmultifdsink.c: (gst_unit_type_get_type),
31106         (gst_client_status_get_type), (gst_multifdsink_class_init),
31107         (gst_multifdsink_init), (gst_multifdsink_remove_client_link),
31108         (gst_multifdsink_handle_client_read),
31109         (gst_multifdsink_handle_client_write),
31110         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
31111         (gst_multifdsink_handle_clients), (gst_multifdsink_set_property),
31112         (gst_multifdsink_get_property):
31113         * gst/tcp/gstmultifdsink.h:
31114         * gst/tcp/gsttcp-marshal.list:
31115         Starting to prepare for specifying buffer time in other units
31116         than buffers. Expose remove reason in signal.
31117
31118 2004-08-10  Wim Taymans  <wim@fluendo.com>
31119
31120         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_add),
31121         (gst_multifdsink_remove), (gst_multifdsink_clear),
31122         (gst_multifdsink_remove_client_link),
31123         (gst_multifdsink_handle_client_read),
31124         (gst_multifdsink_client_queue_data),
31125         (gst_multifdsink_client_queue_buffer),
31126         (gst_multifdsink_handle_client_write),
31127         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients),
31128         (gst_multifdsink_chain), (gst_multifdsink_close):
31129         * gst/tcp/gstmultifdsink.h:
31130         Added more debugging info. Changed the way clients are
31131         removed from the lists. Fixed a bug where a bad file descriptor
31132         could cause many clients to be removed.
31133
31134 2004-08-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31135
31136         * gst/videotestsrc/gstvideotestsrc.c: (generate_capslist):
31137           allow all pixel-aspect-ratios, not just 1:1
31138
31139 2004-08-09  David Schleef  <ds@schleef.org>
31140
31141         * sys/glsink/ARB_multitexture.h:  Remove old files.
31142         * sys/glsink/EXT_paletted_texture.h:
31143         * sys/glsink/NV_register_combiners.h:
31144         * sys/glsink/gstgl_nvimage.c:
31145         * sys/glsink/gstgl_pdrimage.c:
31146         * sys/glsink/gstgl_rgbimage.c:
31147         * sys/glsink/gstglsink.c:
31148         * sys/glsink/gstglsink.h:
31149         * sys/glsink/gstglxwindow.c:
31150         * sys/glsink/regcomb_yuvrgb.c:
31151
31152 2004-08-09  David Schleef  <ds@schleef.org>
31153
31154         Patch from Gernot Ziegler <gz@lysator.liu.se> rewriting the
31155         GL sink plugin.  (Bug #147302)
31156
31157         * configure.ac: Test for OpenGL
31158         * sys/Makefile.am: Use test for OpenGL
31159         * sys/glsink/Makefile.am:
31160         * sys/glsink/glimagesink.c: rewrite
31161         * sys/glsink/glimagesink.h: rewrite
31162
31163 2004-08-09  David Schleef  <ds@schleef.org>
31164
31165         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_base_init):  Only allow
31166         sane framerates.
31167         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get): same
31168         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support): same
31169         * testsuite/gst-lint: Test for G_GUINT64_FORMAT usage near gettext.
31170
31171 2004-08-09  Wim Taymans  <wim@fluendo.com>
31172
31173         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31174         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31175         (gst_multifdsink_client_remove),
31176         (gst_multifdsink_handle_client_read),
31177         (gst_multifdsink_handle_client_write),
31178         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31179         Do a bit more logging, make the client_read code more robust.
31180
31181 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31182
31183         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init_source),
31184         (gst_jpegdec_fill_input_buffer), (gst_jpegdec_skip_input_data),
31185         (gst_jpegdec_resync_to_restart), (gst_jpegdec_term_source),
31186         (gst_jpegdec_init), (gst_jpegdec_chain):
31187         * gst/multipart/multipartdemux.c: (gst_multipart_demux_init),
31188         (gst_multipart_demux_chain), (gst_multipart_demux_change_state):
31189           cleanups, debugging fixes and memleak plugging
31190
31191 2004-08-09  Wim Taymans  <wim@fluendo.com>
31192
31193         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31194         (theora_get_formats), (theora_dec_src_convert),
31195         (theora_dec_sink_convert), (theora_dec_src_query),
31196         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain),
31197         (theora_dec_change_state):
31198         Don't crash on missing header packets.
31199
31200 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31201
31202         * po/LINGUAS:
31203         * po/sq.po:
31204           Added Albanian translation (Laurent Dhima)
31205         * po/cs.po:
31206           updated
31207
31208 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31209
31210         * ext/lame/gstlame.c:
31211           fix/add debugging
31212
31213 2004-08-09  Thomas Vander Stichele  <thomas at apestaart dot org>
31214
31215         * sys/ximage/ximagesink.c:
31216         * sys/xvimage/xvimagesink.c:
31217           assign all TOO_LAZY's to a real category.  Thanks to Warthy Warthog.
31218
31219 2004-08-06  Wim Taymans  <wim@fluendo.com>
31220
31221         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31222         (gst_multifdsink_add), (gst_multifdsink_get_stats),
31223         (gst_multifdsink_client_remove),
31224         (gst_multifdsink_handle_client_read),
31225         (gst_multifdsink_handle_client_write),
31226         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31227         Make sure we don't try to read more from a client that what
31228         ioctl says us or we deadlock.
31229
31230 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31231
31232         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_src_link),
31233         (gst_videotestsrc_change_state), (gst_videotestsrc_src_query),
31234         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
31235           decouple running_time and n_frames so it can handle changing
31236           framerate while running
31237
31238 2004-08-05  Thomas Vander Stichele  <thomas at apestaart dot org>
31239
31240         * po/nl.po:
31241         * po/sv.po:
31242           updated translations
31243
31244 2004-08-04  Benjamin Otte  <otte@gnome.org>
31245
31246         * gst/videotestsrc/gstvideotestsrc.c:
31247         (gst_videotestsrc_get_capslist), (generate_capslist),
31248         (plugin_init):
31249           generate the list of supported caps at startup and reuse it instead
31250           of always generating it
31251
31252 2004-07-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31253
31254         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link):
31255           whoops, last checkin broke normal build
31256
31257 2004-08-03  Benjamin Otte  <otte@gnome.org>
31258
31259         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_get_volume),
31260         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
31261         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
31262         (gst_alsa_mixer_get_option):
31263         * ext/dvdnav/dvdnavsrc.c: (dvdnav_get_event_name),
31264         (dvdnavsrc_print_event):
31265         * ext/ogg/gstoggdemux.c: (_find_chain_process), (gst_ogg_print):
31266         * ext/ogg/gstoggmux.c: (gst_ogg_mux_pad_link),
31267         (gst_ogg_mux_pad_unlink):
31268         * gst/multipart/multipartmux.c: (gst_multipart_mux_pad_link),
31269         (gst_multipart_mux_pad_unlink):
31270         * gst/videofilter/gstvideobalance.c:
31271         (gst_videobalance_colorbalance_set_value):
31272         * gst/videomixer/videomixer.c: (gst_videomixer_pad_link),
31273         (gst_videomixer_pad_unlink):
31274         * po/uk.po:
31275         * sys/oss/gstossmixer.c:
31276         * sys/v4l/gstv4lcolorbalance.c:
31277         * sys/v4l/gstv4ltuner.c:
31278         * sys/v4l/v4lsrc_calls.c:
31279         * sys/v4l2/gstv4l2colorbalance.c:
31280         * sys/v4l2/gstv4l2tuner.c:
31281           compile fixes for --disable-gst-debug, G_DISABLE_ASSERT and friends
31282
31283 2004-08-03  Benjamin Otte  <otte@gnome.org>
31284
31285         * examples/dynparams/filter.c: (ui_control_create):
31286         * examples/gstplay/player.c: (print_tag):
31287         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad):
31288         * ext/gdk_pixbuf/gstgdkanimation.c:
31289         (gst_gdk_animation_iter_may_advance):
31290         * ext/jack/gstjack.c: (gst_jack_request_new_pad):
31291         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list),
31292         (tag_list_to_id3_tag_foreach), (gst_id3_tag_handle_event):
31293         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_tag_value):
31294         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value):
31295         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
31296         * gst-libs/gst/media-info/media-info-test.c: (print_tag):
31297         * gst/sine/demo-dparams.c: (main):
31298         * gst/tags/gstvorbistag.c: (gst_tag_to_vorbis_comments):
31299         * testsuite/alsa/formats.c: (create_pipeline):
31300         * testsuite/alsa/sinesrc.c: (sinesrc_force_caps), (sinesrc_get):
31301           fixes for G_DISABLE_ASSERT and friends
31302         * gst/typefind/gsttypefindfunctions.c: (aac_type_find),
31303         (mp3_type_frame_length_from_header), (mp3_type_find),
31304         (plugin_init):
31305           require mp3 typefinding to have at least MIN_HEADERS valid headers
31306           add typefinding for AAC adts files
31307
31308 2004-08-04  Jan Schmidt  <thaytan@mad.scientist.com>
31309
31310         * sys/ximage/ximagesink.c:
31311         (gst_ximagesink_calculate_pixel_aspect_ratio):
31312         * sys/xvimage/xvimagesink.c:
31313         (gst_xvimagesink_calculate_pixel_aspect_ratio):
31314         Make sure we calculate pixel-aspect-ratio using floating point maths
31315
31316 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31317
31318         * po/uk.po:
31319           updated translation
31320
31321 2004-08-03  Thomas Vander Stichele  <thomas at apestaart dot org>
31322
31323         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
31324         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get):
31325           add debugging for display PAR calculation
31326
31327 2004-08-02  David Schleef  <ds@schleef.org>
31328
31329         * configure.ac: Fix mikmod CFLAGS.
31330
31331 2004-07-27  Benjamin Otte  <otte@gnome.org>
31332
31333         * gst/audioscale/gstaudioscale.c:
31334         - fix templates to only support S16, it's the only format that works
31335         - make caps nego code use try_set_caps_nonfixed and fixation instead
31336         of try_set_caps twice, which is not nice for autopluggers
31337         - change rank to secondary, so autopluggers can pick it up after
31338         audioconvert
31339
31340 2004-08-02  Iain <iain@prettypeople.org>
31341
31342         * gst/interleave/interleave.c (interleave_init),
31343         (interleave_request_new_pad),
31344         (interleave_pad_removed),
31345         (interleave_buffered_loop): Use the real pad count, not the artificial
31346         one.
31347
31348 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31349
31350         * configure.ac: bump nano back to development
31351
31352 === release 0.8.3 ===
31353
31354 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31355
31356         * configure.ac: releasing 0.8.3, "Water"
31357
31358 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31359
31360         * sys/xvimage/xvimagesink.c:
31361         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31362         (gst_xvimagesink_xcontext_clear), (gst_xvimagesink_sink_link),
31363         (gst_xvimagesink_change_state), (gst_xvimagesink_buffer_alloc),
31364         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31365         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31366         * sys/xvimage/xvimagesink.h:
31367           apply similar PAR fixes as to ximagesink
31368
31369 2004-08-02  Thomas Vander Stichele  <thomas at apestaart dot org>
31370
31371         patch from: Benjamin Otte
31372
31373         * ext/lame/gstlame.c: (gst_lame_src_link), (gst_lame_init):
31374           add link function to lame.  Fixes #148986.
31375
31376 2004-08-02  Johan Dahlin  <johan@gnome.org>
31377
31378         * gst/multipart/multipartmux.c (gst_multipart_mux_next_buffer):
31379         fix debugging log
31380
31381 2004-07-30  David Schleef  <ds@schleef.org>
31382
31383         * gst/videomixer/Makefile.am: Fix things that should have been
31384         fixed in the last checkin.
31385
31386 2004-07-30  David Schleef  <ds@schleef.org>
31387
31388         * gst/multipart/Makefile.am: Fix things that should have been
31389         fixed in the last checkin.
31390
31391 2004-07-30  David Schleef  <ds@schleef.org>
31392
31393         * testsuite/multifilesink/Makefile.am: Fix unused variable.
31394
31395 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31396
31397         * configure.ac:
31398           bump nano for prerelease
31399         * po/af.po:
31400         * po/az.po:
31401         * po/cs.po:
31402         * po/en_GB.po:
31403         * po/hu.po:
31404         * po/nl.po:
31405         * po/sr.po:
31406         * po/sv.po:
31407         * po/uk.po:
31408           updates
31409
31410 2004-07-30  Wim Taymans  <wim@fluendo.com>
31411
31412         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
31413         (gst_multifdsink_add), (gst_multifdsink_remove),
31414         (gst_multifdsink_clear), (gst_multifdsink_get_stats),
31415         (gst_multifdsink_client_remove),
31416         (gst_multifdsink_handle_client_write),
31417         (gst_multifdsink_queue_buffer), (gst_multifdsink_handle_clients):
31418         * gst/tcp/gstmultifdsink.h:
31419         Recover from a select with a bad file descriptor by removing
31420         the client.
31421
31422 2004-07-30  Thomas Vander Stichele  <thomas at apestaart dot org>
31423
31424         * configure.ac:
31425           fix requirement of core
31426         * gst-libs/gst/play/play.c: (gst_play_error_plugin),
31427         (gst_play_pipeline_setup):
31428           don't use colorspace element.  do use hermescolorspace element.
31429           make macro to get a colorspace element.
31430           mark strings for translation.
31431         * po/POTFILES.in:
31432           add play.c
31433         * po/af.po:
31434         * po/az.po:
31435         * po/cs.po:
31436         * po/en_GB.po:
31437         * po/hu.po:
31438         * po/nl.po:
31439         * po/sr.po:
31440         * po/sv.po:
31441         * po/uk.po:
31442           update translations
31443
31444 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31445
31446         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init):
31447         fix default for newmedia flag
31448
31449 2004-07-30  Wim Taymans  <wim@fluendo.com>
31450
31451         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
31452         (gst_theora_dec_init), (theora_get_formats),
31453         (theora_dec_src_convert), (theora_dec_sink_convert),
31454         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31455         (theora_dec_chain), (theora_dec_set_property),
31456         (theora_dec_get_property):
31457         * ext/theora/theoraenc.c: (gst_border_mode_get_type),
31458         (gst_theora_enc_class_init), (gst_theora_enc_init),
31459         (theora_enc_sink_link), (theora_enc_chain),
31460         (theora_enc_set_property), (theora_enc_get_property):
31461         Added cropping option to theora decoder.
31462         Added border option to theora encoder.
31463
31464 2004-07-30  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31465
31466         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31467         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31468         (gst_pngenc_set_property):
31469         * ext/libpng/gstpngenc.h:
31470         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
31471
31472 2004-07-30  Wim Taymans  <wim@fluendo.com>
31473
31474         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
31475         (theora_enc_sink_link), (theora_enc_chain),
31476         (theora_enc_set_property), (theora_enc_get_property):
31477         Fix encoding of non-multiple-of-16 video.
31478
31479 2004-07-29  David Schleef  <ds@schleef.org>
31480
31481         * configure.ac: make test for audiofile more strict
31482
31483 2004-07-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
31484
31485         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
31486           give different names to typefind functions
31487
31488 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31489
31490         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31491         (gst_ximagesink_calculate_pixel_aspect_ratio),
31492         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
31493         (gst_ximagesink_sink_link), (gst_ximagesink_change_state),
31494         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_set_property),
31495         (gst_ximagesink_get_property), (gst_ximagesink_init):
31496         * sys/ximage/ximagesink.h:
31497           allocate PAR's dynamically.
31498           use autodetected PAR if no object-set PAR is given.
31499           add workaround for directfb's X not setting physical size.
31500           fix to xvimagesink will follow tomorrow.
31501
31502 2004-07-28  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31503
31504         * ext/lame/gstlame.c: (gst_lame_chain): send tag events downstream
31505         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
31506         (gst_shout2send_get_type), (gst_shout2send_set_clock),
31507         (gst_shout2send_class_init), (gst_shout2send_init),
31508         (set_shout_metadata), (gst_shout2send_set_metadata),
31509         (gst_shout2send_chain), (gst_shout2send_set_property),
31510         (gst_shout2send_get_property), (gst_shout2send_connect),
31511         (gst_shout2send_change_state):
31512         * ext/shout2/gstshout2.h:
31513         - fix for sending mp3 audio to icecast2 server, if pad link function not
31514         called before PAUSED state
31515         - added option to use GStreamer clock sync (as opposed to libshout's own sync)
31516         - added tagging support for mp3 audio broadcasted
31517         * gst/monoscope/gstmonoscope.c: (gst_monoscope_class_init):
31518         debug info
31519
31520 2004-07-28  Wim Taymans  <wim@fluendo.com>
31521
31522         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query),
31523         (gst_ogg_demux_push):
31524         Return query failure when we don't know the length of
31525         an ogg stream insteda of returning TRUE with a bogus value.
31526
31527 2004-07-28  Wim Taymans  <wim@fluendo.com>
31528
31529         * ext/theora/theoradec.c: (theora_get_formats),
31530         (theora_dec_src_convert), (theora_dec_sink_convert),
31531         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31532         (theora_dec_chain):
31533         Don't screw up the 1 Chroma for 1 luma sample situation when we
31534         have an odd offset/width by adding a black border in those cases.
31535
31536 2004-07-28  Wim Taymans  <wim@fluendo.com>
31537
31538         * ext/theora/theoradec.c: (theora_get_formats),
31539         (theora_dec_src_convert), (theora_dec_sink_convert),
31540         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
31541         (theora_dec_chain):
31542         * ext/theora/theoraenc.c: (theora_enc_sink_link):
31543         Added first attempt at cropping of the image as required by the
31544         theora spec. We need more properties in the caps (offset_x,
31545         offset_y,stride) to implement this correctly.
31546
31547 2004-07-28  Jan Schmidt  <thaytan@mad.scientist.com>
31548
31549         * ext/dvdnav/README:
31550           Update the README to use dvddemux
31551         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_getcaps):
31552           Ensure getcaps returns a subset of the template caps
31553         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_base_init),
31554         (gst_mpeg2subt_init):
31555           Ensure getcaps returns a subset of the template caps
31556         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_class_init),
31557         (gst_dvd_demux_init), (gst_dvd_demux_get_video_stream),
31558         (gst_dvd_demux_get_subpicture_stream),
31559         (gst_dvd_demux_send_subbuffer), (gst_dvd_demux_set_cur_subpicture):
31560         * gst/mpegstream/gstdvddemux.h:
31561           Set the explicit caps on the current_video pad before pushing
31562           anything
31563         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31564         (gst_mpeg_demux_get_audio_stream):
31565           Free caps used to gst_pad_set_explicit_caps, which takes a const
31566           GstCaps *
31567
31568 2004-07-28  Thomas Vander Stichele  <thomas at apestaart dot org>
31569
31570         * configure.ac: update GStreamer requirement to 0.8.4 because of
31571           GstFraction.
31572
31573 2004-07-28  Wim Taymans  <wim@fluendo.com>
31574
31575         * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
31576         (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
31577         Add the pad to the element after setting up the caps. This
31578         makes it a lot easier to autoplug.
31579
31580 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31581
31582         * gst/median/gstmedian.c:
31583         * gst/mpeg2subt/gstmpeg2subt.c:
31584         * gst/mpegaudioparse/gstmpegaudioparse.c:
31585         * gst/mpegstream/gstdvddemux.c:
31586         * gst/mpegstream/gstmpegdemux.c:
31587         * gst/mpegstream/gstmpegpacketize.c:
31588         * gst/rtjpeg/gstrtjpeg.c:
31589         * gst/rtjpeg/gstrtjpegdec.c:
31590         * gst/rtjpeg/gstrtjpegenc.c:
31591         * gst/sine/gstsinesrc.c:
31592         * gst/smooth/gstsmooth.c:
31593         * gst/smpte/gstsmpte.c:
31594         * gst/smpte/gstsmpte.h:
31595         * gst/stereo/gststereo.c:
31596         * gst/videofilter/gstgamma.c:
31597         * gst/videofilter/gstvideobalance.c:
31598         * gst/videofilter/gstvideofilter.c:
31599         * gst/videofilter/gstvideoflip.c:
31600         * gst/videoscale/gstvideoscale.c:
31601         * gst/videoscale/videoscale.c:
31602         * gst/videotestsrc/gstvideotestsrc.c:
31603         * gst/videotestsrc/videotestsrc.c:
31604         * gst/wavenc/gstwavenc.c:
31605         * gst/wavparse/gstwavparse.c:
31606           fix local includes and 64 bits constants
31607
31608 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31609
31610         * win32/gst.sln:
31611         * gst-libs/gst/*/*.vcproj:
31612         * gst/*/*.vcproj:
31613           more working plugins
31614
31615 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31616
31617         * testsuite/alsa/Makefile.am:
31618         * testsuite/alsa/srcstate.c:
31619         add test for alsasrc changing state
31620
31621 2004-07-27  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
31622
31623         * gst/silence/gstsilence.c: (gst_silence_init), (gst_silence_link),
31624         (gst_silence_get):
31625         * gst/silence/gstsilence.h:
31626         fix silence generation for 16bit raw audio
31627
31628 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31629
31630         * gst/matroska/matroska-demux.c:
31631         (gst_matroska_demux_parse_metadata),
31632         (gst_matroska_demux_video_caps), (gst_matroska_demux_plugin_init):
31633         * gst/mpegaudio/common.c:
31634         * gst/videoscale/gstvideoscale.c: (gst_videoscale_class_init),
31635         (gst_videoscale_getcaps), (gst_videoscale_link),
31636         (gst_videoscale_src_fixate), (gst_videoscale_init),
31637         (gst_videoscale_finalize):
31638         * gst/videoscale/gstvideoscale.h:
31639         * gst/videotestsrc/gstvideotestsrc.c:
31640         (gst_videotestsrc_get_capslist):
31641         * gst/wavenc/gstwavenc.c:
31642         * sys/oss/gstossmixer.c: (fill_labels):
31643         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
31644         (gst_ximagesink_handle_xevents),
31645         (gst_ximagesink_calculate_pixel_aspect_ratio),
31646         (gst_ximagesink_xcontext_get), (gst_ximagesink_fixate),
31647         (gst_ximagesink_getcaps), (gst_ximagesink_sink_link),
31648         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id),
31649         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
31650         (gst_ximagesink_init), (gst_ximagesink_class_init):
31651         * sys/ximage/ximagesink.h:
31652         * sys/xvimage/xvimagesink.c:
31653         (gst_xvimagesink_calculate_pixel_aspect_ratio),
31654         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_sink_link),
31655         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
31656         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
31657         (gst_xvimagesink_init), (gst_xvimagesink_class_init):
31658         * sys/xvimage/xvimagesink.h:
31659           first batch of pixel aspect ratio commits.
31660
31661 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31662
31663         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31664         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_chain):
31665         * gst/ffmpegcolorspace/imgconvert.c: (avpicture_fill):
31666           handle stride, needs work if we want to move stride handling
31667           upstream, but works correctly for our purposes.
31668
31669 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31670
31671         * gst/videoscale/README:
31672           add testing examples
31673         * gst/videoscale/gstvideoscale.c: (gst_videoscale_link),
31674         (gst_videoscale_chain):
31675         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31676         (gst_videoscale_get_size):
31677           add get_size function that handles stride like videotestsrc.
31678           fixes conversion for YUV formats for as much as I can test them.
31679
31680 2004-07-27  Thomas Vander Stichele  <thomas at apestaart dot org>
31681
31682         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31683         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy):
31684         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31685         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
31686         (gst_xvimagesink_xvimage_put):
31687           further cleanups, logging, error handling and synchronizing
31688
31689 2004-07-27  Wim Taymans  <wim@fluendo.com>
31690
31691         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
31692         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
31693         (gst_videomixer_pad_set_property),
31694         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
31695         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
31696         (gst_videomixer_class_init), (gst_videomixer_init),
31697         (gst_videomixer_getcaps), (gst_videomixer_request_new_pad),
31698         (gst_videomixer_blend_ayuv_i420), (pad_zorder_compare),
31699         (gst_videomixer_sort_pads), (gst_videomixer_fill_checker),
31700         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
31701         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
31702         (gst_videomixer_loop), (plugin_init):
31703         Be a nicer negotiation citizen and provide a getcaps function on
31704         the srcpad. This also fixes a crash when resizing.
31705
31706 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31707
31708         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
31709         (gst_xvimagesink_xvimage_new): Some fixes to image size calculation.
31710
31711 2004-07-27  Wim Taymans  <wim@fluendo.com>
31712
31713         * ext/libpng/gstpngdec.c: (gst_pngdec_src_getcaps):
31714         * ext/libpng/gstpngenc.c: (gst_pngenc_class_init),
31715         (gst_pngenc_init), (gst_pngenc_chain), (gst_pngenc_get_property),
31716         (gst_pngenc_set_property):
31717         * ext/libpng/gstpngenc.h:
31718         Added snapshot property to pngenc.
31719         removed g_print from pngdec
31720
31721 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
31722
31723         * gst/ac3parse/ac3parse.vcproj
31724         * gst/adder/adder.vcproj
31725         * gst/alpha/alpha.vcproj
31726         * gst/alpha/alphacolor.vcproj
31727         * gst/asfdemux/asf.vcproj
31728         * gst/audioconvert/audioconvert.vcproj
31729         * gst/audiorate/audiorate.vcproj
31730         * gst/audioscale/audioscale.vcproj
31731         * gst/auparse/auparse.vcproj
31732         * gst/avi/avi.vcproj
31733         * gst/cdxaparse/cdxaparse.vcproj
31734         * gst/chart/chart.vcproj
31735         * gst/colorspace/colorspace.vcproj
31736         * gst/cutter/cutter.vcproj
31737         * gst/debug/debug.vcproj
31738         * gst/debug/efence.vcproj
31739         * gst/debug/navigationtest.vcproj
31740         * gst/deinterlace/deinterlace.vcproj
31741         * gst/effectv/effectv.vcproj
31742         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31743         * gst/filter/filter.vcproj
31744         * gst/flx/flxdec.vcproj
31745         * gst/goom/goom.vcproj
31746         * gst/interleave/interleave.vcproj
31747         * gst/law/alaw.vcproj
31748         * gst/law/mulaw.vcproj
31749         * gst/matroska/matroska.vcproj
31750         * gst/median/median.vcproj
31751         * gst/mixmatrix/mixmatrix.vcproj
31752         * gst/mpeg1sys/mpeg1systemencode.vcproj
31753         * gst/mpeg1videoparse/mp1videoparse.vcproj
31754         * gst/mpeg2sub/mpeg2subt.vcproj
31755         * gst/mpegaudio/mpegaudio.vcproj
31756         * gst/mpegaudioparse/mpegaudioparse.vcproj
31757         * gst/mpegstream/mpegstream.vcproj
31758         * gst/multifilesink/multifilesink.vcproj
31759         * gst/multipart/multipart.vcproj
31760         * gst/oneton/oneton.vcproj
31761         * gst/overlay/overlay.vcproj
31762         * gst/passthrough/passthrough.vcproj
31763         * gst/qtdemux/qtdemux.vcproj
31764         * gst/realmedia/rmdemux.vcproj
31765         * gst/rtjpeg/rtjpeg.vcproj
31766         * gst/rtp/rtp.vcproj
31767         * gst/silence/silence.vcproj
31768         * gst/sine/sinesrc.vcproj
31769         * gst/smooth/smooth.vcproj
31770         * gst/smpte/smpte.vcproj
31771         * gst/spectrum/spectrum.vcproj
31772         * gst/speed/speed.vcproj
31773         * gst/stereo/stereo.vcproj
31774         * gst/switch/switch.vcproj
31775         * gst/tags/tagedit.vcproj
31776         * gst/tcp/tcp.vcproj
31777         * gst/typefind/typefindfunctions.vcproj
31778         * gst/udp/udp.vcproj
31779         * gst/videobox/videobox.vcproj
31780         * gst/videocrop/videocrop.vcproj
31781         * gst/videodrop/videodrop.vcproj
31782         * gst/videofilter/gamma.vcproj
31783         * gst/videofilter/videobalance.vcproj
31784         * gst/videofilter/videofilter.vcproj
31785         * gst/videofilter/videoflip.vcproj
31786         * gst/videoflip/videoflip.vcproj
31787         * gst/videomixer/videomixer.vcproj
31788         * gst/videorate/videorate.vcproj
31789         * gst/videoscale/videoscale.vcproj
31790         * gst/videotestsrc/videotestsrc.vcproj
31791         * gst/virtualdub/virtualdub.vcproj
31792         * gst/volenv/volenv.vcproj
31793         * gst/volume/volume.vcproj
31794         * gst/wavenc/wavenc.vcproj
31795         * gst/wavparse/wavparse.vcproj
31796         * gst/y4m/y4menc.vcproj
31797         * gst-libs/gst/audio/audio.vcproj
31798         * gst-libs/gst/audio/audiofilter.vcproj
31799         * gst-libs/gst/colorbalance/colorbalance.vcproj
31800         * gst-libs/gst/idct/idtc.vcproj
31801         * gst-libs/gst/media-info/media-info.vcproj
31802         * gst-libs/gst/mixer/mixer.vcproj
31803         * gst-libs/gst/navigation/navigation.vcproj
31804         * gst-libs/gst/play/play.vcproj
31805         * gst-libs/gst/propertyprobe/propertyprobe.vcproj
31806         * gst-libs/gst/resample/resample.vcproj
31807         * gst-libs/gst/riff/riff.vcproj
31808         * gst-libs/gst/tuner/tuner.vcproj
31809         * gst-libs/gst/video/video.vcproj
31810         * gst-libs/gst/xoverlay/xoverlay.vcproj
31811           avoid problems with math.h, fix release dependancy
31812           rename GStreamer-0.8.lib to libgstreamer.lib
31813
31814 2004-07-27  Julien MOUTTE  <julien@moutte.net>
31815
31816         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
31817         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate): When
31818         the atom is not available we have to unlock the mutex. Fixes #148023
31819
31820 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31821
31822         * gst-libs/gst/media-info/media-info.h:
31823           issue for a vararg macro with MSVC
31824
31825 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31826
31827         * gst/effectv/effectv.vcproj
31828         * gst-libs/gst/idct/idct.vcproj:
31829         * gst-libs/gst/media-info/media-info.vcproj:
31830         * gst-libs/gst/navigation/navigation.vcproj:
31831         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
31832         * gst-libs/gst/video/video.vcproj:
31833         * gst-libs/gst/xoverlay/xoverlay.vcproj:
31834           fixes for build problems
31835
31836 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31837
31838         * gst-libs/gst/audio/audio.def:
31839         * gst-libs/gst/audio/riff.def:
31840           add some definitions needed by plugins
31841
31842 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31843
31844         * gst/asfdemux/gstasfmux.c
31845           Fix some 64 bits constants to be glib friendly
31846
31847 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31848
31849         * gst/ac3parse/gstac3parse.c
31850         * gst/audioscale/gstaudioscale.c
31851         * gst/auparse/gstauparse.c
31852         * gst/colorspace/gstcolorspace.c
31853         * gst/colorspace/yuv2rgb.h
31854           local include fixes
31855
31856 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31857
31858         * win32/gst.sln
31859           add more plugins to the build
31860
31861 2004-07-26  Julien MOUTTE  <julien@moutte.net>
31862
31863         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
31864         (gst_ximagesink_ximage_new): Some more fixes to image size calculation.
31865
31866 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31867
31868         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
31869         (gst_level_set_property), (gst_level_get_property),
31870         (gst_level_base_init), (gst_level_class_init):
31871           add debugging categories.  cleanups.
31872
31873 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31874
31875         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
31876         (gst_videoscale_planar411), (gst_videoscale_planar400),
31877         (gst_videoscale_packed422), (gst_videoscale_packed422rev),
31878         (gst_videoscale_scale_nearest_str1),
31879         (gst_videoscale_scale_nearest_str2),
31880         (gst_videoscale_scale_nearest_str4),
31881         (gst_videoscale_scale_nearest_16bit),
31882         (gst_videoscale_scale_nearest_24bit):
31883           fixed stride issues
31884           tested with 320x240 -> 321, 322, 324 x240
31885           tested with YV12, I420, YUY2, UYVY
31886           fixed packed422rev (don't think it could have worked before)
31887           by testing with UYVY
31888
31889 2004-07-26  Benjamin Otte  <otte@gnome.org>
31890
31891         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_init),
31892         (gst_lame_chain), (gst_lame_setup), (gst_lame_change_state),
31893         (plugin_init):
31894           add debugging category, add error checks like checking return values
31895           of setup calls, make sure it still works after
31896           PLAYING=>NULL=>PLAYING, fix encoding of mono streams
31897
31898 2004-07-26  Wim Taymans  <wim@fluendo.com>
31899
31900         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream),
31901         (gst_mpeg_demux_get_audio_stream),
31902         (gst_mpeg_demux_process_private):
31903         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_send_data):
31904         Check for error codes from the negotiation functions. Make sure
31905         we really set the pad caps when a new pad is created.
31906
31907 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31908
31909         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
31910         (gst_ffmpeg_caps_to_pix_fmt):
31911         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
31912         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
31913         (gst_ffmpegcolorspace_pad_link):
31914           don't make function do two things at the same time without reason.
31915
31916 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
31917
31918         * gst/ac3parse/ac3parse.vcproj
31919         * gst/adder/adder.vcproj
31920         * gst/alpha/alpha.vcproj
31921         * gst/alpha/alphacolor.vcproj
31922         * gst/asfdemux/asf.vcproj
31923         * gst/audioconvert/audioconvert.vcproj
31924         * gst/audiorate/audiorate.vcproj
31925         * gst/audioscale/audioscale.vcproj
31926         * gst/auparse/auparse.vcproj
31927         * gst/avi/avi.vcproj
31928         * gst/cdxaparse/cdxaparse.vcproj
31929         * gst/chart/chart.vcproj
31930         * gst/colorspace/colorspace.vcproj
31931         * gst/cutter/cutter.vcproj
31932         * gst/debug/debug.vcproj
31933         * gst/debug/efence.vcproj
31934         * gst/debug/navigationtest.vcproj
31935         * gst/deinterlace/deinterlace.vcproj
31936         * gst/effectv/effectv.vcproj
31937         * gst/ffmpegcolorspace/ffmpegcolorspace.vcproj
31938         * gst/filter/filter.vcproj
31939         * gst/flx/flxdec.vcproj
31940         * gst/goom/goom.vcproj
31941         * gst/interleave/interleave.vcproj
31942         * gst/law/alaw.vcproj
31943         * gst/law/mulaw.vcproj
31944         * gst/matroska/matroska.vcproj
31945         * gst/median/median.vcproj
31946         * gst/mixmatrix/mixmatrix.vcproj
31947         * gst/mpeg1sys/mpeg1systemencode.vcproj
31948         * gst/mpeg1videoparse/mp1videoparse.vcproj
31949         * gst/mpeg2sub/mpeg2subt.vcproj
31950         * gst/mpegaudio/mpegaudio.vcproj
31951         * gst/mpegaudioparse/mpegaudioparse.vcproj
31952         * gst/mpegstream/mpegstream.vcproj
31953         * gst/multifilesink/multifilesink.vcproj
31954         * gst/multipart/multipart.vcproj
31955         * gst/oneton/oneton.vcproj
31956         * gst/overlay/overlay.vcproj
31957         * gst/passthrough/passthrough.vcproj
31958         * gst/qtdemux/qtdemux.vcproj
31959         * gst/realmedia/rmdemux.vcproj
31960         * gst/rtjpeg/rtjpeg.vcproj
31961         * gst/rtp/rtp.vcproj
31962         * gst/silence/silence.vcproj
31963         * gst/sine/sinesrc.vcproj
31964         * gst/smooth/smooth.vcproj
31965         * gst/smpte/smpte.vcproj
31966         * gst/spectrum/spectrum.vcproj
31967         * gst/speed/speed.vcproj
31968         * gst/stereo/stereo.vcproj
31969         * gst/switch/switch.vcproj
31970         * gst/tags/tagedit.vcproj
31971         * gst/tcp/tcp.vcproj
31972         * gst/typefind/typefindfunctions.vcproj
31973         * gst/udp/udp.vcproj
31974         * gst/videobox/videobox.vcproj
31975         * gst/videocrop/videocrop.vcproj
31976         * gst/videodrop/videodrop.vcproj
31977         * gst/videofilter/gamma.vcproj
31978         * gst/videofilter/videobalance.vcproj
31979         * gst/videofilter/videofilter.vcproj
31980         * gst/videofilter/videoflip.vcproj
31981         * gst/videoflip/videoflip.vcproj
31982         * gst/videomixer/videomixer.vcproj
31983         * gst/videorate/videorate.vcproj
31984         * gst/videoscale/videoscale.vcproj
31985         * gst/videotestsrc/videotestsrc.vcproj
31986         * gst/virtualdub/virtualdub.vcproj
31987         * gst/volenv/volenv.vcproj
31988         * gst/volume/volume.vcproj
31989         * gst/wavenc/wavenc.vcproj
31990         * gst/wavparse/wavparse.vcproj
31991         * gst/y4m/y4menc.vcproj
31992           more plugins supported under windows
31993
31994 2004-07-26  Thomas Vander Stichele  <thomas at apestaart dot org>
31995
31996         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
31997         (gst_ximagesink_ximage_put), (gst_ximagesink_renegotiate_size),
31998         (gst_ximagesink_chain), (gst_ximagesink_buffer_alloc):
31999         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32000         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc):
32001           Add debugging statements.  Use the sizes as returned by the
32002           *CreateImage calls.
32003
32004 2004-07-26  Johan Dahlin  <johan@gnome.org>
32005
32006         * gst/tcp/gsttcpclientsrc.c (gst_tcpclientsrc_get): Make sure that
32007         the pad is negotiated.
32008
32009         * gst/ffmpegcolorspace/gstffmpegcolorspace.c (gst_ffmpegcolorspace_chain): Ditto
32010
32011 2004-07-26  Steve Lhomme  <steve.lhomme@free.fr>
32012
32013         * gst-libs/gst/colorbalance/colorbalance.vcproj:
32014         * gst-libs/gst/idct/idct.vcproj:
32015         * gst-libs/gst/media-info/media-info.vcproj:
32016         * gst-libs/gst/mixer/mixer.vcproj:
32017         * gst-libs/gst/navigation/navigation.vcproj:
32018         * gst-libs/gst/play/play.vcproj:
32019         * gst-libs/gst/propertyprobe/propertyprobe.vcproj:
32020         * gst-libs/gst/resample/resample.vcproj:
32021         * gst-libs/gst/tuner/tuner.vcproj:
32022         * gst-libs/gst/video/video.vcproj:
32023         * gst-libs/gst/xoverlay/xoverlay.vcproj:
32024           more plugins supported under windows
32025
32026 2004-07-25 Iain <iain@prettypeople.org>
32027
32028         * gst/wavparse/gstwavparse.c (gst_wavparse_fmt): Set the caps on the
32029         pad now rather than when the pad is created because state changes wipe
32030         explicit caps (fixes #148043).
32031
32032 2004-07-25  Sebastien Cote  <sc5@hermes.usherb.ca>
32033
32034         reviewed by Benjamin Otte  <otte@gnome.org>
32035
32036         * ext/mad/gstmad.c:
32037           fix mad plugin crashing on Sun (fixes #148289)
32038
32039 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32040
32041         * gst/avi/avi.def:
32042         * gst/avi/avi.vcproj:
32043         * gst/matroska/matroska.def:
32044         * gst/matroska/matroska.vcproj:
32045           remove unused .def files
32046
32047 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32048
32049         * gst-libs/gst/audio/gstaudiofilter.c:
32050           Clean the local include
32051
32052 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32053
32054         * win32/gst.sln:
32055         * gst-libs/gst/audio/audio.def:
32056         * gst-libs/gst/audio/audio.vcproj:
32057         * gst-libs/gst/audio/audiofilter.vcproj:
32058         * gst-libs/gst/audio/riff.def:
32059         * gst-libs/gst/audio/riff.vcproj:
32060         * gst-libs/gst/gst-libs.def:
32061         * gst-libs/gst/gst-libs.vcproj:
32062         * gst/avi/avi.vcproj:
32063         * gst/avi/avi.vcproj:
32064           Copy the files where needed after building, cleaner projects
32065
32066 2004-07-25  Steve Lhomme  <steve.lhomme@free.fr>
32067
32068         * gst/matroska/ebml-write.c:
32069           Fix some 64 bits constants to be glib friendly
32070
32071 2004-07-24  Steve Lhomme  <steve.lhomme@free.fr>
32072
32073         * win32/gst.sln:
32074         * gst-libs/gst/gst-libs.def:
32075         * gst-libs/gst/gst-libs.vcproj:
32076         * gst/matroska/matroska.def:
32077         * gst/matroska/matroska.vcproj:
32078           Add the preliminary canvas to build plugins on Win32
32079
32080 2004-07-23  Benjamin Otte  <otte@gnome.org>
32081
32082         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
32083           don't enfore negotiation from source side, it breaks
32084           sinesrc ! audioconvert ! osssink
32085
32086 2004-07-22  David Schleef  <ds@schleef.org>
32087
32088         * gst/typefind/gsttypefindfunctions.c: (plugin_init): Add typefind
32089         for ELF files, since they can easily be recognized as audio/mpeg.
32090         (bug #147441)
32091
32092 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32093
32094         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
32095         (gst_videoscale_planar411), (gst_videoscale_scale_nearest_32bit),
32096         (gst_videoscale_scale_nearest_24bit),
32097         (gst_videoscale_scale_nearest_16bit):
32098           fix 16bit and 24bit for stride (24bit might need testing)
32099           don't pretend we do more than one algorithm
32100
32101 2004-07-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
32102
32103         * configure.ac:
32104         * gst/Makefile.am:
32105         * gst/multifilesink/Makefile.am:
32106         * gst/multifilesink/gstmultifilesink.c:
32107         (gst_multifilesink_get_formats),
32108         (gst_multifilesink_get_query_types), (_do_init),
32109         (gst_multifilesink_base_init), (gst_multifilesink_class_init),
32110         (gst_multifilesink_init), (gst_multifilesink_dispose),
32111         (gst_multifilesink_set_location), (gst_multifilesink_set_property),
32112         (gst_multifilesink_get_property), (gst_multifilesink_open_file),
32113         (gst_multifilesink_close_file), (gst_multifilesink_next_file),
32114         (gst_multifilesink_pad_query), (gst_multifilesink_handle_event),
32115         (gst_multifilesink_chain), (gst_multifilesink_change_state),
32116         (gst_multifilesink_uri_get_type),
32117         (gst_multifilesink_uri_get_protocols),
32118         (gst_multifilesink_uri_get_uri), (gst_multifilesink_uri_set_uri),
32119         (gst_multifilesink_uri_handler_init), (plugin_init):
32120         * gst/multifilesink/gstmultifilesink.h:
32121         * testsuite/Makefile.am:
32122         * testsuite/multifilesink/Makefile.am:
32123         * testsuite/multifilesink/fakesrc_test.c: (gst_newmedia_base_init),
32124         (gst_newmedia_class_init), (gst_newmedia_init),
32125         (gst_newmedia_chain), (gst_newmedia_trigger), (test_format),
32126         (newfile_signal), (test_signal), (main):
32127         multifilesink plugin for creating new files every time a new media
32128         discontinuity event occurs
32129
32130 2004-07-22  Wim Taymans  <wim@fluendo.com>
32131
32132         * gst/alpha/Makefile.am:
32133         * gst/alpha/gstalphacolor.c: (gst_alpha_color_get_type),
32134         (gst_alpha_color_base_init), (gst_alpha_color_class_init),
32135         (gst_alpha_color_init), (gst_alpha_color_set_property),
32136         (gst_alpha_color_get_property), (gst_alpha_color_sink_link),
32137         (transform), (gst_alpha_color_chain),
32138         (gst_alpha_color_change_state), (plugin_init):
32139         Stupid plugin to to RGBA to AYUV conversion because none of
32140         the colorspace plugins can handle that yet.
32141
32142 2004-07-22  Wim Taymans  <wim@fluendo.com>
32143
32144         * examples/seeking/seek.c: (update_scale), (main):
32145         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32146         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32147         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32148         (gst_decode_bin_init), (gst_decode_bin_dispose),
32149         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32150         (no_more_pads), (close_link), (type_found),
32151         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32152         (plugin_init):
32153         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32154         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32155         (gst_play_base_bin_dispose), (queue_overrun),
32156         (gen_preroll_element), (remove_prerolls), (unknown_type),
32157         (no_more_pads), (new_stream), (setup_source),
32158         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32159         (play_base_eos), (gst_play_base_bin_change_state),
32160         (gst_play_base_bin_add_element),
32161         (gst_play_base_bin_remove_element),
32162         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32163         (gst_play_base_bin_unlink_stream),
32164         (gst_play_base_bin_get_streaminfo):
32165         * gst/playback/gstplaybin.c: (gen_video_element),
32166         (gen_audio_element):
32167         * gst/playback/gststreaminfo.h:
32168         More playback updates, attempt to fix things after the state change
32169         breakage.
32170
32171 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32172
32173         * gst/videoscale/videoscale.c: (gst_videoscale_planar411),
32174         (gst_videoscale_scale_nearest_16bit):
32175           comment algorithm
32176
32177 2004-07-22  Thomas Vander Stichele  <thomas at apestaart dot org>
32178
32179         * gst/videotestsrc/gstvideotestsrc.c:
32180         (gst_videotestsrc_class_init), (gst_videotestsrc_src_link),
32181         (gst_videotestsrc_init), (gst_videotestsrc_get),
32182         (gst_videotestsrc_set_pattern), (gst_videotestsrc_set_property),
32183         (gst_videotestsrc_get_property):
32184         * gst/videotestsrc/gstvideotestsrc.h:
32185         * gst/videotestsrc/videotestsrc.c:
32186         * gst/videotestsrc/videotestsrc.h:
32187           cleanup and commenting
32188
32189 2004-07-21  Wim Taymans  <wim@fluendo.com>
32190
32191         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init),
32192         (gst_ogg_demux_get_formats), (gst_ogg_demux_src_query),
32193         (gst_ogg_demux_src_event), (gst_ogg_demux_src_convert),
32194         (gst_ogg_demux_handle_event), (gst_ogg_demux_seek_before),
32195         (_find_chain_get_unknown_part), (_find_streams_check),
32196         (gst_ogg_demux_push), (gst_ogg_pad_push):
32197         * ext/theora/theoradec.c: (theora_get_formats),
32198         (theora_dec_src_convert), (theora_dec_sink_convert),
32199         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
32200         (theora_dec_chain):
32201         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32202         (vorbis_dec_convert), (vorbis_dec_src_query),
32203         (vorbis_dec_src_event), (vorbis_dec_event):
32204         More seeking fixes, oggdemux now supports seeking to time and
32205         uses the downstream element to convert granulepos to time.
32206         Seeking in theora-only ogg files now works.
32207
32208 2004-07-21  Wim Taymans  <wim@fluendo.com>
32209
32210         * ext/theora/theoradec.c: (gst_theora_dec_init),
32211         (theora_get_formats), (theora_get_event_masks),
32212         (theora_get_query_types), (theora_dec_src_convert),
32213         (theora_dec_sink_convert), (theora_dec_src_query),
32214         (theora_dec_src_event), (theora_dec_event), (theora_dec_chain):
32215         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
32216         (vorbis_get_event_masks), (vorbis_get_query_types),
32217         (gst_vorbis_dec_init), (vorbis_dec_convert),
32218         (vorbis_dec_src_query), (vorbis_dec_src_event), (vorbis_dec_event):
32219         Added query/convert/formats functions to vorbis and theora decoders
32220         so that the outside world can use them too. Fixed seeking on an
32221         ogg/theora/vorbis file by disabling the seeking seeking on the
32222         theora srcpad.
32223
32224 2004-07-21  Julien MOUTTE  <julien@moutte.net>
32225
32226         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
32227         (gst_ximagesink_renegotiate_size), (gst_ximagesink_sink_link),
32228         (gst_ximagesink_chain), (gst_ximagesink_set_xwindow_id): Optimize
32229         images creation for both elements. We don't create the image on caps
32230         nego or renego, we just destroy the internal one if present if it does
32231         not match the needs. The chain function takes care of creating a new
32232         image when needed.
32233         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
32234         (gst_xvimagesink_xwindow_decorate), (gst_xvimagesink_sink_link),
32235         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_alloc),
32236         (gst_xvimagesink_set_xwindow_id): Additionally xvimage now contains
32237         the image format information. The buffer pool checks for the context
32238         image format and discard images with different formats.
32239         * sys/xvimage/xvimagesink.h: Adding im_format in the xvimage structure.
32240
32241 2004-07-21  Thomas Vander Stichele  <thomas at apestaart dot org>
32242
32243         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
32244         (gst_ffmpegcolorspace_chain):
32245           no point in doing any chaining if the pad we want to push from
32246           isn't usable.
32247
32248 2004-07-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32249
32250         * gst-libs/gst/riff/riff-media.c:
32251         (gst_riff_create_audio_caps_with_data):
32252           Fix double end-to-native symbol conversion (#148021).
32253
32254 2004-07-20  David Schleef  <ds@schleef.org>
32255
32256         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate):
32257         Don't use an Atom that doesn't exist.
32258
32259 2004-07-20  Wim Taymans  <wim@fluendo.com>
32260
32261         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32262         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32263         (gst_multifdsink_client_remove),
32264         (gst_multifdsink_handle_client_write),
32265         (gst_multifdsink_queue_buffer):
32266         * gst/tcp/gstmultifdsink.h:
32267         More multifdsink stats. Avoid deadlock by releasing locks
32268         before sending out a signal.
32269
32270 2004-07-20  Thomas Vander Stichele  <thomas at apestaart dot org>
32271
32272         * po/LINGUAS:
32273         * po/hu.po:
32274           added Hungarian translation (Laszlo Dvornik)
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_client_remove),
32280         (gst_multifdsink_handle_client_write),
32281         (gst_multifdsink_queue_buffer):
32282         * gst/tcp/gsttcp-marshal.list:
32283         Fixed the stupid marshal definition.
32284
32285 2004-07-20  Wim Taymans  <wim@fluendo.com>
32286
32287         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32288         (gst_multifdsink_init), (gst_multifdsink_add),
32289         (gst_multifdsink_client_remove),
32290         (gst_multifdsink_handle_client_write),
32291         (gst_multifdsink_queue_buffer), (gst_multifdsink_chain),
32292         (gst_multifdsink_set_property), (gst_multifdsink_get_property),
32293         (gst_multifdsink_init_send):
32294         * gst/tcp/gstmultifdsink.h:
32295         Added more stats, added timeout for a client, fixed some typos
32296         and added some comments.
32297
32298 2004-07-20  Wim Taymans  <wim@fluendo.com>
32299
32300         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_class_init),
32301         (gst_multifdsink_add), (gst_multifdsink_get_stats),
32302         (gst_multifdsink_client_remove),
32303         (gst_multifdsink_handle_client_write):
32304         * gst/tcp/gstmultifdsink.h:
32305         * gst/tcp/gsttcp-marshal.list:
32306         Added get_stats method that returns a GValueArray of
32307         stats values.
32308
32309 2004-07-19  Benjamin Otte  <otte@gnome.org>
32310
32311         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
32312           make sure longname, description and author are valid UTF-8
32313
32314 2004-07-19  Thomas Vander Stichele  <thomas at apestaart dot org>
32315
32316         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state),
32317         (gst_ximagesink_set_property):
32318         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state),
32319         (gst_xvimagesink_set_property):
32320           make sure SYNCHRONOUS is respected after getting the X context
32321
32322 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32323
32324         * gst/matroska/matroska-demux.c:
32325         (gst_matroska_demux_handle_src_event),
32326         (gst_matroska_demux_parse_blockgroup):
32327         * gst/matroska/matroska-ids.h:
32328           add BlockReference tag and ignore it to clear out log.
32329           ignore NAVIGATION events to clear out log.
32330
32331 2004-07-18  Thomas Vander Stichele  <thomas at apestaart dot org>
32332
32333         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
32334         (gst_matroska_demux_add_stream):
32335         * gst/matroska/matroska-mux.c: (gst_matroska_mux_class_init):
32336           add debug categories
32337
32338 2004-07-16  Wim Taymans  <wim@fluendo.com>
32339
32340         * ext/libpng/Makefile.am:
32341         * ext/libpng/gstpng.c: (plugin_init):
32342         * ext/libpng/gstpngdec.c: (user_error_fn), (user_warning_fn),
32343         (gst_pngdec_get_type), (gst_pngdec_base_init),
32344         (gst_pngdec_class_init), (gst_pngdec_sinklink), (gst_pngdec_init),
32345         (gst_pngdec_src_getcaps), (user_read_data), (gst_pngdec_chain):
32346         * ext/libpng/gstpngdec.h:
32347         Added png decoder.
32348
32349 2004-07-16  Julien MOUTTE  <julien@moutte.net>
32350
32351         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
32352         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_new),
32353         (gst_ximagesink_ximage_destroy), (gst_ximagesink_sink_link),
32354         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
32355         (gst_ximagesink_buffer_alloc):
32356         * sys/ximage/ximagesink.h:
32357         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32358         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
32359         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
32360         (gst_xvimagesink_buffer_alloc):
32361         * sys/xvimage/xvimagesink.h: Getting the 2 video sinks synchronized
32362         again. Using internal data pointer of the x(v)image to store image's
32363         data to be coherent with the buffer alloc mechanism. Investigated the
32364         image destruction code to be sure that everything gets freed correctly.
32365
32366 2004-07-16  Wim Taymans  <wim@fluendo.com>
32367
32368         * gst-libs/gst/riff/riff-read.c:
32369         (gst_riff_read_strf_vids_with_data),
32370         (gst_riff_read_strf_auds_with_data):
32371         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32372         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
32373         Make sure we don't create 0 sized subbuffers in riff-read.
32374         Signal the no more pads signal after reading the avi header.
32375
32376 2004-07-16  Wim Taymans  <wim@fluendo.com>
32377
32378         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32379         (gst_decode_bin_class_init), (gst_decode_bin_is_dynamic),
32380         (gst_decode_bin_factory_filter), (compare_ranks), (print_feature),
32381         (gst_decode_bin_init), (gst_decode_bin_dispose),
32382         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32383         (no_more_pads), (close_link), (type_found),
32384         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32385         (gst_decode_bin_change_state), (plugin_init):
32386         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32387         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32388         (gst_play_base_bin_dispose), (queue_overrun),
32389         (gen_preroll_element), (remove_prerolls), (unknown_type),
32390         (no_more_pads), (new_stream), (setup_source),
32391         (gst_play_base_bin_set_property), (gst_play_base_bin_get_property),
32392         (play_base_eos), (gst_play_base_bin_change_state),
32393         (gst_play_base_bin_add_element),
32394         (gst_play_base_bin_remove_element),
32395         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32396         (gst_play_base_bin_unlink_stream),
32397         (gst_play_base_bin_get_streaminfo):
32398         * gst/playback/gstplaybasebin.h:
32399         Better error recovery. Added configurable preroll queue size. Faster
32400         detection of no-more-pads.
32401
32402 2004-07-16  Wim Taymans  <wim@fluendo.com>
32403
32404         * gst-libs/gst/video/video.h:
32405         Added 32 bits RGBA. Not sure if we should use another mime-type
32406         for alpha rgb. Currently the presence of the alpha_mask property
32407         signals an alpha channel.
32408
32409 2004-07-16  Wim Taymans  <wim@fluendo.com>
32410
32411         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
32412         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
32413         FPS seems to be 0.0 to MAX everywhere else.
32414
32415 2004-07-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
32416
32417         * gst-libs/gst/riff/riff-media.c:
32418         (gst_riff_create_video_caps_with_data):
32419           mp42/mp43 (no caps) exist too.
32420         * gst/matroska/matroska-demux.c: (gst_matroska_demux_video_caps):
32421           Set pixel_width/height; we've got them in-caps.
32422         * gst/typefind/gsttypefindfunctions.c: (plugin_init):
32423         * gst/wavparse/gstwavparse.c: (plugin_init):
32424           Both are valid primary.
32425         * sys/oss/gstossmixer.c:
32426           Remove i18n hack and enable translations.
32427
32428 2004-07-15  Benjamin Otte  <otte@gnome.org>
32429
32430         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
32431         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy):
32432           fix for non-shm xv. Original patch by Tim Ringenbach (fixes #147248)
32433
32434 2004-07-15  Benjamin Otte  <otte@gnome.org>
32435
32436         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
32437         (gst_alsa_sw_params_dump), (gst_alsa_hw_params_dump),
32438         (gst_alsa_close_audio):
32439           disable some of the debugging code for now. Writing debugging to a
32440           buffer is broken in current alsalib releases.
32441
32442 2004-07-12  Benjamin Otte  <otte@gnome.org>
32443
32444         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer):
32445           use bufferpools
32446
32447 2004-07-14  Thomas Vander Stichele  <thomas at apestaart dot org>
32448
32449         * ext/theora/theoradec.c: (gst_theora_dec_class_init),
32450         (theora_dec_src_query), (theora_dec_event):
32451         * ext/theora/theoraenc.c: (gst_theora_enc_class_init):
32452           add debugging categories.  Remove \n's.
32453
32454 2004-07-13  Johan Dahlin  <johan@gnome.org>
32455
32456         * gst/playback/gstplaybin.c (gst_play_bin_set_property)
32457         (gst_play_bin_get_property): Impl.
32458
32459 2004-07-13  Wim Taymans  <wim@fluendo.com>
32460
32461         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_seek_before):
32462         When trying to find the stream length, seek back N pages
32463         instead of just one, where N is the number of streams in
32464         the current chain.
32465
32466 2004-07-13  Wim Taymans  <wim@fluendo.com>
32467
32468         * gst-libs/gst/riff/riff-media.c:
32469         (gst_riff_create_audio_caps_with_data),
32470         (gst_riff_create_audio_caps),
32471         (gst_riff_create_audio_template_caps):
32472         * gst-libs/gst/riff/riff-media.h:
32473         * gst-libs/gst/riff/riff-read.c:
32474         (gst_riff_read_strf_vids_with_data),
32475         (gst_riff_read_strf_auds_with_data), (gst_riff_read_strf_auds):
32476         * gst-libs/gst/riff/riff-read.h:
32477         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query),
32478         (gst_avi_demux_add_stream):
32479         Set codec_data on caps for avidemuxer.
32480
32481 2004-07-12  David Schleef  <ds@schleef.org>
32482
32483         * configure.ac: Fix test for Objective C
32484
32485 2004-07-12  Jan Schmidt  <thaytan@mad.scientist.com>
32486         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_get_capslist),
32487         (gst_gdk_pixbuf_chain):
32488           Add svg and pcx to template caps, and ensure that getcaps returns a
32489           subset of the template caps.
32490           Copy each row manually for output, as gdkpixbuf may pad the
32491           rowstride to a 32-bit word boundary.
32492
32493 2004-07-12  Wim Taymans  <wim@fluendo.com>
32494
32495         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps),
32496         (gst_riff_create_video_template_caps):
32497         Fix the template caps to include some more media types.
32498
32499 2004-07-12  Wim Taymans  <wim@fluendo.com>
32500
32501         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32502         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32503         (compare_ranks), (print_feature), (gst_decode_bin_init),
32504         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32505         (try_to_link_1), (new_pad), (close_link), (type_found),
32506         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32507         (gst_decode_bin_change_state), (plugin_init):
32508         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32509         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32510         (gst_play_base_bin_dispose), (queue_overrun),
32511         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32512         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32513         (gst_play_base_bin_get_property), (play_base_eos),
32514         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32515         (gst_play_base_bin_remove_element),
32516         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32517         (gst_play_base_bin_unlink_stream),
32518         (gst_play_base_bin_get_streaminfo):
32519         * gst/playback/gstplaybasebin.h:
32520         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32521         (gst_play_bin_class_init), (gst_play_bin_init),
32522         (gst_play_bin_dispose), (gst_play_bin_set_property),
32523         (gst_play_bin_get_property), (gen_video_element),
32524         (gen_audio_element), (remove_sinks), (setup_sinks),
32525         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32526         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32527         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32528         (gst_play_bin_query), (plugin_init):
32529         * gst/playback/test4.c: (main):
32530         More fixes on reusing of the element.
32531
32532 2004-07-11  Benjamin Otte  <otte@gnome.org>
32533
32534         * ext/mad/gstmad.c: (normal_seek):
32535           allow seeking for other methods than just SET
32536
32537 2004-07-11  Andy Wingo  <wingo@pobox.com>
32538
32539         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_link): For
32540         float, "any" caps -> buffer_frames=[0,MAX].
32541
32542         * gst/interleave/interleave.c (interleave_getcaps): Seems the core
32543         doesn't intersect our caps with the template any more. Do it
32544         ourselves.
32545         (interleave_buffered_loop): Use g_newa instead of malloc/free.
32546
32547 2004-07-09  Wim Taymans  <wim@fluendo.com>
32548
32549         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32550         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32551         (compare_ranks), (print_feature), (gst_decode_bin_init),
32552         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32553         (try_to_link_1), (new_pad), (close_link), (type_found),
32554         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32555         (gst_decode_bin_change_state), (plugin_init):
32556         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32557         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32558         (gst_play_base_bin_dispose), (queue_overrun),
32559         (gen_preroll_element), (remove_prerolls), (no_more_pads),
32560         (new_stream), (setup_source), (gst_play_base_bin_set_property),
32561         (gst_play_base_bin_get_property), (play_base_eos),
32562         (gst_play_base_bin_change_state), (gst_play_base_bin_add_element),
32563         (gst_play_base_bin_remove_element),
32564         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32565         (gst_play_base_bin_unlink_stream),
32566         (gst_play_base_bin_get_streaminfo):
32567         * gst/playback/gstplaybasebin.h:
32568         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32569         (gst_play_bin_class_init), (gst_play_bin_init),
32570         (gst_play_bin_dispose), (gst_play_bin_set_property),
32571         (gst_play_bin_get_property), (gen_video_element),
32572         (gen_audio_element), (remove_sinks), (setup_sinks),
32573         (gst_play_bin_change_state), (gst_play_bin_get_event_masks),
32574         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32575         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32576         (gst_play_bin_query), (plugin_init):
32577         * gst/playback/test4.c: (main):
32578         Work on object reuse and seeking.
32579
32580 2004-07-09  Wim Taymans  <wim@fluendo.com>
32581
32582         * examples/seeking/seek.c: (iterate):
32583         Don't consume all CPU in the idle loop.
32584
32585 2004-07-09  Wim Taymans  <wim@fluendo.com>
32586
32587         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_new_output_pad),
32588         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_process_private):
32589         Add pad to element *after* setting the pad functions so that
32590         the scheduler can use the correct ones.
32591
32592 2004-07-09  Wim Taymans  <wim@fluendo.com>
32593
32594         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32595         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_chain):
32596         Sync to keyframe after seek
32597
32598 2004-07-09  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32599
32600         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
32601         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
32602         (gst_alsa_sink_loop), (gst_alsa_sink_change_state):
32603         * ext/alsa/gstalsasrc.c: (gst_alsa_src_change_state):
32604         * ext/libvisual/visual.c: (gst_visual_change_state):
32605         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_change_state):
32606         * ext/theora/theoradec.c: (theora_dec_change_state):
32607         * ext/theora/theoraenc.c: (theora_enc_change_state):
32608         * ext/vorbis/vorbisdec.c: (vorbis_dec_change_state):
32609         * gst-libs/gst/navigation/navigation.c:
32610         * gst/adder/gstadder.c: (gst_adder_change_state):
32611         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
32612         (gst_audio_convert_get_buffer):
32613         * gst/multipart/multipartdemux.c:
32614         (gst_multipart_demux_change_state):
32615         * gst/playback/gstdecodebin.c: (gst_decode_bin_change_state):
32616         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_change_state):
32617         * gst/playback/gstplaybin.c: (gst_play_bin_change_state):
32618         * gst/videoscale/gstvideoscale.c:
32619         (gst_videoscale_handle_src_event):
32620         * gst/volume/gstvolume.c: (volume_chain_int16):
32621           don't assert in state change, this should be done by the base
32622           GstElement class.
32623           various debugging fixes.
32624
32625 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32626
32627         * configure.ac:
32628         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32629         (gst_play_dispose), (gst_play_set_location),
32630         (gst_play_set_data_src), (gst_play_set_video_sink),
32631         (gst_play_set_audio_sink), (gst_play_set_visualization),
32632         (gst_play_connect_visualization), (gst_play_get_sink_element),
32633         (gst_play_get_all_by_interface):
32634         * gst-libs/gst/play/play.h:
32635           add new method to get elements implementing an interface.
32636           add various error logging
32637
32638 2004-07-08  Wim Taymans  <wim@fluendo.com>
32639
32640         * examples/seeking/seek.c: (make_dv_pipeline), (make_avi_pipeline),
32641         (make_mpeg_pipeline), (make_mpegnt_pipeline),
32642         (make_playerbin_pipeline), (query_durations_elems),
32643         (query_durations_pads), (query_positions_elems),
32644         (query_positions_pads), (update_scale), (iterate), (stop_seek),
32645         (main):
32646         Added playbin seeking example.
32647
32648 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32649
32650         * gst-libs/gst/play/play.c: (gst_play_set_location),
32651         (gst_play_set_data_src), (gst_play_set_video_sink),
32652         (gst_play_set_audio_sink), (gst_play_set_visualization),
32653         (gst_play_connect_visualization), (gst_play_get_framerate):
32654           use a macro to look up elements from hash table
32655
32656 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32657
32658         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
32659         (gst_play_get_length_callback), (gst_play_set_location),
32660         (gst_play_seek_to_time), (gst_play_set_data_src),
32661         (gst_play_set_video_sink), (gst_play_set_audio_sink),
32662         (gst_play_set_visualization), (gst_play_connect_visualization),
32663         (gst_play_get_sink_element):
32664         - add debugging info
32665         - fix looking up sink elements by iterating over complete caps
32666         - put everything except for source and autoplugger in a complete bin
32667
32668 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32669
32670         * ext/alsa/gstalsa.c: (gst_alsa_drain_audio):
32671         * ext/alsa/gstalsasink.c: (gst_alsa_sink_flush_one_pad),
32672         (gst_alsa_sink_check_event), (gst_alsa_sink_mmap),
32673         (gst_alsa_sink_write), (gst_alsa_sink_loop):
32674         * ext/alsa/gstalsasink.h:
32675         - add debugging info
32676         - clean up schizophrenia of data/buffer/event
32677         - fix double event unref error
32678
32679 2004-07-08  Wim Taymans  <wim@fluendo.com>
32680
32681         * gst/playback/Makefile.am:
32682         Add headers to noinst
32683
32684 2004-07-08  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32685
32686         * tools/gst-launch-ext-m.m:
32687         * tools/gst-launch-ext.1.in:
32688           convert to the third millenium
32689
32690 2004-07-07  David Schleef  <ds@schleef.org>
32691
32692         * sys/dxr3/Makefile.am: noinst_SOURCES should be nodist_SOURCES
32693
32694 2004-07-07  Wim Taymans  <wim@fluendo.com>
32695
32696         * gst/playback/Makefile.am:
32697         * gst/playback/README:
32698         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32699         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32700         (compare_ranks), (print_feature), (gst_decode_bin_init),
32701         (gst_decode_bin_dispose), (find_compatibles), (close_pad_link),
32702         (try_to_link_1), (new_pad), (close_link), (type_found),
32703         (gst_decode_bin_set_property), (gst_decode_bin_get_property),
32704         (plugin_init):
32705         * gst/playback/gstplaybasebin.c: (gst_play_base_bin_get_type),
32706         (gst_play_base_bin_class_init), (gst_play_base_bin_init),
32707         (gst_play_base_bin_dispose), (rebuild_pipeline), (queue_overrun),
32708         (gen_preroll_element), (no_more_pads), (new_stream),
32709         (setup_source), (gst_play_base_bin_set_property),
32710         (gst_play_base_bin_get_property), (gst_play_base_bin_change_state),
32711         (gst_play_base_bin_add_element),
32712         (gst_play_base_bin_remove_element),
32713         (gst_play_base_bin_mute_stream), (gst_play_base_bin_link_stream),
32714         (gst_play_base_bin_unlink_stream),
32715         (gst_play_base_bin_get_streaminfo):
32716         * gst/playback/gstplaybasebin.h:
32717         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32718         (gst_play_bin_class_init), (gst_play_bin_init),
32719         (gst_play_bin_dispose), (gst_play_bin_set_property),
32720         (gst_play_bin_get_property), (gen_video_element),
32721         (gen_audio_element), (setup_sinks), (gst_play_bin_change_state),
32722         (gst_play_bin_get_event_masks), (gst_play_bin_send_event),
32723         (gst_play_bin_get_formats), (gst_play_bin_convert),
32724         (gst_play_bin_get_query_types), (gst_play_bin_query),
32725         (plugin_init):
32726         * gst/playback/gststreaminfo.c: (gst_stream_type_get_type),
32727         (gst_stream_info_get_type), (gst_stream_info_class_init),
32728         (gst_stream_info_init), (gst_stream_info_new),
32729         (gst_stream_info_dispose), (gst_stream_info_set_property),
32730         (gst_stream_info_get_property):
32731         * gst/playback/gststreaminfo.h:
32732         * gst/playback/test.c: (gen_video_element), (gen_audio_element),
32733         (main):
32734         * gst/playback/test2.c: (main):
32735         * gst/playback/test3.c: (update_scale), (main):
32736         More playbin fixes. Added README. Do better element filtering.
32737         Added base class to preroll media. Added test apps.
32738
32739 2004-07-07  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
32740
32741         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_flush_decoder):
32742         * ext/mpeg2dec/gstmpeg2dec.h:
32743           various debugging improvements.  Reset stream to next picture
32744           instead of sequence header, otherwise seeks cannot work.
32745
32746 2004-07-07  Wim Taymans  <wim@fluendo.com>
32747
32748         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
32749         (gst_video_box_class_init), (gst_video_box_set_property),
32750         (gst_video_box_i420), (gst_video_box_ayuv), (gst_video_box_chain):
32751         Use pad_alloc where possible.
32752
32753 2004-07-07  Wim Taymans  <wim@fluendo.com>
32754
32755         * sys/oss/gstosselement.c: (gst_osselement_reset),
32756         (gst_osselement_parse_caps):
32757         * sys/oss/gstosselement.h:
32758         * sys/oss/gstosssrc.c: (gst_osssrc_get):
32759         Fix offset on osssrc.
32760
32761 2004-07-07  Wim Taymans  <wim@fluendo.com>
32762
32763         * ext/theora/theora.c: (plugin_init):
32764         * ext/theora/theoradec.c: (theora_dec_from_granulepos),
32765         (theora_dec_src_query), (theora_dec_chain):
32766         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
32767         (theora_enc_sink_link), (theora_buffer_from_packet),
32768         (theora_push_packet), (theora_enc_chain):
32769         Fix theora granulepos calculation.
32770         Fix overflow in duration/position calculation.
32771         Bump rank to PRIMARY for theoradec.
32772         Use granulepos of last packet to calculate position.
32773         Set keyframe flag on buffers when needed.
32774
32775 2004-07-06  David Schleef  <ds@schleef.org>
32776
32777         * gst/playback/Makefile.am: 'test' in bin_PROGRAMS?  Are you
32778         serious?  (Fixed, obviously.)
32779
32780 2004-07-06  Thomas Vander Stichele  <thomas at apestaart dot org>
32781
32782         * po/LINGUAS:
32783         * po/cs.po:
32784           added Czech translation (Miloslav Trmac)
32785
32786 2004-07-05  Wim Taymans  <wim@fluendo.com>
32787
32788         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32789         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32790         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32791         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32792         (close_link), (type_found), (gst_decode_bin_set_property),
32793         (gst_decode_bin_get_property), (gst_decode_bin_get_event_masks),
32794         (gst_decode_bin_send_event), (gst_decode_bin_get_formats),
32795         (gst_decode_bin_convert), (gst_decode_bin_get_query_types),
32796         (gst_decode_bin_query), (plugin_init):
32797         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32798         (gst_play_bin_class_init), (gst_play_bin_init),
32799         (gst_play_bin_dispose), (rebuild_pipeline), (get_audio_element),
32800         (get_video_element), (new_pad), (setup_source),
32801         (gst_play_bin_set_property), (gst_play_bin_get_property),
32802         (gst_play_bin_change_state), (gst_play_bin_add_element),
32803         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32804         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32805         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32806         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32807         * gst/playback/test.c: (main):
32808         More fixes, cleaned up playbin, make it use decodebin. Added
32809         threaded property to playbin.
32810
32811 2004-07-05  Wim Taymans  <wim@fluendo.com>
32812
32813         * configure.ac:
32814         * gst/playback/Makefile.am:
32815         * gst/playback/decodetest.c: (main):
32816         * gst/playback/gstdecodebin.c: (gst_decode_bin_get_type),
32817         (gst_decode_bin_class_init), (gst_decode_bin_factory_filter),
32818         (compare_ranks), (gst_decode_bin_init), (gst_decode_bin_dispose),
32819         (find_compatibles), (close_pad_link), (try_to_link_1), (new_pad),
32820         (close_link), (type_found), (gst_decode_bin_set_property),
32821         (gst_decode_bin_get_property), (gst_decode_bin_change_state),
32822         (gst_decode_bin_get_event_masks), (gst_decode_bin_send_event),
32823         (gst_decode_bin_get_formats), (gst_decode_bin_convert),
32824         (gst_decode_bin_get_query_types), (gst_decode_bin_query),
32825         (plugin_init):
32826         * gst/playback/gstplaybin.c: (gst_play_bin_get_type),
32827         (gst_play_bin_class_init), (gst_play_bin_init),
32828         (gst_play_bin_dispose), (gen_default_output), (rebuild_pipeline),
32829         (collect_sink_pads), (find_compatibles), (close_pad_link),
32830         (try_to_link_1), (new_pad), (close_link), (type_found),
32831         (setup_source), (gst_play_bin_set_property),
32832         (gst_play_bin_get_property), (gst_play_bin_factory_filter),
32833         (compare_ranks), (gst_play_bin_collect_factories),
32834         (gst_play_bin_change_state), (gst_play_bin_add_element),
32835         (gst_play_bin_remove_element), (gst_play_bin_get_event_masks),
32836         (gst_play_bin_send_event), (gst_play_bin_get_formats),
32837         (gst_play_bin_convert), (gst_play_bin_get_query_types),
32838         (gst_play_bin_query), (gst_play_bin_get_clock), (plugin_init):
32839         * gst/playback/test.c: (main):
32840         Added some playback helper elements and some test apps, very alpha
32841         still.
32842
32843 2004-07-04  Benjamin Otte  <otte@gnome.org>
32844
32845         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32846           only restart audio when we indeed have an xrun to fix repeated
32847           xruns. Fix suggested by Giuliano Pochini.
32848
32849 2004-07-03  David Schleef  <ds@schleef.org>
32850
32851         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper): Disable
32852         call to gst_debug_log() if debugging is disabled (bug #145118)
32853
32854 2004-07-03  Benjamin Otte  <otte@gnome.org>
32855
32856         * ext/alsa/gstalsa.c: (gst_alsa_xrun_recovery):
32857           use our own functions for restarting the alsa device.
32858         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
32859           I should apply patches myself - use MIN for the third argument, not
32860           the second, this fixes seeking
32861
32862 2004-07-02  David Schleef  <ds@schleef.org>
32863
32864         * ext/flac/gstflacdec.c: (gst_flacdec_class_init),
32865         (gst_flacdec_write):  Actually, GST_PAD_CAPS() has nothing to
32866         do with the logic.
32867
32868 2004-07-02  David Schleef  <ds@schleef.org>
32869
32870         * ext/flac/gstflacdec.c: (gst_flacdec_write):  Set duration on
32871         output buffers.  Fix logic mistake.  (bug #144866)
32872
32873 2004-07-02  David Schleef  <ds@schleef.org>
32874
32875         * gst-libs/gst/xoverlay/Makefile.am: xoverlay no longer depends
32876         on X.  (bug #144753)
32877
32878 2004-07-02  David Schleef  <ds@schleef.org>
32879
32880         * gst/wavenc/gstwavenc.c: (gst_wavenc_setup),
32881         (gst_wavenc_stop_file): Switch to GST_WRITE_UINT32_LE macros
32882         (bug #144624)
32883         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
32884         (gst_osselement_rate_probe_check): Add another workaround for
32885         buggy drivers (bug #145336)
32886
32887 2004-07-02  David Schleef  <ds@schleef.org>
32888
32889         * gst/tcp/gstmultifdsink.c: (gst_multifdsink_handle_client_write):
32890         Most systems don't have MSG_NOSIGNAL.
32891
32892 2004-07-02  Thomas Vander Stichele  <thomas at apestaart dot org>
32893
32894         * Makefile.am:
32895         * gst-libs/gst/colorbalance/Makefile.am:
32896         * gst-libs/gst/mixer/Makefile.am:
32897         * gst-libs/gst/play/Makefile.am:
32898         * gst-libs/gst/tuner/Makefile.am:
32899           (hopefully) fix both install and dist and make error message useful.
32900           needs testing across automakes.
32901
32902 2004-07-02  Benjamin Otte  <otte@gnome.org>
32903
32904         * ext/ogg/gstogg.c: (plugin_init):
32905           we require bytestream now
32906         * ext/ogg/gstoggdemux.c:
32907           huge diff to implement chain setup in a fast and generic way. This
32908           improves tag reading and startup of huge files (read: Theora videos)
32909           quite a bit. It probably contains bugs, too, so please test.
32910           Seeking is not improved to the fast method.
32911
32912 2004-06-29  Wim Taymans  <wim@fluendo.com>
32913
32914         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
32915         * ext/ogg/gstoggmux.c:
32916         Fix memleak in oggdemux when running unconnected pads.
32917         doc update in mux, start working on keyframe mode.
32918
32919 2004-06-29  Benjamin Otte  <otte@gnome.org>
32920
32921         * sys/oss/gstosssink.c:
32922         * sys/oss/gstosssrc.c:
32923           advertise correct template caps - we indeed do non-native endianness
32924           and 8bit audio has no endianness
32925         * sys/ximage/ximagesink.c: (gst_ximagesink_getcaps):
32926         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_getcaps):
32927           avoid (wrong) duplications in getcaps function and return
32928           template caps
32929
32930 2004-06-29  Wim Taymans  <wim@fluendo.com>
32931
32932         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
32933         (gst_multifdsink_class_init), (gst_multifdsink_add),
32934         (gst_multifdsink_remove), (gst_multifdsink_clear),
32935         (gst_multifdsink_client_remove),
32936         (gst_multifdsink_handle_client_read),
32937         (gst_multifdsink_client_queue_data),
32938         (gst_multifdsink_client_queue_caps),
32939         (gst_multifdsink_client_queue_buffer),
32940         (gst_multifdsink_handle_client_write),
32941         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
32942         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
32943         (gst_multifdsink_init_send), (gst_multifdsink_close):
32944         Fix wrong GList iteration that could crash the server when
32945         more then 2 clients disconnect at the same time. Read all the
32946         pending commands in one batch to recover from command storms under
32947         very heavy load.
32948
32949 2004-06-28  Wim Taymans  <wim@fluendo.com>
32950
32951         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
32952         (gst_videomixer_pad_class_init), (gst_videomixer_pad_get_property),
32953         (gst_videomixer_pad_set_property),
32954         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_init),
32955         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
32956         (gst_videomixer_class_init), (gst_videomixer_init),
32957         (gst_videomixer_request_new_pad), (gst_videomixer_blend_ayuv_i420),
32958         (pad_zorder_compare), (gst_videomixer_sort_pads),
32959         (gst_videomixer_fill_checker), (gst_videomixer_fill_color),
32960         (gst_videomixer_fill_queues), (gst_videomixer_blend_buffers),
32961         (gst_videomixer_update_queues), (gst_videomixer_loop),
32962         (plugin_init):
32963         Avoid divide by zero, choose masterpad as the pad with the highest
32964         framerate.
32965
32966 2004-06-27  Julien Moutte  <julien@moutte.net>
32967
32968         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
32969         (gst_ximagesink_xwindow_new):
32970         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
32971         (gst_xvimagesink_xwindow_new): I prefer locking the mutex in the
32972         function directly. We might want to call it from somewhere else one day.
32973
32974 2004-06-27  Julien Moutte  <julien@moutte.net>
32975
32976         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_decorate),
32977         (gst_ximagesink_xwindow_new):
32978         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_decorate),
32979         (gst_xvimagesink_xwindow_new): Trying to fix the random behaviour of
32980         window decorations.
32981
32982 2004-06-27  Wim Taymans  <wim@fluendo.com>
32983
32984         * ext/dv/gstdvdec.c: (gst_dvdec_class_init), (gst_dvdec_init),
32985         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
32986         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state),
32987         (gst_dvdec_set_property), (gst_dvdec_get_property):
32988         * ext/dv/gstdvdec.h:
32989         Implement drop_factor property to lower the framerate with
32990         a factor.
32991
32992 2004-06-27  Thomas Vander Stichele  <thomas at apestaart dot org>
32993
32994         * gst-libs/gst/colorbalance/Makefile.am:
32995         * gst-libs/gst/mixer/Makefile.am:
32996         * gst-libs/gst/play/Makefile.am:
32997         * gst-libs/gst/tuner/Makefile.am:
32998           unbreak Company's fix that didn't install the -enum.h files
32999
33000 2004-06-27  Wim Taymans  <wim@fluendo.com>
33001
33002         * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
33003         (gst_dvdec_change_state):
33004         * ext/dv/gstdvdec.h:
33005         Fix timestamp, duration and offset of the buffers.
33006
33007 2004-06-27  Wim Taymans  <wim@fluendo.com>
33008
33009         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33010         (gst_multifdsink_class_init), (gst_multifdsink_add),
33011         (gst_multifdsink_remove), (gst_multifdsink_clear),
33012         (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_init_send), (gst_multifdsink_close):
33021         * gst/tcp/gstmultifdsink.h:
33022         * gst/tcp/gsttcpserversink.c:
33023         (gst_tcpserversink_handle_server_read),
33024         (gst_tcpserversink_handle_select), (gst_tcpserversink_close):
33025         More multifdsink fixes, more recovery policy fixes.
33026         Removed stupid g_print
33027
33028 2004-06-26  Wim Taymans  <wim@fluendo.com>
33029
33030         * gst/tcp/Makefile.am:
33031         * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type),
33032         (gst_multifdsink_get_type), (gst_multifdsink_base_init),
33033         (gst_multifdsink_class_init), (gst_multifdsink_init),
33034         (gst_multifdsink_debug_fdset), (gst_multifdsink_client_remove),
33035         (gst_multifdsink_handle_client_read),
33036         (gst_multifdsink_client_queue_data),
33037         (gst_multifdsink_client_queue_caps),
33038         (gst_multifdsink_client_queue_buffer),
33039         (gst_multifdsink_handle_client_write),
33040         (gst_multifdsink_recover_client), (gst_multifdsink_queue_buffer),
33041         (gst_multifdsink_handle_clients), (gst_multifdsink_thread),
33042         (gst_multifdsink_chain), (gst_multifdsink_set_property),
33043         (gst_multifdsink_get_property), (gst_multifdsink_init_send),
33044         (gst_multifdsink_close), (gst_multifdsink_change_state):
33045         * gst/tcp/gstmultifdsink.h:
33046         * gst/tcp/gsttcpplugin.c: (plugin_init):
33047         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_get_type),
33048         (gst_tcpserversink_class_init), (gst_tcpserversink_init),
33049         (gst_tcpserversink_handle_server_read),
33050         (gst_tcpserversink_handle_select),
33051         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property),
33052         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33053         * gst/tcp/gsttcpserversink.h:
33054         Added multifdsink, made tcpserversink a subclass of fdsink, removed
33055         one of the locks, added recovery policy to multifdsink.
33056
33057 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33058
33059         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33060           fix decision for when getting frames with same timestamp
33061         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33062         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33063         (gst_v4lsrc_get_property):
33064         * sys/v4l/gstv4lsrc.h:
33065           add latency offset property
33066
33067 2004-06-26  Thomas Vander Stichele  <thomas at apestaart dot org>
33068
33069         * gst/videorate/gstvideorate.c: (gst_videorate_chain),
33070         (plugin_init):
33071           fix debugging. add category.
33072
33073 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33074
33075         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
33076           fix wrong offsets
33077
33078 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33079
33080         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33081         (gst_alsa_src_get_time), (gst_alsa_src_loop),
33082         (gst_alsa_src_change_state):
33083           return a time that is in sync with the element's processing
33084
33085 2004-06-25  Wim Taymans  <wim@fluendo.com>
33086
33087         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33088         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33089         (gst_tcpserversink_client_remove),
33090         (gst_tcpserversink_handle_client_read),
33091         (gst_tcpserversink_client_queue_data),
33092         (gst_tcpserversink_client_queue_caps),
33093         (gst_tcpserversink_client_queue_buffer),
33094         (gst_tcpserversink_handle_client_write),
33095         (gst_tcpserversink_queue_buffer),
33096         (gst_tcpserversink_handle_clients), (gst_tcpserversink_thread),
33097         (gst_tcpserversink_chain), (gst_tcpserversink_set_property),
33098         (gst_tcpserversink_get_property), (gst_tcpserversink_init_send),
33099         (gst_tcpserversink_close):
33100         * gst/tcp/gsttcpserversink.h:
33101         Serversink rewrite. Really do non blocking writes to clients and
33102         maintain an internal queue to handle slower clients while not
33103         disturbing fast clients.
33104
33105 2004-06-25  Thomas Vander Stichele  <thomas at apestaart dot org>
33106
33107         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33108           better debug, don't override OFFSET and OFFSET_END
33109
33110 2004-06-25  Iain <iain@prettypeople.org>
33111
33112         * gst-libs/gst/media-info/media-info-priv.c (gmi_set_mime): Add
33113         name=source for the wavparse pipeline.
33114
33115 2004-06-24  Johan Dahlin  <johan@gnome.org>
33116
33117         * ext/theora/theoraenc.c (theora_enc_chain): Call
33118         gst_pad_try_set_caps instead of gst_pad_set_explicit_caps so the
33119         streamheader caps are set correctly.
33120
33121 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33122
33123         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33124         (gst_vorbisenc_setup), (gst_vorbisenc_set_property):
33125           respect minimum bitrate; same could be done for max bitrate
33126
33127 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33128
33129         * ext/vorbis/vorbisenc.c: (raw_caps_factory),
33130         (gst_vorbisenc_setup):
33131           fix sample rate range
33132
33133 2004-06-24  Thomas Vander Stichele  <thomas at apestaart dot org>
33134
33135         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_class_init),
33136         (gst_oggvorbisenc_setup):
33137         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_class_init),
33138         (gst_vorbisenc_setup):
33139           resolve ambiguities in code and description
33140
33141 2004-06-24  Wim Taymans  <wim@fluendo.com>
33142
33143         * ext/alsa/gstalsa.c: (gst_alsa_start), (gst_alsa_xrun_recovery):
33144         * ext/alsa/gstalsa.h:
33145         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33146         (gst_alsa_src_update_avail), (gst_alsa_src_loop):
33147         Use alsa trigger_tstamp to get the timestamp of the first
33148         sample in the buffer for more precise sync. Some cleanups.
33149
33150 2004-06-24  Wim Taymans  <wim@fluendo.com>
33151
33152         * gst/audiorate/gstaudiorate.c: (gst_audiorate_link),
33153         (gst_audiorate_init), (gst_audiorate_chain),
33154         (gst_audiorate_set_property), (gst_audiorate_get_property):
33155         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33156         (gst_videorate_chain):
33157         Added some logging, fixed an overflow bug in videorate.
33158
33159 2004-06-24  Benjamin Otte  <otte@gnome.org>
33160
33161         * ext/kio/Makefile.am:
33162           fix for builddir != srcdir and distcheck
33163
33164 2004-06-24  Benjamin Otte  <otte@gnome.org>
33165
33166         * gst-libs/gst/colorbalance/Makefile.am:
33167         * gst-libs/gst/mixer/Makefile.am:
33168         * gst-libs/gst/play/Makefile.am:
33169         * gst-libs/gst/tuner/Makefile.am:
33170         * gst/tcp/Makefile.am:
33171         * sys/dxr3/Makefile.am:
33172           don't include -enumtypes.[ch] or -marshal.[ch] files in the disted
33173           tarball.
33174           Also add all *.list files that were missing.
33175         * Makefile.am:
33176           add a distcheck hook to ensure the above doesn't happen again.
33177
33178 2004-06-23  David I. Lehn  <dlehn@users.sourceforge.net>
33179
33180         * ext/Makefile.am: s/DTS_DIR=dvdread/DTS_DIR=dts/
33181
33182 2004-06-23  Colin Walters  <walters@redhat.com>
33183
33184         * m4/Makefile.am: Distribute gst-fionread.m4.
33185
33186 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33187
33188         * configure.ac: back to dev
33189
33190 2004-06-23  Wim Taymans  <wim@fluendo.com>
33191
33192         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
33193         (gst_alsa_xrun_recovery):
33194         * ext/alsa/gstalsa.h:
33195         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event),
33196         (gst_alsa_sink_loop), (gst_alsa_sink_get_time):
33197         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init),
33198         (gst_alsa_src_get_time), (gst_alsa_src_update_avail),
33199         (gst_alsa_src_loop):
33200         Add clock to alsasrc. Take new capture timestamp when
33201         restarting after an overrun. Split up some functions between
33202         alsasrc and alsasink.
33203
33204 === release 0.8.2 ===
33205
33206 2004-06-23  Thomas Vander Stichele  <thomas at apestaart dot org>
33207
33208         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33209         (gst_alsa_change_state), (gst_alsa_update_avail),
33210         (gst_alsa_xrun_recovery):
33211         * ext/alsa/gstalsa.h:
33212         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33213           merge back changes from release
33214
33215 2004-06-23  Wim Taymans  <wim@fluendo.com>
33216
33217         * gst/audiorate/gstaudiorate.c: (gst_audiorate_class_init),
33218         (gst_audiorate_init), (gst_audiorate_chain),
33219         (gst_audiorate_set_property), (gst_audiorate_get_property):
33220         Implement sample dropping and notify
33221
33222 2004-06-22  Wim Taymans  <wim@fluendo.com>
33223
33224         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33225         (theora_enc_sink_link), (theora_buffer_from_packet),
33226         (theora_push_packet), (theora_enc_chain):
33227         Some cleanups, make sure the timestamps are correct.
33228
33229 2004-06-22  Wim Taymans  <wim@fluendo.com>
33230
33231         * ext/alsa/gstalsa.c: (gst_alsa_get_time), (gst_alsa_clock_update),
33232         (gst_alsa_change_state), (gst_alsa_update_avail),
33233         (gst_alsa_xrun_recovery):
33234         * ext/alsa/gstalsa.h:
33235         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33236         Cleanups, take queued samples into account when reporting
33237         the time.
33238
33239 2004-06-22  Wim Taymans  <wim@fluendo.com>
33240
33241         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33242         (gst_videorate_init):
33243         Initialize the property as well.
33244
33245 2004-06-22  Wim Taymans  <wim@fluendo.com>
33246
33247         * gst/videorate/gstvideorate.c: (gst_videorate_class_init),
33248         (gst_videorate_init), (gst_videorate_chain),
33249         (gst_videorate_set_property), (gst_videorate_get_property):
33250         Add property to make videorate silent.
33251         Add property to prefer new frames over old ones.
33252
33253 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33254
33255         * sys/osxvideo/Makefile.am:
33256         Workaround so that the osxvideo .so file gets linked with the
33257         Cocoa, OpenGL and QuickTime frameworks
33258
33259 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33260
33261         * sys/osxaudio/Makefile.am:
33262         Workaround so that the osxaudio .so file gets linked with the
33263         CoreAudio framework
33264
33265 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33266
33267         * configure.ac:
33268         Whoops, my fault...fixed build issues
33269
33270 2004-06-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33271
33272         * configure.ac:
33273         Add objective-c support if running in Darwin/Mac OS X
33274         * sys/Makefile.am:
33275         * sys/osxvideo:
33276         * sys/osxvideo/Makefile.am:
33277         * sys/osxvideo/osxvideosink.h:
33278         * sys/osxvideo/osxvideosink.m:
33279         * sys/osxvideo/cocoawindow.h:
33280         * sys/osxvideo/cocoawindow.m:
33281         Add osxvideosink, a cocoa-based osx video sink
33282
33283
33284 2004-06-19  Jan Schmidt  <thaytan@mad.scientist.com>
33285         * ext/dvdnav/gst-dvd:
33286         Grab the gconf key from the right spot
33287         * gst/debug/gstnavseek.c: (gst_navseek_init),
33288         (gst_navseek_segseek), (gst_navseek_handle_src_event),
33289         (gst_navseek_chain):
33290         * gst/debug/gstnavseek.h:
33291           Add 's', 'e' and 'l' keypresses to navseek to define the start,end
33292           and loop parameters of a segment seek.
33293         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_init),
33294         (gst_videotestsrc_get_event_masks),
33295         (gst_videotestsrc_handle_src_event), (gst_videotestsrc_get):
33296         * gst/videotestsrc/gstvideotestsrc.h:
33297           Add seeking support to videotestsrc
33298           Initialise the timestamp_offset variable.
33299
33300 2004-06-18  Wim Taymans  <wim@fluendo.com>
33301
33302         * ext/sidplay/gstsiddec.cc:
33303         Fix negotiation and set correct end offset.
33304
33305 2004-06-18  Thomas Vander Stichele  <thomas at apestaart dot org>
33306
33307         * configure.ac: branch and prerelease
33308
33309 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33310
33311         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init),
33312         (gst_tcpclientsrc_getcaps), (gst_tcpclientsrc_get),
33313         (gst_tcpclientsrc_init_receive):
33314         * gst/tcp/gsttcpclientsrc.h:
33315           read caps when connecting to server for GDP so we set them correctly
33316
33317 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33318
33319         * gst/videorate/gstvideorate.c: (gst_videorate_chain):
33320           notify drops and duplicates
33321         * gst/videoscale/videoscale.c: (videoscale_get_structure):
33322           no good reason to limit ourselves to 100x100
33323
33324 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33325
33326         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
33327         (gst_v4lsrc_open), (gst_v4lsrc_src_link), (gst_v4lsrc_getcaps),
33328         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33329         (gst_v4lsrc_get_property):
33330         * sys/v4l/gstv4lsrc.h:
33331         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33332         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33333         (gst_v4l_set_audio):
33334         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_grab_frame),
33335         (gst_v4lsrc_try_capture):
33336         * sys/v4l/v4lsrc_calls.h:
33337           change try_palette to more general try_capture
33338           add autoprobe option so we can turn off autoprobing
33339           various fixes
33340
33341 2004-06-17  Thomas Vander Stichele  <thomas at apestaart dot org>
33342
33343         * configure.ac:
33344           add videorate
33345         * sys/ximage/ximagesink.c: (gst_ximagesink_finalize),
33346         (gst_ximagesink_class_init):
33347         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_finalize),
33348         (gst_xvimagesink_class_init):
33349           run them as finalize, not dispose, since dispose can be invoked
33350           multiple times
33351
33352 2004-06-17  Wim Taymans  <wim@fluendo.com>
33353
33354         * ext/alsa/gstalsa.c: (gst_alsa_init), (gst_alsa_dispose),
33355         (gst_alsa_get_time), (gst_alsa_xrun_recovery):
33356         * ext/alsa/gstalsa.h:
33357         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33358         * ext/alsa/gstalsasrc.c: (gst_alsa_src_init), (gst_alsa_src_loop),
33359         (gst_alsa_src_change_state):
33360         * ext/alsa/gstalsasrc.h:
33361         Make the xrun code timestamp and offset the buffers correctly.
33362         moved the clock to the base class, use alsa methods to get time.
33363         Do correct timestamping on outgoing buffers.
33364
33365 2004-06-17  Wim Taymans  <wim@fluendo.com>
33366
33367         * gst/audiorate/Makefile.am:
33368         * gst/audiorate/gstaudiorate.c: (gst_audiorate_get_type),
33369         (gst_audiorate_base_init), (gst_audiorate_class_init),
33370         (gst_audiorate_link), (gst_audiorate_init), (gst_audiorate_chain),
33371         (gst_audiorate_set_property), (gst_audiorate_get_property),
33372         (gst_audiorate_change_state), (plugin_init):
33373         Added an audiorate converter that fills in gaps.
33374
33375 2004-06-17  Johan Dahlin  <johan@gnome.org>
33376
33377         * ext/tcp/*: Revert Zaheer changes, to make things actually work again.
33378
33379 2004-06-16  Wim Taymans  <wim@fluendo.com>
33380
33381         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get):
33382         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33383         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33384         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33385         (gst_v4lsrc_get_property):
33386         * sys/v4l/gstv4lsrc.h:
33387         Added a copy mode to v4lsrc where it will output a copied version
33388         of its internal hardware buffer.
33389         Fix the wrong FLAG_SET usage. The flags are integers, not bits, you
33390         can't | them.
33391
33392 2004-06-16  Wim Taymans  <wim@fluendo.com>
33393
33394         * sys/oss/gstosssrc.c: (gst_osssrc_get):
33395         Timestamp fixes.
33396
33397 2004-06-16  Wim Taymans  <wim@fluendo.com>
33398
33399         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_sync_mode_get_type),
33400         (gst_v4lsrc_class_init), (gst_v4lsrc_init), (gst_v4lsrc_get_fps),
33401         (gst_v4lsrc_get), (gst_v4lsrc_set_property),
33402         (gst_v4lsrc_get_property):
33403         * sys/v4l/gstv4lsrc.h:
33404         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
33405         Added a sync mode enum property to control v4lsrc timestamp method
33406         Removed the use-fixed-fps property and moved functionality in
33407         the enum.
33408         Don't error on an error value from v4l-conf, it might not always
33409         be a real error.
33410
33411 2004-06-16  Wim Taymans  <wim@fluendo.com>
33412
33413         * gst/videorate/Makefile.am:
33414         * gst/videorate/gstvideorate.c: (gst_videorate_get_type),
33415         (gst_videorate_base_init), (gst_videorate_class_init),
33416         (gst_videorate_getcaps), (gst_videorate_link),
33417         (gst_videorate_init), (gst_videorate_chain),
33418         (gst_videorate_set_property), (gst_videorate_get_property),
33419         (gst_videorate_change_state), (plugin_init):
33420         Added a video timestamp corrector.
33421
33422 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33423
33424         fixed a potential leak with previous commit
33425
33426         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33427
33428 2004-06-15  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33429
33430         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
33431         Added missing refcount, fixes bug #144425
33432         Cheers Tim for finding the bug
33433
33434 2004-06-15  Thomas Vander Stichele  <thomas at apestaart dot org>
33435
33436         * sys/v4l/gstv4l.c: (plugin_init):
33437         * sys/v4l/gstv4lcolorbalance.c:
33438         * sys/v4l/gstv4lcolorbalance.h:
33439         * sys/v4l/gstv4lelement.c:
33440         * sys/v4l/gstv4lelement.h:
33441         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
33442         * sys/v4l/gstv4lmjpegsink.h:
33443         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
33444         * sys/v4l/gstv4lmjpegsrc.h:
33445         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33446         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33447         (gst_v4lsrc_getcaps), (gst_v4lsrc_get):
33448         * sys/v4l/gstv4lsrc.h:
33449         * sys/v4l/gstv4ltuner.c:
33450         * sys/v4l/gstv4ltuner.h:
33451         * sys/v4l/gstv4lxoverlay.c:
33452         * sys/v4l/gstv4lxoverlay.h:
33453         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
33454         (gst_v4l_set_window), (gst_v4l_enable_overlay):
33455         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33456         (gst_v4l_open), (gst_v4l_get_picture), (gst_v4l_get_audio),
33457         (gst_v4l_set_audio):
33458         * sys/v4l/v4l_calls.h:
33459         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
33460         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_sync_frame),
33461         (gst_v4lmjpegsink_set_buffer), (gst_v4lmjpegsink_set_playback),
33462         (gst_v4lmjpegsink_playback_init),
33463         (gst_v4lmjpegsink_playback_start), (gst_v4lmjpegsink_get_buffer),
33464         (gst_v4lmjpegsink_play_frame), (gst_v4lmjpegsink_wait_frame),
33465         (gst_v4lmjpegsink_playback_stop),
33466         (gst_v4lmjpegsink_playback_deinit):
33467         * sys/v4l/v4lmjpegsink_calls.h:
33468         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
33469         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_buffer),
33470         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
33471         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_capture_start),
33472         (gst_v4lmjpegsrc_grab_frame), (gst_v4lmjpegsrc_requeue_frame),
33473         (gst_v4lmjpegsrc_capture_stop), (gst_v4lmjpegsrc_capture_deinit):
33474         * sys/v4l/v4lmjpegsrc_calls.h:
33475         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
33476         (gst_v4lsrc_sync_frame), (gst_v4lsrc_set_capture),
33477         (gst_v4lsrc_capture_init), (gst_v4lsrc_capture_start),
33478         (gst_v4lsrc_grab_frame), (gst_v4lsrc_requeue_frame),
33479         (gst_v4lsrc_capture_stop), (gst_v4lsrc_capture_deinit),
33480         (gst_v4lsrc_try_palette):
33481         * sys/v4l/v4lsrc_calls.h:
33482           bunch of paranoia cleanups
33483
33484 2004-06-14  David Schleef  <ds@schleef.org>
33485
33486         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_init),
33487         (cdparanoia_get), (cdparanoia_open), (cdparanoia_change_state):
33488         Send discont events and change timestamps appropriately when
33489         we get a seek event.  (bug #144240)
33490         * ext/cdparanoia/gstcdparanoia.h:
33491
33492 2004-06-14  Benjamin Otte  <otte@gnome.org>
33493
33494         * ext/alsa/gstalsa.c: Use snd_pcm_hw_params_set_rate _near instead of
33495           snd_pcm_hw_params_set_rate  since the latter fails for no good
33496           reason on some setups.
33497
33498 2004-06-14  David Schleef  <ds@schleef.org>
33499
33500         * gst/volume/demo.c: (value_changed_callback): exp10() is not
33501         standard.  Thank you for playing.
33502
33503 2004-06-14  Wim Taymans  <wim@fluendo.com>
33504
33505         * gst/ffmpegcolorspace/imgconvert.c: (img_convert):
33506         Patch 1.3 broke the ordering of the colorspace info and
33507         made the plugin basically work by coincidence, reordered
33508         the info.
33509
33510 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33511
33512         * ext/lame/gstlame.c:
33513         * ext/mad/gstmad.c:
33514           sync caps.  Make sure mad can only output a list of rates, not
33515           a full range.  In the future, have three caps lists for each of the
33516           mpeg versions.  Change mpegversion to a double as well.
33517
33518 2004-06-14  Thomas Vander Stichele  <thomas at apestaart dot org>
33519
33520         * gst/volume/.cvsignore:
33521         * gst/volume/Makefile.am:
33522         * gst/volume/demo.c: (value_changed_callback), (idler),
33523         (setup_gui), (main):
33524           added small demo app
33525
33526 2004-06-13  Jan Schmidt  <thaytan@mad.scientist.com>
33527         * ext/esd/esdsink.c: (gst_esdsink_change_state):
33528         * ext/esd/esdsink.h:
33529         Close the esd connection on pause, because esd will just wait -
33530         blocking all other esd clients indefinitely.
33531
33532 2004-06-12  Christophe Fergeau  <teuf@gnome.org>
33533
33534         * gst/tags/gstvorbistag.c: replaced a g_warning which I added in my
33535           previous commit with GST_DEBUG
33536
33537 2004-06-12  Thomas Vander Stichele  <thomas at apestaart dot org>
33538
33539         * configure.ac:
33540           add a header check for a dvdread header in dvdnav.  Fixes #133002
33541
33542 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33543
33544         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_init_send):
33545         * gst/tcp/gsttcpclientsink.h:
33546         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_init_receive):
33547         * gst/tcp/gsttcpclientsrc.h:
33548         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_init),
33549         (gst_tcpserversink_handle_server_read),
33550         (gst_tcpserversink_init_send):
33551         * gst/tcp/gsttcpserversink.h:
33552         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_init_receive):
33553         * gst/tcp/gsttcpserversrc.h:
33554         Modified the tcp plugins so they are portable (IPv4,IPv6, any future
33555         version of IP)
33556
33557 2004-06-12  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33558
33559         * configure.ac:
33560         Added ogg library so that OSX detects libtheora properly
33561
33562 2004-06-11  Wim Taymans  <wim@fluendo.com>
33563
33564         * ext/theora/theoradec.c: (theora_dec_chain),
33565         (theora_dec_change_state):
33566         Don't try to decode frames before we received a keyframe.
33567
33568 2004-06-11  Wim Taymans  <wim@fluendo.com>
33569
33570         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33571         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33572         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33573         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33574         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33575         Added property to set the maximum delay of a page.
33576
33577 2004-06-10  Wim Taymans  <wim@fluendo.com>
33578
33579         * ext/ogg/gstoggmux.c: (gst_ogg_mux_class_init),
33580         (gst_ogg_mux_init), (gst_ogg_mux_next_buffer),
33581         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33582         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop),
33583         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property):
33584         Added max-delay property to control the maximum amount
33585         of data to put in one page.
33586
33587 2004-06-10  Wim Taymans  <wim@fluendo.com>
33588
33589         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
33590         (gst_theora_enc_init), (theora_enc_sink_link),
33591         (theora_buffer_from_packet), (theora_enc_set_property),
33592         (theora_enc_get_property):
33593         Set duration on encoded buffer, added some more properties
33594
33595 2004-06-10  Wim Taymans  <wim@fluendo.com>
33596
33597         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer),
33598         (gst_ogg_mux_get_headers), (gst_ogg_mux_set_header_on_caps),
33599         (gst_ogg_mux_send_headers), (gst_ogg_mux_loop):
33600         * ext/theora/theoraenc.c: (theora_enc_chain):
33601         Fix refcounting bugs
33602
33603 2004-06-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33604
33605         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_init),
33606         (gst_asf_demux_loop), (gst_asf_demux_process_file),
33607         (gst_asf_demux_process_data), (gst_asf_demux_handle_data),
33608         (gst_asf_demux_process_object), (gst_asf_demux_get_stream),
33609         (gst_asf_demux_process_chunk), (gst_asf_demux_handle_sink_event),
33610         (gst_asf_demux_handle_src_event), (gst_asf_demux_handle_src_query),
33611         (gst_asf_demux_change_state):
33612         * gst/asfdemux/gstasfdemux.h:
33613           You know Chimaira? "I - HATE - EVERYTHING". Yeah, that's what this
33614           feels like. I think we should set a new requirement for demuxers
33615           from now on to implement sane loop functions, data loops, query
33616           and seek functions before first commit into CVS. And this commit
33617           fixes all of the above.
33618
33619 2004-06-10  Christophe Fergeau  <teuf@gnome.org>
33620
33621         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add): make sure parsed
33622           vorbis comments are properly encoded in UTF-8 before adding them
33623           to a GstTagList
33624
33625 2004-06-09  Benjamin Otte  <otte@gnome.org>
33626
33627         * ext/alsa/gstalsa.c: (add_channels):
33628           handle min <= max correctly
33629         * ext/alsa/gstalsa.c: (gst_alsa_fixate_to_mimetype),
33630         (gst_alsa_fixate_field_nearest_int), (gst_alsa_fixate):
33631           add fixation functions so we fixate correctly. No preferring of alaw
33632           anymore because it's the first structure.
33633         * ext/alsa/gstalsa.h:
33634         * ext/alsa/gstalsa.c: (gst_alsa_sw_params_dump),
33635         (gst_alsa_hw_params_dump):
33636           add functions to ease debugging in alsalib
33637         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33638         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33639         (gst_alsa_start_audio):
33640           only specify hw params if we really setup a format (fixes #134007 -
33641           or at least works around it)
33642
33643 2004-06-09  Wim Taymans  <wim@fluendo.com>
33644
33645         * ext/ogg/gstoggmux.c: (gst_ogg_mux_init),
33646         (gst_ogg_mux_next_buffer), (gst_ogg_mux_buffer_from_page),
33647         (gst_ogg_mux_push_page), (gst_ogg_mux_get_headers),
33648         (gst_ogg_mux_set_header_on_caps), (gst_ogg_mux_send_headers),
33649         (gst_ogg_mux_loop):
33650         Use stream caps to setup the initial pages in the ogg stream.
33651         Correctly set the streamheader caps on the srcpad.
33652
33653 2004-06-09  Thomas Vander Stichele  <thomas at apestaart dot org>
33654
33655         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps_list),
33656         (gst_v4lsrc_get_fps), (gst_v4lsrc_srcconnect),
33657         (gst_v4lsrc_getcaps):
33658         * sys/v4l/v4l_calls.c: (gst_v4l_set_window_properties),
33659         (gst_v4l_get_picture), (gst_v4l_get_audio), (gst_v4l_set_audio):
33660           add querying of fps lists for webcams.  Negotiating to a framerate
33661           now works.
33662
33663 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33664
33665         * ext/theora/theoraenc.c: (theora_buffer_from_packet),
33666         (theora_push_buffer), (theora_push_packet),
33667         (theora_set_header_on_caps), (theora_enc_chain):
33668           mark buffers and put on streamheader, raw theora streaming
33669           now works too, whee
33670
33671 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33672
33673         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33674         (gst_tcp_gdp_read_caps):
33675           do a looping read for caps and GDP headers too
33676
33677 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33678
33679         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33680         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_get):
33681           return EOS instead of NULL in _get
33682
33683 2004-06-08  Wim Taymans  <wim@fluendo.com>
33684
33685         * gst/tcp/gsttcp.c: (gst_tcp_gdp_read_header),
33686         (gst_tcp_gdp_read_caps), (gst_tcp_gdp_write_header),
33687         (gst_tcp_gdp_write_caps):
33688         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33689         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33690         (gst_tcpserversrc_gdp_read_header), (gst_tcpserversrc_get):
33691         Memory leak fixes
33692
33693 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33694
33695         * ext/vorbis/Makefile.am:
33696         * ext/vorbis/vorbis.c: (plugin_init):
33697         * ext/vorbis/vorbisparse.c: (gst_vorbis_parse_base_init),
33698         (gst_vorbis_parse_class_init), (gst_vorbis_parse_init),
33699         (vorbis_parse_set_header_on_caps), (vorbis_parse_chain),
33700         (vorbis_parse_change_state):
33701         * ext/vorbis/vorbisparse.h:
33702           adding a vorbisparse element that marks the buffers, streaming
33703           raw vorbis using GDP now works, whee
33704
33705 2004-06-08  Wim Taymans  <wim@fluendo.com>
33706
33707         * ext/jpeg/Makefile.am:
33708         * ext/jpeg/README:
33709         * ext/jpeg/gstjpeg.c: (plugin_init):
33710         * ext/jpeg/gstsmokedec.c: (gst_smokedec_get_type),
33711         (gst_smokedec_base_init), (gst_smokedec_class_init),
33712         (gst_smokedec_init), (gst_smokedec_link), (gst_smokedec_chain):
33713         * ext/jpeg/gstsmokedec.h:
33714         * ext/jpeg/gstsmokeenc.c: (gst_smokeenc_get_type),
33715         (gst_smokeenc_base_init), (gst_smokeenc_class_init),
33716         (gst_smokeenc_init), (gst_smokeenc_getcaps), (gst_smokeenc_link),
33717         (gst_smokeenc_resync), (gst_smokeenc_chain),
33718         (gst_smokeenc_set_property), (gst_smokeenc_get_property):
33719         * ext/jpeg/gstsmokeenc.h:
33720         * ext/jpeg/smokecodec.c: (smokecodec_init_destination),
33721         (smokecodec_flush_destination), (smokecodec_term_destination),
33722         (smokecodec_init_source), (smokecodec_fill_input_buffer),
33723         (smokecodec_skip_input_data), (smokecodec_resync_to_restart),
33724         (smokecodec_term_source), (smokecodec_encode_new),
33725         (smokecodec_decode_new), (smokecodec_info_free),
33726         (smokecodec_set_quality), (smokecodec_get_quality),
33727         (smokecodec_set_threshold), (smokecodec_get_threshold),
33728         (smokecodec_set_bitrate), (smokecodec_get_bitrate),
33729         (find_best_size), (abs_diff), (put), (smokecodec_encode),
33730         (smokecodec_parse_header), (smokecodec_decode):
33731         * ext/jpeg/smokecodec.h:
33732         Added a new simple jpeg based codec
33733
33734 2004-06-08  Wim Taymans  <wim@fluendo.com>
33735
33736         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33737         (gst_multipart_mux_loop):
33738         Fix memory leak
33739
33740 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33741
33742         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_get):
33743         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_client_remove),
33744         (gst_tcpserversink_handle_client_read), (gst_tcp_buffer_write),
33745         (gst_tcpserversink_handle_client_write), (gst_tcpserversink_chain),
33746         (gst_tcpserversink_init_send), (gst_tcpserversink_close):
33747         * gst/tcp/gsttcpserversink.h:
33748           take streamheader into account
33749
33750 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33751
33752         * gst/level/Makefile.am:
33753         * gst/level/gstlevel.c: (gst_level_class_init):
33754           clean up marshal generation
33755
33756 2004-06-08  Thomas Vander Stichele  <thomas at apestaart dot org>
33757
33758         * gst/tcp/Makefile.am:
33759         * gst/tcp/gsttcpclientsink.c: (gst_tcpclientsink_get_type),
33760         (gst_tcpclientsink_class_init), (gst_tcpclientsink_init),
33761         (gst_tcpclientsink_set_property), (gst_tcpclientsink_get_property):
33762         * gst/tcp/gsttcpclientsrc.c: (gst_tcpclientsrc_class_init),
33763         (gst_tcpclientsrc_init), (gst_tcpclientsrc_set_property),
33764         (gst_tcpclientsrc_get_property):
33765         * gst/tcp/gsttcpserversink.c: (gst_tcpserversink_class_init),
33766         (gst_tcpserversink_init), (gst_tcpserversink_handle_server_read),
33767         (gst_tcpserversink_handle_client_read),
33768         (gst_tcpserversink_handle_client_write),
33769         (gst_tcpserversink_set_property), (gst_tcpserversink_get_property):
33770         * gst/tcp/gsttcpserversink.h:
33771           add signals client-added and client-removed
33772         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_class_init),
33773         (gst_tcpserversrc_init), (gst_tcpserversrc_set_property),
33774         (gst_tcpserversrc_get_property):
33775         uniformized, change default protocol to NONE
33776         * gst/tcp/gsttcp-marshal.list: added
33777 2004-06-07  Benjamin Otte  <otte@gnome.org>
33778
33779         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33780           handle discont events if they happen before caps nego
33781
33782 2004-06-07  Wim Taymans  <wim@fluendo.com>
33783
33784         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
33785         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
33786         (gst_multipart_demux_plugin_init):
33787         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33788         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33789         (gst_multipart_mux_change_state):
33790         Small updates, fix a memleak
33791
33792 2004-06-07  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
33793
33794         * configure.ac: OSS portability
33795         * ext/arts/gst_arts.c: idem
33796         * sys/oss/gstosselement.c: idem
33797         * sys/oss/gstossmixer.c: idem
33798         * sys/oss/gstosssink.c: idem
33799         * sys/oss/gstosssrc.c: idem
33800         * sys/oss/oss_probe.c: idem
33801           - check for soundcard.h in different places for some BSD
33802
33803 2004-06-07  Jan Schmidt <thaytan@mad.scientist.com>
33804
33805         * AUTHORS:
33806         Add me to the authors file
33807         * configure.ac:
33808         Increase the libdv requirement to >= version 0.100
33809         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
33810         (gst_dvdec_src_query), (gst_dvdec_handle_sink_event),
33811         (gst_dvdec_push), (gst_dvdec_loop), (gst_dvdec_change_state):
33812         * ext/dv/gstdvdec.h:
33813         Add support for the new_media flag when sending DISCONT events
33814         Make the querying work when video pad is not linked
33815
33816 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33817
33818         reviewed by Benjamin Otte  <otte@gnome.org>
33819
33820         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init):
33821           create a NULL-initialized array of pads, so we don't think they
33822           exist already. (fixes #143130)
33823
33824 2004-06-07  Benjamin Otte  <otte@gnome.org>
33825
33826         * gst/mixmatrix/mixmatrix.c: (gst_mixmatrix_init),
33827         (mixmatrix_resize), (gst_mixmatrix_set_all_caps),
33828         (gst_mixmatrix_request_new_pad), (gst_mixmatrix_loop):
33829           don't use // coments
33830
33831 2004-06-07  Benjamin Otte  <otte@gnome.org>
33832
33833         * ext/alsa/gstalsa.c: (gst_alsa_samples_to_timestamp):
33834           cast to GstClockTime to get higher granularity
33835         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
33836           use gst_element_set_time_delay to get the exact time
33837         * ext/mad/gstmad.c: (gst_mad_chain):
33838           use the negotiated rate instead of the current frame's rate which
33839           might be wrong because of bit errors. This avoids emitting totally
33840           bogus timestamps and screwing sync.
33841         (fixes #143454)
33842
33843 2004-06-07  Tim-Philipp Müller  <t.i.m@zen.co.uk>
33844
33845         reviewed by Benjamin Otte  <otte@gnome.org>
33846
33847         * gst/adder/gstadder.c: (gst_adder_loop):
33848           properly error out when no negotiation has happened yet. (fixes
33849           #143032)
33850
33851 2004-06-06  Benjamin Otte  <otte@gnome.org>
33852
33853         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
33854           forward correctly transformed offset in discont events. Based on
33855           patch by Arwed v. Merkatz. (fixes #142851)
33856
33857 2004-06-06  David Schleef  <ds@schleef.org>
33858
33859         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: that's
33860         G_HAVE_GNUC_VARARGS, not G_HAVE_GNU_VARARGS.  Should fix compile
33861         problems on several systems.
33862
33863 2004-06-06  Benjamin Otte  <otte@gnome.org>
33864
33865         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init):
33866           use explicit caps on the srcpad
33867         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
33868           properly error out if caps couldn't be set (fixes #142764)
33869
33870 2004-06-06  Benjamin Otte  <otte@gnome.org>
33871
33872         * ext/alsa/gstalsa.c: (gst_alsa_probe_hw_params),
33873         (gst_alsa_set_hw_params), (gst_alsa_set_sw_params),
33874         (gst_alsa_start_audio):
33875           - don't call set_periods_integer anymore, it breaks the
33876           configuration randomly
33877           - call snd_pcm_hw_params_set_access directly instead of using masks
33878           - don't fail if the sw_params can't be set, just use the default
33879           params and hope it works. Alsalib has weird issues when you touch
33880           sw_params and does no proper error reporting about what failed.
33881         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
33882         (gst_alsa_close_audio):
33883           make our alsa debugging go via gst debugging and not conditionally
33884           defined
33885         * ext/alsa/gstalsa.h:
33886           add ALSA_DEBUG_FLUSH macro
33887         * ext/alsa/gstalsaplugin.c: (gst_alsa_error_wrapper),
33888         (plugin_init):
33889           wrap alsa errors to be printed via the gst debugging system and not
33890           spammed to stderr
33891
33892 2004-06-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
33893
33894         * gst/qtdemux/qtdemux.c: (gst_qtdemux_init),
33895         (gst_qtdemux_handle_src_query), (gst_qtdemux_handle_src_event),
33896         (gst_qtdemux_handle_sink_event), (gst_qtdemux_change_state),
33897         (gst_qtdemux_loop_header), (qtdemux_dump_mvhd),
33898         (qtdemux_parse_trak):
33899         * gst/qtdemux/qtdemux.h:
33900           Bitch. Also known as seeking, querying & co.
33901         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
33902         (gst_osssink_change_state):
33903         * sys/oss/gstosssink.h:
33904           Resyncing is for weenies, this hack is no longer needed and was
33905           broken anyway (since it - unintendedly - always leaves resync to
33906           TRUE).
33907
33908 2004-06-05  Andrew Turner <zxombie@hotpop.com>
33909
33910         * gst/tcp/gsttcp.c: portability (Solaris 10/FreeBSD)
33911         * gst/tcp/gsttcpclientsrc.h: idem
33912           - define MSG_NOSIGNAL if not done
33913           - include unistd.h for off_t
33914           (fixes #143749)
33915
33916 2004-06-05  Benjamin Otte  <otte@gnome.org>
33917
33918         * configure.ac:
33919         * ext/kio/Makefile.am:
33920           check for qt's moc preprocessor explicitly and use it
33921
33922 2004-06-03  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
33923
33924         * gst/tcp/gsttcp.c: (gst_tcp_socket_write):
33925           don't get a signal for EPIPE on socket writes
33926           (somebody check if this works on other platforms)
33927
33928 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33929
33930         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_get_type):
33931         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
33932           check error condition on available samples correctly
33933
33934 2004-06-02  Thomas Vander Stichele  <thomas at apestaart dot org>
33935
33936         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_time):
33937           avoid a segfault
33938         * gst/tcp/gsttcp.c: (gst_tcp_socket_write), (gst_tcp_socket_read),
33939         (gst_tcp_gdp_read_header), (gst_tcp_gdp_read_caps):
33940         * gst/tcp/gsttcpserversrc.c: (gst_tcpserversrc_gdp_read_caps),
33941         (gst_tcpserversrc_gdp_read_header):
33942          use ssize_t over size_t since the former is signed and thus the
33943          check for error codes can work
33944
33945 2004-06-02  Wim Taymans  <wim@fluendo.com>
33946
33947         reviewed by: Johan
33948
33949         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33950         (gst_multipart_mux_loop):
33951         Oops
33952
33953 2004-06-02  Wim Taymans  <wim@fluendo.com>
33954
33955         * gst/multipart/multipartmux.c: (gst_multipart_mux_class_init),
33956         (gst_multipart_mux_init), (gst_multipart_mux_loop),
33957         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
33958         (gst_multipart_mux_change_state):
33959         Added configurable boundary specifier, added the value as a
33960         caps field as well.
33961
33962 2004-06-02  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
33963
33964         * gst/tcp/gsttcp.c:
33965         * gst/tcp/gsttcpclientsrc.c:
33966         * gst/tcp/gsttcpclientsrc.h:
33967         * gst/tcp/gsttcpserversrc.c:
33968           - portability fix, to compile on OSX
33969             (fixes #143146)
33970
33971         * sys/osxaudio/gstosxaudioelement.c:
33972         * sys/osxaudio/gstosxaudiosink.c:
33973         * sys/osxaudio/gstosxaudiosrc.c:
33974           - compilation warnings on OSX
33975             (fixes #143153)
33976
33977 2004-06-02  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
33978
33979         * ext/vorbis/vorbisdec.c : sign warning fixes
33980
33981         * gst-libs/gst/mixer/mixertrack.c :
33982           do no use defines which are glib 2.4 specific
33983
33984 2004-06-01  Christophe Fergeau  <teuf@gnome.org>
33985
33986         * ext/flac/gstflactag.c: strip ending framing bit from vorbiscomment
33987           buffer since libflac doesn't expect it (reports a sync error when
33988           it encounters that)
33989
33990
33991 2004-06-01  Owen Fraser-Green  <owen@discobabe.net>
33992
33993         * gst-libs/gst/mixer/mixertrack.h: Changed struct syntax
33994         * gst-libs/gst/mixer/mixertrack.c:
33995         (gst_mixer_track_get_property), (get_mixer_track_init),
33996         (get_mixer_track_get_property): Added property accessors
33997         * gst-libs/gst/mixer/mixeroptions.h: Changed struct syntax
33998         * gst-libs/gst/mixer/mixeroptions.c:
33999         (gst_mixer_options_get_values): Added
34000         * gst-libs/gst/mixer/mixer.h: Changed GstMixerClass syntax
34001         * gst-libs/gst/mixer/mixer.c: Fixed comment
34002
34003
34004 2004-06-01  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34005
34006         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
34007           improve error messages on open
34008
34009
34010 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34011
34012         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
34013           check if v4l-conf is in path
34014
34015 2004-06-01  Thomas Vander Stichele  <thomas at apestaart dot org>
34016
34017         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
34018           change assert to a more readable error message
34019
34020 2004-05-31  Stephane Loeuillet  <stephane.loeuillet@tiscali.fr>
34021
34022         * gst-libs/gst/tuner/tunerchannel.h:
34023           - add a freq_multiplicator field to make the conversion
34024             between internal frequency unit and Hz
34025         * sys/v4l/gstv4lelement.c:
34026         * sys/v4l2/gstv4l2element.c:
34027           - change default video device to /dev/video0
34028         * sys/v4l/v4l_calls.c:
34029         * sys/v4l2/v4l2_calls.c:
34030           - we only expose frequency to the user in Hz instead of
34031             bastard v4lX unit (either 62.5kHz or 62.5Hz)
34032
34033 2004-05-31  Jan Schmidt  <thaytan@mad.scientist.com>
34034         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
34035           Initialise b_o_s and e_o_s variables
34036         * gst-libs/gst/riff/riff-media.c:
34037         (gst_riff_create_video_caps_with_data):
34038           Add some unusual fourcc's from mplayer avi's
34039         * gst/multipart/multipartmux.c: (gst_multipart_mux_plugin_init):
34040           Make the muxer have rank GST_RANK_NONE, so it doesn't mess up
34041           autoplugging.
34042
34043 2004-05-28  Wim Taymans  <wim@fluendo.com>
34044
34045         * configure.ac:
34046         * gst/alpha/Makefile.am:
34047         * gst/alpha/gstalpha.c: (gst_alpha_method_get_type),
34048         (gst_alpha_get_type), (gst_alpha_base_init),
34049         (gst_alpha_class_init), (gst_alpha_init), (gst_alpha_set_property),
34050         (gst_alpha_get_property), (gst_alpha_sink_link), (gst_alpha_add),
34051         (gst_alpha_chroma_key), (gst_alpha_chain),
34052         (gst_alpha_change_state), (plugin_init):
34053         A plugin to add an alpha channel to I420 video. Can optionally do
34054         chroma keying.
34055         * gst/multipart/Makefile.am:
34056         * gst/multipart/multipart.c: (plugin_init):
34057         * gst/multipart/multipartdemux.c: (gst_multipart_demux_base_init),
34058         (gst_multipart_demux_class_init), (gst_multipart_demux_init),
34059         (gst_multipart_demux_finalize), (gst_multipart_demux_handle_event),
34060         (gst_multipart_find_pad_by_mime), (gst_multipart_demux_chain),
34061         (gst_multipart_demux_change_state),
34062         (gst_multipart_demux_plugin_init):
34063         * gst/multipart/multipartmux.c: (gst_multipart_mux_get_type),
34064         (gst_multipart_mux_base_init), (gst_multipart_mux_class_init),
34065         (gst_multipart_mux_get_sink_event_masks), (gst_multipart_mux_init),
34066         (gst_multipart_mux_sinkconnect), (gst_multipart_mux_pad_link),
34067         (gst_multipart_mux_pad_unlink),
34068         (gst_multipart_mux_request_new_pad),
34069         (gst_multipart_mux_handle_src_event),
34070         (gst_multipart_mux_next_buffer), (gst_multipart_mux_compare_pads),
34071         (gst_multipart_mux_queue_pads), (gst_multipart_mux_loop),
34072         (gst_multipart_mux_get_property), (gst_multipart_mux_set_property),
34073         (gst_multipart_mux_change_state), (gst_multipart_mux_plugin_init):
34074         A Multipart demuxer/muxer. Not sure if it violates specs. Used to
34075         send multipart jpeg images to a browser.
34076         * gst/videobox/Makefile.am:
34077         * gst/videobox/README:
34078         * gst/videobox/gstvideobox.c: (gst_video_box_fill_get_type),
34079         (gst_video_box_get_type), (gst_video_box_base_init),
34080         (gst_video_box_class_init), (gst_video_box_init),
34081         (gst_video_box_set_property), (gst_video_box_get_property),
34082         (gst_video_box_sink_link), (gst_video_box_i420),
34083         (gst_video_box_ayuv), (gst_video_box_chain),
34084         (gst_video_box_change_state), (plugin_init):
34085         Crops or adds borders around an image. can do alpha channel
34086         borders as well.
34087         * gst/videomixer/Makefile.am:
34088         * gst/videomixer/README:
34089         * gst/videomixer/videomixer.c: (gst_videomixer_pad_get_type),
34090         (gst_videomixer_pad_base_init), (gst_videomixer_pad_class_init),
34091         (gst_videomixer_pad_get_sink_event_masks),
34092         (gst_videomixer_pad_get_property),
34093         (gst_videomixer_pad_set_property),
34094         (gst_videomixer_pad_sinkconnect), (gst_videomixer_pad_link),
34095         (gst_videomixer_pad_unlink), (gst_videomixer_pad_init),
34096         (gst_video_mixer_background_get_type), (gst_videomixer_get_type),
34097         (gst_videomixer_base_init), (gst_videomixer_class_init),
34098         (gst_videomixer_init), (gst_videomixer_request_new_pad),
34099         (gst_videomixer_handle_src_event),
34100         (gst_videomixer_blend_ayuv_i420), (gst_videomixer_fill_checker),
34101         (gst_videomixer_fill_color), (gst_videomixer_fill_queues),
34102         (gst_videomixer_blend_buffers), (gst_videomixer_update_queues),
34103         (gst_videomixer_loop), (gst_videomixer_get_property),
34104         (gst_videomixer_set_property), (gst_videomixer_change_state),
34105         (plugin_init):
34106         Generic video mixer plugin, can handle multiple inputs all with
34107         different framerates and video sizes. Is fully alpha channel
34108         aware.
34109
34110 2004-05-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34111
34112         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
34113           Select first track as master track. Not sure how else to handle
34114           that...
34115         * ext/ogg/gstoggmux.c: (gst_ogg_mux_next_buffer):
34116           Discard discont events. Should fix #142962.
34117
34118 2004-05-26  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34119
34120         * ext/alsa/Makefile.am:
34121         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init),
34122         (gst_alsa_mixer_build_list), (gst_alsa_mixer_get_volume),
34123         (gst_alsa_mixer_set_volume), (gst_alsa_mixer_set_mute),
34124         (gst_alsa_mixer_set_record), (gst_alsa_mixer_set_option),
34125         (gst_alsa_mixer_get_option):
34126         * ext/alsa/gstalsamixer.h:
34127         * ext/alsa/gstalsamixeroptions.c:
34128         (gst_alsa_mixer_options_get_type),
34129         (gst_alsa_mixer_options_class_init), (gst_alsa_mixer_options_init),
34130         (gst_alsa_mixer_options_new):
34131         * ext/alsa/gstalsamixeroptions.h:
34132         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_new):
34133         * ext/alsa/gstalsamixertrack.h:
34134           Add enumerations (as GstMixerOptions). Make correct distinction
34135           between input/output tracks. Add capture/playback private flag.
34136           Use flag to decide on whether to set capture or playback volumes
34137           or switches. Use playback and record switches.
34138         * gst-libs/gst/mixer/Makefile.am:
34139         * gst-libs/gst/mixer/mixer-marshal.list:
34140         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init),
34141         (gst_mixer_set_option), (gst_mixer_get_option),
34142         (gst_mixer_mute_toggled), (gst_mixer_record_toggled),
34143         (gst_mixer_volume_changed), (gst_mixer_option_changed):
34144         * gst-libs/gst/mixer/mixer.h:
34145         * gst-libs/gst/mixer/mixeroptions.c: (gst_mixer_options_get_type),
34146         (gst_mixer_options_class_init), (gst_mixer_options_init),
34147         (gst_mixer_options_dispose):
34148         * gst-libs/gst/mixer/mixeroptions.h:
34149           Add GstMixerOptions.
34150         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
34151           Rename Audio Mixer to OSS Mixer (similar to Alsa Mixer). Fix
34152           broken device detection on computers with multiple OSS sound
34153           cards.
34154
34155 2004-05-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34156
34157         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34158           fixate nicely even when the peer is not negotiating
34159
34160 2004-05-25  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34161
34162         * gst/audioconvert/gstaudioconvert.c:
34163         (gst_audio_convert_parse_caps):
34164           make sure we don't allow depth > width
34165         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_fixate):
34166           fixate endianness to G_BYTE_ORDER as default
34167         * gst/audioscale/gstaudioscale.c:
34168           we don't handle another endianness as host-endianness
34169
34170 2004-05-25  David Schleef  <ds@schleef.org>
34171
34172         * gst/ffmpegcolorspace/mem.c:  malloc() is in stdlib.h, not malloc.h
34173
34174 2004-05-24  Benjamin Otte  <otte@gnome.org>
34175
34176         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_sinkconnect),
34177         (gst_oggvorbisenc_setup):
34178           properly fail when we can't setup the vorbis encoder due to
34179           unsupported settings
34180         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_sinkconnect),
34181         (gst_vorbisenc_setup):
34182           same
34183         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
34184           fix case where warnings occured when one pad was unlinked while the
34185           other's link function was called
34186
34187 2004-05-24  Thomas Vander Stichele  <thomas at apestaart dot org>
34188
34189         * gst/tcp/Makefile.am:
34190           use GST_ENABLE_NEW
34191
34192 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34193
34194         * gst-libs/gst/resample/private.h:
34195           don't use optimizations that are #if 0'ed
34196
34197 2004-05-24  Wim Taymans  <wim@fluendo.com>
34198
34199         * gst/avi/gstavidemux.c: (gst_avi_demux_handle_src_query):
34200         Fix potential division by zero error and hopefully get
34201         the position query right to get correct timestamps on avi
34202         audio.
34203
34204 2004-05-24  Wim Taymans  <wim@fluendo.com>
34205
34206         * gst/videoscale/videoscale.c: (gst_videoscale_scale_nearest),
34207         (gst_videoscale_scale_nearest_str2),
34208         (gst_videoscale_scale_nearest_str4),
34209         (gst_videoscale_scale_nearest_32bit),
34210         (gst_videoscale_scale_nearest_24bit),
34211         (gst_videoscale_scale_nearest_16bit):
34212         Fix the scaling algorithm and avoid a buffer overflow.
34213         removed the while loop in the scaling function as it
34214         was used for point sampling only.
34215
34216 2004-05-24  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34217
34218         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
34219         (gst_id3_tag_class_init), (gst_id3_tag_init),
34220         (gst_id3_tag_set_property), (gst_id3_tag_get_tag_to_render),
34221         (gst_id3_tag_handle_event), (gst_id3_tag_do_caps_nego),
34222         (gst_id3_tag_send_tag_event):
34223           lots of fixes to make id3mux work and id3demux work correctly
34224
34225 2004-05-24  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34226
34227         * ext/Makefile.am:
34228           add rules to build shout2send (was removed by accident
34229           when this module was no more marked experimental/broken)
34230
34231 2004-05-24  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
34232
34233         * ext/shout2/gstshout2.c:
34234         * ext/shout2/gstshout2.h:
34235           adding a "connection problem" signal to shout2send
34236           (fixes #142954)
34237
34238 2004-05-21  Thomas Vander Stichele  <thomas at apestaart dot org>
34239
34240         * ext/kio/kioreceiver.cpp:
34241         * ext/kio/kioreceiver.h:
34242           fix sign comparison issues
34243
34244 2004-05-21  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34245
34246         * gst/cdxaparse/gstcdxaparse.c:
34247         * gst/cdxaparse/gstcdxaparse.h:
34248           some renaming
34249           add some checks/sanity
34250           prepare for seek addition
34251
34252         * sys/sunaudio/gstsunaudio.c:
34253           remove exported dupe init function
34254
34255 2004-05-21  Jan Schmidt  <thaytan@mad.scientist.com>
34256
34257         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_get_formats),
34258         (gst_dvdec_src_convert), (gst_dvdec_sink_convert):
34259           Fix format conversion and position querying.
34260         * gst/debug/progressreport.c: (gst_progressreport_report):
34261           Don't output a bogus total value that we didn't query.
34262         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
34263           Always set XV_AUTOPAINT_COLORKEY to true. Fixes xvimagesink showing
34264           only a blank window after xine has been used.
34265
34266 2004-05-21  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
34267
34268         * m4/as-arts.m4:
34269           sync with upstream version to fix test on FC2
34270           readd with -ko to preserve Id header
34271
34272 2004-05-20  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34273
34274         * configure.ac:
34275           test for FIONREAD ioctl in sys/filio.h for Solaris compat.
34276         * gst/tcp/gsttcpclientsrc.c: idem
34277         * gst/tcp/gsttcpserversink.c: idem
34278         * gst/tcp/gsttcpserversrc.c: idem
34279         * m4/gst-fionread.m4: idem
34280
34281         * sys/sunaudio/gstsunaudio.c: change category to Sink/Audio
34282
34283         * configure.ac: enable speex plugin for speex 1.1.5+
34284         * ext/speex/gstspeexenc.c: fix cast warning
34285
34286         * ext/esd/README: fix typo
34287
34288 2004-05-20  David Schleef  <ds@schleef.org>
34289
34290         * configure.ac: Minor cosmetic change to convince the buildbot to
34291         reautogen.
34292         * sys/sunaudio/gstsunaudio.c: (gst_sunaudiosink_class_init),
34293         (gst_sunaudiosink_init), (gst_sunaudiosink_getcaps),
34294         (gst_sunaudiosink_pad_link), (gst_sunaudiosink_chain),
34295         (gst_sunaudiosink_setparams), (gst_sunaudiosink_open),
34296         (gst_sunaudiosink_close), (gst_sunaudiosink_change_state),
34297         (gst_sunaudiosink_set_property), (gst_sunaudiosink_get_property):
34298         More hacking.  Plays audio now.
34299
34300 2004-05-20  David Schleef  <ds@schleef.org>
34301
34302         * configure.ac:
34303         * sys/Makefile.am:
34304
34305 2004-05-20  David Schleef  <ds@schleef.org>
34306
34307         * sys/osxaudio/Makefile.am:  New OS X audio plugin by Zaheer Abbas Merali
34308         * sys/osxaudio/gstosxaudio.c:
34309         * sys/osxaudio/gstosxaudioelement.c:
34310         * sys/osxaudio/gstosxaudioelement.h:
34311         * sys/osxaudio/gstosxaudiosink.c:
34312         * sys/osxaudio/gstosxaudiosink.h:
34313         * sys/osxaudio/gstosxaudiosrc.c:
34314         * sys/osxaudio/gstosxaudiosrc.h:
34315
34316 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34317
34318         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_set_header_on_caps),
34319         (gst_vorbisenc_chain):
34320           put the codec headers on the caps as streamheader as well as
34321           pushing them out
34322
34323 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34324
34325         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34326         (gst_vorbisenc_buffer_from_packet), (gst_vorbisenc_push_buffer),
34327         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain):
34328         split up push_packet into two functions
34329
34330 2004-05-20  Thomas Vander Stichele  <thomas at apestaart dot org>
34331
34332         * gst/tcp/.cvsignore:
34333           ignore enums
34334         * gst/tcp/Makefile.am:
34335         * gst/tcp/README:
34336         * gst/tcp/gsttcp.c:
34337         * gst/tcp/gsttcp.h:
34338         * gst/tcp/gsttcpclientsink.c:
34339         * gst/tcp/gsttcpclientsink.h:
34340         * gst/tcp/gsttcpclientsrc.c:
34341         * gst/tcp/gsttcpclientsrc.h:
34342         * gst/tcp/gsttcpplugin.c:
34343         * gst/tcp/gsttcpserversink.c:
34344         * gst/tcp/gsttcpserversink.h:
34345         * gst/tcp/gsttcpserversrc.c:
34346         * gst/tcp/gsttcpserversrc.h:
34347           add new tcp elements
34348
34349 2004-05-19  Wim Taymans  <wim@fluendo.com>
34350
34351         * gst/law/mulaw-conversion.c: (mulaw_encode):
34352         Fix overflow bug in ulaw encoding.
34353
34354 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34355
34356         * ext/mad/gstmad.c: (gst_mad_handle_event):
34357           don't unref the event twice
34358
34359 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34360
34361         * configure.ac:
34362           remove -Wno-sign-compare
34363
34364 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34365
34366         * configure.ac:
34367           remove -DG_DISABLE_DEPRECATED. It's not usable without workarounds
34368           if you want to work against glib 2.2 and 2.4
34369
34370 2004-05-19  Thomas Vander Stichele  <thomas at apestaart dot org>
34371
34372         * gst/tcp/Makefile.am:
34373         * gst/tcp/gsttcp.c:
34374         * gst/tcp/gsttcp.h:
34375         * gst/tcp/gsttcpsink.h:
34376         * gst/tcp/gsttcpsrc.h:
34377           gsttcp -> gsttcpplugin + CVS surgery in preparation for tcp merge
34378
34379 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34380
34381         * gst/debug/tests.c: (md5_get_value):
34382           fix segfault on gst-inspect
34383
34384 2004-05-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34385
34386         * gst/debug/testplugin.c:
34387         * gst/debug/tests.c:
34388         * gst/debug/tests.h:
34389           add new extensible and configurable testing element. Current tests
34390           include buffer count, stream length, timestamp/duration matching and
34391           md5.
34392         * gst/debug/Makefile.am:
34393         * gst/debug/gstdebug.c: (plugin_init):
34394           add infrastructure for new element
34395
34396 2004-05-19  Johan Dahlin  <johan@gnome.org>
34397
34398         * ext/dv/gstdvdec.c (gst_dvdec_quality_get_type): Add proper
34399         ending of the array. Fixes gst-inspect segfault on ppc.
34400
34401 2004-05-19  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34402
34403         * ext/dirac/gstdiracdec.cc : change category to Codec/Decoder/Video
34404
34405         * m4/a52.m4 : don't fix a test that should fail with current a52dec lib
34406
34407 2004-05-18  David Schleef  <ds@schleef.org>
34408
34409         * gst/ffmpegcolorspace/imgconvert.c: (img_convert): Fixes for
34410         warnings (bugs, actually) noticed by gcc but not forte.
34411
34412 2004-05-18  David Schleef  <ds@schleef.org>
34413
34414         * sys/sunaudio/Makefile.am:
34415         * sys/sunaudio/gstsunaudio.c: New sunaudiosink
34416
34417 2004-05-18  David Schleef  <ds@schleef.org>
34418
34419         * gst/qtdemux/qtdemux.c: (gst_qtdemux_change_state),
34420         (gst_qtdemux_loop_header):  Patch from dcm@acm.org (David Moore)
34421         to allow qtdemux to use non-seekable streams. (bug #142272)
34422
34423 2004-05-18  David Schleef  <ds@schleef.org>
34424
34425         * gst-libs/gst/resample/resample.c: (gst_resample_sinc_ft_s16),
34426         (gst_resample_sinc_ft_float): Remove use of static temporary
34427         buffer.  This code was obviously not supposed to last long, but
34428         it's stuck in our ABI, so it required a little hack to make it
34429         ABI-compatible.  Fixes #142585.
34430         * gst-libs/gst/resample/resample.h: same.
34431
34432 2004-05-18  David Schleef  <ds@schleef.org>
34433
34434         * configure.ac: Add sunaudio
34435         * examples/Makefile.am: make gstplay depend on gconf
34436         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Remove c99-isms
34437         * gst/ffmpegcolorspace/imgconvert.c: (build_rgb_palette),
34438         (convert_table_lookup), (img_convert): remove c99-isms
34439         * gst/ffmpegcolorspace/imgconvert_template.h: make a constant
34440           unsigned, to fix a warning on Solaris
34441         * gst/mpeg1sys/systems.c: bcopy->memcpy
34442         * gst/rtjpeg/RTjpeg.c: (RTjpeg_yuvrgb8): bcopy->memcpy
34443         * sys/Makefile.am: Add sunaudio
34444
34445 2004-05-18  Wim Taymans  <wim@fluendo.com>
34446
34447         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type), (gst_ogg_mux_init),
34448         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_request_new_pad),
34449         (gst_ogg_mux_next_buffer), (gst_ogg_mux_push_page),
34450         (gst_ogg_mux_compare_pads), (gst_ogg_mux_queue_pads),
34451         (gst_ogg_mux_loop):
34452         Fix an ugly memleak where the muxer didn't flush enough ogg
34453         pages. This also resulted in badly muxed ogg files.
34454
34455 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34456
34457         * gst/asfdemux/asfheaders.c :
34458         * gst/asfdemux/asfheaders.h :
34459         * gst/asfdemux/gstasfdemux.c :
34460           - fix ASF_OBJ_PADDING guid
34461           - add 3 new object guids (language list, metadata,
34462             extended stream properties)
34463           - add a function to parse extended header objects
34464
34465 2004-05-18  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34466
34467         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
34468           remove leftover debugging g_print
34469
34470 2004-05-17  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34471
34472         * ext/mad/gstmad.c: (gst_mad_handle_event):
34473           Fix for when the first format in a discont event is not a
34474           byte-based one. Should fix #137710.
34475
34476 2004-05-18  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34477
34478         * m4/a52.m4 : fix compilation with -Wall -Werror
34479         * m4/libfame.m4 : idem
34480         * m4/libmikmod.m4 : idem
34481
34482 2004-05-17  Benjamin Otte  <otte@gnome.org>
34483
34484         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34485           signal the new tags before giving up the reference
34486
34487 2004-05-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34488
34489         * ext/shout2/gstshout2.c:
34490           use application/ogg instead of application/x-ogg (patch by Patrick
34491           Guimond, fixes #142432)
34492         * sys/oss/gstosselement.c: (gst_osselement_reset),
34493         (gst_osselement_sync_parms):
34494           don't set fragment size unless specified (fixes #142493)
34495
34496 2004-05-17  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34497
34498         * configure.ac : fix compilation of v4l2src with "-Wall -Werror"
34499           fixes #142664
34500
34501 2004-05-17  Benjamin Otte  <otte@gnome.org>
34502
34503         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
34504           compute offsets correctly for internal buffers so timestamps are set
34505           correctly when we can't seek. Also handle cases where there are no
34506           offsets. (based on a patch by David Moore, fixes #142507)
34507
34508 2004-05-17  Benjamin Otte  <otte@gnome.org>
34509
34510         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34511           use correct variable when determining amount of data to skip so we
34512           don't skip into the void and segfault
34513
34514 2004-05-16  Benjamin Otte  <otte@gnome.org>
34515
34516         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34517           Hi, I'm a memleak
34518
34519 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34520
34521         * gst/asfdemux/gstasfdemux.c:
34522           - fix a mem leak and always propagate tags
34523           - add WMV3 to known video codecs (but no decoder yet)
34524           - replace "surplus data" at end of audio header for what
34525             it is : codec specific data
34526           - fix a typo
34527
34528 2004-05-16  Arwed v. Merkatz  <v.merkatz@gmx.net>
34529
34530         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
34531
34532         * gst-libs/gst/audio/audioclock.c:
34533           Fix wrong return type (#142205).
34534
34535 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34536
34537         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_init):
34538           Ignore CRCs by default (fixes #142566).
34539
34540 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34541
34542         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open),
34543         (gst_alsa_mixer_close), (gst_alsa_mixer_supported),
34544         (gst_alsa_mixer_build_list), (gst_alsa_mixer_free_list),
34545         (gst_alsa_mixer_change_state), (gst_alsa_mixer_list_tracks),
34546         (gst_alsa_mixer_get_volume), (gst_alsa_mixer_set_volume),
34547         (gst_alsa_mixer_set_mute), (gst_alsa_mixer_set_record):
34548           Fix for cases where we fail to attach to a mixer.
34549
34550 2004-05-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34551
34552         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek):
34553           Don't touch events after not owning them anymore.
34554         * gst/wavparse/gstwavparse.c: (gst_wavparse_base_init),
34555         (gst_wavparse_fmt), (gst_wavparse_other),
34556         (gst_wavparse_handle_seek), (gst_wavparse_loop),
34557         (gst_wavparse_pad_convert), (gst_wavparse_pad_query),
34558         (gst_wavparse_srcpad_event):
34559         * gst/wavparse/gstwavparse.h:
34560           Add seeking, fix querying.
34561
34562 2004-05-16  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34563
34564         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34565           - process comments even if they don't end with \0\0
34566             g_convert would ignore them if present and works well without them
34567
34568 2004-05-16  Benjamin Otte  <otte@gnome.org>
34569
34570         * ext/alsa/gstalsa.c: (gst_alsa_caps), (gst_alsa_get_caps):
34571           simplify caps
34572
34573 2004-05-16  Benjamin Otte  <otte@gnome.org>
34574
34575         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34576           don't write to memory we might not write to - g_convert does that
34577           for us anyway (fixes #142613)
34578         (gst_asf_demux_audio_caps):
34579           comment out gst_util_dump_mem
34580
34581 2004-05-16  Benjamin Otte  <otte@gnome.org>
34582
34583         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34584           compute correct expected timestamps after seek (broken since
34585           last commit)
34586         * ext/gdk_pixbuf/pixbufscale.c: (pixbufscale_init):
34587           rename element and debugging category to gdkpixbufscale
34588
34589 2004-05-16  Benjamin Otte  <otte@gnome.org>
34590
34591         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
34592           add error checking to snd_pcm_delay and remove duplicate call to
34593           snd_pcm_delay that caused issues (see inline code comments)
34594         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_time):
34595           make more readable and fix return value when snd_pcm_delay fails
34596         (fixes #142586)
34597
34598 2004-05-15  Jan Schmidt  <thaytan@mad.scientisti.com>
34599         * ext/gdk_pixbuf/pixbufscale.c: (gst_pixbufscale_method_get_type),
34600         (gst_pixbufscale_get_type), (gst_pixbufscale_base_init),
34601         (gst_pixbufscale_class_init), (gst_pixbufscale_getcaps),
34602         (gst_pixbufscale_link), (gst_pixbufscale_init),
34603         (gst_pixbufscale_handle_src_event), (pixbufscale_scale),
34604         (gst_pixbufscale_chain), (gst_pixbufscale_set_property),
34605         (gst_pixbufscale_get_property), (pixbufscale_init):
34606         * ext/gdk_pixbuf/pixbufscale.h:
34607         Add these files I forgot earlier
34608
34609 2004-05-15  Jan Schmidt  <thaytan@mad.scientist.com>
34610         * ext/gdk_pixbuf/Makefile.am:
34611         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
34612         * ext/gdk_pixbuf/gstgdkpixbuf.h:
34613         Add new pixbufscale element to scale RGB video
34614         using gdk_pixbuf, because gdk_pixbuf does BILINEAR
34615         and HYPER interpolation correctly.
34616         * ext/theora/theoraenc.c: (theora_enc_chain),
34617         Discard buffer and return if explicit caps could not be set
34618         (theora_enc_get_property):
34619         Make _get return kbps for the bitrate consistent with
34620         the _set function.
34621
34622
34623 2004-05-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34624
34625         * ext/libvisual/visual.c: (gst_visual_chain):
34626           add missing visual_audio_analyze
34627
34628 2004-05-14  David Schleef  <ds@schleef.org>
34629
34630         * ext/esd/esdsink.c: (gst_esdsink_chain): Fix crash when ESD
34631         is killed while we're playing.
34632         * gst/qtdemux/qtdemux.c: (qtdemux_parse): call
34633         gst_element_no_more_pads().
34634
34635 2004-05-14  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34636
34637         * gst-libs/gst/riff/riff-read.c :
34638           - fix INFO tag extraction in RIFF/AVI files
34639             because gst_event_unref (event) also freed taglist
34640           - avoid a mem leak
34641
34642 2004-05-13  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34643
34644         * ext/mad/gstid3tag.c : move from "Codec/(Dem/M)uxer" to "Codec/(Dem/M)uxer/Audio"
34645         * gst/wavenc/gstwavenc.c : move from "Codec/Encoder/Audio" to "Codec/Muxer/Audio"
34646
34647         * gst/auparse/gstauparse.c :
34648           - add code (commented for now) to support audio/x-adpcm on src pad
34649             (we have no decoder for those layout yet)
34650
34651         * gst/cdxaparse/gstcdxaparse.c :
34652         * gst/cdxaparse/gstcdxaparse.h :
34653           - partial rewrite using RiffRead (ripped iain's wavparse code)
34654
34655         * gst/rtp/gstrtpL16enc.c : typo
34656         * gst/rtp/gstrtpgsmenc.c : typo
34657
34658 2004-05-13  Benjamin Otte  <otte@gnome.org>
34659
34660         * configure.ac:
34661           check for exact version of libvisual, it's not supposed to be
34662           API/ABI stable yet
34663
34664 2004-05-13  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34665
34666         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_push):
34667           signal no-more-pads
34668
34669 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34670
34671         * ext/dv/gstdvdec.c: (gst_dvdec_src_convert)
34672         Report which format was used for GST_FORMAT_DEFAULT
34673         * gst/debug/Makefile.am:
34674         * gst/debug/gstdebug.c: (plugin_init):
34675         * gst/debug/progressreport.c: (gst_progressreport_base_init),
34676         (gst_progressreport_class_init), (gst_progressreport_init),
34677         (gst_progressreport_report), (gst_progressreport_set_property),
34678         (gst_progressreport_get_property), (gst_progressreport_chain),
34679         (gst_progressreport_plugin_init):
34680         Add progressreport element for testing.
34681
34682 2004-05-13  Thomas Vander Stichele  <thomas at apestaart dot org>
34683
34684         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_change_state):
34685         * sys/v4l/gstv4lsrc.h:
34686         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
34687         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
34688         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init),
34689         (gst_v4lsrc_grab_frame):
34690           add more debugging
34691           send a discont at start
34692
34693 2004-05-12  Colin Walters  <walters@redhat.com>
34694
34695         * gst/asfdemux/gstasfdemux.c (gst_asf_demux_process_segment): Avoid
34696         inflooping if we can't find a chunk.  Or in other words, don't blow
34697         chunks if we don't have a chunk to blow.
34698
34699 2004-05-13  Jan Schmidt  <thaytan@mad.scientist.com>
34700         * ext/audiofile/gstafsrc.c: (gst_afsrc_get):
34701         Remove old debug output
34702         * ext/dv/gstdvdec.c: (gst_dvdec_quality_get_type),
34703         (gst_dvdec_class_init), (gst_dvdec_loop), (gst_dvdec_change_state),
34704         (gst_dvdec_set_property), (gst_dvdec_get_property):
34705         Change the quality setting to an enum, so it works from gst-launch
34706         Don't renegotiate a non-linked pad. Allows audio only decoding.
34707         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_getcaps),
34708         (gst_deinterlace_link), (gst_deinterlace_init):
34709         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
34710         (gst_videodrop_link):
34711         Some caps negotiation fixes
34712
34713 2004-05-12  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34714
34715         * ext/tarkin/gsttarkin.c :
34716           - Change RANK from NONE to PRIMARY
34717         * ext/gdk_pixbuf/gstgdkpixbuf.c :
34718           - Change RANK from NONE to MARGINAL
34719         * ext/divx/gstdivxenc.c :
34720           - Change RANK from PRIMARY to NONE (encoder/spider issue)
34721
34722 2004-05-12  Thomas Vander Stichele  <thomas at apestaart dot org>
34723
34724         * ext/vorbis/vorbisenc.c: (vorbis_granule_time_copy),
34725         (gst_vorbisenc_push_packet):
34726           copy a function that was added between 1.0 and 1.0.1 until we
34727           depend on worthwhile features of post-1.0
34728
34729 2004-05-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34730
34731         * configure.ac:
34732           enable shout2 by default
34733         * ext/shout2/gstshout2.c: (gst_shout2send_protocol_get_type),
34734         (gst_shout2send_base_init), (gst_shout2send_init),
34735         (gst_shout2send_connect), (gst_shout2send_change_state):
34736         * ext/shout2/gstshout2.h:
34737           make this work again. Based on a patch by Zaheer Abbas Merali (fixes
34738           #142262)
34739         * ext/theora/theora.c: (plugin_init):
34740           don't set rank on encoders
34741
34742 2004-05-11  Jeremy Simon  <jesimon@libertysurf.fr>
34743
34744         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
34745           Use codec_data property instead of flag1 and flag2 for wma
34746
34747 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34748
34749         * gst/cdxaparse/gstcdxaparse.c :
34750           - Add mpegversion to CAPS to make it link
34751           - Rank is as GST_RANK_SECONDARY instead of NONE
34752         * gst/auparse/gstauparse.c :
34753           - Document all audio encoding we can encounter from Solaris 9
34754             headers and libsndfile information.
34755           - Increase max. rate from 48000 to 192000 (to match other elements)
34756           - Don't try to play junk data between header and samples
34757
34758 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34759
34760         * ext/libvisual/visual.c: (gst_visual_getcaps):
34761           use the right caps depending on endianness (I hope)
34762         * ext/ogg/gstoggmux.c: (gst_ogg_mux_plugin_init):
34763           use GST_RANK_NONE for all non-decoding elements or spider gets
34764           mighty confused
34765
34766 2004-05-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34767
34768         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_comment):
34769           Fix some odd cases and fix BE metadata parsing of unicode16 text.
34770
34771 2004-05-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
34772
34773         * gst/switch/gstswitch.c: (gst_switch_release_pad),
34774         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
34775         (gst_switch_loop), (gst_switch_get_type):
34776           whoever that was: DO NOT IMPORT PRIVATE SYMBOLS THAT ARE NOT IN
34777           HEADERS. Had to be said.
34778
34779 2004-05-10  David Schleef  <ds@schleef.org>
34780
34781         * configure.ac: Add prototype Dirac support.
34782         * ext/Makefile.am:
34783         * ext/dirac/Makefile.am:
34784         * ext/dirac/gstdirac.cc:
34785         * ext/dirac/gstdiracdec.cc:
34786
34787 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34788
34789         * gst/auparse/gstauparse.c: (gst_auparse_class_init),
34790         (gst_auparse_init), (gst_auparse_chain),
34791         (gst_auparse_change_state):
34792           Hack around spider. Remove me some day please.
34793
34794 2004-05-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34795
34796         * gst/auparse/gstauparse.c: (gst_auparse_chain):
34797           Fix for some uninitialized variables in previous patch, also
34798           makes it work. Fixes #142286 while we're at it.
34799
34800 2004-05-11  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34801
34802         * gst/auparse/gstauparse.c:
34803                 fixes a-law, adds mu-law, linear pcm (8,16,24,32), ieee (32, 64)
34804                 only unsupported formats are ADPCM/CCITT G.72x
34805                 reviewed by Ronald
34806         * gst-libs/gst/audio/audio.h: adds 24bit depth to PCM (x-raw-int)
34807
34808 2004-05-10  Wim Taymans  <wim@fluendo.com>
34809
34810         * ext/vorbis/Makefile.am:
34811         * ext/vorbis/README:
34812         * ext/vorbis/oggvorbisenc.c: (gst_oggvorbisenc_get_formats),
34813         (oggvorbisenc_get_type), (vorbis_caps_factory), (raw_caps_factory),
34814         (gst_oggvorbisenc_base_init), (gst_oggvorbisenc_class_init),
34815         (gst_oggvorbisenc_sinkconnect), (gst_oggvorbisenc_convert_src),
34816         (gst_oggvorbisenc_convert_sink),
34817         (gst_oggvorbisenc_get_query_types), (gst_oggvorbisenc_src_query),
34818         (gst_oggvorbisenc_init), (gst_oggvorbisenc_get_tag_value),
34819         (gst_oggvorbisenc_metadata_set1), (gst_oggvorbisenc_set_metadata),
34820         (get_constraints_string), (update_start_message),
34821         (gst_oggvorbisenc_setup), (gst_oggvorbisenc_write_page),
34822         (gst_oggvorbisenc_chain), (gst_oggvorbisenc_get_property),
34823         (gst_oggvorbisenc_set_property), (gst_oggvorbisenc_change_state):
34824         * ext/vorbis/oggvorbisenc.h:
34825         * ext/vorbis/vorbis.c: (plugin_init):
34826         * ext/vorbis/vorbisenc.c: (vorbis_caps_factory),
34827         (raw_caps_factory), (gst_vorbisenc_class_init),
34828         (gst_vorbisenc_init), (gst_vorbisenc_setup),
34829         (gst_vorbisenc_push_packet), (gst_vorbisenc_chain),
34830         (gst_vorbisenc_get_property), (gst_vorbisenc_set_property):
34831         * ext/vorbis/vorbisenc.h:
34832         Added a raw vorbis encoder to be used with the oggmuxer.
34833         We still need the old encoder for some gnome applications,
34834         read the README to find out how that works.
34835         The raw encoder is called "rawvorbisenc" until 0.9.
34836
34837 2004-05-10  Wim Taymans  <wim@fluendo.com>
34838
34839         * ext/ogg/gstogg.c: (plugin_init):
34840         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_plugin_init),
34841         (gst_ogg_print):
34842         * ext/ogg/gstoggmux.c: (gst_ogg_mux_get_type),
34843         (gst_ogg_mux_base_init), (gst_ogg_mux_class_init),
34844         (gst_ogg_mux_get_sink_event_masks), (gst_ogg_mux_init),
34845         (gst_ogg_mux_sinkconnect), (gst_ogg_mux_pad_link),
34846         (gst_ogg_mux_pad_unlink), (gst_ogg_mux_request_new_pad),
34847         (gst_ogg_mux_handle_src_event), (gst_ogg_mux_next_buffer),
34848         (gst_ogg_mux_push_page), (gst_ogg_mux_compare_pads),
34849         (gst_ogg_mux_queue_pads), (gst_ogg_mux_loop),
34850         (gst_ogg_mux_get_property), (gst_ogg_mux_set_property),
34851         (gst_ogg_mux_change_state), (gst_ogg_mux_plugin_init):
34852         Added an ogg muxer.
34853         Small typo fixes in the demuxer.
34854
34855 2004-05-10  Wim Taymans  <wim@fluendo.com>
34856
34857         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
34858         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
34859         (theora_enc_change_state), (theora_enc_set_property),
34860         (theora_enc_get_property):
34861         Mark the last packet with an EOS flag which is not really needed
34862         in gstreamer.
34863         Do some better video framerate initialisation.
34864         Update the buffer timestamp.
34865
34866 2004-05-10  Jan Schmidt  <thaytan@mad.scientist.com>
34867
34868         * ext/dv/gstdvdec.c: (gst_dvdec_change_state):
34869         Return the result of the parent state change call
34870
34871 2004-05-10  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
34872
34873         * gst/law/alaw.c : alawdec should be registered with type ALAWDEC, not ALAWENC
34874         * gst/law/alaw-decode.c : put audio/x-alaw on pads, instead of audio/x-mulaw
34875         * gst/law/alaw-encode.c : (idem)
34876         * ext/a52dec/gsta52dec.c : mark audio/a52, audio/ac3 as deprecated in a comment
34877         * gst/ac3parse/gstac3parse.c : audio/ac3 => audio/x-ac3
34878         * gst/realmedia/rmdemux.c : audio/a52 => audio/x-ac3
34879
34880 2004-05-09  Benjamin Otte  <otte@gnome.org>
34881
34882         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
34883           don't use a fixed buffer size when writing variable length data to
34884           it. Fixes memory corruption and makes alsasrc work
34885
34886 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34887
34888         * ext/gnomevfs/gstgnomevfssink.c:
34889         (_gst_boolean_allow_overwrite_accumulator),
34890         (gst_gnomevfssink_class_init), (gst_gnomevfssink_open_file):
34891           Run glib's default signal handler (??) in RUN_CLEANUP rather than
34892           RUN_LAST, and don't use that to set the accumulator value because
34893           then it's always FALSE.
34894
34895 2004-05-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34896
34897         * gst-libs/gst/riff/riff-media.c:
34898         (gst_riff_create_video_caps_with_data),
34899         (gst_riff_create_audio_caps),
34900         (gst_riff_create_audio_template_caps):
34901         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head):
34902           Fix for unaligned RIFF files (i.e. where all the chunks together
34903           in a LIST chunk are not of the same size as the size given in
34904           the LIST chunk header). Fixes several odd WAVE files. Also fix
34905           ADPCM (block_align property) in audio, so that wavparse based
34906           on this works now as it used to stand-alone.
34907
34908 2004-05-09  Edward Hervey  <bilboed@bilboed.com>
34909
34910         reviewed by Benjamin Otte  <otte@gnome.org>
34911
34912         * ext/a52dec/gsta52dec.c:
34913         * ext/divx/gstdivxdec.c:
34914         * ext/divx/gstdivxenc.c:
34915         * ext/dts/gstdtsdec.c: (gst_dtsdec_base_init):
34916         * ext/faac/gstfaac.c: (gst_faac_base_init):
34917         * ext/faad/gstfaad.c: (gst_faad_base_init):
34918         * ext/ivorbis/vorbisfile.c:
34919         * ext/lame/gstlame.c:
34920         * ext/libfame/gstlibfame.c:
34921         * ext/mpeg2enc/gstmpeg2enc.cc:
34922         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_base_init):
34923         * ext/sidplay/gstsiddec.cc:
34924         * ext/speex/gstspeexdec.c:
34925         * ext/speex/gstspeexenc.c:
34926         * ext/xvid/gstxviddec.c:
34927         * ext/xvid/gstxvidenc.c:
34928           correct klasses. Mostly s,Codec/(Audio|Video),\1/Codec,
34929           (fixes #142193)
34930
34931 2004-05-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34932
34933         * ext/alsa/gstalsa.c: (device_list),
34934         (gst_alsa_class_probe_devices):
34935         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_open):
34936           Fix alsa oddness in mixer after the combination of using mixer
34937           in source/sink elements and using hw:x,y instead of just hw:x.
34938
34939 2004-05-09  Benjamin Otte  <otte@gnome.org>
34940
34941         * gst/wavparse/gstwavparse.c: (gst_wavparse_destroy_sourcepad),
34942         (gst_wavparse_create_sourcepad):
34943           make PAUSED=>READY=>PAUSED=READY work by not destroying NULL
34944           sourcepads
34945
34946 2004-05-09  Benjamin Otte  <otte@gnome.org>
34947
34948         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
34949           allow discont events before caps nego
34950
34951 2004-05-08  Benjamin Otte  <otte@gnome.org>
34952
34953         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
34954           don't leak events
34955
34956 2004-05-08  Benjamin Otte  <otte@gnome.org>
34957
34958         * gst/level/gstlevel.c: (gst_level_link), (gst_level_chain),
34959         (gst_level_change_state), (gst_level_init):
34960         * gst/level/gstlevel.h:
34961           figure out if we're initialized directly instead of keeping a
34962           variable that's wrong in 90% of cases
34963           don't initialize pads and then leak them and use a new unitialized
34964           pad. (fixes #142084)
34965           these were bugs so n00bish I didn't find them for an hour :/
34966
34967 2004-05-08 Iain <iain@prettypeople.org>
34968
34969         * gst/wavparse/gstwavparse.[ch]: Rewrote to use RiffRead instead.
34970         * gst-libs/gst/riff/riff-read.c (gst_riff_read_peek_head): Unstatic it
34971         (gst_riff_read_element_data): Ditto, and added a got_bytes argument to
34972         return the length that was read.
34973         (gst_riff_read_strf_auds): Allow fmt tags as well.
34974
34975 2004-05-07  David Schleef  <ds@schleef.org>
34976
34977         * ext/faad/gstfaad.c: (gst_faad_sinkconnect): HACK to correct
34978         signed char assumption in faad.h.
34979
34980 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
34981
34982         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps):
34983           Missing break, detected by Daniel Gazard <daniel.gazard@free.fr>.
34984
34985 2004-05-07  Colin Walters  <walters@redhat.com>
34986
34987         * gst/volume/gstvolume.c (gst_volume_dispose): Unref dpman.
34988         * ext/flac/gstflacdec.c (gst_flacdec_dispose): Add dispose
34989         function.
34990         * gst/audioscale/gstaudioscale.c (gst_audioscale_dispose):
34991         Add dispose function.
34992
34993 2004-05-08  Jan Schmidt  <thaytan@mad.scientist.com>
34994         * ext/dv/gstdvdec.c: (gst_dvdec_video_link):
34995           Fix caps nego and pad templates. RGB mode caps should
34996           work now.
34997         * ext/dvdnav/gst-dvd:
34998           Move mpeg2dec inside the thread because otherwise the
34999           queue rejects cap changes mid-stream
35000         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35001         (gst_mpeg2dec_flush_decoder):
35002           For mpeg2dec > 0.4.0, call the flush function instead of
35003           manually extracting all in-flight frames.
35004         * ext/raw1394/gstdv1394src.c: (gst_dv1394src_factory),
35005         (gst_dv1394src_init), (gst_dv1394src_iso_receive):
35006           Change mime type video/dv go video/x-dv to match the
35007           rest of gst-plugins
35008
35009 2004-05-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35010
35011         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_build_list):
35012         * ext/alsa/gstalsasink.c: (gst_alsa_sink_get_type),
35013         (gst_alsa_sink_class_init):
35014         * ext/alsa/gstalsasink.h:
35015         * ext/alsa/gstalsasrc.c: (gst_alsa_src_get_type),
35016         (gst_alsa_src_class_init):
35017         * ext/alsa/gstalsasrc.h:
35018           Make alsasink/src a subclass of alsamixer so that mixer stuff
35019           shows up in gst-rec. Needs some finetuning.
35020
35021 2004-05-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35022
35023         * ext/lame/gstlame.c: (gst_lame_chain):
35024           simplify
35025         * ext/mad/gstmad.c: (gst_mad_handle_event):
35026           fix event leak
35027         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find):
35028           be able to detect mp3 files < 4096 bytes
35029
35030 2004-05-06  Wim Taymans  <wim@fluendo.com>
35031
35032         * ext/theora/theoraenc.c: (gst_theora_enc_class_init),
35033         (theora_enc_sink_link), (theora_push_packet), (theora_enc_chain),
35034         (theora_enc_set_property), (theora_enc_get_property):
35035         Also encode the first frame, cleanup some code.
35036
35037 2004-05-06  Wim Taymans  <wim@fluendo.com>
35038
35039         * ext/mpeg2enc/gstmpeg2enc.cc:
35040         Forward events first before deciding that negotiation was
35041         not performed.
35042
35043 2004-05-06  Wim Taymans  <wim@fluendo.com>
35044
35045         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
35046         First process the events before deciding that negotiation
35047         was not performed.
35048
35049 2004-05-06  Wim Taymans  <wim@fluendo.com>
35050
35051         * ext/theora/Makefile.am:
35052         * ext/theora/theora.c: (plugin_init):
35053         * ext/theora/theoradec.c: (theora_dec_change_state):
35054         * ext/theora/theoraenc.c: (gst_theora_enc_base_init),
35055         (gst_theora_enc_class_init), (gst_theora_enc_init),
35056         (theora_enc_sink_link), (theora_enc_event), (theora_push_packet),
35057         (theora_enc_chain), (theora_enc_change_state),
35058         (theora_enc_set_property), (theora_enc_get_property):
35059         Added a theora encoder, grouped the encoder and decoder into the
35060         same plugin.
35061
35062 2004-05-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35063
35064         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35065         (gst_jpegenc_chain):
35066         fix DURATION on outgoing buffers
35067         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
35068         debug using time formats
35069         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
35070         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35071         (gst_xvimagesink_sink_link):
35072         windows with width/height 0 generate X errors, so don't allow them
35073
35074 2004-05-05  Wim Taymans  <wim@fluendo.com>
35075
35076         * ext/mpeg2dec/gstmpeg2dec.c: (src_templ),
35077         (gst_mpeg2dec_base_init), (gst_mpeg2dec_init),
35078         (gst_mpeg2dec_negotiate_format):
35079         * ext/mpeg2dec/gstmpeg2dec.h:
35080           removed the static pad template so that we can add the
35081           more accurate framerate value to the caps.
35082
35083
35084 2004-05-04  Benjamin Otte  <otte@gnome.org>
35085
35086         * configure.ac:
35087           check for kdemacros.h, too (should fix #141821)
35088         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
35089           don't crash if no header was sent, but nicely error out (fixes part
35090           of #141554)
35091
35092 2004-05-04  Wim Taymans  <wim@fluendo.com>
35093
35094         * ext/mpeg2enc/gstmpeg2enc.cc: (gst_mpeg2enc_dispose): call the
35095         parent dispose function to avoid segfault on destroy.
35096
35097 2004-05-04  Thomas Vander Stichele  <thomas at apestaart dot org>
35098
35099         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
35100         (plugin_init):
35101         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
35102         (gst_xvimagesink_sink_link):
35103         clean up debugging caps
35104         also recreate xvimage when format has changed
35105
35106 2004-05-04  Benjamin Otte  <otte@gnome.org>
35107
35108         * ext/libvisual/Makefile.am:
35109         * ext/libvisual/visual.c: (gst_visual_class_init),
35110         (gst_visual_init), (gst_visual_dispose), (gst_visual_getcaps),
35111         (gst_visual_srclink), (gst_visual_chain),
35112         (gst_visual_change_state), (plugin_init):
35113           use a GstAdapter to correctly adapt buffer sizes - allows using a
35114           framerate
35115
35116 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35117
35118         * sys/v4l/gstv4lelement.h:
35119         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
35120         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get_fps), (gst_v4lsrc_getcaps),
35121         (gst_v4lsrc_buffer_free):
35122         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities):
35123         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
35124         (gst_v4lsrc_sync_frame), (gst_v4lsrc_grab_frame),
35125         (gst_v4lsrc_requeue_frame):
35126         move some debugging categories around
35127         query for fps index and set accordingly if found
35128
35129 2004-05-03  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35130
35131         * ext/lame/gstlame.c:
35132         correct defaults that lame_init puts out of range
35133
35134 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35135
35136         * ext/divx/gstdivxenc.c: (gst_divxenc_get_type),
35137         (gst_divxenc_class_init):
35138         fix range since -1 is the default
35139         * gst/mpeg1sys/gstmpeg1systemencode.c:
35140         (gst_mpeg1_system_encode_get_type), (gst_system_encode_multiplex):
35141         * gst/rtjpeg/gstrtjpegdec.c: (gst_rtjpegdec_get_type),
35142         (gst_rtjpegdec_chain):
35143         * gst/rtjpeg/gstrtjpegenc.c: (gst_rtjpegenc_get_type),
35144         (gst_rtjpegenc_chain):
35145         * sys/qcam/gstqcamsrc.c: (gst_autoexp_mode_get_type),
35146         (gst_qcamsrc_get_type), (gst_qcamsrc_change_state):
35147         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_get_type):
35148         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get_type):
35149         * sys/v4l/gstv4lsrc.c:
35150         * sys/v4l/v4l_calls.c: (gst_v4l_open):
35151         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_playback_init):
35152         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_capture_init):
35153         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_init):
35154         * sys/vcd/vcdsrc.c: (vcdsrc_get_type), (vcdsrc_get):
35155           remove gst_info calls
35156
35157 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35158
35159         * Makefile.am:
35160         * po/af.po:
35161         * po/az.po:
35162         * po/en_GB.po:
35163         * po/nl.po:
35164         * po/sr.po:
35165         * po/sv.po:
35166           Updated translations
35167
35168 2004-05-03  Thomas Vander Stichele  <thomas at apestaart dot org>
35169
35170         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35171           refactor/comment code
35172
35173 2004-05-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35174
35175         * gst/asfdemux/Makefile.am:
35176         * gst/asfdemux/asfheaders.c:
35177         * gst/asfdemux/asfheaders.h:
35178         * gst/asfdemux/gstasf.c: (plugin_init):
35179         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_get_type),
35180         (gst_asf_demux_base_init), (gst_asf_demux_process_comment),
35181         (gst_asf_demux_setup_pad):
35182         * gst/asfdemux/gstasfdemux.h:
35183         * gst/asfdemux/gstasfmux.c:
35184         * gst/asfdemux/gstasfmux.h:
35185           Add tagging support to demuxer, split out registration in its own
35186           file instead of in demux (hacky), and prevent having some tables
35187           in our memory multiple times (in asfheaders.h).
35188
35189 2004-05-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35190
35191         * gst/matroska/matroska-demux.c:
35192         (gst_matroska_demux_parse_metadata):
35193         * gst/matroska/matroska-ids.h:
35194           Basic tag reading support.
35195
35196 2004-04-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35197
35198         * gst/matroska/matroska-demux.c: (gst_matroska_demux_audio_caps):
35199           Really detect ac-3 audio.
35200         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find):
35201           really detect matroska files (off-by-1).
35202
35203 2004-04-30  David Schleef  <ds@schleef.org>
35204
35205         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35206         (gst_qtdemux_add_stream), (qtdemux_parse), (qtdemux_type_get),
35207         (qtdemux_dump_stsz), (qtdemux_dump_stco), (qtdemux_dump_co64),
35208         (qtdemux_dump_unknown), (qtdemux_parse_tree), (qtdemux_parse_udta),
35209         (qtdemux_tag_add), (get_size), (gst_qtdemux_handle_esds): More qtdemux
35210         hackage -- parse a lot more atoms, extract a few tags.  One might even
35211         mistake this for tag support.  Maybe it is.
35212         * gst/qtdemux/qtdemux.h:
35213
35214 2004-04-30  Colin Walters  <walters@verbum.org>
35215
35216         * ext/alsa/gstalsasink.c (gst_alsa_sink_mmap): Plug a memleak.
35217
35218 2004-04-30  Thomas Vander Stichele  <thomas at apestaart dot org>
35219
35220         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35221         (gst_ffmpegcolorspace_getcaps):
35222           remove broken nego fix
35223
35224 2004-04-30  Benjamin Otte  <otte@gnome.org>
35225
35226         * configure.ac:
35227         * ext/Makefile.am:
35228         * ext/libvisual/Makefile.am:
35229         * ext/libvisual/visual.c:
35230           add initial support for libvisual (http://libvisual.sourceforge.net)
35231           libvisual is still quite alpha, so expect crashes in there :)
35232
35233 2004-04-29  David Schleef  <ds@schleef.org>
35234
35235         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream), (qtdemux_parse),
35236         (qtdemux_parse_trak), (get_size), (gst_qtdemux_handle_esds): Hacked
35237         up qtdemux to make it spit out codec_data.  Do _not_ look at this
35238         code; you will no longer respect me.
35239
35240 2004-04-29  Stephane Loeuillet <stephane.loeuillet@tiscali.fr>
35241
35242         * ext/alsa/gstalsa.c : (gst_alsa_class_probe_devices)
35243         * ext/alsa/gstalsa.h :
35244         change alsa pcm device discovery to find more than 1 device
35245         per card. code review by Ronald.
35246
35247 2004-04-29  David Schleef  <ds@schleef.org>
35248
35249         * sys/oss/gstosselement.c: (gst_osselement_rate_probe_check):
35250         Add a check for a driver bug on FreeBSD.  (bug #140565)
35251
35252 2004-04-29  Thomas Vander Stichele  <thomas at apestaart dot org>
35253
35254         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_get_type):
35255         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35256         (gst_jpegenc_getcaps):
35257           move format setting to inner loop
35258         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35259         (gst_ffmpegcolorspace_getcaps):
35260           use GST_PAD_CAPS if available so that we use already negotiated
35261           caps
35262         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
35263         (qtdemux_parse_moov), (qtdemux_parse):
35264           extra debugging
35265         * sys/qcam/qcam-Linux.c: (qc_lock_wait), (qc_unlock):
35266         * sys/qcam/qcam-os.c: (qc_lock_wait), (qc_unlock):
35267           move hardcoded path to DEFINE
35268
35269 2004-04-28  David Schleef  <ds@schleef.org>
35270
35271         * gst/speed/gstspeed.c: (speed_parse_caps):  Fix caps parsing.
35272         (bug #140064)
35273
35274 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35275
35276         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
35277           Don't probe for playback device if we're a source element. Fixes
35278           #139658.
35279
35280 2004-04-29  Benjamin Otte  <otte@gnome.org>
35281
35282         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
35283         (gst_id3_tag_chain):
35284           rewrite buffer offset
35285
35286 2004-04-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35287
35288         * configure.ac:
35289         * ext/Makefile.am:
35290         * ext/dts/Makefile.am:
35291         * ext/dts/gstdtsdec.c: (gst_dtsdec_get_type),
35292         (gst_dtsdec_base_init), (gst_dtsdec_class_init), (gst_dtsdec_init),
35293         (gst_dtsdec_channels), (gst_dtsdec_renegotiate),
35294         (gst_dtsdec_handle_event), (gst_dtsdec_update_streaminfo),
35295         (gst_dtsdec_loop), (gst_dtsdec_change_state),
35296         (gst_dtsdec_set_property), (gst_dtsdec_get_property),
35297         (plugin_init):
35298         * ext/dts/gstdtsdec.h:
35299           New DTS decoder.
35300         * ext/faad/gstfaad.c: (gst_faad_sinkconnect),
35301         (gst_faad_srcconnect):
35302           Add ESDS atom handling (.m4a).
35303
35304 2004-04-27  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35305
35306         * ext/divx/gstdivxdec.c: (plugin_init):
35307           Remove comment that makes no sense.
35308         * ext/mad/gstid3tag.c: (gst_id3_tag_set_property):
35309           Fix for obvious typo that resulted in warnings during gst-register.
35310         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link),
35311         (gst_xviddec_sink_link):
35312           Fix caps negotiation a bit better.
35313         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
35314           We call this 'codec_data', not 'esds'.
35315
35316 2004-04-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35317
35318         * gst/monoscope/gstmonoscope.c:
35319           make sure we only provide 256x128
35320         * gst/monoscope/monoscope.c: (monoscope_init):
35321           assert size of 256x128
35322
35323 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35324
35325         * Makefile.am:
35326         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_fixate),
35327         (gst_v4lsrc_getcaps), (gst_v4lsrc_buffer_free):
35328           fixate to max width and height of device
35329
35330 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35331
35332         * Makefile.am:
35333         * sys/v4l/gstv4l.c:
35334         * sys/v4l/gstv4lsrc.c:
35335         * sys/v4l/v4l_calls.c:
35336         * sys/v4l/v4lsrc_calls.c:
35337           fix for qc-usb driver which fakes having more than one buffer
35338           by handing the same buffer twice, which confused GStreamer's/v4lsrc
35339           buffer_free override
35340           add debugging
35341
35342 2004-04-27  Thomas Vander Stichele  <thomas at apestaart dot org>
35343
35344         * Makefile.am:
35345         * gst/videotestsrc/gstvideotestsrc.c:
35346         (gst_videotestsrc_class_init), (gst_videotestsrc_change_state),
35347         (gst_videotestsrc_init), (gst_videotestsrc_get),
35348         (gst_videotestsrc_set_property), (gst_videotestsrc_get_property):
35349         * gst/videotestsrc/gstvideotestsrc.h:
35350           add num-buffers property
35351
35352         2004-04-26  Benjamin Otte  <otte@gnome.org>
35353
35354         * ext/mad/gstid3tag.c: (plugin_init):
35355           set id3mux rank to NONE so it doesn't confuse spider
35356           require audio/mpeg,mpegversion=1 in id3mux
35357
35358 2004-04-26  Benjamin Otte  <otte@gnome.org>
35359
35360         * configure.ac:
35361           detect faad correctly as non-working if it's indeed non-working
35362
35363 2004-04-26  Thomas Vander Stichele  <thomas at apestaart dot org>
35364
35365         * Makefile.am:
35366         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_get_type),
35367         (gst_jpegenc_class_init), (gst_jpegenc_getcaps):
35368         fix _getcaps so it only negotiates to its supported format
35369
35370 2004-04-25  Benjamin Otte  <otte@gnome.org>
35371
35372         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35373           fix memleak
35374
35375 2004-04-23  Benjamin Otte  <otte@gnome.org>
35376
35377         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35378           audio/x-raw-int with height rules! not. Now it's depth.
35379
35380 2004-04-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35381
35382         * gst/wavparse/gstwavparse.c: (gst_wavparse_create_sourcepad),
35383         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
35384         (gst_wavparse_loop):
35385           Missing variable initialization. Add handling of DVI ADPCM. Fix
35386           mis-parsing of LIST chunks. This works around a bug where we mis-
35387           parse non-aligning LIST chunks (so LIST chunks where the contents
35388           don't align with the actual LIST size). The correct fix is to use
35389           rifflib, I'm not going to fix wavparse - too much work. All this
35390           fixes #104878.
35391
35392 2004-04-22  Zaheer Abbas Merali  <zaheerabbas at merali dot org>
35393
35394         reviewed by Benjamin Otte  <otte@gnome.org>
35395
35396         * ext/shout/gstshout.c: (gst_icecastsend_change_state):
35397           fix shoutcast not working (fixes #140844)
35398
35399 2004-04-22  Benjamin Otte  <otte@gnome.org>
35400
35401         * ext/hermes/gsthermescolorspace.c:
35402         (gst_hermes_colorspace_caps_remove_format_info):
35403         * gst/colorspace/gstcolorspace.c:
35404         (gst_colorspace_caps_remove_format_info):
35405         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35406         (gst_ffmpegcolorspace_caps_remove_format_info):
35407           s/gst_caps_simplify/gst_caps_do_simplify/
35408
35409 2004-04-22  Benjamin Otte  <otte@gnome.org>
35410
35411         * gst-libs/gst/riff/riff-media.c:
35412         (gst_riff_create_video_caps_with_data):
35413           mpegversion is an int
35414         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init):
35415           don't try to create pad templates with NULL caps, use any caps
35416           instead.
35417
35418 2004-04-20  David Schleef  <ds@schleef.org>
35419
35420         * ext/sdl/Makefile.am: Link against libgstinterfaces, not
35421         libgstxoverlay.  jmmv@menta.net (Julio M. Merino Vidal)
35422         (bug #140384)
35423
35424 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35425
35426         reviewed by David Schleef
35427
35428         * ext/mad/gstid3tag.c: Add stdlib.h
35429         * gst/rtp/gstrtpgsmenc.c: same
35430         * gst/tags/gstid3tag.c: same
35431         * gst/udp/gstudpsrc.c: (gst_udpsrc_get): Fix GST_DISABLE_LOADSAVE
35432         * gst/tcp/gsttcpsink.c: (gst_tcpsink_sink_link): Adjust
35433         GST_DISABLE_LOADSAVE use.
35434         * gst/udp/gstudpsink.c: (gst_udpsink_sink_link): Likewise.
35435         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get): Likewise.
35436         * ext/gnomevfs/gstgnomevfssrc.c: Include <stdlib.h> (needed by
35437         atol(3)).
35438         * sys/oss/gstosselement.h: Include <sys/types.h> (needed for dev_t).
35439         * gst/tags/gstvorbistag.c: Include <stdlib.h> (needed by
35440         strtoul(3)).
35441         * gst/rtp/gstrtpL16enc.c: Include <stdlib.h> (needed by random(3)).
35442         * ext/mad/Makefile.am: (libgstmad_la_CFLAGS): Add $(MAD_CFLAGS)
35443         $(ID3_CFLAGS).
35444         * ext/libfame/Makefile.am: (libgstlibfame_la_CFLAGS): Add
35445         $(LIBFAME_CFLAGS).
35446
35447 2004-04-20  David Schleef  <ds@schleef.org>
35448
35449         * gst/realmedia/rmdemux.c:  This was supposed to part of the
35450         last checkin.  Same idea.
35451
35452 2004-04-20  Daniel Gazard  <daniel.gazard@epita.fr>
35453
35454         reviewed by David Schleef
35455
35456         * configure.ac: bump required gstreamer version to 0.8.1.1
35457         because of following changes [--ds]
35458
35459         * gst-libs/gst/riff/riff-read.c:  Include gst/gstutils.h.
35460         (gst_riff_peek_head, gst_riff_peek_list, gst_riff_read_list)
35461         (gst_riff_read_header):  Use GST_READ_UINT*
35462         macros to access possibly unaligned memory.
35463
35464         * gst/typefind/gsttypefindfunctions.c: Include gst/gstutils.h.
35465         (mp3_type_find):  Use GST_READ_UINT*
35466         macros to access possibly unaligned memory.
35467         (mp3_type_find, mpeg1_parse_header, qt_type_find)
35468         (speex_type_find): Likewise
35469
35470         * gst/tags/gstvorbistag.c: (ADVANCE): Likewise
35471
35472         * gst/qtdemux/qtdemux.c: Include stdlib.h (needed by realloc).
35473         (QTDEMUX_GUINT32_GET, QTDEMUX_GUINT16_GET, QTDEMUX_FP32_GET)
35474         (QTDEMUX_FP16_GET, QTDEMUX_FOURCC_GET)
35475         (gst_qtdemux_loop_header, gst_qtdemux_loop_header)
35476         (qtdemux_node_dump_foreach, qtdemux_tree_get_child_by_type)
35477         (qtdemux_tree_get_sibling_by_type):  Use GST_READ_UINT*
35478         macros to access possibly unaligned memory.
35479
35480         * gst/mpegstream/gstmpegpacketize.c: (parse_generic, parse_chunk):
35481         Likewise.
35482
35483         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead)
35484         (gst_mpeg_demux_parse_packet, gst_mpeg_demux_parse_pes): Likewise.
35485
35486         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
35487         Likewise.
35488
35489         * gst/mpeg2sub/gstmpeg2subt.c: (GST_BUFFER_DATA)
35490         (gst_mpeg2subt_chain_subtitle): Likewise.
35491
35492         * gst/mpeg1videoparse/gstmp1videoparse.c: (mp1videoparse_parse_seq)
35493         (gst_mp1videoparse_time_code, gst_mp1videoparse_real_chain):
35494         Likewise.
35495
35496         * gst/mpeg1sys/buffer.c: (mpeg1mux_buffer_update_audio_info):
35497         Likewise.
35498
35499         * gst/cdxaparse/gstcdxaparse.c: (gst_bytestream_peek_bytes):
35500         Likewise.
35501
35502         * gst/asfdemux/gstasfdemux.c: (_read_var_length, _read_uint):
35503         Likewise.
35504
35505 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35506
35507         * configure.ac:
35508           update required version of GStreamer because of GST_TIME_FORMAT
35509
35510 2004-04-20  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35511
35512         * ext/mad/gstid3tag.c: (gst_id3_tag_init):
35513           remove leftover g_print
35514         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
35515           don't try setting only a subset of the caps. We don't want to kill
35516           autoplugging on purpose
35517
35518 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35519
35520         * sys/ximage/ximagesink.c: (plugin_init):
35521         * sys/xvimage/xvimagesink.c: (plugin_init):
35522           add debugging categories
35523
35524 2004-04-20  Thomas Vander Stichele  <thomas at apestaart dot org>
35525
35526         * po/en_GB.po:
35527         * po/LINGUAS:
35528           Adding en_GB translation (Gareth Owen)
35529
35530 2004-04-20  David Schleef  <ds@schleef.org>
35531
35532         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
35533         (qtdemux_parse), (qtdemux_type_get), (qtdemux_dump_mvhd),
35534         (qtdemux_dump_tkhd), (qtdemux_dump_stsd), (qtdemux_dump_unknown),
35535         (qtdemux_parse_trak), (qtdemux_video_caps), (qtdemux_audio_caps):
35536         A number of new features and hacks to extract the esds atom and
35537         put it into the caps.  (bug #137724)
35538
35539 2004-04-19  David Schleef  <ds@schleef.org>
35540
35541         * gconf/Makefile.am: Fix for non-GNU make
35542         * gst-libs/gst/Makefile.am: Change directory order to handle
35543         GstPlay linking with gstinterfaces
35544         * gst-libs/gst/audio/make_filter: make use of tr portable
35545         * gst-libs/gst/play/Makefile.am: Add intended \
35546         * gst-libs/gst/xwindowlistener/xwindowlistener.c:
35547         (gst_xwin_set_clips): Switch to ISO variadic macro. Use a
35548         function prototype instead of void *.
35549         * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic
35550         macro.
35551         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35552         (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call
35553         * gst/videofilter/make_filter: make use of tr portable
35554         * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
35555
35556 2004-04-19  Thomas Vander Stichele  <thomas at apestaart dot org>
35557
35558         * po/LINGUAS:
35559         * po/uk.po:
35560           Added Ukrainian translation (Maxim V. Dziumanenko)
35561
35562 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35563
35564         * ext/gsm/gstgsmdec.c: (gst_gsmdec_init), (gst_gsmdec_getcaps),
35565         (gst_gsmdec_link), (gst_gsmdec_chain):
35566           Fix capsnego, simplify chain function slightly.
35567         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
35568           Add GSM.
35569
35570 2004-04-18  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35571
35572         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
35573         (gst_wavparse_destroy_sourcepad), (gst_wavparse_create_sourcepad),
35574         (gst_wavparse_parse_fmt), (gst_wavparse_change_state):
35575           Hack to make wavparse work with spider (always -> sometimes pad).
35576           Fixes #135862 && #140411.
35577
35578 2004-04-18  Benjamin Otte  <otte@gnome.org>
35579
35580         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
35581         (gst_osselement_rate_probe_check),
35582         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate):
35583           get rid of \n in debug output
35584
35585 2004-04-17  Iain <iain@prettypeople.org>
35586
35587         * gst/wavparse/gstwavparse.c (gst_wavparse_loop): Allow all events,
35588         not just EOS.
35589
35590 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35591
35592         * ext/mad/gstid3tag.c: (gst_id3_tag_get_type),
35593         (gst_id3_tag_class_init), (gst_id3_tag_get_caps),
35594         (gst_id3_tag_add_src_pad), (gst_id3_tag_init),
35595         (gst_id3_tag_set_property), (gst_id3_tag_do_caps_nego),
35596         (gst_id3_tag_src_link), (gst_id3_tag_chain),
35597         (gst_id3_tag_change_state), (plugin_init):
35598           deprecate id3tag element and replace with id3demux/id3mux.
35599           great side effect: this ugly file is now even uglier, yay!
35600         * ext/mad/gstmad.h:
35601           remove non-available function
35602           update for new get_type
35603
35604 2004-04-17  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35605
35606         * configure.ac:
35607           require mpeg2dec >= 0.4.0
35608
35609 2004-04-17  Benjamin Otte  <otte@gnome.org>
35610
35611         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
35612         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
35613         (gst_xvimagesink_set_xwindow_id):
35614           call GST_ELEMENT_ERROR whenever get_xcontext fails. Includes
35615           assorted cleanup fixes.
35616
35617 2004-04-16  David Schleef  <ds@schleef.org>
35618
35619         * sys/ximage/ximagesink.h: Compile fix for FreeBSD. (bug #140268)
35620         * sys/xvimage/xvimagesink.h: same
35621
35622 2004-04-16  Thomas Vander Stichele  <thomas at apestaart dot org>
35623
35624         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35625           Fix GST_ELEMENT_ERROR with (NULL)
35626
35627 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35628
35629         * gst-libs/gst/riff/riff-media.c:
35630         (gst_riff_create_video_caps_with_data):
35631           Add div[3456] as fourccs for DivX 3 (fixes #140137).
35632
35633 2004-04-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35634
35635         * gst-libs/gst/riff/riff-media.c:
35636         (gst_riff_create_video_caps_with_data),
35637         (gst_riff_create_video_caps), (gst_riff_create_audio_caps),
35638         (gst_riff_create_video_template_caps),
35639         (gst_riff_create_audio_template_caps):
35640         * gst-libs/gst/riff/riff-media.h:
35641         * gst-libs/gst/riff/riff-read.c:
35642         (gst_riff_read_strf_vids_with_data), (gst_riff_read_strf_vids):
35643         * gst-libs/gst/riff/riff-read.h:
35644         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
35645           Add MS RLE support. I added some functions to read out strf chunks
35646           into strf chunks and the data behind it. This is usually color
35647           palettes (as in RLE, but also in 8-bit RGB). Also use those during
35648           caps creation. Lastly, add ADPCM (similar to wavparse - which
35649           should eventually be rifflib based).
35650         * gst/matroska/matroska-demux.c: (gst_matroska_demux_class_init),
35651         (gst_matroska_demux_init), (gst_matroska_demux_reset):
35652         * gst/matroska/matroska-demux.h:
35653           Remove placeholders for some prehistoric tagging system. Didn't add
35654           support for any tag system really anyway.
35655         * gst/qtdemux/qtdemux.c:
35656           Add support for audio/x-m4a (MPEG-4) through spider.
35657         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
35658         (gst_wavparse_loop):
35659           ADPCM support (#135862). Increase max. buffer size because we
35660           cannot split buffers for ADPCM (screws references) and I've seen
35661           files with 2048 byte chunks. 4096 seems safe for now.
35662
35663 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35664
35665         * configure.ac: bump nano to 1
35666
35667 === release 0.8.1 ===
35668
35669 2004-04-15  Thomas Vander Stichele  <thomas at apestaart dot org>
35670
35671         * configure.ac: releasing 0.8.1, "Comforting Sounds"
35672
35673 2004-04-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35674
35675         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35676           Fix typo in divxversion (3 instead of 4 for "DIVX" fourcc).
35677           Fixes #140058
35678
35679 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35680
35681         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_plugin_init):
35682           lower rank of dvddemux so that it's not used for mpeg playback.
35683
35684 2004-04-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35685
35686         * configure.ac:
35687           save libs correctly when checking mad
35688
35689 2004-04-14  Thomas Vander Stichele  <thomas at apestaart dot org>
35690
35691         * ext/mad/gstid3tag.c: (plugin_init):
35692           lower rank of id3tag as proposed by Benjamin.  Fixes #139926.
35693
35694 2004-04-13  David Schleef  <ds@schleef.org>
35695
35696         * common/m4/gst-feature.m4: Call -config scripts with
35697         --plugin-libs if it is supported.
35698         * gst/avi/gstavimux.c: (gst_avimux_vidsinkconnect): sequences of
35699         JPEG images are image/jpeg.
35700         * gst/debug/Makefile.am:
35701         * gst/debug/negotiation.c: (gst_negotiation_class_init),
35702         (gst_negotiation_getcaps), (gst_negotiation_pad_link),
35703         (gst_negotiation_update_caps), (gst_negotiation_get_property),
35704         (gst_negotiation_plugin_init): Add a property that acts like
35705         filter caps.
35706         * testsuite/gst-lint:  Move license checking to be a standard
35707         test.
35708
35709 2004-04-13  David Schleef  <ds@schleef.org>
35710
35711         * gst/avi/gstavidemux.c: (gst_avi_demux_reset): Fix memleak.
35712         patch from Sebastien Cote (bug #139958)
35713
35714 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35715
35716         * examples/gstplay/Makefile.am:
35717         * examples/gstplay/player.c: (main):
35718           make the commandline player example use gconf settings
35719
35720 2004-04-13  Thomas Vander Stichele  <thomas at apestaart dot org>
35721
35722         * ext/libcaca/gstcacasink.c: (gst_cacasink_class_init),
35723         (gst_cacasink_sinkconnect), (gst_cacasink_init),
35724         (gst_cacasink_chain), (gst_cacasink_open), (gst_cacasink_close):
35725           init/end library during state transition, not object
35726           creation/disposal.  get rid of custom dispose handler.
35727
35728
35729 2004-04-12  Christian Schaller <Uraeus@gnome.org>
35730
35731         * sys/oss/gstosselement.c: s/lstat/stat/ from freeBSD, since it can
35732         be a symlink
35733
35734 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35735
35736         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_data):
35737           Handle JUNK chunks inside data section. Prevents warnings.
35738
35739 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35740
35741         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
35742         (gst_riff_create_video_template_caps):
35743           Add MS video v1.
35744         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_index),
35745         (gst_avi_demux_stream_data):
35746           Add support for "rec-list" chunks.
35747
35748 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35749
35750         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_audio_caps):
35751           Fix another codecname mismatch.
35752
35753 2004-04-11  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35754
35755         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
35756           Fix divx caps mismatch and move from video/x-jpeg to image/jpeg
35757           so that MJPEG plays back.
35758
35759 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35760
35761         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
35762         (gst_mp1videoparse_real_chain), (gst_mp1videoparse_change_state):
35763         * gst/mpeg1videoparse/gstmp1videoparse.h:
35764           Fix for some slight mis-cuts in buffer parsing, and for some
35765           potential overflows or faults-causers. Adds disconts. Also fixes
35766           #139105 while we're at it.
35767
35768 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35769
35770         * configure.ac:
35771         * sys/v4l2/gstv4l2element.h:
35772           Workaround for missing struct v4l2_buffer declaration in Suse 9
35773           and Mandrake 10 linux/videodev2.h header file (#135919).
35774
35775 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35776
35777         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file):
35778           Bail out if no filename was given.
35779
35780 2004-04-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35781
35782         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_v4l2fourcc_to_caps),
35783         (gst_v4l2_fourcc_from_structure):
35784           Add Y41B/Y42B YUV formats (see #125732), fix Y41P (was typo'ed to
35785           Y41B somewhere).
35786
35787 2004-04-09  Benjamin Otte  <otte@gnome.org>
35788
35789         * ext/gnomevfs/gstgnomevfssink.c:
35790         (_gst_boolean_allow_overwrite_accumulator),
35791         (gst_gnomevfssink_class_init):
35792           fix erase signal - if any handler returns false the file will not be
35793           overwritten. If no handler is connected, the file will not be
35794           overwritten either.
35795           renamed signal to "allow-overwrite"
35796         * ext/mad/gstid3tag.c: (tag_list_to_id3_tag_foreach):
35797           free string when adding it to ID3 failed
35798         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
35799           unref event when done
35800         * gst/audioconvert/gstaudioconvert.c: (_fixate_caps_to_int):
35801           free caps
35802         * gst/typefind/gsttypefindfunctions.c:
35803         (mpeg_video_stream_type_find):
35804           fix invalid read
35805
35806 2004-04-08  David Schleef  <ds@schleef.org>
35807
35808         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
35809         (gst_ffmpegcolorspace_register): Change rank to PRIMARY.
35810
35811 2004-04-08  David Schleef  <ds@schleef.org>
35812
35813         * gst/colorspace/gstcolorspace.c: Don't advertise a conversion
35814         we don't support (bug #139532)
35815
35816 2004-04-07  Thomas Vander Stichele  <thomas at apestaart dot org>
35817
35818         * ext/mad/gstmad.c: (gst_mad_handle_event),
35819         (gst_mad_check_caps_reset), (gst_mad_chain),
35820         (gst_mad_change_state):
35821           only set explicit caps if they haven't been set before for
35822           this stream.  MPEG-audio sample rate/channels aren't allowed
35823           to change in-stream.
35824           Fixes #139382
35825
35826 2004-04-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
35827
35828         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_base_init),
35829         (_gst_boolean_did_something_accumulator),
35830         (gst_gnomevfssink_class_init), (gst_gnomevfssink_dispose),
35831         (gst_gnomevfssink_init), (gst_gnomevfssink_set_property),
35832         (gst_gnomevfssink_get_property), (gst_gnomevfssink_open_file),
35833         (gst_gnomevfssink_close_file), (gst_gnomevfssink_chain),
35834         (gst_gnomevfssink_change_state):
35835           Fix erase signal. Don't erase by default. Remove handoff signal.
35836           Remove erase property. Don't segfault. General cleanup.
35837
35838 2004-04-07  Benjamin Otte  <otte@gnome.org>
35839
35840         * gst-libs/gst/gconf/test-gconf.c: (main):
35841           add missing gst_init
35842
35843 2004-04-07  Benjamin Otte  <otte@gnome.org>
35844
35845         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35846           free the mutexes, too
35847
35848 2004-04-07  Benjamin Otte  <otte@gnome.org>
35849
35850         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_dispose):
35851           actually free the URI string
35852         * ext/mad/gstid3tag.c: (gst_id3_tag_src_event):
35853           compute offset correctly when passing discont events
35854         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35855           don't leak discont events
35856         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
35857           add some missing breaks so caps aren't copied randomly
35858         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_get_video_stream):
35859           if we realloc memory, we better use it
35860
35861 2004-04-06  Benjamin Otte  <in7y118@public.uni-hamburg.de>
35862
35863         * ext/mad/gstmad.c: (normal_seek):
35864           fix GST_FORMAT_TIME usage
35865
35866 2004-04-05  David Schleef  <ds@schleef.org>
35867
35868         * ext/kio/kiosrc.cpp:  Undefine KDE_DEPRECATED so we can use
35869         a deprecated function (hack!)
35870
35871 2004-04-05  Benjamin Otte  <otte@gnome.org>
35872
35873         * ext/esd/esdmon.c: (gst_esdmon_get):
35874           fix nonterminated vararg and memleak
35875
35876 2004-04-05  Benjamin Otte  <otte@gnome.org>
35877
35878         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init),
35879         (gst_ladspa_init), (gst_ladspa_force_src_caps),
35880         (gst_ladspa_set_property), (gst_ladspa_get_property),
35881         (gst_ladspa_instantiate), (gst_ladspa_activate),
35882         (gst_ladspa_deactivate), (gst_ladspa_loop), (gst_ladspa_chain):
35883           clean up debugging
35884
35885 2004-04-05  Stefan Kost <kost@imn.htwk-leipzig.de>
35886
35887         reviewed by Benjamin Otte  <otte@gnome.org>
35888
35889         * ext/ladspa/gstladspa.c: (gst_ladspa_class_init):
35890           check for broken LADSPA parameters (fixes #138635)
35891
35892 2004-04-05  Benjamin Otte  <otte@gnome.org>
35893
35894         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps):
35895           advertise buffer-frames correctly on sinkpads
35896
35897 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35898
35899         * ext/mad/gstmad.c: (gst_mad_get_type), (gst_mad_layer_get_type),
35900         (gst_mad_mode_get_type), (gst_mad_emphasis_get_type),
35901         (gst_mad_get_event_masks), (gst_mad_get_query_types), (index_seek),
35902         (normal_seek), (gst_mad_src_event), (gst_mad_handle_event),
35903         (gst_mad_check_caps_reset), (gst_mad_chain):
35904         add more debugging, only reset caps when we're not in error state
35905
35906 2004-04-05  Thomas Vander Stichele  <thomas at apestaart dot org>
35907
35908         * ext/mad/gstmad.c: add debugging category, comment + cleanups
35909
35910 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35911
35912         reviewed by Benjamin Otte  <otte@gnome.org>
35913
35914         * configure.ac:
35915           fix == in test(1) operator
35916
35917 2004-04-05  Julio M. Merino Vidal  <jmmv@menta.net>
35918
35919         reviewed by Benjamin Otte  <otte@gnome.org>
35920
35921         * configure.ac:
35922           fix --export-symblos-regex to a working regex.
35923
35924 2004-04-04  Benjamin Otte  <otte@gnome.org>
35925
35926         * sys/oss/.cvsignore:
35927           add for oss_probe
35928
35929 2004-04-03  Tim-Phillip Müller <t.i.m@zen.co.uk>
35930
35931         reviewed by Benjamin Otte  <otte@gnome.org>
35932
35933         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
35934           add missing 'new_media' argument (fixes #138168)
35935         * gst/matroska/matroska-demux.c:
35936         (gst_matroska_demux_handle_seek_event):
35937           add vararg terminator (fixes #138169)
35938
35939 2004-04-02  David Schleef  <ds@schleef.org>
35940
35941         * ext/gdk_pixbuf/Makefile.am:  Make sure gstgdkanimation.h is
35942         disted (bug #138914)
35943
35944 2004-04-01  Benjamin Otte  <otte@gnome.org>
35945
35946         * ext/alsa/gstalsa.c: (gst_alsa_change_state),
35947         (gst_alsa_close_audio):
35948           handle case better where a soundcard can't pause
35949         * ext/ogg/gstoggdemux.c:
35950           don't crash when we get events but don't have pads yet
35951
35952 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
35953
35954         * sys/oss/gstosselement.c: (gst_osselement_probe_caps):
35955           throw an error if we couldn't probe any caps.
35956
35957 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
35958
35959         * ext/dvdnav/gst-dvd:
35960         Add a really simple sample DVD player
35961
35962 2004-04-01  Jan Schmidt  <thaytan@mad.scientist.com>
35963
35964         * ext/a52dec/gsta52dec.c: (gst_a52dec_get_type), (gst_a52dec_init),
35965         (gst_a52dec_push), (gst_a52dec_handle_event),
35966         (gst_a52dec_update_streaminfo), (gst_a52dec_loop),
35967         (gst_a52dec_change_state):
35968         * ext/a52dec/gsta52dec.h:
35969           Use a debug category, Output timestamps correctly
35970           Emit tag info, Handle events, tell liba52dec about cpu
35971           capabilities so it can use MMX etc.
35972         * ext/dv/gstdvdec.c: (gst_dvdec_loop), (gst_dvdec_change_state):
35973           Fix a crasher accessing invalid memory
35974         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init),
35975         (dvdnavsrc_update_highlight), (dvdnavsrc_loop),
35976         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
35977         (dvdnavsrc_event), (dvdnavsrc_get_formats), (dvdnavsrc_convert),
35978         (dvdnavsrc_query):
35979           Some support for byte-format seeking.
35980           Small fixes for still frames and menu button overlays
35981         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_get_type),
35982         (gst_mpeg2dec_alloc_buffer):
35983           Use a debug category. Adjust the report level of several items to
35984           LOG. Call mpeg2_custom_fbuf to mark our buffers as 'custom buffers'
35985           so it doesn't lose the GstBuffer pointer
35986         * gst/debug/Makefile.am:
35987         * gst/debug/gstdebug.c: (plugin_init):
35988         * gst/debug/gstnavseek.c: (gst_navseek_get_type),
35989         (gst_navseek_base_init), (gst_navseek_class_init),
35990         (gst_navseek_init), (gst_navseek_seek),
35991         (gst_navseek_handle_src_event), (gst_navseek_set_property),
35992         (gst_navseek_get_property), (gst_navseek_chain),
35993         (gst_navseek_plugin_init):
35994         * gst/debug/gstnavseek.h:
35995           Add the navseek debug element for seeking back and forth in a
35996           video stream using arrow keys.
35997         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_get_type),
35998         (gst_mpeg2subt_base_init), (gst_mpeg2subt_class_init),
35999         (gst_mpeg2subt_init), (gst_mpeg2subt_finalize),
36000         (gst_mpeg2subt_getcaps_video), (gst_mpeg2subt_link_video),
36001         (gst_mpeg2subt_handle_video), (gst_mpeg2subt_src_event),
36002         (gst_mpeg2subt_parse_header), (gst_get_nibble),
36003         (gst_setup_palette), (gst_get_rle_code), (gst_draw_rle_line),
36004         (gst_merge_uv_data), (gst_mpeg2subt_merge_title),
36005         (gst_update_still_frame), (gst_mpeg2subt_handle_subtitle),
36006         (gst_mpeg2subt_handle_dvd_event), (gst_mpeg2subt_loop):
36007         * gst/mpeg2sub/gstmpeg2subt.h:
36008           Pretty much a complete rewrite. Now a loopbased element. May still
36009           require work to properly synchronise subtitle buffers.
36010         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private),
36011         (gst_dvd_demux_send_subbuffer):
36012         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_send_subbuffer):
36013           Don't attempt to create subbuffers of size 0
36014           Reduce a couple of error outputs to warnings.
36015         * gst/y4m/gsty4mencode.c: (gst_y4mencode_sinkconnect),
36016         (gst_y4mencode_chain):
36017         Output the y4m frame header correctly.
36018
36019 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36020
36021         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36022           throw errors instead of allowing SIGFPE
36023
36024 2004-04-01  Thomas Vander Stichele  <thomas at apestaart dot org>
36025
36026         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_string),
36027         (gst_gconf_render_bin_from_key):
36028           leak plugging and style fixing
36029
36030 2004-03-31  David Schleef  <ds@schleef.org>
36031
36032         * gst/audioscale/gstaudioscale.c: (gst_audioscale_expand_value),
36033         (gst_audioscale_getcaps): Fix getcaps to expand and union lists.
36034         (bug #138225)
36035         * gst/debug/Makefile.am:
36036         * gst/debug/breakmydata.c: (gst_break_my_data_plugin_init):
36037         * gst/debug/gstdebug.c: (plugin_init):  Merge elements into one
36038         plugin.
36039         * gst/debug/negotiation.c: (gst_gst_negotiation_get_type),
36040         (gst_negotiation_base_init), (gst_negotiation_class_init),
36041         (gst_negotiation_init), (gst_negotiation_getcaps),
36042         (gst_negotiation_pad_link), (gst_negotiation_chain),
36043         (gst_negotiation_set_property), (gst_negotiation_get_property),
36044         (gst_negotiation_plugin_init):  New element to talk about random
36045         negotiation things happening in a pipeline.
36046
36047 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36048
36049         * gst/adder/gstadder.c: (gst_adder_get_type), (gst_adder_loop):
36050           fix integer addition with help of Stefan Kost
36051
36052 2004-03-31  Thomas Vander Stichele  <thomas at apestaart dot org>
36053
36054         * po/nl.po: updated Dutch translation (Elros Cyriatan)
36055
36056 2004-03-30  David Schleef  <ds@schleef.org>
36057
36058         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_alloc_buffer),
36059         (gst_mpeg2dec_negotiate_format):  Handle Y42B-format MPEG
36060         video, patch from Matthew.Spencer@eu.sony.com (Matthew Spencer)
36061         (bug #137504)
36062         * ext/mpeg2dec/gstmpeg2dec.h:
36063
36064 2004-03-30  David Schleef  <ds@schleef.org>
36065
36066         * ext/gdk_pixbuf/Makefile.am: Remove spurious rules. (bug #136527)
36067
36068 2004-03-30  David Schleef  <ds@schleef.org>
36069
36070         * tools/gst-launch-ext-m.m:  Applied patch from gnome@flyn.org (W.
36071         Michael Petullo) to handle .mov
36072
36073 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36074
36075         * sys/oss/gstosselement.c: (gst_osselement_probe_caps),
36076         (gst_osselement_rate_check_rate):
36077           probe caps correctly for sound cards that only support one format
36078
36079 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36080
36081         * ext/kio/kiosrc.cpp: (process_events):
36082           update handling event processing if inside KDE - untested
36083
36084 2004-03-29  David Schleef  <ds@schleef.org>
36085
36086         * ext/hermes/gsthermescolorspace.c: (plugin_init): decrease rank
36087         by 2 to not interfere with other colorspaces.
36088         * ext/pango/gsttextoverlay.c: (plugin_init): change rank to NONE
36089         * gst/colorspace/gstcolorspace.c: (plugin_init): decrease rank by
36090         one to not interfere with ffmpeg_colorspace.
36091
36092 2004-03-29  David Schleef  <ds@schleef.org>
36093
36094         * ext/alsa/gstalsa.c: (gst_alsa_fixate): Don't fixate fields that
36095         aren't in the caps.
36096         * gst/sine/gstsinesrc.c: change rate caps to [1,MAX]
36097         * gst/videocrop/gstvideocrop.c: (plugin_init): Change rank to NONE.
36098
36099 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36100
36101         * gst-libs/gst/riff/riff-media.c:
36102           fail on error, don't try to set stuff on NULL caps
36103
36104 2004-03-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
36105
36106         * configure.ac:
36107         * ext/Makefile.am:
36108         * ext/kio/Makefile.am:
36109         * ext/kio/kioreceiver.cpp:
36110         * ext/kio/kioreceiver.h:
36111         * ext/kio/kiosrc.cpp:
36112         * ext/kio/kiosrc.h:
36113           add experimental kiosrc plugin
36114         * ext/alsa/gstalsaplugin.c: (plugin_init):
36115           initialize debugging category only when we're sure registering the
36116           plugins worked.
36117
36118 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36119
36120         * examples/gstplay/player.c: (main):
36121         * gst-libs/gst/play/play.c: (gst_play_class_init),
36122         (gst_play_set_location), (gst_play_set_data_src),
36123         (gst_play_set_video_sink), (gst_play_set_audio_sink),
36124         (gst_play_set_visualization), (gst_play_connect_visualization):
36125           check return values of element_set_state and return FALSE where
36126           failed
36127
36128 2004-03-29  Benjamin Otte  <otte@gnome.org>
36129
36130         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event):
36131           try harder to check if an event is really a discont
36132
36133 2004-03-29  Thomas Vander Stichele  <thomas at apestaart dot org>
36134
36135         * po/LINGUAS: adding Azerbaijani (M??tin ??mirov)
36136         * po/az.po:
36137
36138 2004-03-28  Benjamin Otte  <otte@gnome.org>
36139
36140         * gst/mpegstream/gstdvddemux.c: (gst_dvd_demux_process_private):
36141         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
36142         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
36143           get rid of non-standard "..." ranges in case statements.
36144
36145 2004-03-27  Martin Soto  <martinsoto@users.sourceforge.net>
36146
36147         * gst/mpegstream/gstmpegdemux.c:
36148         * gst/mpegstream/gstmpegdemux.h: Complete overhaul. All DVD
36149         specific functionality split to the new dvddemux element.
36150         * gst/mpegstream/gstdvddemux.c:
36151         * gst/mpegstream/gstdvddemux.h: New demultiplexer for DVD (VOB)
36152         streams, derived from mpegdemux.
36153         * gst/mpegstream/gstmpegparse.c: Discontinuity handling cleaned
36154         up. SCR based timestamp rewriting can be turned off (will probably
36155         completely disappear soon).
36156         * ext/dvdnav/dvdnavsrc.c: Changes resulting from a few months
36157         hacking. General cleanup. All printf statements replaced by
36158         debugging messages. Almost complete libdvdnav support.
36159         (dvdnavsrc_class_init): Got rid of unnecessary signals (replaced
36160         by events. New properties for audio and subpicture languages.
36161         (dvdnavsrc_update_highlight): Now uses events.
36162         (dvdnavsrc_user_op): Cleaned up.
36163         (dvdnavsrc_get): Renamed to dvdnavsrc_loop (element is now loop
36164         based). Lots of cleanup, and propper support for most libdvdnav
36165         events.
36166         (dvdnavsrc_make_dvd_event): New function.
36167         (dvdnavsrc_make_dvd_nav_packet_event): New function.
36168         (dvdnavsrc_make_clut_change_event): New function.
36169
36170 2004-03-26  Benjamin Otte  <otte@gnome.org>
36171
36172         * gst/typefind/gsttypefindfunctions.c: (theora_type_find):
36173           fix bug where typefinding would claim it's theora whenever less then
36174           7 bytes of data were available
36175
36176 2004-03-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36177
36178         * gst/law/alaw-decode.c: (alawdec_getcaps), (alawdec_link),
36179         (gst_alawdec_base_init), (gst_alawdec_class_init),
36180         (gst_alawdec_init), (gst_alawdec_chain):
36181         * gst/law/alaw-encode.c: (alawenc_getcaps), (alawenc_link),
36182         (gst_alawenc_base_init), (gst_alawenc_class_init),
36183         (gst_alawenc_init), (gst_alawenc_chain):
36184         * gst/law/mulaw-decode.c: (mulawdec_getcaps), (mulawdec_link),
36185         (gst_mulawdec_base_init), (gst_mulawdec_class_init),
36186         (gst_mulawdec_init), (gst_mulawdec_chain):
36187         * gst/law/mulaw-encode.c: (mulawenc_getcaps), (mulawenc_link),
36188         (gst_mulawenc_base_init), (gst_mulawenc_class_init),
36189         (gst_mulawenc_init), (gst_mulawenc_chain):
36190           Fix capsnego in all four, remove the unused property functions and
36191           simplify the chain functions slightly. I guess we could use macros
36192           or something similar for those, since the code is so similar, but
36193           I'm currently too lazy...
36194
36195 2004-03-24  David Schleef  <ds@schleef.org>
36196
36197         * sys/oss/gstosselement.c: (gst_osselement_sync_parms),
36198         (gst_osselement_close_audio), (gst_osselement_probe_caps),
36199         (gst_osselement_get_format_structure),
36200         (gst_osselement_rate_probe_check), (gst_osselement_rate_add_range),
36201         (gst_osselement_rate_check_rate), (gst_osselement_rate_add_rate),
36202         (gst_osselement_rate_int_compare): Add code to handle rate probing
36203         (bug #120883)
36204         * sys/oss/gstosselement.h: same
36205         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_getcaps):
36206         Use rate probing provided by osselement.
36207         * sys/oss/gstosssrc.c: (gst_osssrc_init), (gst_osssrc_getcaps): same
36208
36209 2004-03-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36210
36211         * ext/xvid/gstxvidenc.c: (gst_xvidenc_set_property),
36212         (gst_xvidenc_get_property):
36213           ulong/int mess-up.
36214
36215 2004-03-24  David Schleef  <ds@schleef.org>
36216
36217         * ext/speex/gstspeexdec.c: (gst_speexdec_base_init),
36218         (gst_speexdec_init):
36219         * ext/speex/gstspeexenc.c: (gst_speexenc_base_init),
36220         (gst_speexenc_init):  Create the pad template correctly (from
36221         the static pad template, not a NULL pointer.)
36222
36223 2004-03-25  Benjamin Otte  <otte@gnome.org>
36224
36225         * gst/debug/Makefile.am:
36226         * gst/debug/breakmydata.c:
36227           add element that quasi-randomly changes bytes in the stream.
36228           Intended use is robustness checking of demuxers and decoders in
36229           media tests.
36230
36231 2004-03-24  Benjamin Otte  <otte@gnome.org>
36232
36233         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
36234         (gst_alsa_probe_hw_params):
36235         * ext/alsa/gstalsa.h:
36236           debugging output fixes
36237
36238 2004-03-24  Benjamin Otte  <otte@gnome.org>
36239
36240         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_set_property):
36241           don't g_return_if_fail if element is PLAYING, fail silently as every
36242           other element.
36243         * gst/effectv/gstquark.c: (gst_quarktv_chain):
36244           only fix needed for cast lvalue issues in gst-plugins
36245         * gst/volenv/gstvolenv.c: (gst_volenv_init):
36246           add proxy_getcaps
36247
36248 2004-03-24  Benjamin Otte  <otte@gnome.org>
36249
36250         * gst/level/gstlevel.c: (gst_level_init):
36251           add proxying getcaps function, so level doesn't advertise impossible
36252           caps
36253
36254 2004-03-24  David Schleef  <ds@schleef.org>
36255
36256         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
36257         (gst_qtdemux_loop_header), (qtdemux_parse_moov), (qtdemux_parse),
36258         (qtdemux_node_dump_foreach), (qtdemux_dump_mvhd),
36259         (qtdemux_dump_tkhd), (qtdemux_dump_elst), (qtdemux_dump_mdhd),
36260         (qtdemux_dump_hdlr), (qtdemux_dump_vmhd), (qtdemux_dump_dref),
36261         (qtdemux_dump_stsd), (qtdemux_dump_stts), (qtdemux_dump_stss),
36262         (qtdemux_dump_stsc), (qtdemux_dump_stsz), (qtdemux_dump_stco),
36263         (qtdemux_dump_co64), (qtdemux_dump_dcom), (qtdemux_dump_cmvd),
36264         (qtdemux_parse_tree), (qtdemux_parse_trak):  Fix debugging
36265         messages.  Divide the chunk size by the compression ratio
36266         (needed for MACE audio)
36267
36268 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36269
36270         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
36271           Fix buffer overflow read error.
36272
36273 2004-03-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36274
36275         * ext/alsa/gstalsa.h:
36276           Remove unused entry.
36277         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps):
36278           Add cinepak.
36279         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
36280         (gst_videodrop_link), (gst_videodrop_chain):
36281           Fix, sort of. Was horribly broken with new capsnego. Bah...
36282
36283 2004-03-23  Jeremy Simon  <jesimon@libertysurf.fr>
36284
36285         * gst/typefind/gsttypefindfunctions.c: (ape_type_find),
36286         (plugin_init):
36287         Add a monkeysaudio typefind function
36288
36289 2004-03-23  Johan Dahlin  <johan@gnome.org>
36290
36291         * gst-libs/gst/play/play.c (gst_play_audio_fixate)
36292         (gst_play_video_fixate): Check so the structure has the field
36293         before trying to fixate them, this makes it possible to have
36294         fakesinks for video and audio output without printing errors on
36295         the output console.
36296
36297 2004-03-22  David Schleef  <ds@schleef.org>
36298
36299         * sys/oss/Makefile.am:
36300         * sys/oss/oss_probe.c: (main), (probe_check), (add_range),
36301         (check_rate), (add_rate):  Rate probing test app.
36302
36303 2004-03-21  Benjamin Otte  <otte@gnome.org>
36304
36305         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
36306         (_fixate_caps_to_int), (gst_audio_convert_fixate):
36307           add a fixation function that pretty much does the right thing (fixes
36308           #137556)
36309
36310 2004-03-20  David I. Lehn  <dlehn@users.sourceforge.net>
36311
36312         * configure.ac: GST_PACKAGE default: s/GStreamer/GStreamer Plugins/
36313
36314 2004-03-20  Tim-Phillip Müller <t.i.m@zen.co.uk>
36315
36316         reviewed by: Benjamin Otte  <otte@gnome.org>
36317
36318         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
36319           terminate gst_event_new_discontinuous correctly (fixes parts of
36320           #137711)
36321
36322 2004-03-19  David Schleef  <ds@schleef.org>
36323
36324         * gst-libs/gst/Makefile.am:  Enable xoverlay unconditionally,
36325         since it doesn't depend on X, and it's part of our ABI.
36326
36327 2004-03-19  Iain <iain@prettypeople.org>
36328
36329         * gst/interleave/deinterleave.c (deinterleave_sink_link): Use the
36330         is_int in the structure, not the local variable.
36331
36332 2004-03-19  David Schleef  <ds@schleef.org>
36333
36334         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_change_state),
36335         (gst_rfbsrc_init), (gst_rfbsrc_getcaps), (gst_rfbsrc_fixate),
36336         (gst_rfbsrc_link), (gst_rfbsrc_paint_rect), (gst_rfbsrc_get):
36337         Improvements in caps negotiation.
36338
36339 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36340
36341         * po/LINGUAS:
36342         * po/af.po:
36343           adding Afrikaans (Petri Jooste)
36344
36345 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36346
36347         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36348         (gst_ffmpegcolorspace_chain):
36349         throw error instead of g_critical (#137588)
36350
36351 2004-03-18  Thomas Vander Stichele  <thomas at apestaart dot org>
36352
36353         * Makefile.am:
36354         * configure.ac:
36355           dist common and m4 correctly
36356         * po/sv.po:
36357
36358 2004-03-17  David Schleef  <ds@schleef.org>
36359
36360         * pkgconfig/gstreamer-media-info.pc.in:  Add Version.
36361         (bug #137348)
36362
36363 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36364
36365         * po/LINGUAS:
36366         * po/sv.po:
36367           adding Swedish translation (Christian Rose)
36368
36369 2004-03-17  Thomas Vander Stichele  <thomas at apestaart dot org>
36370
36371         * Makefile.am: use release.mak
36372
36373 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36374
36375         * common/ChangeLog:
36376         * common/gst-autogen.sh:
36377           add some explanation about the version detection
36378         * configure.ac:
36379           fix X check
36380
36381 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36382
36383         * configure.ac: bump nano to 1
36384
36385 === release 0.8.0 ===
36386
36387 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36388
36389         * configure.ac: release 0.8.0, "Pharmaceutical Itch"
36390
36391 2004-03-16  Thomas Vander Stichele  <thomas at apestaart dot org>
36392
36393         * configure.ac:
36394           update libtool version
36395         * gst-libs/gst/media-info/Makefile.am:
36396           actually use libtool version
36397
36398 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36399
36400         * configure.ac: fix speex detection to work with 1.0 but not 1.1
36401
36402 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36403
36404         * configure.ac:
36405         * gst-plugins.spec.in:
36406         * pkgconfig/Makefile.am:
36407         * pkgconfig/gstreamer-gconf-uninstalled.pc.in:
36408         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
36409         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
36410         * pkgconfig/gstreamer-libs.pc.in:
36411         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36412         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36413         * pkgconfig/gstreamer-plugins-uninstalled.pc.in:
36414         * pkgconfig/gstreamer-plugins.pc.in:
36415           remove @VERSION@ from some of the pc files since core and plugins
36416           are decoupled.
36417           created gstreamer-plugins.pc as it's a better name, but keeping
36418           -libs around for now to get fixes upstream done first.
36419
36420 2004-03-15  Julien MOUTTE <julien@moutte.net>
36421
36422         * gst-libs/gst/play/play.c: (gst_play_get_framerate),
36423         (gst_play_get_sink_element): First draft of gst_play_get_framerate.
36424         * gst-libs/gst/play/play.h:
36425
36426 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36427
36428         * *.c, *.cc: don't mix tabs and spaces
36429
36430 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36431
36432         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
36433           use the new ffmpegcolorspace
36434         * gst-plugins.spec.in:
36435           package new colorspace and media-info
36436         * configure.ac:
36437         * pkgconfig/Makefile.am:
36438           fix some more disting issues
36439         * pkgconfig/gstreamer-media-info-uninstalled.pc.in:
36440         * pkgconfig/gstreamer-media-info.pc.in:
36441           generate media-info pc files
36442
36443 2004-03-15  Johan Dahlin  <johan@gnome.org>
36444
36445         * *.h: Revert indenting
36446
36447 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36448
36449         * configure.ac:
36450           adding ffmpegcolorspace element
36451         * gst/ffmpegcolorspace/Makefile.am:
36452         * gst/ffmpegcolorspace/avcodec.h:
36453         * gst/ffmpegcolorspace/common.h:
36454         * gst/ffmpegcolorspace/dsputil.c: (dsputil_static_init):
36455         * gst/ffmpegcolorspace/dsputil.h:
36456         * gst/ffmpegcolorspace/gstffmpeg.c: (plugin_init):
36457         * gst/ffmpegcolorspace/gstffmpegcodecmap.c:
36458         (gst_ffmpeg_pixfmt_to_caps), (gst_ffmpeg_pix_fmt_to_caps),
36459         (gst_ffmpeg_caps_to_pix_fmt):
36460         * gst/ffmpegcolorspace/gstffmpegcodecmap.h:
36461         * gst/ffmpegcolorspace/gstffmpegcolorspace.c:
36462         (gst_ffmpegcolorspace_caps_remove_format_info),
36463         (gst_ffmpegcolorspace_getcaps), (gst_ffmpegcolorspace_pad_link),
36464         (gst_ffmpegcolorspace_get_type), (gst_ffmpegcolorspace_base_init),
36465         (gst_ffmpegcolorspace_class_init), (gst_ffmpegcolorspace_init),
36466         (gst_ffmpegcolorspace_chain), (gst_ffmpegcolorspace_change_state),
36467         (gst_ffmpegcolorspace_set_property),
36468         (gst_ffmpegcolorspace_get_property),
36469         (gst_ffmpegcolorspace_register):
36470         * gst/ffmpegcolorspace/imgconvert.c:
36471         (avcodec_get_chroma_sub_sample), (avcodec_get_pix_fmt_name),
36472         (avcodec_get_pix_fmt), (avpicture_fill), (avpicture_layout),
36473         (avpicture_get_size), (avcodec_get_pix_fmt_loss),
36474         (avg_bits_per_pixel), (avcodec_find_best_pix_fmt1),
36475         (avcodec_find_best_pix_fmt), (img_copy_plane), (img_copy),
36476         (yuv422_to_yuv420p), (yuv422_to_yuv422p), (yuv422p_to_yuv422),
36477         (C_JPEG_TO_CCIR), (img_convert_init), (img_apply_table),
36478         (shrink41), (shrink21), (shrink12), (shrink22), (shrink44),
36479         (grow21_line), (grow41_line), (grow21), (grow22), (grow41),
36480         (grow44), (conv411), (gif_clut_index), (build_rgb_palette),
36481         (bitcopy_n), (mono_to_gray), (monowhite_to_gray),
36482         (monoblack_to_gray), (gray_to_mono), (gray_to_monowhite),
36483         (gray_to_monoblack), (avpicture_alloc), (avpicture_free),
36484         (is_yuv_planar), (img_convert), (get_alpha_info_pal8),
36485         (img_get_alpha_info), (deinterlace_line),
36486         (deinterlace_line_inplace), (deinterlace_bottom_field),
36487         (deinterlace_bottom_field_inplace), (avpicture_deinterlace):
36488         * gst/ffmpegcolorspace/imgconvert_template.h:
36489         * gst/ffmpegcolorspace/mem.c: (av_malloc), (av_realloc), (av_free):
36490         * gst/ffmpegcolorspace/mmx.h:
36491         * gst/ffmpegcolorspace/utils.c: (avcodec_init):
36492           adding ffmpegcolorspace element supplied by Ronald after cleaning
36493           up and pulling in the right bits of upstream source.
36494           I'm sure a better C/compiler wizard could do some cleaning up (for
36495           example use GLIB's malloc stuff), but as a first pass this
36496           works very well
36497
36498 2004-03-15  Thomas Vander Stichele  <thomas at apestaart dot org>
36499
36500         * ext/alsa/gstalsa.h:
36501           I assume Ronald forgot to commit the change to have cardname
36502           as a struct member.  Expect some public spanking at the next
36503           opportunity.
36504
36505 2004-03-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36506
36507         * ext/alsa/gstalsa.c: (gst_alsa_get_property),
36508         (gst_alsa_open_audio), (gst_alsa_close_audio):
36509         * ext/alsa/gstalsa.c:
36510           Don't open the device if we're a mixer (= padless).
36511         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_class_init),
36512         (gst_alsa_mixer_init), (gst_alsa_mixer_open),
36513         (gst_alsa_mixer_close), (gst_alsa_mixer_change_state):
36514           Open mixer during state change rather than during object
36515           initialization. Also, get a device name. Currently in a somewhat
36516           hackish fashion, but I didn't really find something better.
36517
36518 2004-03-14  Thomas Vander Stichele  <thomas at apestaart dot org>
36519
36520         * *.c, *.h: run gst-indent
36521
36522 2004-03-14  Benjamin Otte  <otte@gnome.org>
36523
36524         * gst/modplug/gstmodplug.cc:
36525         * gst/modplug/gstmodplug.h:
36526           set correct timestamps on outgoing buffers
36527
36528 2004-03-14  Benjamin Otte  <otte@gnome.org>
36529
36530         * gst/modplug/gstmodplug.cc:
36531           handle events - don't do crap when a discont arrives that's not
36532           necessary
36533           This allows correct loading and playback of mods in Rhythmbox
36534
36535 2004-03-14  Benjamin Otte  <otte@gnome.org>
36536
36537         * configure.ac:
36538         * gst-libs/gst/gconf/Makefile.am:
36539         * pkgconfig/Makefile.am:
36540           move gstreamer-gconf pkgconfig files to pkgconfig/ dir. Make sure
36541           they get rebuilt properly
36542         * configure.ac:
36543           when checking for vorbis, try pkgconfig first.
36544         * gst/modplug/gstmodplug.cc:
36545           add fixate function
36546
36547 2004-03-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36548
36549         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):
36550           Fix for obvious mistake, where we first shift the offset and then
36551           read a samplesize element assuming the old offset. Note that this
36552           part still has something weird, i.e. my movies containing those
36553           don't actually play well, but at least there's something that looks
36554           like sound now.
36555
36556 2004-03-14  Jan Schmidt  <thaytan@mad.scientist.com>
36557         * gst/typefind/gsttypefindfunctions.c: (speex_type_find),
36558         (plugin_init):
36559         Add a typefind function for speex format
36560
36561 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36562
36563         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps),
36564         (gst_asf_demux_setup_pad):
36565           Use 25fps as our "fake" fps value (marked for fixage in 0.9.x)
36566           instead of 0. Reason is simple: some elements have a fps range
36567           of 1-max instead of 0-max. So now ASF video actually works.
36568
36569 2004-03-13  Thomas Vander Stichele  <thomas at apestaart dot org>
36570
36571         * po/LINGUAS:
36572         * po/sr.po:
36573           adding serbian as a language
36574
36575 2004-03-13  Benjamin Otte  <otte@gnome.org>
36576
36577         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
36578           return taglist correctly from _get function, don't gst_pad_push it.
36579           (fixes #137042)
36580
36581 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36582         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36583
36584 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36585
36586         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_free_list):
36587         * ext/alsa/gstalsamixertrack.c: (gst_alsa_mixer_track_class_init),
36588         (gst_alsa_mixer_track_new):
36589         * ext/alsa/gstalsamixertrack.h:
36590           Fix ancient leftovers... MixerTrack is a GObject.
36591
36592 2004-03-13  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36593
36594         * ext/alsa/gstalsa.c: (gst_alsa_class_probe_devices):
36595         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
36596           Don't block during probing...
36597
36598 2004-03-12  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36599
36600         * ext/alsa/gstalsa.c: (gst_alsa_get_type), (gst_alsa_class_init),
36601         (gst_alsa_get_property), (gst_alsa_probe_get_properties),
36602         (gst_alsa_class_probe_devices), (gst_alsa_class_list_devices),
36603         (gst_alsa_probe_probe_property), (gst_alsa_probe_needs_probe),
36604         (gst_alsa_probe_get_values), (gst_alsa_probe_interface_init),
36605         (gst_alsa_open_audio), (gst_alsa_close_audio):
36606         * ext/alsa/gstalsa.h:
36607           Add propertyprobe interface implementation, add some device-name
36608           property, all this so that it looks good in gnome-volume-control.
36609
36610 2004-03-12  David Schleef  <ds@schleef.org>
36611
36612         * configure.ac: the Hermes library controls hermescolorspace, not
36613         colorspace.
36614         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36615         (gst_mpeg2dec_init): minor pet peeve: disable code with #ifdef,
36616         not /* */
36617         * ext/sdl/sdlvideosink.c: Change XID to unsigned long.
36618         * ext/sdl/sdlvideosink.h: ditto.
36619         * gst/colorspace/gstcolorspace.c: Fix old comments about Hermes
36620
36621 2004-03-12  Benjamin Otte  <otte@gnome.org>
36622
36623         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_set_xwindow_id),
36624         (gst_x_overlay_got_xwindow_id):
36625         * gst-libs/gst/xoverlay/xoverlay.h:
36626           replace XID with unsigned long to get rid of the xlibs dependency in
36627           XOverlay (fixes #137004)
36628
36629 2004-03-13  Jan Schmidt  <thaytan@mad.scientist.com>
36630         * gst/effectv/gstaging.c: (gst_agingtv_base_init),
36631         (gst_agingtv_setup):
36632         * gst/effectv/gstdice.c: (gst_dicetv_get_type),
36633         (gst_dicetv_base_init), (gst_dicetv_class_init),
36634         (gst_dicetv_setup), (gst_dicetv_init), (gst_dicetv_draw):
36635         * gst/effectv/gstedge.c: (gst_edgetv_get_type),
36636         (gst_edgetv_base_init), (gst_edgetv_class_init), (gst_edgetv_init),
36637         (gst_edgetv_setup), (gst_edgetv_rgb32):
36638         * gst/effectv/gsteffectv.c:
36639         * gst/effectv/gstquark.c: (gst_quarktv_link), (gst_quarktv_init),
36640         (gst_quarktv_set_property):
36641         * gst/effectv/gstrev.c: (gst_revtv_get_type),
36642         (gst_revtv_base_init), (gst_revtv_class_init), (gst_revtv_init),
36643         (gst_revtv_setup), (gst_revtv_rgb32):
36644         * gst/effectv/gstshagadelic.c: (gst_shagadelictv_get_type),
36645         (gst_shagadelictv_base_init), (gst_shagadelictv_class_init),
36646         (gst_shagadelictv_init), (gst_shagadelictv_setup),
36647         (gst_shagadelictv_rgb32):
36648         * gst/effectv/gstvertigo.c: (gst_vertigotv_get_type),
36649         (gst_vertigotv_base_init), (gst_vertigotv_class_init),
36650         (gst_vertigotv_setup), (gst_vertigotv_init), (gst_vertigotv_rgb32):
36651         * gst/effectv/gstwarp.c:
36652         Port everything that can be ported to videofilter and fix up the caps.
36653         Can someone with a big-endian machine please check these?
36654
36655 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36656
36657         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_get_time),
36658         (gst_osssink_chain), (gst_osssink_change_state):
36659           Latest fixes for A/V sync, audio playback and such. This is about
36660           all... MPEG playback issues are mostly related to the async build-
36661           up of MPEG files, I cannot fix that. Use basicgthread to solve it.
36662
36663 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36664
36665         patch from: Stephane Loeuillet
36666
36667         * configure.ac:
36668           use pkg-config for some libraries, falling back to the old .m4 way
36669           (fixes #131270)
36670         * m4/libdv.m4:
36671           removed
36672
36673 2004-03-10  Thomas Vander Stichele  <thomas at apestaart dot org>
36674
36675         * configure.ac:
36676         * tools/Makefile.am:
36677         * tools/Makefile.in:
36678         * tools/gst-launch-ext-m.m:
36679         * tools/gst-launch-ext.1.in:
36680         * tools/gst-visualise-m.m:
36681         * tools/gst-visualise.1:
36682         * tools/gst-visualise.1.in:
36683           reorganizing generation of script tools
36684
36685 2004-03-10  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36686
36687         * ext/divx/gstdivxdec.c:
36688           Downgrade priority. We prefer ffdec_mpeg4.
36689         * ext/faad/gstfaad.c: (gst_faad_srcgetcaps), (gst_faad_srcconnect),
36690         (gst_faad_chain), (gst_faad_change_state):
36691           Fix capsnego. Doesn't work for some sounds because we don't have
36692           a 5:1 to stereo element.
36693         * ext/xvid/gstxvid.c: (plugin_init):
36694           Add priority.
36695         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
36696         (gst_osssink_change_state):
36697           Add discont handling.
36698
36699 2004-03-09  Colin Walters  <walters@verbum.org>
36700
36701         * gst/audioconvert/gstaudioconvert.c: Fix typo in width 8
36702         conversion.
36703
36704 2004-03-09  Benjamin Otte  <otte@gnome.org>
36705
36706         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
36707           the signals take 2 arguments
36708
36709 2004-03-09  David Schleef  <ds@schleef.org>
36710
36711         * ext/alsa/gstalsa.c: (gst_alsa_request_new_pad),
36712         (gst_alsa_fixate): Add fixate function.  (bug #136686)
36713         * ext/alsa/gstalsa.h:
36714         * ext/alsa/gstalsasink.c: (gst_alsa_sink_init):
36715
36716 2004-03-09  Benjamin Otte  <otte@gnome.org>
36717
36718         * ext/mikmod/gstmikmod.c: (gst_mikmod_init), (gst_mikmod_loop),
36719         (gst_mikmod_change_state):
36720         * ext/mikmod/gstmikmod.h:
36721           make mikmod's loop function not loop infinitely and call
36722           gst_element_yield anymore
36723         * gst/modplug/gstmodplug.cc:
36724           fix pad negotiation (fixes #136590)
36725
36726 2004-03-09  David Schleef  <ds@schleef.org>
36727
36728         * ext/lcs/Makefile.am:  Fix so that the lcs colorspace plugin
36729         doesn't conflict with the internal colorspace plugin.
36730         * gst-libs/gst/audio/make_filter:  Use `` instead of $() to
36731         satisfy the crappy-ass shell shipped by a certain vendor.
36732         * gst/videofilter/make_filter: same (bug #135299)
36733
36734 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36735
36736         * configure.ac: bump nano to 1
36737
36738 === release 0.7.6 ===
36739
36740 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36741
36742         * configure.in: releasing 0.7.6, "There"
36743
36744 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36745
36746         * pkgconfig/gstreamer-play-uninstalled.pc.in:
36747         * pkgconfig/gstreamer-play.pc.in:
36748           synchronize the two
36749
36750 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36751
36752         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_base_init),
36753         (cdparanoia_open), (cdparanoia_event):
36754           fix/add error handling
36755         * po/POTFILES.in:
36756           add cdparanoia source
36757         * tools/Makefile.am:
36758           make scripts executable
36759
36760 2004-03-09  Thomas Vander Stichele  <thomas at apestaart dot org>
36761
36762         * configure.ac:
36763         * ext/vorbis/Makefile.am:
36764         * sys/Makefile.am:
36765           remove id3types, vorbisfile and xvideosink from the build (#133783)
36766
36767 2004-03-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36768
36769         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
36770           Fix metadata read crash (#136537).
36771
36772 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36773
36774         * gst-libs/gst/media-info/media-info-priv.c: (gmi_set_mime):
36775         * gst-libs/gst/media-info/media-info.c: (gst_media_info_read):
36776           adding mime types, fixing the one-stop function
36777
36778 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36779
36780         * ext/nas/nassink.c and /ext/nas/nassink.h:
36781         More NAS love from Arwed von Merkatz
36782         So lets all sing 'Can you feel the NAS tonight'
36783
36784 2004-03-08  Christian Schaller <Uraeus@gnome.org>
36785
36786         * tools/gst-launch-ext.in:
36787         Replace vorbisfile with oggdemux/vorbisdec/audioconvert
36788
36789 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36790
36791         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_base_init),
36792         (gst_mpeg2dec_init):
36793         remove the user_data pad for now, because it is being used in
36794         fixating causing MPEG playback to fixate on 1000 Hz for playback.
36795         If someone knows how to fix this properly, please do.
36796
36797 2004-03-08  Thomas Vander Stichele  <thomas at apestaart dot org>
36798
36799         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36800         (gst_osssink_get_time):
36801         add a warning, IMO this won't get triggered anymore, remove later
36802
36803 2004-03-07  David Schleef  <ds@schleef.org>
36804
36805         * gst/qtdemux/qtdemux.c: (qtdemux_video_caps):  Added Cinepak
36806         format (bug #136470)
36807
36808 2004-03-07  Thomas Vander Stichele  <thomas at apestaart dot org>
36809
36810         * gst-libs/Makefile.am:
36811         * gst-libs/gst/media-info/Makefile.am:
36812         * gst-libs/gst/media-info/media-info-priv.c: (found_tag_callback),
36813         (error_callback), (gst_media_info_error_create),
36814         (gst_media_info_error_element), (gmip_init), (gmip_reset),
36815         (gmi_clear_decoder), (gmip_find_type_pre), (gmip_find_type):
36816         * gst-libs/gst/media-info/media-info-priv.h:
36817         * gst-libs/gst/media-info/media-info-test.c: (main):
36818         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
36819         (gst_media_info_class_init), (gst_media_info_instance_init),
36820         (gst_media_info_set_source), (gst_media_info_read_with_idler),
36821         (gst_media_info_read_idler), (gst_media_info_read):
36822         * gst-libs/gst/media-info/media-info.h:
36823         fixed, should work now
36824
36825 2004-03-07  Christian Schaller <Uraeus@gnome.org>
36826
36827         * ext/nas/nassink.c:
36828         A bunch of NAS fixes from Arwed von Merkatz
36829
36830 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36831
36832         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream),
36833         (qtdemux_parse_trak):
36834           Fix crash (j might be greater than n_samples, in which case we're
36835           writing outside the allocated space for the array) and memleak.
36836
36837 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36838
36839         * sys/oss/gstosssink.c: (gst_osssink_chain):
36840           And another caller that couldn't handle delay < 0 (unsigned
36841           integer overflow). Video now continues playing on an audio
36842           buffer underrun, and the clock continues working. Audio still
36843           stalls.
36844
36845 2004-03-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
36846
36847         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
36848         (gst_osssink_get_time):
36849           get_delay() may return values lower than 0. In those cases, we
36850           should not actually cast to *unsigned* int64, that will break
36851           stuff horribly. In my case, it screwed up A/V sync in movies
36852           in totem rather badly.
36853
36854 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36855
36856         * ext/faac/gstfaac.c: (gst_faac_chain):
36857         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
36858         * ext/libpng/gstpngenc.c: (user_write_data):
36859         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
36860         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
36861         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
36862         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36863         Fix several misuse of gst_buffer_merge (it doesn't take ownership
36864         of any buffer), should fix some leaks. I hope I didn't unref buffers
36865         that shouldn't be...
36866
36867 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36868
36869         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
36870         (deep_notify_callback), (tag_flag_score), (found_tag_callback),
36871         (error_callback), (gmi_reset), (gmi_seek_to_track),
36872         (gmi_get_decoder), (gmi_set_mime), (gmip_find_type_pre),
36873         (gmip_find_type_post), (gmip_find_stream_post),
36874         (gmip_find_track_streaminfo_post):
36875         * gst-libs/gst/media-info/media-info-priv.h:
36876         * gst-libs/gst/media-info/media-info-test.c: (print_tag),
36877         (info_print), (main):
36878         * gst-libs/gst/media-info/media-info.c:
36879         (gst_media_info_error_create), (gst_media_info_error_element),
36880         (gst_media_info_instance_init), (gst_media_info_get_property),
36881         (gst_media_info_new), (gst_media_info_set_source),
36882         (gst_media_info_read_idler), (gst_media_info_read):
36883         * gst-libs/gst/media-info/media-info.h:
36884           first pass at making this work again.  This seems to work on
36885           tagged ogg/vorbis and mp3 files.
36886
36887 2004-03-06  Benjamin Otte  <otte@gnome.org>
36888
36889         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
36890           fix huge leak: gst_buffer_merge doesn't unref the first argument
36891           itself.
36892
36893 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36894
36895         * ext/mad/gstmad.c: (gst_mad_class_init), (gst_mad_update_info):
36896           report layer/mode/emphasis
36897
36898 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36899
36900         * ext/mad/gstmad.c: (gst_mad_chain): fixed caps leak
36901
36902 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36903
36904         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_new):
36905           signal serial
36906
36907 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36908
36909         * ext/vorbis/vorbis.c: (plugin_init):
36910         * ext/vorbis/vorbisdec.c: (vorbis_dec_get_formats),
36911         (gst_vorbis_dec_init), (vorbis_dec_event):
36912         add debug category
36913         make vorbisdec handle _BYTE and _TIME queries
36914
36915 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36916
36917         * ext/mad/gstmad.c: (gst_mad_chain): send the average bitrate read
36918           from the xing header
36919
36920 2004-03-06  Benjamin Otte  <otte@gnome.org>
36921
36922         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_getcaps),
36923         (gst_audio_convert_link), (gst_audio_convert_change_state),
36924         (gst_audio_convert_buffer_from_default_format):
36925           do conversions from/to float correctly, fix some caps nego errors,
36926           export correct supported caps in template and getcaps, use correct
36927           caps in try_set_caps functions
36928
36929 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
36930
36931         For some reason, I only committed a ChangeLog entry yesterday and
36932         not the corresponding code...
36933         * ext/mad/gstmad.c: Fix detection of Xing headers
36934         * gst/tags/gstid3tag.c: Changes to support TLEN tags
36935
36936 2004-03-06  Benjamin Otte  <otte@gnome.org>
36937
36938         * ext/ogg/gstoggdemux.c: (gst_ogg_get_pad_by_pad),
36939         (gst_ogg_demux_src_query):
36940           make sure to handle the case where there's no current chain
36941           gracefully.
36942
36943 2004-03-05  David Schleef  <ds@schleef.org>
36944
36945         * ext/aalib/gstaasink.c: (gst_aasink_fixate), (gst_aasink_init):
36946         Add fixate function. (bug #131128)
36947         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_init),
36948         (gst_sdlvideosink_fixate):  Add fixate function.
36949         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
36950         Fix attempt to print a non-pointer using GST_PTR_FORMAT.
36951         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt):
36952         Fix missing break that was causing ulaw to be interpreted as
36953         raw int.
36954
36955 2004-03-05  David Schleef  <ds@schleef.org>
36956
36957         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice):
36958         Fix code that ignores return value of gst_buffer_merge().
36959         (bug #114560)
36960         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_descramble_segment):
36961         * gst/mpegstream/gstrfc2250enc.c: (gst_rfc2250_enc_add_slice): same
36962         * testsuite/gst-lint:  Check for above.
36963
36964 2004-03-05  David Schleef  <ds@schleef.org>
36965
36966         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):  Check for unfixed
36967         caps and throw an element error.  (bug #136334)
36968
36969 2004-03-05  David Schleef  <ds@schleef.org>
36970
36971         * ext/faad/gstfaad.c: (gst_faad_init), (gst_faad_srcgetcaps),
36972         (gst_faad_chain): Fix negotiation.
36973         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_handle_src_event): Add
36974         key and button events.
36975         * gst-libs/gst/floatcast/floatcast.h: Fix a minor bug in this
36976         dung heap of code.
36977         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in: gstgconf
36978         depends on gconf
36979         * gst-libs/gst/gconf/gstreamer-gconf.pc.in: same
36980         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
36981         (gst_play_video_fixate), (gst_play_audio_fixate): Add a fixate
36982         function to encourage better negotiation, particularly between
36983         audioconvert and osssink.
36984         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
36985         * gst/qtdemux/qtdemux.c: (qtdemux_parse_trak):  Make some debugging
36986         more important.
36987         * gst/typefind/gsttypefindfunctions.c:  Fix mistake in flash
36988         typefinding.
36989         * gst/vbidec/vbiscreen.c:  Add glib header
36990         * pkgconfig/gstreamer-play.pc.in:  Depends on gst-interfaces.
36991
36992 2004-03-06  Christophe Fergeau  <teuf@users.sourceforge.net>
36993
36994         * ext/mad/gstmad.c: Fix detection of Xing headers
36995         * gst/tags/gstid3tag.c: Changes to support TLEN tags
36996
36997 2004-03-06  Thomas Vander Stichele  <thomas at apestaart dot org>
36998
36999         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
37000         (gst_wavparse_pad_convert), (gst_wavparse_pad_query):
37001           debug updates
37002
37003 2004-03-06  Christophe Fergeau  <teuf@gnome.org>
37004
37005         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37006         * ext/mad/gstmad.c: (gst_mad_init), (is_xhead),
37007         (mpg123_parse_xing_header), (gst_mad_chain): parse Xing header in vbr
37008         files, and report the parsed length as a GST_TAG_DURATION tag.
37009         * gst/tags/gstid3tag.c: support TLEN (duration) tag
37010
37011 2004-03-05  Benjamin Otte  <otte@gnome.org>
37012
37013         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_channels):
37014           convert channels correctly. convert correctly to unsigned.
37015
37016 2004-03-05  Julien MOUTTE <julien@moutte.net>
37017
37018         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_change_state): Check if
37019         we have a window before clearing it.
37020
37021 2004-03-05  Julien MOUTTE <julien@moutte.net>
37022
37023         * sys/ximage/ximagesink.c: (gst_ximagesink_change_state): Check if we
37024         have a window before clearing it.
37025
37026 2004-03-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37027
37028         * gconf/gstreamer.schemas.in:
37029         * gst-libs/gst/gconf/Makefile.am:
37030           version installation path the same way as for 0.6
37031         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37032         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37033         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37034           remove comment that was fixed
37035
37036 2004-03-05  David Schleef  <ds@schleef.org>
37037
37038         * gst/qtdemux/qtdemux.c: (gst_qtdemux_get_src_formats),
37039         (gst_qtdemux_src_convert), (gst_qtdemux_get_src_query_types),
37040         (gst_qtdemux_get_event_mask), (gst_qtdemux_handle_src_query),
37041         (gst_qtdemux_handle_src_event), (gst_qtdemux_add_stream):
37042         Add prototype code for handling seeking and querying.
37043
37044 2004-03-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37045
37046         * examples/gstplay/player.c: (main):
37047           Initialize variables to NULL. Prevents a segfault because the
37048           (uninitialized) variable is not NULL, resulting in a crash on
37049           trying to reach error->message.
37050
37051 2004-03-05  Benjamin Otte  <otte@gnome.org>
37052
37053         * gst/audioconvert/gstaudioconvert.c:
37054         (gst_audio_convert_buffer_to_default_format):
37055         make float=>int conversion work correctly even in cornercases.
37056
37057 2004-03-04  David I. Lehn  <dlehn@users.sourceforge.net>
37058
37059         * debian/README.Debian:
37060         * debian/build-deps:
37061         * debian/changelog:
37062         * debian/control:
37063         * debian/control.in:
37064         * debian/copyright:
37065         * debian/gstreamer-a52dec.files:
37066         * debian/gstreamer-aa.files:
37067         * debian/gstreamer-alsa.files:
37068         * debian/gstreamer-alsa.manpages:
37069         * debian/gstreamer-arts.files:
37070         * debian/gstreamer-artsd.files:
37071         * debian/gstreamer-audiofile.files:
37072         * debian/gstreamer-avifile.files:
37073         * debian/gstreamer-cdparanoia.files:
37074         * debian/gstreamer-colorspace.files:
37075         * debian/gstreamer-doc.files:
37076         * debian/gstreamer-dv.files:
37077         * debian/gstreamer-dvd.files:
37078         * debian/gstreamer-esd.files:
37079         * debian/gstreamer-festival.files:
37080         * debian/gstreamer-flac.files:
37081         * debian/gstreamer-gconf.conffiles:
37082         * debian/gstreamer-gconf.files:
37083         * debian/gstreamer-gconf.postinst:
37084         * debian/gstreamer-gnomevfs.files:
37085         * debian/gstreamer-gsm.files:
37086         * debian/gstreamer-http.files:
37087         * debian/gstreamer-jack.files:
37088         * debian/gstreamer-jpeg.files:
37089         * debian/gstreamer-mad.files:
37090         * debian/gstreamer-mikmod.files:
37091         * debian/gstreamer-misc.files:
37092         * debian/gstreamer-mpeg2dec.files:
37093         * debian/gstreamer-oss.files:
37094         * debian/gstreamer-plugin-apps.files:
37095         * debian/gstreamer-plugin-apps.manpages:
37096         * debian/gstreamer-plugin-libs-dev.files:
37097         * debian/gstreamer-plugin-libs.files:
37098         * debian/gstreamer-plugin-template.postinst:
37099         * debian/gstreamer-plugin-template.postrm:
37100         * debian/gstreamer-sdl.files:
37101         * debian/gstreamer-sid.files:
37102         * debian/gstreamer-vorbis.files:
37103         * debian/gstreamer-x.files:
37104         * debian/mk.control:
37105         * debian/rules:
37106         Debian package info not maintained here.
37107
37108 2004-03-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37109
37110         * ext/aalib/gstaasink.c: (gst_aasink_class_init):
37111         * ext/cdaudio/gstcdaudio.c: (gst_cdaudio_class_init):
37112         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_class_init):
37113         * ext/divx/gstdivxenc.c: (gst_divxenc_class_init):
37114         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init):
37115         * ext/gsm/gstgsmenc.c: (gst_gsmenc_class_init):
37116         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_class_init):
37117         * ext/musicbrainz/gsttrm.c: (gst_musicbrainz_class_init):
37118         * ext/speex/gstspeexenc.c: (gst_speexenc_class_init):
37119         * ext/xvid/gstxvidenc.c: (gst_xvidenc_class_init):
37120         * gst-libs/gst/colorbalance/colorbalance.c:
37121         (gst_color_balance_class_init):
37122         * gst-libs/gst/colorbalance/colorbalancechannel.c:
37123         (gst_color_balance_channel_class_init):
37124         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init):
37125         * gst-libs/gst/play/play.c: (gst_play_class_init):
37126         * gst-libs/gst/propertyprobe/propertyprobe.c:
37127         (gst_property_probe_iface_init):
37128         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init):
37129         * gst-libs/gst/tuner/tunerchannel.c:
37130         (gst_tuner_channel_class_init):
37131         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init):
37132         * gst/cutter/gstcutter.c: (gst_cutter_class_init):
37133         * gst/effectv/gstvertigo.c: (gst_vertigotv_class_init):
37134         * sys/cdrom/gstcdplayer.c: (cdplayer_class_init):
37135         * sys/dxr3/dxr3spusink.c: (dxr3spusink_class_init):
37136         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_class_init):
37137         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_class_init):
37138         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init):
37139         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_class_init):
37140           fix signals to use - instead of _
37141         * ext/libcaca/gstcacasink.h:
37142         * ext/sdl/sdlvideosink.h:
37143           fix header rename
37144
37145 2004-03-04  David Schleef  <ds@schleef.org>
37146
37147         * testsuite/gst-lint:  Add a check for bad signal names.
37148
37149 2004-03-04  Stefan Kost <kost@imn.htwk-leipzig.de>
37150
37151         reviewed by David Schleef
37152
37153         * gst/videofilter/gstgamma.c: (gst_gamma_rgb32): Fix typo that
37154         modified the alpha channel and caused a warning. (bug #136192)
37155
37156 2004-04-03  Christian Schaller <Uraeus@gnome.org>
37157
37158         * gst-plugins.spec.in:
37159         Change names of plugins to actually be correct. Try to keep things
37160         alphabetical to avoid getting beat up by Thomas
37161
37162 2004-03-03  Julien MOUTTE <julien@moutte.net>
37163
37164         * gst-libs/gst/gconf/gconf.c: (gst_gconf_get_default_video_sink):
37165         Using ximagesink as a default if no gconf key found. We should
37166         probably consider using alsasink instead of osssink for the audio
37167         part.
37168
37169 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37170
37171         * configure.ac:
37172           fix --with-plugins, don't think it ever worked before
37173         * gst-plugins.spec.in:
37174           even more updates
37175
37176 2004-03-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37177
37178         * ext/sdl/sdlvideosink.h:
37179         * sys/ximage/ximagesink.h:
37180         * sys/xvideo/xvideosink.h:
37181         * sys/xvimage/xvimagesink.h:
37182           Fix for move of gstvideosink.h -> videosink.h.
37183
37184 2004-03-02  Thomas Vander Stichele  <thomas at apestaart dot org>
37185
37186         * gst-libs/gst/xwindowlistener/Makefile.am:
37187           this is a plugin library, not a library
37188
37189 2004-03-01  David Schleef  <ds@schleef.org>
37190
37191         * AUTHORS:  Added some names.  Add yourself if you're still
37192         missing.
37193
37194 2004-03-01  David Schleef  <ds@schleef.org>
37195
37196         * MAINTAINERS: Add
37197
37198 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37199
37200         * gst-plugins.spec.in: clean up spec file
37201
37202 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37203
37204         * gst-libs/gst/video/Makefile.am:
37205         * gst-libs/gst/video/gstvideosink.c:
37206         * gst-libs/gst/video/gstvideosink.h:
37207           rename gstvideosink.h to videosink.h to match other headers
37208         * gst/mixmatrix/Makefile.am:
37209           fix plugin filename
37210         * gst/tags/Makefile.am: fix plugin filename
37211
37212 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37213
37214         * gst/tags/Makefile.am: fix plugin filename
37215
37216 2004-03-01  Thomas Vander Stichele  <thomas at apestaart dot org>
37217
37218         * examples/gstplay/player.c: (got_time_tick), (main):
37219           add error handler
37220           display time_tick more readably
37221         * gst/mixmatrix/Makefile.am:
37222           fix plugin file name
37223
37224 2004-02-29  Christophe Fergeau  <teuf@gnome.org>
37225
37226         * sys/oss/gstosselement.c: (gst_osselement_probe),
37227         (device_combination_append), (gst_osselement_class_probe_devices):
37228         * sys/oss/gstosselement.h:
37229           Reworked enumeration of oss dsps and mixers so that gst-mixer works
37230           on my system using alsa oss emulation, fixes bug #135597
37231
37232 2004-02-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
37233
37234         * gst/videodrop/gstvideodrop.c: (gst_videodrop_init),
37235         (gst_videodrop_chain), (gst_videodrop_change_state):
37236         * gst/videodrop/gstvideodrop.h:
37237           Work based on timestamp of input data, not based on the expected
37238           framerate from the input. The consequence is that this element now
37239           not only scales framerates, but also functions as a framerate
37240           corrector or framerate stabilizer/constantizer.
37241
37242 2004-02-27  David Schleef  <ds@schleef.org>
37243
37244         patches from jmmv@menta.net (Julio M. Merino Vidal)
37245
37246         * gst/interleave/deinterleave.c: (deinterleave_chain): Fix
37247         GST_ELEMENT_ERROR call (bug #135634)
37248         * gst/interleave/interleave.c: (interleave_buffered_loop),
37249         (interleave_bytestream_loop): Don't use alloca() (bug #135640)
37250         * sys/cdrom/gstcdplayer_ioctl_bsd.h: Fix ioctls on NetBSD (bug #135645)
37251         * sys/oss/gstosssink.c: (gst_osssink_get_delay),
37252         (gst_osssink_chain): Fix ioctls on NetBSD. (bug #135644)
37253         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_sync_next_frame),
37254         (gst_v4lmjpegsrc_set_capture), (gst_v4lmjpegsrc_set_capture_m),
37255         (gst_v4lmjpegsrc_capture_init), (gst_v4lmjpegsrc_requeue_frame):
37256         Fix GST_ELEMENT_ERROR call.
37257         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_try_palette): Fix
37258         GST_ELEMENT_ERROR call.
37259
37260 2004-02-27  Benjamin Otte  <otte@gnome.org>
37261
37262         * gst-libs/gst/audio/audio.h:
37263           add macro to make sure header isn't included twice
37264         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_chunk):
37265           don't use gst_buffer_free
37266         * gst/playondemand/filter.func:
37267           don't use gst_data_free. Free data only once.
37268
37269 2004-02-26  David Schleef  <ds@schleef.org>
37270
37271         * gst-libs/gst/colorbalance/Makefile.am:
37272         * gst-libs/gst/mixer/Makefile.am:
37273         * gst-libs/gst/tuner/Makefile.am:
37274         * gst/level/Makefile.am: -marshal.[ch] and -enum.[ch] files
37275         should not be disted, -marshal.h files should not be installed,
37276         and -enum.h files _should_ be installed.  Fix to make this the
37277         case.
37278
37279 === release 0.7.5 ===
37280
37281 2004-02-26  Thomas Vander Stichele  <thomas at apestaart dot org>
37282
37283         * configure.ac: release 0.7.5, "Under The Sea"
37284
37285 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37286
37287         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link),
37288         (gst_audio_convert_change_state), (gst_audio_convert_get_buffer):
37289         * gst/videoscale/gstvideoscale.c:
37290         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
37291           assorted debug/warning fixes
37292
37293 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37294
37295         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
37296         (gst_videoscale_init), (gst_videoscale_chain),
37297         (gst_videoscale_set_property), (plugin_init):
37298         * gst/videoscale/gstvideoscale.h:
37299         * gst/videoscale/videoscale.c: (gst_videoscale_setup),
37300         (gst_videoscale_scale_rgb), (gst_videoscale_planar411),
37301         (gst_videoscale_planar400), (gst_videoscale_packed422),
37302         (gst_videoscale_packed422rev), (gst_videoscale_32bit),
37303         (gst_videoscale_24bit), (gst_videoscale_16bit),
37304         (gst_videoscale_bilinear), (gst_videoscale_bicubic),
37305         (gst_videoscale_scale_plane_slow),
37306         (gst_videoscale_scale_point_sample),
37307         (gst_videoscale_scale_nearest),
37308         (gst_videoscale_scale_nearest_str2),
37309         (gst_videoscale_scale_nearest_str4),
37310         (gst_videoscale_scale_nearest_32bit),
37311         (gst_videoscale_scale_nearest_24bit),
37312         (gst_videoscale_scale_nearest_16bit):
37313         add debugging category and use it properly
37314         fix use of GST_PTR_FORMAT
37315
37316 2004-02-25  Andy Wingo  <wingo@pobox.com>
37317
37318         * gst/interleave/interleave.c (interleave_buffered_loop): Always
37319         push only when channel->buffer is NULL. Prevents segfaults doing
37320         the state change after a nonlocal exit, like a scheme exception.
37321
37322         * gst/audioconvert/gstaudioconvert.c (gst_audio_convert_getcaps):
37323         Handle the case where the intersected caps is empty.
37324
37325 2004-02-25  Thomas Vander Stichele  <thomas at apestaart dot org>
37326
37327         * gst/law/mulaw-decode.c: (mulawdec_link):
37328         * gst/law/mulaw.c: (plugin_init):
37329           fix mulawdec so it actually works again
37330
37331 2004-02-24  Arwed v. Merkatz  <v.merkatz@gmx.net>
37332
37333         reviewed by: David Schleef  <ds@schleef.org>
37334
37335         * gst/videofilter/gstgamma.c: (gst_gamma_class_init),
37336         (gst_gamma_init), (gst_gamma_set_property),
37337         (gst_gamma_get_property), (gst_gamma_calculate_tables),
37338         (gst_gamma_rgb24), (gst_gamma_rgb32):  Adds gamma correction
37339         for RGB, with separate r g and b correction factors. (#131167)
37340
37341 2004-02-24  Thomas Vander Stichele  <thomas at apestaart dot org>
37342
37343         * ext/vorbis/vorbisdec.c: (vorbis_dec_chain):
37344           only signal tags for bitrate if they're > 0 (#134894)
37345
37346 2004-02-24  David Schleef  <ds@schleef.org>
37347
37348         * gst/qtdemux/qtdemux.c: (plugin_init), (gst_qtdemux_loop_header),
37349         (qtdemux_parse_moov), (qtdemux_parse), (qtdemux_node_dump_foreach),
37350         (qtdemux_dump_mvhd), (qtdemux_dump_tkhd), (qtdemux_dump_elst),
37351         (qtdemux_dump_mdhd), (qtdemux_dump_hdlr), (qtdemux_dump_vmhd),
37352         (qtdemux_dump_dref), (qtdemux_dump_stsd), (qtdemux_dump_stts),
37353         (qtdemux_dump_stss), (qtdemux_dump_stsc), (qtdemux_dump_stsz),
37354         (qtdemux_dump_stco), (qtdemux_dump_co64), (qtdemux_dump_dcom),
37355         (qtdemux_dump_cmvd), (qtdemux_parse_tree), (qtdemux_parse_trak):
37356         Cleanups.  Convert g_prints to GST_LOGs.  Add qtdemux debug
37357         category.  Attempt to fix timestamp calculation.
37358
37359 2004-02-24  Johan Dahlin  <johan@gnome.org>
37360
37361         * gst-libs/gst/gconf/gconf.c: Add \n to g_print error messages
37362
37363 2004-02-23  Thomas Vander Stichele  <thomas at apestaart dot org>
37364
37365         * configure.ac:
37366         * gconf/Makefile.am:
37367         * gconf/gstreamer.schemas:
37368         * gst-libs/gst/gconf/Makefile.am:
37369         * gst-libs/gst/gconf/gconf.c:
37370           version gconf schemas and install locations
37371
37372 2004-02-23  Benjamin Otte  <otte@gnome.org>
37373
37374         * ext/xine/xineinput.c: (gst_xine_input_dispose):
37375         (gst_xine_input_subclass_init):
37376           call parent dispose.
37377           change pad template for CD reader correctly
37378         * ext/xine/Makefile.am:
37379         * ext/xine/gstxine.h:
37380         * ext/xine/xine.c: (plugin_init):
37381         * ext/xine/xineaudiosink.c:
37382           wrap audio sinks, too
37383         * gst-libs/gst/resample/private.h:
37384         * gst-libs/gst/resample/resample.c: (gst_resample_init),
37385         (gst_resample_reinit), (gst_resample_scale),
37386         (gst_resample_nearest_s16), (gst_resample_bilinear_s16),
37387         (gst_resample_sinc_slow_s16), (gst_resample_sinc_s16),
37388         (gst_resample_sinc_ft_s16), (gst_resample_nearest_float),
37389         (gst_resample_bilinear_float), (gst_resample_sinc_slow_float),
37390         (gst_resample_sinc_float), (gst_resample_sinc_ft_float):
37391         * gst-libs/gst/resample/resample.h:
37392         * gst/audioscale/gstaudioscale.c: (gst_audioscale_method_get_type),
37393         (gst_audioscale_class_init), (gst_audioscale_link),
37394         (gst_audioscale_get_buffer), (gst_audioscale_init),
37395         (gst_audioscale_chain), (gst_audioscale_set_property),
37396         (gst_audioscale_get_property):
37397         * gst/audioscale/gstaudioscale.h:
37398           s/resample_*/gst_resample_*/i to not clobber namespaces
37399
37400 2004-02-23  Julien MOUTTE  <julien@moutte.net>
37401
37402         * gst-libs/gst/riff/riff-media.c: (gst_riff_create_video_caps),
37403         (gst_riff_create_audio_caps), (gst_riff_create_iavs_caps),
37404         (gst_riff_create_video_template_caps),
37405         (gst_riff_create_audio_template_caps),
37406         (gst_riff_create_iavs_template_caps):
37407         * gst-libs/gst/riff/riff-media.h:
37408         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_base_init),
37409         (gst_asf_demux_audio_caps), (gst_asf_demux_add_audio_stream),
37410         (gst_asf_demux_video_caps), (gst_asf_demux_add_video_stream):
37411         * gst/avi/gstavidemux.c: (gst_avi_demux_add_stream):
37412         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream),
37413         (gst_matroska_demux_video_caps), (gst_matroska_demux_audio_caps),
37414         (gst_matroska_demux_plugin_init): First batch implementing audio and
37415         video codec tags in demuxers.
37416
37417 2004-02-22  Benjamin Otte  <otte@gnome.org>
37418
37419         * ext/xine/Makefile.am:
37420         * ext/xine/gstxine.h:
37421         * ext/xine/xine.c: (plugin_init):
37422         * ext/xine/xineinput.c:
37423           add input plugin wrapper. Playback from files, http, mms and cdda
37424           works.
37425         * ext/xine/xineaudiodec.c: (gst_xine_audio_dec_chain):
37426           remove leftover G_GNUC_UNUSED
37427         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_stream),
37428         (gst_asf_demux_identify_guid):
37429           improve debugging output
37430
37431 2004-02-22  Benjamin Otte  <otte@gnome.org>
37432
37433         reported by: Padraig O'Briain <padraig.obriain@sun.com>
37434
37435         * autogen.sh:
37436           replace test -e with test -x for mkinstalldirs to be more portable.
37437           (fixes #134816)
37438
37439 2004-02-22  Benjamin Otte  <otte@gnome.org>
37440
37441         reported by: Stefan Kost <kost@imn.htwk-leipzig.de>
37442
37443         * gst/audioconvert/gstaudioconvert.c: (plugin_init):
37444           set rank to PRIMARY
37445         * gst/volume/gstvolume.c: (plugin_init):
37446           set rank to NONE
37447         fixes #134960
37448
37449 2004-02-22   Julio M. Merino Vidal <jmmv@menta.net>
37450
37451         reviewed by Benjamin Otte  <otte@gnome.org>
37452
37453         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
37454           escape NULL strings in GST_ELEMENT_ERROR properly (fixes #135116)
37455
37456 2004-02-22  Benjamin Otte  <otte@gnome.org>
37457
37458         * configure.ac:
37459           export [_]*{gst,Gst,GST}.* symbols from plugins
37460
37461 2004-02-22  Christophe Fergeau <teuf@gnome.org>
37462
37463         reviewed by: Benjamin Otte  <otte@gnome.org>
37464
37465         * ext/lame/gstlame.c: (add_one_tag):
37466         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37467         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_get_tag_value),
37468         (gst_vorbisenc_metadata_set1):
37469         * gst/tags/gstid3tag.c:
37470         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add):
37471           apply fixes from bugs #135042 (lame can't write tags) and #133817
37472           (add GST_ALBUM_VOLUME_{COUNT,NUMBER} tags)
37473
37474 2004-02-22 Ramon Garcia <ramon_garcia_f@yahoo.com>
37475
37476         * configure.ac: Export only gst_plugin_desc from plugins.
37477          Note that this change only makes any effect with Linux using libtool
37478          1.5.2 or higher. Otherwise it is silently ignored, but it would build
37479          fine. And don't try to have several versions of libtool in different
37480          directories.
37481
37482 2004-02-20  Andy Wingo  <wingo@pobox.com>
37483
37484         * gst/intfloat/, gst/oneton: Removed, replaced by audioconvert and
37485         interleave respectively.
37486
37487         * gst/interleave/deinterleave.c: New plugin: deinterleave
37488         (replaces on oneton).
37489         * gst/interleave/interleave.c: New plugin: interleave.
37490         * gst/interleave/plugin.h: Support file.
37491         * gst/interleave/plugin.c: Support file.
37492
37493         * configure.ac: Remove intfloat and oneton, add interleave.
37494
37495         * ext/sndfile/gstsf.c: Handle events better.
37496
37497         * gst/audioconvert/gstaudioconvert.c: Change to support int2float
37498         and float2int operation. int2float has scheduling problems as
37499         noted in in2float_chain.
37500
37501 2004-02-20  Benjamin Otte  <otte@gnome.org>
37502
37503         * ext/xine/Makefile.am:
37504         * ext/xine/gstxine.h:
37505         * ext/xine/xine.c:
37506         * ext/xine/xineaudiodec.c:
37507         * ext/xine/xinecaps.c:
37508           add first version of xine plugin wrapper. Currently only wraps the
37509           QDM2 win32 DLL, and even that only in proof-of-concept quality.
37510         * configure.ac:
37511         * ext/Makefile.am:
37512           add xine plugin wrapper, disabled by default. Use --enable-xine to
37513           build. Note that it'll segfault on gst-register if you don't remove
37514           the goom and tvtime post plugins from xine.
37515         * gst/qtdemux/qtdemux.c: (gst_qtdemux_handle_sink_event),
37516         (qtdemux_parse), (qtdemux_parse_trak), (qtdemux_audio_caps):
37517           add extradata parsing for QDM2.
37518           change around debugging prints.
37519
37520 2004-02-19  Benjamin Otte  <otte@gnome.org>
37521
37522         * ext/lame/gstlame.c: (gst_lame_chain):
37523         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
37524           use gst_tag_list_insert when you want to insert tags
37525
37526 2004-02-18  David Schleef  <ds@schleef.org>
37527
37528         * configure.ac:  Move massink to gst-rotten
37529         * ext/Makefile.am:
37530         * ext/mas/Makefile.am:
37531         * ext/mas/massink.c:
37532         * ext/mas/massink.h:
37533
37534 2004-02-18  David Schleef  <ds@schleef.org>
37535
37536         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init): Disable gdk_pixbuf
37537         typefinding, since it seems to be worse than nothing.
37538         * gst/typefind/gsttypefindfunctions.c: (qt_type_find):  Add ftyp
37539         atom to recognize .mp4 and .m4a files as video/quicktime.
37540
37541 2004-02-18  David Schleef  <ds@schleef.org>
37542
37543         * gst/sine/demo-dparams.c: (quit_live),
37544         (dynparm_log_value_changed), (dynparm_value_changed), (main):
37545         Use double dparams, not float.
37546         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37547         (gst_sinesrc_init): Change sync default to FALSE, since multiple
37548         sync'd elements don't really work correctly.
37549         * gst/volume/gstvolume.c: (volume_class_init), (volume_init),
37550         (volume_update_volume), (volume_get_property):  Change dparam
37551         to double.
37552
37553 2004-02-18  Julien MOUTTE  <julien@moutte.net>
37554
37555         * sys/ximage/ximagesink.c:
37556         (gst_ximagesink_xwindow_update_geometry),
37557         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37558         (gst_ximagesink_change_state), (gst_ximagesink_expose),
37559         (gst_ximagesink_init): Rework the way software video scaling works. So
37560         now we check on each chain call if the video frames are feeling the
37561         window. If not we try to renegotiate caps. On failure we memorize that
37562         and we won't try again for that PLAYING sessions.
37563         * sys/ximage/ximagesink.h: Adding a boolean to store the caps renego
37564         failure.
37565         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_init): initialize the
37566         synchronous flag.
37567
37568 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37569
37570         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup):
37571           break up _link so we can give a better debug message for errors
37572
37573 2004-02-18  Thomas Vander Stichele  <thomas at apestaart dot org>
37574
37575         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
37576           set up debug category
37577
37578 2004-02-18  Julien MOUTTE <julien@moutte.net>
37579
37580         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37581         (gst_ximagesink_handle_xevents), (gst_ximagesink_expose): Reorganizing
37582         the way renegotiation work. The event handling function is not taking
37583         care of external windows and renegotiate method check for pad flags
37584         NEGOTIATING. Should fix : #133209
37585
37586 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37587
37588         * sys/ximage/ximagesink.c: (gst_ximagesink_expose): Checking if the
37589         pad is negotiating before trying renegotiation.
37590
37591 2004-02-17  Thomas Vander Stichele  <thomas at apestaart dot org>
37592
37593         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
37594           pass on all possible mime types as typefind hints
37595
37596 2004-02-17  Julien MOUTTE <julien@moutte.net>
37597
37598         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new):
37599         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new): Fix a
37600         possible SHM leak if we crash. All other apps using XShm are doing
37601         that.
37602
37603 2004-02-17  Julien MOUTTE  <julien@moutte.net>
37604
37605         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
37606         (gst_ximagesink_expose): Renegotiate size on expose.
37607         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_expose): Update window
37608         size on expose.
37609
37610 2004-02-16  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37611
37612         * testsuite/alsa/sinesrc.c:
37613           cosmetic fix to fix compile issue with gcc 2.95.4
37614
37615 2004-02-16  Julien MOUTTE <julien@moutte.net>
37616
37617         * ext/alsa/gstalsa.c: (gst_alsa_open_audio),
37618         (gst_alsa_timestamp_to_bytes): Alsa should trigger an error if it
37619         failed opening the audio device.
37620         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
37621         (gst_ximagesink_ximage_destroy), (gst_ximagesink_ximage_put),
37622         (gst_ximagesink_xwindow_new), (gst_ximagesink_xwindow_destroy),
37623         (gst_ximagesink_xwindow_resize), (gst_ximagesink_xwindow_clear),
37624         (gst_ximagesink_renegotiate_size), (gst_ximagesink_handle_xevents),
37625         (gst_ximagesink_xcontext_get), (gst_ximagesink_xcontext_clear),
37626         (gst_ximagesink_change_state), (gst_ximagesink_chain),
37627         (gst_ximagesink_set_xwindow_id): Clearing window in READY TO PAUSED.
37628         Removing some useless g_return_if_fail like wingo suggested.
37629         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
37630         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xvimage_put),
37631         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
37632         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_xwindow_clear),
37633         (gst_xvimagesink_update_colorbalance),
37634         (gst_xvimagesink_handle_xevents), (gst_xvimagesink_xcontext_get),
37635         (gst_xvimagesink_xcontext_clear),
37636         (gst_xvimagesink_get_fourcc_from_caps),
37637         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
37638         (gst_xvimagesink_set_xwindow_id),
37639         (gst_xvimagesink_colorbalance_list_channels),
37640         (gst_xvimagesink_colorbalance_set_value),
37641         (gst_xvimagesink_colorbalance_get_value): Clearing window in READY TO
37642         PAUSED. Removing some useless g_return_if_fail like wingo suggested.
37643
37644 2004-02-16  Thomas Vander Stichele  <thomas at apestaart dot org>
37645
37646         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain):
37647           throw error when not negotiated instead of asserting
37648
37649 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37650
37651         * gst/switch/gstswitch.c: (gst_switch_loop): More fixes for
37652         correct data refcounting.
37653
37654 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37655
37656         * gst/switch/gstswitch.c: (gst_switch_change_state),
37657         (gst_switch_class_init): Cleaning the sinkpads correctly on state
37658         change, mostly the EOS flag.
37659
37660 2004-02-15  Julien MOUTTE  <julien@moutte.net>
37661
37662         * examples/gstplay/player.c: (got_eos), (main): Adding some
37663         output for debugging.
37664         * gst-libs/gst/play/play.c: (gst_play_state_change): Stop our
37665         timeouts if we go to any state different from PLAYING.
37666         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_seek): Fix some
37667         more EOS bugs in riff lib.
37668
37669 2004-02-14  Julien MOUTTE  <julien@moutte.net>
37670
37671         * gst-libs/gst/play/play.c: (gst_play_connect_visualization): Disable
37672         visualization until i find a way to fix switch correctly.
37673         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head): Fix a bug when
37674         EOS arrives.
37675         * gst/switch/gstswitch.c: (gst_switch_release_pad),
37676         (gst_switch_request_new_pad), (gst_switch_poll_sinkpads),
37677         (gst_switch_loop), (gst_switch_dispose), (gst_switch_class_init):
37678         Reworked switch to get a more correct behaviour with events and refing
37679         of data stored in sinkpads.
37680         * gst/switch/gstswitch.h: Adding an eos flag for every sinkpad so that
37681         we don't pull from a pad in EOS.
37682
37683 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37684
37685         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37686           remove v1 tag even if we can't read it (makes sure we don't detect
37687           it again)
37688
37689 2004-02-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37690
37691         * ext/alsa/gstalsa.c: (gst_alsa_pcm_wait),
37692         (gst_alsa_xrun_recovery):
37693         * ext/alsa/gstalsa.h:
37694           try xrun recovery when wait failed. Make xrun recovery function
37695           return TRUE/FALSE to indicate success. (might fix #134354)
37696
37697 2004-02-13  David Schleef  <ds@schleef.org>
37698
37699         * gst/sine/demo-dparams.c: (dynparm_log_value_changed),
37700         (dynparm_value_changed), (main): Convert from float to double.
37701         * gst/sine/gstsinesrc.c: (gst_sinesrc_init): same.
37702
37703 2004-02-13  David Schleef  <ds@schleef.org>
37704
37705         * gst/silence/gstsilence.c: (gst_silence_class_init),
37706         (gst_silence_set_clock), (gst_silence_get),
37707         (gst_silence_set_property), (gst_silence_get_property):
37708         * gst/silence/gstsilence.h: Add sync property.
37709         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
37710         (gst_sinesrc_init), (gst_sinesrc_set_clock), (gst_sinesrc_get),
37711         (gst_sinesrc_set_property), (gst_sinesrc_get_property):
37712         * gst/sine/gstsinesrc.h: Add sync property.
37713
37714 2004-02-13  David Schleef  <ds@schleef.org>
37715
37716         * gst/intfloat/gstint2float.c: (conv_f32_s16),
37717         (gst_int2float_chain_gint16):  Change stdint usage to glib types.
37718
37719 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37720
37721         * configure.ac:
37722         * ext/Makefile.am:
37723         * gst-libs/ext/Makefile.am:
37724           move ffmpeg plugin to gst-ffmpeg module
37725
37726 2004-02-13  Thomas Vander Stichele  <thomas at apestaart dot org>
37727
37728         * configure.ac: use GST_ARCH to detect architecture
37729
37730 2004-02-12  Julien MOUTTE  <julien@moutte.net>
37731
37732         * gst/vbidec/vbiscreen.c: Fixing thomasvs fixes. Missing header.
37733
37734 2004-02-12  Thomas Vander Stichele  <thomas at apestaart dot org>
37735
37736         * ext/ladspa/gstladspa.c: (gst_ladspa_base_init):
37737           classify LADSPA plugins based on number of src/sink pads
37738           (#133663, Stefan Kost)
37739         * gst/sine/gstsinesrc.c: (gst_sinesrc_init):
37740           fix dparams registration
37741           (#133528, Stefan Kost)
37742         * gst/vbidec/vbiscreen.c: (vbiscreen_set_current_cell):
37743           fix use of isprint and use g_ascii_isprint instead
37744           (#133316, Stefan Kost)
37745
37746 2004-02-11  David Schleef  <ds@schleef.org>
37747
37748         Convert a few inner loops to use liboil.  This is currently
37749         optional, and is only enabled if liboil is present (duh!).
37750         * configure.ac: Check for liboil-0.1
37751         * gst/intfloat/Makefile.am:
37752         * gst/intfloat/gstint2float.c: (conv_f32_s16), (scalarmult_f32),
37753         (gst_int2float_chain_gint16):
37754         * gst/videofilter/Makefile.am:
37755         * gst/videofilter/gstvideobalance.c: (gst_videobalance_class_init),
37756         (tablelookup_u8), (gst_videobalance_planar411):
37757         * gst/videotestsrc/Makefile.am:
37758         * gst/videotestsrc/gstvideotestsrc.c: (plugin_init):
37759         * gst/videotestsrc/videotestsrc.c: (splat_u8), (paint_hline_YUY2),
37760         (paint_hline_IYU2), (paint_hline_str4), (paint_hline_str3),
37761         (paint_hline_RGB565), (paint_hline_xRGB1555):
37762
37763 2004-02-11  David Schleef  <ds@schleef.org>
37764
37765         * ext/lcs/gstcolorspace.c: (colorspace_find_lcs_format),
37766         (gst_colorspace_caps_get_fourcc), (colorspace_setup_converter),
37767         (gst_colorspace_getcaps), (gst_colorspace_link),
37768         (gst_colorspace_base_init), (gst_colorspace_init),
37769         (gst_colorspace_chain), (gst_colorspace_change_state),
37770         (plugin_init): Merge Ronald's patch (bug #117897) and update
37771         for new caps and negotiation.  Seems to work, although it
37772         shows off bugs in lcs.
37773
37774 2004-02-11  David Schleef  <ds@schleef.org>
37775
37776         * ext/alsa/Makefile.am: Fix linking against libgstinterfaces.
37777         (bug #133886)  Noticed by bugs@leroutier.net (Stephane LOEUILLET)
37778
37779 2004-02-11  David Schleef  <ds@schleef.org>
37780
37781         * ext/librfb/gstrfbsrc.c: (gst_rfbsrc_class_init),
37782         (gst_rfbsrc_change_state), (gst_rfbsrc_init),
37783         (gst_rfbsrc_set_property), (gst_rfbsrc_get_property):
37784         Add server and port properties
37785
37786 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37787
37788         * m4/a52.m4:
37789         * m4/aalib.m4:
37790         * m4/as-ffmpeg.m4:
37791         * m4/as-liblame.m4:
37792         * m4/as-slurp-ffmpeg.m4:
37793         * m4/check-libheader.m4:
37794         * m4/esd.m4:
37795         * m4/freetype2.m4:
37796         * m4/gconf-2.m4:
37797         * m4/glib.m4:
37798         * m4/gst-alsa.m4:
37799         * m4/gst-artsc.m4:
37800         * m4/gst-ivorbis.m4:
37801         * m4/gst-matroska.m4:
37802         * m4/gst-sdl.m4:
37803         * m4/gst-shout2.m4:
37804         * m4/gst-sid.m4:
37805         * m4/gtk.m4:
37806         * m4/libdv.m4:
37807         * m4/libfame.m4:
37808         * m4/libmikmod.m4:
37809         * m4/ogg.m4:
37810         * m4/vorbis.m4:
37811           fix underquotedness of macros (#133800)
37812         * m4/as-avifile.m4:
37813         * m4/xmms.m4:
37814           removed because no longer used
37815
37816 2004-02-11  Thomas Vander Stichele  <thomas at apestaart dot org>
37817
37818         * configure.ac:
37819           require gettext 0.11.5 so ulonglong.m4 gets checked out and copied
37820           by autopoint (fixes #132996)
37821
37822 2004-02-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37823
37824         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_base_init):
37825         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_base_init):
37826         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_base_init):
37827         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_base_init):
37828           fix memleaks
37829
37830 2004-02-11  David Schleef  <ds@schleef.org>
37831
37832         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
37833         (gst_gdk_pixbuf_chain): Fix logic bug causing spurious errors.
37834         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_base_init),
37835         (gst_jpegdec_init), (gst_jpegdec_chain): Fix negotiation.
37836         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_base_init),
37837         (gst_jpegenc_class_init), (gst_jpegenc_init),
37838         (gst_jpegenc_getcaps), (gst_jpegenc_link), (gst_jpegenc_resync),
37839         (gst_jpegenc_chain), (gst_jpegenc_set_property),
37840         (gst_jpegenc_get_property):  Fix negotiation.  Add some properties.
37841         * ext/jpeg/gstjpegenc.h: Fix negotiation.
37842
37843 2004-02-10  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37844
37845         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
37846         (gst_mikmod_srcfixate), (gst_mikmod_srclink), (gst_mikmod_loop):
37847         * ext/mikmod/gstmikmod.h:
37848           fix caps negotiation in mikmod
37849         * ext/ogg/gstoggdemux.c: (gst_ogg_print):
37850           output debug information
37851
37852 2004-02-08  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37853
37854         * gst-libs/gst/colorbalance/Makefile.am:
37855         * gst-libs/gst/navigation/Makefile.am:
37856         * gst-libs/gst/xoverlay/Makefile.am:
37857           remove unused GST_OPT_CFLAGS from Makefiles
37858           include X_CFLAGS and X_LIBS in xoverlay. (#131948)
37859
37860 2004-02-07  David Schleef  <ds@schleef.org>
37861
37862         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_handle_event): Don't
37863         push events to pads that haven't been created (#133508)
37864
37865 2004-02-07  Jan Schmidt  <thaytan@mad.scientist.com>
37866
37867         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
37868         (gst_dvdec_sink_convert), (gst_dvdec_handle_sink_event),
37869         (gst_dvdec_video_getcaps), (gst_dvdec_video_link),
37870         (gst_dvdec_loop), (gst_dvdec_change_state):
37871         Second attempt at committing a working dvdec element.
37872
37873 2004-02-06  David Schleef  <ds@schleef.org>
37874
37875         Build fixes for OS X: (see #129600)
37876         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_strh),
37877         (gst_riff_read_strf_vids), (gst_riff_read_strf_auds),
37878         (gst_riff_read_strf_iavs):
37879         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
37880         (gst_avi_demux_stream_odml):
37881         * gst/playondemand/Makefile.am:
37882         * gst/rtp/rtp-packet.c:
37883
37884 2004-02-05  David Schleef  <ds@schleef.org>
37885
37886         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_loop): Revert
37887         last change, because it Just Doesn't Compile.
37888
37889 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37890
37891         * ext/mad/gstid3tag.c: (gst_id3_tag_chain):
37892           skip undecodable id3v2 tag instead of keeping it
37893
37894 2004-02-05  David Schleef  <ds@schleef.org>
37895
37896         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain):
37897         Unref leaked buffer.  (Noticed by Ronald)
37898
37899 2004-02-05  David I. Lehn  <dlehn@users.sourceforge.net>
37900
37901         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37902         Sync requires with other checks.  >= vs =.
37903
37904 2004-02-06  Jan Schmidt  <thaytan@mad.scientist.com>
37905
37906         * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_video_getcaps),
37907         (gst_dvdec_video_link), (gst_dvdec_loop):
37908         * ext/dv/gstdvdec.h:
37909           rework the caps negotiation so that dvdec works again instead
37910           of just segfaulting.
37911
37912 === release 0.7.4 ===
37913
37914 2004-02-06  Thomas Vander Stichele  <thomas at apestaart dot org>
37915
37916         * NEWS: GStreamer Plugins 0.7.4 "For Great Justice" released
37917         * configure.ac: changed for release
37918
37919 2004-02-05  Thomas Vander Stichele  <thomas at apestaart dot org>
37920
37921         * gst-libs/gst/gconf/gstreamer-gconf-uninstalled.pc.in:
37922         * pkgconfig/gstreamer-interfaces-uninstalled.pc.in:
37923         * pkgconfig/gstreamer-libs-uninstalled.pc.in:
37924         * pkgconfig/gstreamer-play-uninstalled.pc.in:
37925           reworked patch by David Lehn to fix libdir and includedir for
37926           uninstalled libraries
37927           removed play and gconf from gstreamer-libs since they have their
37928           own pkgconfig files
37929
37930 2004-02-04  David Schleef  <ds@schleef.org>
37931
37932         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt): Fix a caps
37933         memleak.
37934
37935 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37936
37937         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
37938           use correct GST_TAG_ENCODER tag
37939
37940 2004-02-05  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37941
37942         * ext/alsa/gstalsa.c: (gst_alsa_change_state):
37943           be sure to stop the clock when going to paused
37944         * sys/oss/gstosssink.c: (gst_osssink_change_state):
37945           reset number of transmitted when going to ready.
37946         fixes #132935
37947
37948 2004-02-05  Charles Schmidt <cschmidt2@emich.edu>
37949
37950         reviewed by Benjamin Otte
37951
37952         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
37953           extract track count (fixes #133410)
37954
37955 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
37956
37957         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
37958           that should be !=, not == (fixes #132519)
37959
37960 2004-02-04  David Schleef  <ds@schleef.org>
37961
37962         Make sure set_explicit_caps() is called before adding pad.
37963         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
37964         * gst/id3/gstid3types.c: (gst_id3types_loop):
37965         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
37966         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
37967
37968 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37969
37970         * configure.ac:
37971           bump nano to 2, first prerelease
37972           put back AM_PROG_LIBTOOL
37973
37974 2004-02-04  Thomas Vander Stichele  <thomas at apestaart dot org>
37975
37976         * testsuite/alsa/Makefile.am:
37977           these are user test apps, not automatic testsuite tests
37978
37979 2004-02-04  David Schleef  <ds@schleef.org>
37980
37981         Convert GST_DEBUG_CAPS() to GST_DEBUG():
37982         * gst/mpeg1videoparse/gstmp1videoparse.c:
37983         (mp1videoparse_parse_seq):
37984         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
37985         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
37986         * sys/xvideo/gstxwindow.c: (_gst_xwindow_new):
37987         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
37988         (gst_xvideosink_getcaps):
37989         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
37990         * testsuite/gst-lint: more tests
37991
37992 2004-02-04  David Schleef  <ds@schleef.org>
37993
37994         Replace use of GST_PAD_FORMATS_FUNCTION() and similar macros
37995         with the code that they would expand to.
37996         * ext/flac/gstflacdec.c: (gst_flacdec_get_src_formats),
37997         (gst_flacdec_get_src_query_types),
37998         (gst_flacdec_get_src_event_masks):
37999         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get_formats),
38000         (gst_gnomevfssrc_get_query_types),
38001         (gst_gnomevfssrc_get_event_mask):
38002
38003 2004-02-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38004
38005         * gst/sine/gstsinesrc.c: (gst_sinesrc_class_init),
38006         (gst_sinesrc_dispose):
38007           fix memleak by properly disposing sinesrc
38008
38009 2004-02-04  Julien MOUTTE  <julien@moutte.net>
38010
38011         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_expose):
38012         * gst-libs/gst/xoverlay/xoverlay.h: Adding the _expose method to tell
38013         an overlay to redraw the image because it has been exposed.
38014         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_destroy),
38015         (gst_ximagesink_ximage_put), (gst_ximagesink_expose),
38016         (gst_ximagesink_xoverlay_init), (gst_ximagesink_init):
38017         * sys/ximage/ximagesink.h: Implement expose method from XOverlay
38018         interface
38019         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_destroy),
38020         (gst_xvimagesink_xvimage_put), (gst_xvimagesink_expose),
38021         (gst_xvimagesink_xoverlay_init), (gst_xvimagesink_init):
38022         * sys/xvimage/xvimagesink.h: Implement expose method from XOverlay
38023         interface
38024
38025 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38026
38027         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_type_find):
38028           more memleak fixage
38029
38030 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38031
38032         * ext/gdk_pixbuf/gstgdkpixbuf.c: (plugin_init):
38033         * gst/typefind/gsttypefindfunctions.c:
38034           fix memleaks shown by gst-typefind
38035
38036 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38037
38038         * common/glib-gen.mak:
38039           add hack rule to touch .Plo files
38040         * gst-libs/gst/colorbalance/Makefile.am:
38041         * gst-libs/gst/mixer/Makefile.am:
38042         * gst-libs/gst/play/Makefile.am:
38043         * gst-libs/gst/tuner/Makefile.am:
38044           remove glib_root variable
38045
38046 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38047
38048         * gst/qtdemux/qtdemux.c: (gst_qtdemux_add_stream):
38049           set explicit caps before adding the element, so the autopluggers can
38050           plug correctly.
38051         * gst/typefind/gsttypefindfunctions.c: (mp3_type_find),
38052         (mpeg2_sys_type_find), (mpeg1_sys_type_find),
38053         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38054         (dv_type_find):
38055           fix memleaks in typefind functions. gst_type_find_suggest takes a const
38056           argument.
38057
38058 2004-02-03  Thomas Vander Stichele  <thomas at apestaart dot org>
38059
38060         * gst-libs/gst/colorbalance/Makefile.am:
38061         * gst-libs/gst/colorbalance/colorbalance-marshal.list:
38062         * gst-libs/gst/colorbalance/colorbalance.c:
38063         * gst-libs/gst/colorbalance/colorbalance.h:
38064         * gst-libs/gst/colorbalance/colorbalancemarshal.list:
38065         * gst-libs/gst/mixer/Makefile.am:
38066         * gst-libs/gst/mixer/mixer-marshal.list:
38067         * gst-libs/gst/mixer/mixer.c:
38068         * gst-libs/gst/mixer/mixer.h:
38069         * gst-libs/gst/mixer/mixermarshal.list:
38070         * gst-libs/gst/play/Makefile.am:
38071         * gst-libs/gst/play/play.h:
38072         * gst-libs/gst/tuner/Makefile.am:
38073         * gst-libs/gst/tuner/tuner-marshal.list:
38074         * gst-libs/gst/tuner/tuner.c:
38075         * gst-libs/gst/tuner/tuner.h:
38076         * gst-libs/gst/tuner/tunermarshal.list:
38077           use new glib-gen.mak snippet to clean up Makefile.am
38078           fix various bugs in Makefile.am's
38079
38080 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38081
38082         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38083           handle chain parsing correctly in the multichain case
38084         * ext/theora/theoradec.c: (gst_theora_dec_init), (_theora_ilog),
38085         (theora_dec_from_granulepos), (theora_dec_to_granulepos),
38086         (theora_dec_src_query), (theora_dec_src_event), (theora_dec_event),
38087         (theora_dec_chain):
38088           handle events and queries correctly
38089
38090 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38091
38092         * .cvsignore:
38093         Ignore generated file _stdint.h.
38094
38095 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38096
38097         * gst-libs/gst/colorbalance/Makefile.am:
38098         * gst-libs/gst/colorbalance/colorbalance.h:
38099         * gst-libs/gst/mixer/Makefile.am:
38100         * gst-libs/gst/mixer/mixer.h:
38101         * gst-libs/gst/play/Makefile.am:
38102         * gst-libs/gst/play/play.h:
38103         * gst-libs/gst/tuner/Makefile.am:
38104         * gst-libs/gst/tuner/tuner.h:
38105         Generate enum type code with glib-mkenums.
38106         * gst-libs/gst/colorbalance/.cvsignore:
38107         * gst-libs/gst/mixer/.cvsignore:
38108         * gst-libs/gst/play/.cvsignore:
38109         * gst-libs/gst/tuner/.cvsignore:
38110         Ignore generated files.
38111
38112 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38113
38114         * gst-libs/gst/audio/.cvsignore:
38115         Ignore generated file.
38116         * gst-libs/gst/audio/Makefile.am:
38117         Do not install example filter.
38118
38119 2004-02-03  David I. Lehn  <dlehn@users.sourceforge.net>
38120
38121         * examples/switch/.cvsignore:
38122         Ignore generated file.
38123
38124 2004-02-03  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38125
38126         * common/m4/ax_create_stdint_h.m4:
38127         * configure.ac:
38128           add AX_CREATE_STDINT_H to get correct type definitions for a52dec in
38129           _stdint.h.
38130         * Makefile.am:
38131           remove generated _stdint.h in DISTCLEANFILES
38132         * ext/a52dec/gsta52dec.c:
38133           include _stdint.h for a52dec. (should fix #133064)
38134
38135 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38136
38137         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_add),
38138         (gst_tag_to_vorbis_comments):
38139         Add replaygain support to vorbistag
38140
38141 2004-02-02  Jeremy Simon  <jesimon@libertysurf.fr>
38142         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38143         (gst_ffmpeg_caps_to_extradata):
38144           Fix SVQ3 caps flag properties
38145           Use glib macro for bytes swap
38146
38147 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38148
38149         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
38150         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
38151         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
38152         * ext/sndfile/gstsf.c: (plugin_init):
38153         * gst/avi/gstavi.c: (plugin_init):
38154         * sys/dxr3/dxr3init.c: (plugin_init):
38155         * sys/oss/gstossaudio.c: (plugin_init):
38156         * sys/v4l/gstv4l.c: (plugin_init):
38157         * sys/v4l2/gstv4l2.c: (plugin_init):
38158           remove textdomain calls
38159         * po/nl.po:
38160           update Dutch translation
38161
38162 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38163
38164         * gst-libs/gst/play/play.c: (gst_play_pipeline_setup),
38165         (gst_play_set_audio_sink): Moving volume in the audio thread for
38166         instantaneous volume change. Maybe i will add another volume in front
38167         of visualization later, not sure yet though.
38168
38169 2004-02-02  Julien MOUTTE  <julien@moutte.net>
38170
38171         * sys/ximage/ximagesink.c: (gst_ximagesink_renegotiate_size),
38172         (gst_ximagesink_handle_xevents): Better X events handling, only take
38173         the latest events for configure and motion.
38174         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents): same.
38175
38176 2004-02-02  Jon Trowbridge  <trow@gnu.org>
38177
38178         reviewed by: David Schleef  <ds@schleef.org>
38179
38180         Fix memory leaks:
38181         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):
38182         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_register):
38183
38184 2004-02-02  David Schleef  <ds@schleef.org>
38185
38186         code cleanup.  Change bzero() to memset().  Remove duplicate ; at ends
38187         of lines.
38188         * ext/cdparanoia/gstcdparanoia.c: (cdparanoia_event):
38189         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38190         * ext/xvid/gstxviddec.c: (gst_xviddec_src_link):
38191         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
38192         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_chain):
38193         * gst/effectv/gstedge.c: (gst_edgetv_sinkconnect):
38194         * gst/effectv/gstvertigo.c: (gst_vertigotv_sinkconnect):
38195         * gst/intfloat/float22int.c: (gst_float2_2_int_getcaps),
38196         (gst_float2_2_int_link):
38197         * gst/mpeg2sub/gstmpeg2subt.c: (gst_mpeg2subt_chain_subtitle):
38198         * gst/rtjpeg/RTjpeg.c: (RTjpeg_init_mcompress):
38199         * gst/tcp/gsttcpsink.c: (gst_tcpsink_init_send):
38200         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_init_receive):
38201         * gst/udp/gstudpsink.c: (gst_udpsink_init_send):
38202         * gst/udp/gstudpsrc.c: (gst_udpsrc_init_receive):
38203         * sys/v4l/gstv4lelement.c: (gst_v4lelement_init):
38204         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_set_capture):
38205         * testsuite/gst-lint: Add tests for bzero and ;;
38206
38207 2004-02-02  David Schleef  <ds@schleef.org>
38208
38209         * gst/debug/efence.c: Add fallback if MAP_ANONYMOUS isn't defined.
38210
38211 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38212
38213         * ext/aalib/gstaasink.c: (gst_aasink_open):
38214         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
38215         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38216         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
38217         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
38218         (gst_afsink_close_file):
38219         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
38220         (gst_afsrc_close_file):
38221         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38222         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38223         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
38224         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
38225         * ext/esd/esdmon.c: (gst_esdmon_get):
38226         * ext/esd/esdsink.c: (gst_esdsink_chain), (gst_esdsink_open_audio):
38227         * ext/faac/gstfaac.c: (gst_faac_chain):
38228         * ext/faad/gstfaad.c: (gst_faad_chain):
38229         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
38230         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
38231         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
38232         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
38233         (gst_flacdec_loop):
38234         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
38235         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
38236         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
38237         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
38238         (gst_gnomevfssink_close_file):
38239         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
38240         (gst_gnomevfssrc_open_file):
38241         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
38242         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
38243         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
38244         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
38245         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
38246         * ext/mad/gstmad.c: (gst_mad_chain):
38247         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
38248         * ext/mpeg2dec/gstmpeg2dec.c:
38249         * ext/mpeg2enc/gstmpeg2enc.cc:
38250         * ext/mplex/gstmplex.cc:
38251         * ext/mplex/gstmplexibitstream.cc:
38252         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
38253         (gst_ogg_demux_push):
38254         * ext/raw1394/gstdv1394src.c:
38255         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
38256         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
38257         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
38258         (gst_sf_loop):
38259         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
38260         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop):
38261         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
38262         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
38263         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
38264         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
38265         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
38266         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
38267         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38268         (gst_riff_read_element_data), (gst_riff_read_seek),
38269         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
38270         * gst/adder/gstadder.c: (gst_adder_loop):
38271         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
38272         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
38273         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
38274         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
38275         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
38276         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
38277         * gst/goom/gstgoom.c: (gst_goom_chain):
38278         * gst/id3/gstid3types.c: (gst_id3types_loop):
38279         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38280         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
38281         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
38282         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38283         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
38284         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
38285         (gst_ebml_read_float), (gst_ebml_read_header):
38286         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
38287         (gst_matroska_demux_parse_blockgroup):
38288         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
38289         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
38290         * gst/oneton/gstoneton.c: (gst_oneton_chain):
38291         * gst/silence/gstsilence.c: (gst_silence_get):
38292         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
38293         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
38294         * gst/speed/gstspeed.c: (speed_loop):
38295         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
38296         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
38297         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
38298         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
38299         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
38300         (gst_wavparse_loop):
38301         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
38302         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
38303         (dxr3audiosink_close):
38304         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
38305         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
38306         (dxr3videosink_close), (dxr3videosink_write_data):
38307         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
38308         * sys/oss/gstosssink.c: (gst_osssink_chain):
38309         * sys/oss/gstosssrc.c: (gst_osssrc_get):
38310         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
38311         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
38312         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
38313         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay),
38314         (gst_v4l_set_window), (gst_v4l_enable_overlay):
38315         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
38316         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
38317         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
38318         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
38319         (gst_v4l_set_audio):
38320         * sys/v4l/v4l_calls.h:
38321         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
38322         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
38323         (gst_v4lmjpegsink_playback_init),
38324         (gst_v4lmjpegsink_playback_start):
38325         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame):
38326         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
38327         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
38328         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
38329         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
38330         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
38331         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
38332         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
38333         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
38334         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
38335         (gst_v4l2_get_output), (gst_v4l2_set_output),
38336         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
38337         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
38338         (gst_v4l2_set_attribute):
38339         * sys/v4l2/v4l2_calls.h:
38340         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
38341         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
38342         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
38343         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
38344         (gst_v4l2src_capture_stop):
38345         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
38346         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
38347         (gst_ximagesink_chain):
38348         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
38349         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
38350         (gst_xvideosink_xwindow_new):
38351         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38352         (gst_xvimagesink_chain):
38353
38354 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38355
38356         * gst/volume/gstvolume.c: (gst_volume_set_volume),
38357         (gst_volume_get_volume), (volume_class_init), (volume_init),
38358         (volume_chain_int16), (volume_update_volume):
38359         * gst/volume/gstvolume.h:
38360           make code more readable by removing magic numbers
38361           make mixer interface export 0-100 range
38362           make it internally map to 0.0-1.0 range so users don't distort
38363           output by putting the sliders at full volume
38364
38365 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38366
38367         * gst-libs/gst/play/play.c: (gst_play_tick_callback),
38368         (gst_play_state_change), (gst_play_seek_to_time):
38369         block the tick callback for 0.5 secs after doing a seek
38370
38371 2004-02-02  Thomas Vander Stichele  <thomas at apestaart dot org>
38372
38373         * gst-libs/gst/play/play.c: (gst_play_new):
38374           check for GError
38375
38376 2004-02-01  Julien MOUTTE  <julien@moutte.net>
38377
38378         * gst-libs/gst/play/play.c: (gst_play_seek_to_time),
38379         (gst_play_new): Accepting NULL GError, blocking time tick while seeking.
38380         * sys/ximage/ximagesink.c: (gst_ximagesink_sink_link),
38381         (gst_ximagesink_chain), (gst_ximagesink_init): s/sinkconnect/sink_link
38382         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sink_link),
38383         (gst_xvimagesink_chain), (gst_xvimagesink_init): s/sinkconnect/sink_link
38384
38385 2004-02-01  Thomas Vander Stichele  <thomas at apestaart dot org>
38386
38387         * configure.ac:
38388         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38389           check for a function added in vorbis 1.1
38390
38391 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38392
38393         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start),
38394         (gst_alsa_drain_audio), (gst_alsa_stop_audio):
38395           really start/stop clock only on PLAYING <=> PAUSED
38396         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
38397           remove \n from debugging lines
38398         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain):
38399           make it work when seeking does not
38400         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38401           reset on DISCONT
38402
38403 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38404
38405         * ext/alsa/gstalsa.c: (gst_alsa_change_state), (gst_alsa_start):
38406           start clock on PAUSED=>PLAYING, not later
38407         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
38408           extract correct time for different discont formats
38409         (gst_alsa_sink_get_time):
38410           don't segfault when no format is negotiated yet, just return 0
38411         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38412         (gst_ogg_demux_handle_event), (gst_ogg_demux_push),
38413         (gst_ogg_pad_push):
38414           handle flush and discont events correctly
38415         * ext/vorbis/vorbisdec.c: (vorbis_dec_event), (vorbis_dec_chain):
38416           handle discont events correctly
38417
38418 2004-01-31  Thomas Vander Stichele  <thomas at apestaart dot org>
38419
38420         * gst-libs/gst/play/play.c: (gst_play_error_quark),
38421         (gst_play_error_create), (gst_play_error_plugin),
38422         (gst_play_pipeline_setup), (gst_play_init), (gst_play_new):
38423         * gst-libs/gst/play/play.h:
38424           add error handling during creation
38425         * examples/gstplay/player.c: (main):
38426           use new gst_play_new
38427
38428
38429 2004-01-31  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38430
38431         * ext/theora/theoradec.c: (theora_dec_chain):
38432           make comments work
38433         * ext/vorbis/vorbisdec.c: (vorbis_dec_src_query),
38434         (vorbis_dec_src_event), (vorbis_dec_chain):
38435           add encoder tag, fix tag reading to be more error tolerant, change
38436           BITRATE to NOMINAL_BITRATE, add debugging, don't unref events after
38437           gst_pad_event_default.
38438         * gst/tags/gstvorbistag.c:
38439         (gst_tag_list_from_vorbiscomment_buffer):
38440           undefine function specific define at end of function
38441
38442 2004-01-31  Jeremy Simon  <jesimon@libertysurf.fr>
38443
38444         * ext/flac/gstflac.c: (plugin_init):
38445         * ext/flac/gstflacdec.c: (gst_flacdec_class_init):
38446         * ext/flac/gstflacdec.h:
38447         * ext/flac/gstflacenc.h:
38448           Fix typos
38449
38450 2004-01-30  David I. Lehn  <dlehn@users.sourceforge.net>
38451
38452         * examples/gstplay/player.c: s/gstplay.h/play.h/
38453
38454 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38455
38456         * gst-libs/gst/play/Makefile.am:
38457         * gst-libs/gst/play/gstplay.c:
38458         * gst-libs/gst/play/gstplay.h:
38459         * gst-libs/gst/play/play.c:
38460           more surgery, operation complete
38461
38462 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38463
38464         * gst-libs/gst/play/play.old.c:
38465         * gst-libs/gst/play/play.old.h:
38466           after CVS surgery by moving, remove
38467         * gst-libs/gst/play/playpipelines.c:
38468           remove
38469
38470         * gst/intfloat/float22int.c: (gst_float2_2_int_chain):
38471           add negotiation error
38472
38473 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38474
38475         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_event),
38476         (gst_ogg_demux_push):
38477           add some seeking debug info
38478           send a flush when seeking
38479
38480 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38481
38482         * configure.ac:
38483           use AC_C_INLINE
38484         * configure.ac:
38485         * ext/Makefile.am:
38486         * ext/theora/Makefile.am:
38487         * ext/theora/theoradec.c:
38488           add theora video decoder. Does just do simple decoding for now and
38489           has been tested against Theora cvs only. It only works when theora
38490           is compiled with --enable-static.
38491         * ext/vorbis/vorbisdec.c: (vorbis_dec_event):
38492           always reset packetno on DISCONT
38493
38494 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38495
38496         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
38497           Fix audio.
38498
38499 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38500
38501         * gst/mpegaudioparse/gstmpegaudioparse.c:
38502         (mp3_type_frame_length_from_header):
38503           Fix header parsing - stolen from ffmpeg (thank you! :) ).
38504
38505 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38506
38507         * ext/esd/esdsink.c: (gst_esdsink_init):
38508           Since we have static pad template caps, we don't need to negotiate;
38509           either the core errors out or we know the format.
38510
38511 2004-01-30  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38512
38513         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
38514         (gst_riff_read_seek):
38515         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
38516         (gst_ebml_read_seek):
38517           Fix event handling.
38518
38519 2004-01-30  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38520
38521         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
38522           removee video/x-theora from vp3 decoder, it doesn't handle raw
38523           theora streams
38524         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_init):
38525           fix bug with finalizing element that never went to PAUSED
38526         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_src_query):
38527           length and position queries were swapped
38528         * ext/vorbis/vorbisdec.c: (gst_vorbis_dec_init),
38529         (vorbis_dec_from_granulepos), (vorbis_dec_src_query),
38530         (vorbis_dec_src_event):
38531           implement querying time and bytes
38532
38533 2004-01-30  Thomas Vander Stichele  <thomas at apestaart dot org>
38534
38535         * just about every source file:
38536           gst_element_error -> GST_ELEMENT_ERROR
38537
38538 2004-01-29  Julien MOUTTE  <julien@moutte.net>
38539
38540         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_get): Fixing seeking
38541         emiting FLUSH and even before DISCONT.
38542         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): Fix seeking to
38543         get the best instant seeking as possible yay!
38544
38545 2004-01-29  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38546
38547         * gst/mpeg1videoparse/gstmp1videoparse.c:
38548         (gst_mp1videoparse_real_chain):
38549           Committed wrong version last week... Grr... Didn't notice until now.
38550
38551 2004-01-29  Julien MOUTTE <julien@moutte.net>
38552
38553         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new):
38554         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_new): Emit the
38555         have_xwindow_id signal in xwindow_create.
38556
38557 2004-01-29  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38558
38559         * ext/ogg/gstoggdemux.c:
38560           lots of changes - mainly support for chained bitstreams, seeking,
38561           querying and bugfixes of course
38562         * ext/vorbis/Makefile.am:
38563         * ext/vorbis/vorbisdec.c:
38564         * ext/vorbis/vorbisdec.h:
38565           add vorbisdec raw vorbis decoder
38566         * ext/vorbis/vorbis.c: (plugin_init):
38567           register vorbisdec as PRIMARY, vorbisfile as SECONDARY
38568         * gst/intfloat/Makefile.am:
38569         * gst/intfloat/float22int.c:
38570         * gst/intfloat/float22int.h:
38571         * gst/intfloat/gstintfloatconvert.c: (plugin_init):
38572           add float2intnew plugin. It converts multichannel interleaved float to
38573           multichannel interleaved int. The name should probably be changed.
38574         * gst/typefind/gsttypefindfunctions.c: (theora_type_find),
38575         (plugin_init):
38576           add typefinding for raw theora video so oggdemux can detect it.
38577
38578 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38579
38580         * gst-libs/gst/play/gstplay.c: (gst_play_seek_to_time): seek on video
38581         sink element first.
38582         * gst/videoscale/gstvideoscale.c:
38583         (gst_videoscale_handle_src_event): Fixing src event handler.
38584
38585 2004-01-28  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38586
38587         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_class_init), (gst_v4lsrc_init),
38588         (gst_v4lsrc_open), (gst_v4lsrc_close),
38589         (gst_v4lsrc_palette_to_caps), (gst_v4lsrc_srcconnect),
38590         (gst_v4lsrc_getcaps), (gst_v4lsrc_set_clock):
38591         * sys/v4l/gstv4lsrc.h:
38592         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_capture_start),
38593         (gst_v4lsrc_grab_frame), (gst_v4lsrc_capture_stop):
38594           Implement resizing... Hack. But that's why v4l is b0rked...
38595
38596 2004-01-28  Julien MOUTTE <julien@moutte.net>
38597
38598         * sys/ximage/ximagesink.c: (gst_ximagesink_check_xshm_calls),
38599         (gst_ximagesink_ximage_new), (gst_ximagesink_ximage_destroy),
38600         (gst_ximagesink_ximage_put), (gst_ximagesink_xwindow_new),
38601         (gst_ximagesink_xwindow_destroy):
38602         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_check_xshm_calls),
38603         (gst_xvimagesink_xvimage_new), (gst_xvimagesink_xvimage_destroy),
38604         (gst_xvimagesink_xwindow_new), (gst_xvimagesink_xwindow_destroy),
38605         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_get_xv_support),
38606         (gst_xvimagesink_xcontext_get): Removing some useless debugs messages,
38607         correctly cleaning the image created to check xshm calls on succes,
38608         added a lot of XSync calls in X11 functions, and fixed a segfault when
38609         no image format was defined before negotiation happened.
38610
38611 2004-01-28  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38612
38613         * ext/alsa/gstalsa.c: (gst_alsa_query_func):
38614           use gst_element_get_time to get correct time
38615
38616 2004-01-28  Julien MOUTTE  <julien@moutte.net>
38617
38618         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xerror),
38619         (gst_ximagesink_check_xshm_calls), (gst_ximagesink_ximage_destroy),
38620         (gst_ximagesink_xcontext_get), (gst_ximagesink_class_init):
38621         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xerror),
38622         (gst_xvimagesink_check_xshm_calls),
38623         (gst_xvimagesink_xvimage_destroy), (gst_xvimagesink_xcontext_get): Our
38624         X plugins are now able to detect that XShm calls will fail even if the
38625         server claims that it has XShm support (remote displays most of the
38626         time). We then log the error as a GST_DEBUG and set use_shm to FALSE
38627         so that we use non XShm functions. This feature is almost useless for
38628         xvimagesink as Xv is not supported on remote displays anyway, but
38629         it might happen than even on the local display XShm calls fail.
38630
38631 2004-01-27  David Schleef  <ds@schleef.org>
38632
38633         * ext/esd/esdsink.c: (gst_esdsink_class_init), (gst_esdsink_init),
38634         (gst_esdsink_link), (gst_esdsink_get_time), (gst_esdsink_chain),
38635         (gst_esdsink_change_state):  Fix sync issues in esdsink.  Also
38636         changed esdsink to only use 44100,16,2, since esd sucks at rate
38637         conversion and esdsink has had difficulty negotiating.
38638
38639 2004-01-27  Julien MOUTTE <julien@moutte.net>
38640
38641         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback),
38642         (gst_play_seek_to_time): Fixing the way to get current position.
38643
38644 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38645
38646         * sys/oss/gstosssink.c: (gst_osssink_sink_query):
38647           use gst_element_get_time to get correct time
38648
38649 2004-01-27  Julien MOUTTE <julien@moutte.net>
38650
38651         * gst-libs/gst/play/gstplay.c: (gst_play_set_location): The easiest
38652         fix ever... Inverting 2 lines of code make spider autoplug correctly
38653         tagged mp3 !
38654
38655 2004-01-27  David Schleef  <ds@schleef.org>
38656
38657         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
38658         Use gst_pad_try_set_caps_nonfixed().
38659
38660 2004-01-27  David Schleef  <ds@schleef.org>
38661
38662         * gst/ac3parse/gstac3parse.c: update to checklist 5
38663         * gst/adder/gstadder.c: rewrite negotiation.  update to checklist 5
38664         * gst/audioconvert/gstaudioconvert.c: update to checklist 5
38665         * gst/audioscale/gstaudioscale.c: same
38666         * gst/auparse/gstauparse.c: same
38667         * gst/avi/gstavidemux.c: same
38668
38669 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38670
38671         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_handle_sink_event):
38672           stop processing after EOS
38673
38674 2004-01-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38675
38676         * gst/asfdemux/asfheaders.h:
38677         * gst/asfdemux/gstasfdemux.c:
38678         * gst/asfdemux/gstasfmux.c: (gst_asfmux_put_guid),
38679         (gst_asfmux_put_string), (gst_asfmux_put_wav_header),
38680         (gst_asfmux_put_vid_header), (gst_asfmux_put_bmp_header):
38681           lot's of fixes to make data extraction simpler and get the code
38682           architecture and compiler independant. Add debugging category
38683         * gst/goom/gstgoom.c: (gst_goom_change_state):
38684           reset channel count on PAUSED=>READY, not READY=>PAUSED
38685
38686 2004-01-26  Colin Walters  <walters@verbum.org>
38687
38688         * ext/gnomevfs/gstgnomevfssrc.c (gst_gnomevfssrc_get): Remove ugly
38689         code to pull a bigger buffer in iradio mode.  This as a side effect
38690         makes typefinding work.
38691
38692 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38693
38694         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38695         Fix SVQ3 decoding on PPC
38696
38697 2004-01-26  Julien MOUTTE <julien@moutte.net>
38698
38699         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain): Dunno how
38700         that one managed to stay there... Fixed.
38701
38702 2004-01-26  Jeremy Simon  <jesimon@libertysurf.fr>
38703
38704         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),
38705         (gst_ffmpeg_caps_to_extradata), (gst_ffmpeg_caps_to_pixfmt):
38706         * gst/qtdemux/qtdemux.c: (plugin_init), (qtdemux_parse_trak),
38707         (qtdemux_video_caps):
38708         * gst/qtdemux/qtdemux.h:
38709         Add SVQ3 specific flags to qtdemux and ffmpeg
38710
38711 2004-01-26  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38712
38713         * gst-libs/gst/audio/audio.h:
38714           remove buffer-frames from audio caps
38715         * gst/audioconvert/gstaudioconvert.c:
38716           fix plugin to really work.
38717
38718 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38719
38720         * gst-libs/gst/mixer/mixer.c:
38721         * gst-libs/gst/propertyprobe/propertyprobe.c:
38722         * gst-libs/gst/tuner/tuner.c: (gst_tuner_find_norm_by_name),
38723         (gst_tuner_find_channel_by_name):
38724         * gst-libs/gst/tuner/tuner.h:
38725           Add gtk-doc style comments. Also fix a function name.
38726
38727 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38728
38729         * ext/divx/gstdivxdec.c: (gst_divxdec_init),
38730         (gst_divxdec_negotiate):
38731           Fix for new capsnego - also fixes gst-player with divxdec.
38732
38733 2004-01-25  Julien MOUTTE  <julien@moutte.net>
38734
38735         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38736         (gst_play_identity_handoff), (gst_play_set_location),
38737         (gst_play_set_visualization), (gst_play_connect_visualization): Another
38738         try in visualization implementation. Still have an issue with switch
38739         blocking when pulling from video_queue and only audio comes out of
38740         spider.
38741         * gst/switch/gstswitch.c: (gst_switch_release_pad),
38742         (gst_switch_poll_sinkpads), (gst_switch_class_init): Implementing pad
38743         release method. And check if the pad is usable before pulling.
38744
38745 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38746
38747         * gst/videofilter/gstvideobalance.c: (gst_videobalance_dispose),
38748         (gst_videobalance_init),
38749         (gst_videobalance_colorbalance_list_channels),
38750         (gst_videobalance_colorbalance_set_value),
38751         (gst_videobalance_colorbalance_get_value),
38752         (gst_videobalance_update_properties),
38753         (gst_videobalance_update_tables_planar411),
38754         (gst_videobalance_planar411):
38755         * gst/videofilter/gstvideobalance.h:
38756           Implement lookup-tables. +/- 10x faster.
38757
38758 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38759
38760         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38761         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38762           The index reading was broken. The rest worked fine, but the whole
38763           goal of my rewrite was to make avidemux readable, and this was
38764           not at all readable. Please use typed variables.
38765
38766 2004-01-25  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38767
38768         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38769           Additional pad usability check.
38770         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
38771         (mp1videoparse_find_next_gop), (gst_mp1videoparse_time_code),
38772         (gst_mp1videoparse_real_chain):
38773           Fix MPEG video stream parsing. The original plugin had several
38774           issues, including not timestamping streams where the source was
38775           not timestamped (this happens with PTS values in mpeg system
38776           streams, but MPEG video is also a valid stream on its own so
38777           that needs timestamps too). We use the display time code for that
38778           for now. Also, if one incoming buffer contains multiple valid
38779           frames, we push them all on correctly now, including proper EOS
38780           handling. Lastly, several potential segfaults were fixed, and we
38781           properly sync on new sequence/gop headers to include them in next,
38782           not previous frames (since they're header for the next frame, not
38783           the previous). Also see #119206.
38784         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_chain),
38785         (bpf_from_header):
38786           Move caps setting so we only do it after finding several valid
38787           MPEG-1 fraes sequentially, not right after the first one (which
38788           might be coincidental).
38789         * gst/typefind/gsttypefindfunctions.c: (mpeg1_sys_type_find),
38790         (mpeg_video_type_find), (mpeg_video_stream_type_find),
38791         (plugin_init):
38792           Add unsynced MPEG video stream typefinding, and change some
38793           probability values so we detect streams rightly. The idea is as
38794           follows: I can have an unsynced system stream which contains
38795           video. In the current code, I would randomly get a type for either
38796           system or video stream type found, because the probabilities are
38797           being calculated rather randomly. I now use fixed values, so we
38798           always prefer system stream if that was found (and that is how it
38799           should be). If no system stream was found, we can still identity                the stream as video-only.
38800
38801 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38802
38803         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_avih),
38804         (gst_avi_demux_stream_odml), (gst_avi_demux_stream_index):
38805           don't write to buffer. Extract data without the need of
38806           __attribute__ ((packed))
38807
38808 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38809
38810         * gst/typefind/gsttypefindfunctions.c: (mpeg1_parse_header),
38811         (mpeg1_sys_type_find):
38812           Fix MPEG-1 stream typefinding.
38813
38814 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38815
38816         * gst/typefind/gsttypefindfunctions.c: (mpeg2_sys_type_find):
38817           Fix typefinding for MPEG-1 system streams, similar to MPEG-2.
38818
38819 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38820
38821         * ext/esd/esdsink.c: (gst_esdsink_open_audio):
38822         * ext/esd/gstesd.c: (plugin_init):
38823           private debugging, better error reporting
38824
38825 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38826
38827         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_class_init),
38828         (gst_riff_read_init), (gst_riff_read_change_state):
38829         * gst-libs/gst/riff/riff-read.h:
38830           Remove stuff fromold metadata system.
38831
38832 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38833
38834         * ext/ogg/gstoggdemux.c:
38835           Fix wrong file comment.
38836         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_info):
38837         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_header):
38838           Add metadata reading properly.
38839
38840 2004-01-23  Thomas Vander Stichele  <thomas at apestaart dot org>
38841
38842         * ext/Makefile.am:
38843           Fix nas DIST_SUBDIRS
38844           Uraeus:
38845           Fix bug where make distcheck doesn't get run on adding stuff to
38846           the build.
38847
38848 2004-01-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38849
38850         * ext/divx/gstdivxdec.c: (gst_divxdec_init), (gst_divxdec_setup):
38851         * ext/divx/gstdivxdec.h:
38852           Fix divx3 ("msmpeg4") playback using divxdec.
38853
38854 2004-01-23  Benjamin Otte  <in7y118@public.uni-hamburg.de>
38855
38856         * gst/typefind/gsttypefindfunctions.c:
38857         (mp3_type_frame_length_from_header): fix bug in length computation
38858         (mp3_type_find): improve debugging output
38859
38860 2004-01-23  Julien MOUTTE  <julien@moutte.net>
38861
38862         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
38863         (gst_play_set_location), (gst_play_seek_to_time),
38864         (gst_play_set_audio_sink), (gst_play_set_visualization),
38865         (gst_play_connect_visualization), (gst_play_get_sink_element): Reworked
38866         the pipeline from scratch. Visualization is back and switch went out as
38867         i realized it was not possible to use the way i wanted.
38868         * sys/ximage/ximagesink.c: (gst_ximagesink_imagepool_clear),
38869         (gst_ximagesink_change_state), (gst_ximagesink_dispose): Move xcontext
38870         clearing in state change from READY to NULL. So that one can clean the
38871         X ressources keeping the element.
38872         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
38873         (gst_xvimagesink_imagepool_clear), (gst_xvimagesink_change_state),
38874         (gst_xvimagesink_colorbalance_set_value),
38875         (gst_xvimagesink_colorbalance_get_value),
38876         (gst_xvimagesink_set_property), (gst_xvimagesink_dispose),
38877         (gst_xvimagesink_init): Same xcontext cleaning than ximagesink in state
38878         change from READY to NULL and fixed some stupid bugs in colorbalance
38879         get/set values. Also added the following feature : when nobody tries to
38880         set some values to the colorbalance levels before the xcontext is
38881         grabbed, then when creating channels list from Xv attributes we set the
38882         internal values to the Xv defaults. This way we handle buggy Xv drivers
38883         that set default hue values far from the middle of the range (Thanks
38884         to Jon Trowbridge for pointing that issue).
38885         * sys/xvimage/xvimagesink.h: Adding a cb_changed boolean to know if
38886         colorbalance levels have been set before xcontext is grabbed.
38887
38888 2004-01-22  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38889
38890         * sys/oss/gstosselement.c: (gst_osselement_class_probe_devices):
38891           Fix the ossmixer case where we shouldn't open /dev/dsp* because
38892           it might block operations (which is bad for a mixer).
38893
38894 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38895
38896         * gst-libs/gst/media-info/media-info-priv.c: (have_type_callback),
38897         (deep_notify_callback), (gmi_set_decoder), (gmi_clear_decoder),
38898         (gmip_find_type_pre):
38899         * gst-libs/gst/media-info/media-info-priv.h:
38900         * gst-libs/gst/media-info/media-info.c:
38901         (gst_media_info_instance_init), (gst_media_info_read_idler):
38902         add fakesink to get caps on decoder src pad again
38903         fix callback prototype to match new have_type signal signature
38904
38905 2004-01-22  Thomas Vander Stichele  <thomas at apestaart dot org>
38906
38907         * gst/adder/gstadder.c: (gst_adder_link):
38908           fix non-compile and cut-n-paste code
38909
38910 2004-01-21  David Schleef  <ds@schleef.org>
38911
38912         * ext/swfdec/gstswfdec.c: (gst_swfdec_video_getcaps),
38913         (gst_swfdec_video_link), (copy_image), (gst_swfdec_loop),
38914         (gst_swfdec_init), (gst_swfdec_change_state):
38915         * ext/swfdec/gstswfdec.h:
38916         Fix negotiation.
38917         * gst/adder/gstadder.c: (gst_adder_link), (gst_adder_init),
38918         (gst_adder_request_new_pad): Fix negotiation.
38919         * gst/goom/gstgoom.c: (gst_goom_init), (gst_goom_src_fixate):
38920         Add a fixate function.
38921         * gst/intfloat/gstfloat2int.c:
38922         * gst/intfloat/gstfloat2int.h:
38923         * gst/intfloat/gstint2float.c:
38924         * gst/intfloat/gstint2float.h:
38925         Completely rewrite the negotiation.  Doesn't quite work yet,
38926         due to some buffer-frames problem.
38927
38928 2004-01-21  Thomas Vander Stichele  <thomas at apestaart dot org>
38929
38930         * ext/gnomevfs/gstgnomevfssrc.c:
38931         * sys/v4l2/v4l2_calls.h:
38932           fix includes for distcheck
38933
38934 2004-01-21  Christian Schaller <uraeus@gnome.org>
38935
38936         * ext/nas/
38937         Add libnas (network audio system) plugin, patch from Arwed von Merkatz
38938         based on earlier patch from Laurent Vivier
38939
38940 2004-01-20  Jeremy Simon  <jesimon@libertysurf.fr>
38941
38942         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_caps_to_extradata):
38943         Fix wma caps property
38944         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_audio_caps):
38945         Fix typo (flags1 and flags2)
38946
38947 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38948
38949         * gst-libs/gst/media-info/media-info-priv.c:
38950         (deep_notify_callback), (gmi_seek_to_track), (gmi_get_decoder),
38951         (gmip_find_type_pre), (gmip_find_type), (gmip_find_stream_post),
38952         (gmip_find_stream), (gmip_find_track_metadata),
38953         (gmip_find_track_streaminfo_post), (gmip_find_track_streaminfo),
38954         (gmip_find_track_format):
38955         * gst-libs/gst/media-info/media-info-priv.h:
38956         * gst-libs/gst/media-info/media-info-test.c: (main):
38957         * gst-libs/gst/media-info/media-info.c: (gst_media_info_init),
38958         (gst_media_info_read_idler), (gst_media_info_read):
38959         * gst-libs/gst/media-info/media-info.h:
38960           register debugging category and use it for debugging
38961
38962 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38963
38964         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_update_streaminfo),
38965         (gst_vorbisfile_new_link):
38966           signal streaminfo through tags
38967
38968 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38969
38970         * ext/mplex/gstmplex.cc:
38971         * ext/mplex/gstmplexibitstream.cc:
38972           g++ doesn't like NULL in our i18n/error macros, should be
38973           either (NULL) or ("").
38974
38975 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38976
38977         * sys/dxr3/dxr3audiosink.c:
38978         * sys/dxr3/dxr3init.c:
38979         * sys/dxr3/dxr3spusink.c: (dxr3spusink_close):
38980         * sys/dxr3/dxr3videosink.c: (dxr3videosink_close):
38981           Fix more error error error errors (missing includes here).
38982
38983 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38984
38985         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
38986           fix thomas' error errors.
38987
38988 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
38989
38990         * ext/mpeg2enc/gstmpeg2enc.cc:
38991           fix error errors.
38992
38993 2004-01-20  Ronald Bultje  <rbultje@ronald.bitfreak.net>
38994
38995         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
38996         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
38997           Fix for new error system.
38998
38999 2004-01-20  Thomas Vander Stichele  <thomas at apestaart dot org>
39000
39001         * ext/divx/gstdivxenc.c: (gst_divxenc_setup), (gst_divxenc_chain):
39002           fix for new error reporting
39003
39004 2004-01-20  David Schleef  <ds@schleef.org>
39005
39006         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
39007         (gst_ximagesink_xcontext_get), (gst_ximagesink_getcaps),
39008         (gst_ximagesink_set_xwindow_id): Change to using a framerate
39009         of [1,100] instead of [0,MAX], since 0 isn't handled correctly,
39010         and neither is 100+, most likely.
39011         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support),
39012         (gst_xvimagesink_getcaps): same
39013
39014 2004-01-19  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39015
39016         * configure.ac:
39017           Up version requirement to 2.0.3 (not yet released) to avoid symbol
39018           clashes with ffmpeg.
39019
39020 2004-01-20  Julien MOUTTE  <julien@moutte.net>
39021
39022         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39023         (gst_switch_init): Fixed switch element : proxying link and setting
39024         caps from src to sink on request.
39025
39026 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39027
39028         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_overlay):
39029         * sys/v4l2/v4l2-overlay_calls.c: (gst_v4l2_set_display),
39030         (gst_v4l2_set_window), (gst_v4l2_enable_overlay):
39031         fix element_error
39032
39033 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39034
39035         * sys/v4l/v4l_calls.h:
39036         * sys/v4l2/v4l2_calls.h:
39037           element_error fixes
39038
39039 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39040
39041         * gst-libs/gst/gst-i18n-plugin.h:
39042           add locale.h
39043           remove config.h inclusion
39044
39045 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39046
39047         * autogen.sh:
39048           adding autopoint invocation
39049         * Makefile.am:
39050         * configure.ac:
39051         * gst-libs/gst/gettext.h:
39052           adding gettext bits
39053         * ext/audiofile/gstafsink.c: (gst_afsink_plugin_init):
39054         * ext/audiofile/gstafsrc.c: (gst_afsrc_plugin_init):
39055         * ext/gnomevfs/gstgnomevfs.c: (plugin_init):
39056         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39057         (gst_gnomevfssink_close_file):
39058         * ext/gnomevfs/gstgnomevfssrc.c: (gst_gnomevfssrc_open_file):
39059         * ext/sndfile/gstsf.c: (gst_sf_loop), (plugin_init):
39060         * gst-libs/gst/gst-i18n-plugin.h:
39061         * gst/avi/gstavi.c: (plugin_init):
39062         * sys/dxr3/dxr3init.c: (plugin_init):
39063         * sys/dxr3/dxr3videosink.c: (dxr3videosink_write_data):
39064         * sys/oss/gstossaudio.c: (plugin_init):
39065         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39066         * sys/v4l/gstv4l.c: (plugin_init):
39067         * sys/v4l/v4l_calls.c: (gst_v4l_open):
39068         * sys/v4l2/gstv4l2.c: (plugin_init):
39069         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39070         (gst_v4l2_fill_lists), (gst_v4l2_get_norm), (gst_v4l2_set_norm),
39071         (gst_v4l2_get_input), (gst_v4l2_set_input), (gst_v4l2_get_output),
39072         (gst_v4l2_set_output), (gst_v4l2_get_frequency),
39073         (gst_v4l2_set_frequency), (gst_v4l2_signal_strength),
39074         (gst_v4l2_get_attribute), (gst_v4l2_set_attribute):
39075           make sure locale and translation domain are set
39076           fix translated strings
39077         * po/.cvsignore:
39078         * po/LINGUAS:
39079         * po/Makevars:
39080         * po/POTFILES.in:
39081         * po/nl.po:
39082           put translation files into place
39083         * sys/xvideo/imagetest.c: (main):
39084         * ext/dv/demo-play.c: (main):
39085           fix unnecessary translations
39086
39087 2004-01-19  Thomas Vander Stichele  <thomas (at) apestaart (dot) org>
39088
39089         * ext/sndfile/gstsf.c:
39090         * gst/avi/gstavimux.c:
39091         * ext/audiofile/gstafsink.c:
39092         * ext/audiofile/gstafsrc.c:
39093         * ext/gnomevfs/gstgnomevfssink.c:
39094         * ext/gnomevfs/gstgnomevfssrc.c:
39095         * sys/oss/gstosselement.c:
39096         * sys/v4l/v4l_calls.h:
39097           fix i18n include
39098
39099 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39100
39101         * sys/v4l2/v4l2_calls.c: (gst_v4l2_get_capabilities),
39102         (gst_v4l2_fill_lists), (gst_v4l2_open), (gst_v4l2_get_norm),
39103         (gst_v4l2_set_norm), (gst_v4l2_get_input), (gst_v4l2_set_input),
39104         (gst_v4l2_get_output), (gst_v4l2_set_output),
39105         (gst_v4l2_get_frequency), (gst_v4l2_set_frequency),
39106         (gst_v4l2_signal_strength), (gst_v4l2_get_attribute),
39107         (gst_v4l2_set_attribute):
39108         update to new error handling
39109
39110 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39111
39112         * ext/sidplay/gstsiddec.cc:
39113         * gst/modplug/gstmodplug.cc:
39114           parenthese NULL because C++ seems angry about it
39115
39116 2004-01-19  Thomas Vander Stichele  <thomas at apestaart dot org>
39117
39118         * gst-libs/gst/gst-i18n-plugin.h:
39119           add skeleton i18n stuff, but needs to be further implemented
39120
39121 2004-01-18  Thomas Vander Stichele  <thomas at apestaart dot org>
39122
39123         * examples/gstplay/player.c: (main):
39124         * ext/aalib/gstaasink.c: (gst_aasink_open):
39125         * ext/alsa/gstalsa.c: (gst_alsa_link), (gst_alsa_xrun_recovery):
39126         * ext/alsa/gstalsasink.c: (gst_alsa_sink_loop):
39127         * ext/alsa/gstalsasrc.c: (gst_alsa_src_loop):
39128         * ext/audiofile/gstafsink.c: (gst_afsink_open_file),
39129         (gst_afsink_close_file):
39130         * ext/audiofile/gstafsrc.c: (gst_afsrc_open_file),
39131         (gst_afsrc_close_file):
39132         * ext/divx/gstdivxdec.c: (gst_divxdec_setup), (gst_divxdec_chain):
39133         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
39134         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_user_op), (dvdnavsrc_get):
39135         * ext/esd/esdmon.c: (gst_esdmon_get):
39136         * ext/esd/esdsink.c: (gst_esdsink_chain):
39137         * ext/faac/gstfaac.c: (gst_faac_chain):
39138         * ext/faad/gstfaad.c: (gst_faad_chain):
39139         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_chain):
39140         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
39141         * ext/ffmpeg/gstffmpegmux.c: (gst_ffmpegmux_loop):
39142         * ext/flac/gstflacdec.c: (gst_flacdec_error_callback),
39143         (gst_flacdec_loop):
39144         * ext/flac/gstflacenc.c: (gst_flacenc_chain):
39145         * ext/flac/gstflactag.c: (gst_flac_tag_chain):
39146         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_chain):
39147         * ext/gnomevfs/gstgnomevfssink.c: (gst_gnomevfssink_open_file),
39148         (gst_gnomevfssink_close_file):
39149         * ext/gnomevfs/gstgnomevfssrc.c: (audiocast_init),
39150         (gst_gnomevfssrc_open_file):
39151         * ext/ivorbis/vorbisfile.c: (gst_ivorbisfile_loop):
39152         * ext/lame/gstlame.c: (gst_lame_sink_link), (gst_lame_chain):
39153         * ext/lcs/gstcolorspace.c: (gst_colorspace_srcconnect_func):
39154         * ext/mad/gstid3tag.c: (gst_id3_tag_handle_event),
39155         (gst_id3_tag_do_typefind), (gst_id3_tag_chain):
39156         * ext/mad/gstmad.c: (gst_mad_chain):
39157         * ext/mikmod/gstmikmod.c: (gst_mikmod_loop):
39158         * ext/mpeg2dec/gstmpeg2dec.c:
39159         * ext/mpeg2enc/gstmpeg2enc.cc:
39160         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39161         * ext/mplex/gstmplex.cc:
39162         * ext/mplex/gstmplexibitstream.cc:
39163         * ext/ogg/gstoggdemux.c: (gst_ogg_demux_chain),
39164         (gst_ogg_demux_push), (gst_ogg_pad_push):
39165         * ext/raw1394/gstdv1394src.c:
39166         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_lock),
39167         (gst_sdlvideosink_initsdl), (gst_sdlvideosink_create):
39168         * ext/sidplay/gstsiddec.cc:
39169         * ext/sndfile/gstsf.c: (gst_sf_open_file), (gst_sf_close_file),
39170         (gst_sf_loop):
39171         * ext/speex/gstspeexenc.c: (gst_speexenc_chain):
39172         * ext/tarkin/gsttarkindec.c: (gst_tarkindec_chain):
39173         * ext/tarkin/gsttarkinenc.c: (gst_tarkinenc_chain):
39174         * ext/vorbis/vorbisenc.c: (gst_vorbisenc_chain):
39175         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_loop):
39176         * ext/xvid/gstxviddec.c: (gst_xviddec_setup), (gst_xviddec_chain):
39177         * ext/xvid/gstxvidenc.c: (gst_xvidenc_setup), (gst_xvidenc_chain):
39178         * gst-libs/gst/Makefile.am:
39179         * gst-libs/gst/riff/riff-read.c: (gst_riff_peek_head),
39180         (gst_riff_read_element_data), (gst_riff_read_seek),
39181         (gst_riff_peek_list), (gst_riff_read_list), (gst_riff_read_header):
39182         * gst/adder/gstadder.c: (gst_adder_parse_caps), (gst_adder_loop):
39183         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_process_segment),
39184         (gst_asf_demux_process_stream), (gst_asf_demux_get_stream):
39185         * gst/avi/gstavidemux.c: (gst_avi_demux_stream_init),
39186         (gst_avi_demux_add_stream), (gst_avi_demux_stream_header):
39187         * gst/avi/gstavimux.c: (gst_avimux_stop_file):
39188         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39189         * gst/goom/gstgoom.c: (gst_goom_chain):
39190         * gst/id3/gstid3types.c: (gst_id3types_loop):
39191         * gst/intfloat/gstfloat2int.c: (gst_float2int_loop):
39192         * gst/intfloat/gstint2float.c: (gst_int2float_chain_gint16):
39193         * gst/matroska/ebml-read.c: (gst_ebml_read_element_id),
39194         (gst_ebml_read_element_length), (gst_ebml_read_element_data),
39195         (gst_ebml_read_seek), (gst_ebml_read_uint), (gst_ebml_read_sint),
39196         (gst_ebml_read_float), (gst_ebml_read_header):
39197         * gst/matroska/matroska-demux.c: (gst_matroska_demux_init_stream),
39198         (gst_matroska_demux_parse_blockgroup):
39199         * gst/modplug/gstmodplug.cc:
39200         * gst/monoscope/gstmonoscope.c: (gst_monoscope_chain):
39201         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
39202         * gst/oneton/gstoneton.c: (gst_oneton_chain):
39203         * gst/silence/gstsilence.c: (gst_silence_get):
39204         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39205         * gst/smpte/gstsmpte.c: (gst_smpte_loop):
39206         * gst/speed/gstspeed.c: (speed_loop):
39207         * gst/tags/gstvorbistag.c: (gst_vorbis_tag_chain):
39208         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39209         * gst/volenv/gstvolenv.c: (gst_volenv_chain):
39210         * gst/wavenc/gstwavenc.c: (gst_wavenc_chain):
39211         * gst/wavparse/gstwavparse.c: (gst_wavparse_parse_fmt),
39212         (gst_wavparse_loop):
39213         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_open),
39214         (dxr3audiosink_set_mode_pcm), (dxr3audiosink_set_mode_ac3),
39215         (dxr3audiosink_close):
39216         * sys/dxr3/dxr3spusink.c: (dxr3spusink_open), (dxr3spusink_close):
39217         * sys/dxr3/dxr3videosink.c: (dxr3videosink_open),
39218         (dxr3videosink_close), (dxr3videosink_write_data):
39219         * sys/oss/gstosselement.c: (gst_osselement_open_audio):
39220         * sys/oss/gstosselement.h:
39221         * sys/oss/gstosssink.c: (gst_osssink_get_type), (gst_osssink_init),
39222         (gst_osssink_chain):
39223         * sys/oss/gstosssrc.c: (gst_osssrc_get):
39224         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39225         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_buffer_free):
39226         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_buffer_free):
39227         * sys/v4l/v4l-overlay_calls.c: (gst_v4l_set_window),
39228         (gst_v4l_enable_overlay):
39229         * sys/v4l/v4l_calls.c: (gst_v4l_get_capabilities), (gst_v4l_open),
39230         (gst_v4l_set_chan_norm), (gst_v4l_get_signal),
39231         (gst_v4l_get_frequency), (gst_v4l_set_frequency),
39232         (gst_v4l_get_picture), (gst_v4l_set_picture), (gst_v4l_get_audio),
39233         (gst_v4l_set_audio):
39234         * sys/v4l/v4l_calls.h:
39235         * sys/v4l/v4lmjpegsink_calls.c: (gst_v4lmjpegsink_sync_thread),
39236         (gst_v4lmjpegsink_queue_frame), (gst_v4lmjpegsink_set_playback),
39237         (gst_v4lmjpegsink_playback_init),
39238         (gst_v4lmjpegsink_playback_start):
39239         * sys/v4l/v4lmjpegsrc_calls.c: (gst_v4lmjpegsrc_queue_frame),
39240         (gst_v4lmjpegsrc_sync_next_frame), (gst_v4lmjpegsrc_set_capture),
39241         (gst_v4lmjpegsrc_set_capture_m), (gst_v4lmjpegsrc_capture_init),
39242         (gst_v4lmjpegsrc_requeue_frame):
39243         * sys/v4l/v4lsrc_calls.c: (gst_v4lsrc_queue_frame),
39244         (gst_v4lsrc_sync_frame), (gst_v4lsrc_capture_init),
39245         (gst_v4lsrc_requeue_frame), (gst_v4lsrc_try_palette):
39246         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_get):
39247         * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_fill_format_list),
39248         (gst_v4l2src_queue_frame), (gst_v4l2src_grab_frame),
39249         (gst_v4l2src_get_capture), (gst_v4l2src_set_capture),
39250         (gst_v4l2src_capture_init), (gst_v4l2src_capture_start),
39251         (gst_v4l2src_capture_stop):
39252         * sys/vcd/vcdsrc.c: (vcdsrc_open_file):
39253         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39254         (gst_ximagesink_chain):
39255         * sys/xvideo/xvideosink.c: (gst_xvideosink_buffer_new),
39256         (gst_xvideosink_sinkconnect), (gst_xvideosink_chain),
39257         (gst_xvideosink_xwindow_new):
39258         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39259         (gst_xvimagesink_chain):
39260         use new error signal, function and categories
39261
39262 2004-01-18  Jeremy Simon <jesimon@libertysurf.fr>
39263
39264         * configure.ac:
39265         * ext/Makefile.am:
39266         * ext/musicbrainz/gsttrm.c:
39267         * ext/musicbrainz/gsttrm.h:
39268         * ext/musicbrainz/Makefile.am:
39269         Add a trm plugin
39270
39271 2004-01-18  Julien MOUTTE  <julien@moutte.net>
39272
39273         * sys/ximage/ximagesink.c: (gst_ximagesink_set_property),
39274         (gst_ximagesink_get_property), (gst_ximagesink_class_init): Adding
39275         synchronous property for debugging.
39276         * sys/ximage/ximagesink.h: Adding the synchronous boolean flag.
39277         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39278         (gst_xvimagesink_set_property): Moving a pointer declaration to a
39279         smaller block, fixing indent.
39280
39281 2004-01-16  David Schleef  <ds@schleef.org>
39282
39283         * gst/videofilter/gstvideobalance.c: Fix regression; changing a
39284         property affects the video stream.
39285         * sys/xvimage/xvimagesink.c:
39286         * sys/xvimage/xvimagesink.h:
39287         Add synchronous property for debugging.  Should probably be
39288         disabled in non-CVS builds.  Make sure that the Xv attribute
39289         exists before we set it (crash!).  Fix a silly float bug that
39290         caused colorbalance to just not work.
39291
39292 2004-01-17  Christian Schaller <Uraeus@gnome.org>
39293
39294         * tools/gst-launch-ext.in - update for new plugins
39295
39296 2004-01-16  David Schleef  <ds@schleef.org>
39297
39298         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect): Fix use of
39299         already-freed caps.
39300
39301 2994-01-16  Christian Schaller <Uraeus@gnome.org>
39302
39303         * Update spec for new colorspace plugin and libcaca plugin
39304         * Fix compilation of libcaca plugin (clock -> id)
39305
39306 2004-01-16  Julien MOUTTE <julien@moutte.net>
39307
39308         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_update_colorbalance),
39309         (gst_xvimagesink_xcontext_get), (gst_xvimagesink_change_state),
39310         (gst_xvimagesink_set_xwindow_id),
39311         (gst_xvimagesink_colorbalance_set_value),
39312         (gst_xvimagesink_colorbalance_get_value),
39313         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39314         (gst_xvimagesink_init), (gst_xvimagesink_class_init): Implementing
39315         correct colorbalance properties. They can now be set when the element
39316         is still in NULL state. The values will be committed to the Xv Port
39317         when xcontext is initialized.
39318         * sys/xvimage/xvimagesink.h: Added hue, saturation, contrast,
39319         brightness int values in the GstXvImagesink structure.
39320
39321 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39322
39323         * gst-libs/gst/Makefile.am:
39324           restructure so having local patches works easier.
39325
39326 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39327
39328         * ext/mpeg2enc/Makefile.am:
39329         * ext/mpeg2enc/gstmpeg2enc.cc:
39330         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
39331           Bugfix with respect to EOS handling.
39332
39333 2004-01-16  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39334
39335         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39336           Link with right caps (else, it segfaults).
39337         * ext/mplex/gstmplexjob.cc:
39338           Fix for slight API change in 1.6.1.93 release of mjpegtools.
39339
39340 2004-01-15  David Schleef  <ds@schleef.org>
39341
39342         * gst-libs/gst/audio/Makefile.am:
39343         Add gstaudiofiltertemplate.c and building of gstaudiofilterexample.c
39344         from the template.
39345         * gst-libs/gst/audio/gstaudiofilter.c:
39346         * gst-libs/gst/audio/gstaudiofilter.h:
39347         Add bytes_per_sample and size and n_samples calculation.
39348         * gst-libs/gst/audio/gstaudiofilterexample.c:
39349         Remove, now autogenerated.
39350         * gst-libs/gst/audio/gstaudiofiltertemplate.c:
39351         Moved from gstaudiofilterexample, object name changed, code added
39352         so that it actually works.
39353         * gst-libs/gst/audio/make_filter:
39354         Script to build an audiofilter subclass from the template.
39355         * gst/colorspace/Makefile.am:
39356         * gst/colorspace/yuv2yuv.c:
39357         Remove file, since it's GPL, and we don't use it.
39358
39359 2004-01-15  Julien MOUTTE  <julien@moutte.net>
39360
39361         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39362         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Making both of
39363         them use the buffer free function to test how the buffer was allocated.
39364
39365 2004-01-15  David Schleef  <ds@schleef.org>
39366
39367         * ext/esd/esdsink.c: (gst_esdsink_class_init): Remove property
39368         that handles osssink fallback.
39369         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_init),
39370         (gst_audio_convert_getcaps):
39371         * gst/qtdemux/qtdemux.c: (qtdemux_audio_caps):
39372         Add audio/x-qdm2 for QDM2 audio.
39373         * gst/sine/gstsinesrc.c: (gst_sinesrc_get):
39374         * gst/sine/gstsinesrc.h: Add example of how to implement tags.
39375         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps):
39376         Decrease minimum size to 16x16.
39377         * gst/wavparse/gstwavparse.c:
39378         Convert disabled pad template caps to new caps.
39379         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
39380         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39381         (gst_xvimagesink_chain): Throw element error when display cannot
39382         be opened.  Increase minimum framerate to 1.0.  Check the data
39383         free function on a buffer to make sure it is the type we expect
39384         before manipulating it.
39385
39386 2004-01-15  Julien MOUTTE <julien@moutte.net>
39387
39388         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39389         (gst_videobalance_colorbalance_set_value): Implement passthru if
39390         settings are in the middle.
39391         * tools/gst-launch-ext.in: Stop using xvideosink, use ximagesink.
39392
39393 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39394
39395         * gst/videofilter/Makefile.am:
39396         * gst/volume/Makefile.am:
39397           Since we use videofilter symbols, link to it.
39398
39399 2004-01-15  Julien MOUTTE <julien@moutte.net>
39400
39401         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_interface_init): Setting
39402         mixer interface type to HARDWARE.
39403         * gst-libs/gst/mixer/mixer.c: (gst_mixer_class_init): Adding a default
39404         type to SOFTWARE.
39405         * gst-libs/gst/mixer/mixer.h: Adding mixer interface type and macro.
39406         * gst-libs/gst/mixer/mixertrack.h: Adding mixertrack flag SOFTWARE.
39407         * gst/volume/gstvolume.c: (gst_volume_interface_supported),
39408         (gst_volume_interface_init), (gst_volume_list_tracks),
39409         (gst_volume_set_volume), (gst_volume_get_volume),
39410         (gst_volume_set_mute), (gst_volume_mixer_init),
39411         (gst_volume_dispose), (gst_volume_get_type), (volume_class_init),
39412         (volume_init): Implementing mixer interface.
39413         * gst/volume/gstvolume.h: Adding tracklist for mixer interface.
39414         * sys/oss/gstosselement.c: (gst_osselement_get_type),
39415         (gst_osselement_change_state): Removing some trailing commas in
39416         structures.
39417         * sys/oss/gstossmixer.c: (gst_ossmixer_interface_init): Setting mixer
39418         interface type to HARDWARE.
39419         * sys/v4l/gstv4lcolorbalance.c:
39420         (gst_v4l_color_balance_interface_init): Setting colorbalance interface
39421         type to HARDWARE.
39422         * sys/v4l2/gstv4l2colorbalance.c:
39423         (gst_v4l2_color_balance_interface_init): Setting colorbalance
39424         interface type to HARDWARE.
39425         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): use exactly the
39426         same code than ximagesink for event handling.
39427
39428 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39429
39430         * ext/snapshot/Makefile.am:
39431         * ext/snapshot/gstsnapshot.c: (gst_snapshot_sinkconnect),
39432         (gst_snapshot_chain):
39433         * ext/snapshot/gstsnapshot.h:
39434           This has to be a joke... Snapshot should be connected to a tee,
39435           colorspace element before it and EOS after that, where the other
39436           src of the tee receives normal data.
39437           The current way is *wrong*.
39438
39439 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39440
39441         * ext/hermes/gsthermescolorspace.c:
39442           Fix another compile error. Same as below.
39443
39444 2004-01-15  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39445
39446         * gst/colorspace/gstcolorspace.c:
39447         * gst/colorspace/yuv2yuv.c: (gst_colorspace_yuy2_to_i420),
39448         (gst_colorspace_i420_to_yv12):
39449           Fix compiling... Didn't test if it actually works.
39450
39451 2004-01-15  David Schleef  <ds@schleef.org>
39452
39453         * configure.ac:
39454         * gst/colorspace/Makefile.am:
39455         * gst/colorspace/gstcolorspace.c:
39456         * gst/colorspace/gstcolorspace.h:
39457         * gst/colorspace/yuv2rgb.c:
39458         * gst/colorspace/yuv2rgb.h:
39459         Duplicate the ext/hermes colorspace plugin, and remove Hermes
39460         code and GPL code.  Fix for new caps negotiation.  Rewrite
39461         much of the format handling code, and some of the conversion
39462         code.  Basically, rewrote almost everything.  This element
39463         handles I420, YV12 to RGB conversions.
39464         * ext/hermes/Makefile.am:
39465         * ext/hermes/gsthermescolorspace.c:
39466         Rename colorspace to hermescolorspace.  Fix negotiation issues.
39467         Remove non-Hermes related code.  This element handles lots of
39468         RGB to RGB conversions, but no YUV.
39469         * ext/hermes/gstcolorspace.c:
39470         * ext/hermes/gstcolorspace.h:
39471         * ext/hermes/rgb2yuv.c:
39472         * ext/hermes/yuv2rgb.c:
39473         * ext/hermes/yuv2rgb.h:
39474         * ext/hermes/yuv2rgb_mmx16.s:
39475         * ext/hermes/yuv2yuv.c:
39476         * ext/hermes/yuv2yuv.h:
39477         Remove old code.
39478
39479 2004-01-14  Colin Walters  <walters@verbum.org>
39480
39481         * ext/mad/gstid3tag.c (gst_id3_tag_chain): Don't nego caps if
39482         they've already been.
39483
39484 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39485
39486         * ext/mad/gstid3tag.c: (gst_id3_tag_do_caps_nego):
39487           assume tag mode when pad is not connected
39488
39489 2004-01-15  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39490
39491         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39492           Don't update the time of the clock
39493         (gst_alsa_sink_loop):
39494           sync to the clock given to alsasink, not the own clock
39495         * sys/oss/gstosssink.c: (gst_osssink_chain):
39496           sync to the clock
39497         (gst_osssink_change_state):
39498           activate the clock
39499         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39500         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39501           remove bogus code that made DISCONT events unhandled
39502         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_video_caps):
39503           explicitly case to double in _set_simple. (fixes 2nd warning in bug
39504           #131502)
39505         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_read_object_header),
39506         (gst_asf_demux_handle_sink_event), (gst_asf_demux_audio_caps),
39507         (gst_asf_demux_add_audio_stream), (gst_asf_demux_video_caps):
39508           convert g_warning because of wrong asf data to GST_WARNINGs (fixes
39509           2nd warning in bug #131502)
39510
39511 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39512
39513         * gst/videofilter/gstvideobalance.c: (gst_videobalance_init),
39514         (gst_videobalance_colorbalance_set_value),
39515         (gst_videobalance_colorbalance_get_value): Fixing videobalance ranges
39516         for colorbalance interface implementation.
39517         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get),
39518         (gst_ximagesink_set_property), (gst_ximagesink_get_property),
39519         (gst_ximagesink_dispose), (gst_ximagesink_init),
39520         (gst_ximagesink_class_init): Adding DISPLAY property.
39521         * sys/ximage/ximagesink.h: Adding display_name to store display.
39522         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39523         (gst_xvimagesink_set_property), (gst_xvimagesink_get_property),
39524         (gst_xvimagesink_dispose), (gst_xvimagesink_init),
39525         (gst_xvimagesink_class_init): Adding DISPLAY property and colorbalance
39526         properties (they still need polishing though for gst-launch use : no
39527         xcontext yet, i ll do that tomorrow).
39528         * sys/xvimage/xvimagesink.h: Adding display_name to store display.
39529
39530 2004-01-14  Julien MOUTTE  <julien@moutte.net>
39531
39532         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup),
39533         (gst_play_set_location), (gst_play_set_visualization): Preparing
39534         switch integration, adding videobalance in the pipeline.
39535
39536 2004-01-14  Julien MOUTTE <julien@moutte.net>
39537
39538         * gst-libs/gst/colorbalance/colorbalance.c:
39539         (gst_color_balance_class_init): Adding a default type.
39540         * gst-libs/gst/colorbalance/colorbalance.h: Adding a macro to access
39541         the type.
39542         * gst/videofilter/gstvideobalance.c: (gst_videobalance_get_type),
39543         (gst_videobalance_dispose), (gst_videobalance_class_init),
39544         (gst_videobalance_init), (gst_videobalance_interface_supported),
39545         (gst_videobalance_interface_init),
39546         (gst_videobalance_colorbalance_list_channels),
39547         (gst_videobalance_colorbalance_set_value),
39548         (gst_videobalance_colorbalance_get_value),
39549         (gst_videobalance_colorbalance_init): Implementing colorbalance
39550         interface.
39551         * gst/videofilter/gstvideobalance.h: Adding colorbalance channels
39552         list.
39553         * sys/ximage/ximagesink.c: (gst_ximagesink_set_xwindow_id): Fixing a
39554         bug which was triggering a BadAccess X error when setting an overlay
39555         before pad was really negotiated.
39556         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_colorbalance_init):
39557         Using the colorbalance type macro.
39558
39559 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39560
39561         * ext/flac/gstflacenc.c: (gst_flacenc_set_metadata),
39562         (gst_flacenc_chain):
39563           handle tags correctly
39564         * gst/tags/gstid3tag.c: (gst_tag_list_new_from_id3v1):
39565           extract ID3v1 tags correctly
39566
39567 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39568
39569         * gst/typefind/gsttypefindfunctions.c: (matroska_type_find),
39570         (plugin_init):
39571           Improve matroska typefinding for odd-typed headers...
39572
39573 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39574
39575         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
39576           Fix for using incremental number on padnames.
39577
39578 2004-01-14  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39579
39580         * ext/divx/gstdivxdec.c:
39581         * ext/divx/gstdivxenc.c:
39582           Set category to divx4linux instead of divx (too generic).
39583         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
39584         (gst_wavparse_parse_fmt), (gst_wavparse_handle_sink_event),
39585         (gst_wavparse_loop), (gst_wavparse_change_state):
39586         * gst/wavparse/gstwavparse.h:
39587           fix parsing of WAV files with non-standard fmt-tag size and fix
39588           skipping of unrecognized chunks... Someone please fix this thing
39589           to use rifflib so all this is automated.
39590         * sys/v4l/Makefile.am:
39591         * sys/v4l2/Makefile.am:
39592           Add X_CFLAGS because we depend on X (for overlay).
39593
39594 2004-01-14  Jan Schmidt  <thaytan@mad.scientist.com>
39595
39596         * ext/mpeg2dec/gstmpeg2dec.c:
39597           Don't issue a timestamp unless we tagged the frame
39598           with a PTS.
39599
39600 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39601
39602         * gst-libs/gst/play/gstplay.c: (gst_play_tick_callback):
39603           Query the audio element to get the time, not the clock. We're
39604           interested in the element's time here.
39605
39606 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39607
39608         * ext/aalib/gstaasink.c: (gst_aasink_chain):
39609         * ext/alsa/gstalsasink.c: (gst_alsa_sink_check_event):
39610         * ext/esd/esdsink.c: (gst_esdsink_chain):
39611         * ext/libcaca/gstcacasink.c: (gst_cacasink_chain):
39612         * ext/mas/massink.c: (gst_massink_chain):
39613         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_chain):
39614         * gst/matroska/matroska-demux.c: (gst_matroska_demux_parse_index),
39615         (gst_matroska_demux_parse_metadata):
39616         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop),
39617         (gst_mpeg_parse_release_locks):
39618         * gst/tcp/gsttcpsink.c: (gst_tcpsink_chain):
39619         * gst/udp/gstudpsink.c: (gst_udpsink_chain):
39620         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39621         * sys/oss/gstosssink.c: (gst_osssink_init), (gst_osssink_chain),
39622         (gst_osssink_change_state):
39623         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_chain):
39624         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39625         * sys/xvideo/xvideosink.c: (gst_xvideosink_chain),
39626         (gst_xvideosink_release_locks):
39627         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain):
39628           use element time.
39629         * ext/alsa/gstalsaclock.c: (gst_alsa_clock_start),
39630         (gst_alsa_clock_stop):
39631         * gst-libs/gst/audio/audioclock.c: (gst_audio_clock_set_active),
39632         (gst_audio_clock_get_internal_time):
39633           simplify for use with new clocking code.
39634         * testsuite/alsa/Makefile.am:
39635         * testsuite/alsa/sinesrc.c: (sinesrc_init), (sinesrc_force_caps):
39636           fix testsuite for new caps system
39637
39638 2004-01-14  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39639
39640         * ext/flac/gstflacdec.c: (gst_flacdec_update_metadata):
39641         * ext/flac/gstflacenc.c: (add_one_tag):
39642           length is already host endian, no need to convert. Fixes playback of
39643           tagged files on PPC. (bug #128384)
39644
39645 2004-01-13  Julien MOUTTE <julien@moutte.net>
39646
39647         * gst-libs/gst/colorbalance/colorbalance.h: Adding a type to the
39648         colorbalance interface stating if it is hardware based or software
39649         based.
39650         * gst/videofilter/gstvideobalance.c: (gst_videobalance_planar411):
39651         Removing a trailing comma.
39652         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39653         (gst_xvimagesink_colorbalance_init): Integrating a patch from Jon
39654         Trowbridge <trow@ximian.com> querying Xv adaptor for min/max value as
39655         the documentation seems to be wrong on the -1000 to 1000 interval.
39656
39657 2004-01-12  David Schleef  <ds@schleef.org>
39658
39659         * gst/debug/efence.c: (gst_efence_init), (gst_efence_chain),
39660         (gst_efence_buffer_alloc), (gst_fenced_buffer_new),
39661         (gst_fenced_buffer_default_free), (gst_fenced_buffer_default_copy):
39662         Fix negotiation.  Add a bufferalloc function for the sink pad,
39663         and generally clean up some of the code.
39664
39665 2004-01-12  Julien MOUTTE <julien@moutte.net>
39666
39667         * gst-libs/gst/colorbalance/colorbalancechannel.c:
39668         (gst_color_balance_channel_dispose): Adding safety check in dispose
39669         method.
39670         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xcontext_get),
39671         (gst_xvimagesink_xcontext_clear),
39672         (gst_xvimagesink_interface_supported),
39673         (gst_xvimagesink_colorbalance_list_channels),
39674         (gst_xvimagesink_colorbalance_set_value),
39675         (gst_xvimagesink_colorbalance_get_value),
39676         (gst_xvimagesink_colorbalance_init), (gst_xvimagesink_get_type):
39677         Adding colorbalance interface support to set XV parameters such as
39678         HUE, BRIGHTNESS, CONTRAST, SATURATION.
39679         * sys/xvimage/xvimagesink.h: Adding the channels list for colorbalance
39680         interface.
39681
39682 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39683
39684         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_get_type),
39685         (gst_audio_convert_class_init), (gst_audioconvert_getcaps),
39686         (gst_audio_convert_init), (gst_audio_convert_set_property),
39687         (gst_audio_convert_get_property), (gst_audio_convert_chain),
39688         (gst_audio_convert_link),
39689         (gst_audio_convert_buffer_to_default_format),
39690         (gst_audio_convert_buffer_from_default_format), (plugin_init):
39691           - implement _getcaps and use it
39692           - improve linking
39693           - remove float caps since no float conversion is actually done
39694           - remove properties and arguments that were to be used for rate
39695             conversion
39696
39697 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39698
39699         * gst-libs/gst/audio/audio.c: (_gst_audio_structure_set_list),
39700         (gst_audio_structure_set_int):
39701         * gst-libs/gst/audio/audio.h:
39702           add helper functions for _getcaps matching the standard audio
39703           templates
39704
39705 2004-01-12  David Schleef  <ds@schleef.org>
39706
39707         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_link):
39708         Test that pad is negotiated before getting its caps.
39709
39710 2004-01-12  Julien MOUTTE <julien@moutte.net>
39711
39712         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element): When
39713         analyzing the pads of an element the bin is mostly in READY state so
39714         no caps were negotiated. This helper function needs to work with
39715         _get_caps directly then. I was not freeing them though, added that to
39716         fix the mem leak.
39717
39718 2004-01-12  Julien MOUTTE <julien@moutte.net>
39719
39720         * sys/ximage/ximagesink.c: (gst_ximagesink_chain):
39721         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain): Fixing the
39722         direct put buffers detection. I prefer checking GST_BUFFER_PRIVATE
39723         than the free_func.
39724
39725 2004-01-12  Thomas Vander Stichele  <thomas at apestaart dot org>
39726
39727         * sys/oss/gstossaudio.c: (plugin_init):
39728         * sys/oss/gstosselement.c: (gst_osselement_sync_parms):
39729         * sys/oss/gstosselement.h:
39730           make an oss debugging category
39731           make failure more descriptive
39732
39733 2004-01-11  David Schleef  <ds@schleef.org>
39734
39735         * ext/ffmpeg/gstffmpeg.c:
39736         * ext/ffmpeg/gstffmpegcodecmap.c:
39737         * ext/ffmpeg/gstffmpegdec.c:
39738         * ext/ffmpeg/gstffmpegenc.c:
39739         * ext/ffmpeg/gstffmpegprotocol.c:
39740         * ext/gdk_pixbuf/gstgdkanimation.c:
39741         * ext/jpeg/gstjpeg.c:
39742         * ext/libpng/gstpng.c:
39743         * ext/mpeg2dec/perftest.c:
39744         * ext/speex/gstspeex.c:
39745         * gst-libs/gst/resample/dtos.c:
39746         * gst/intfloat/gstintfloatconvert.c:
39747         * gst/oneton/gstoneton.c:
39748         * gst/rtjpeg/RTjpeg.c:
39749         * gst/rtp/gstrtp.c:
39750         * sys/dxr3/dxr3init.c:
39751         * sys/glsink/gstgl_nvimage.c:
39752         * sys/glsink/gstgl_pdrimage.c:
39753         * sys/glsink/gstglsink.c:
39754         * testsuite/gst-lint:
39755         Make sure everybody wraps #include "config.h" in #ifdef HAVE_CONFIG_H
39756
39757 2004-01-11  David Schleef  <ds@schleef.org>
39758
39759         * ext/alsa/gstalsasrc.c: (gst_alsa_src_set_caps):
39760         * ext/faac/gstfaac.c: (gst_faac_sinkconnect):
39761         * ext/gdk_pixbuf/gstgdkanimation.c:
39762         (gst_gdk_animation_iter_create_pixbuf):
39763         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39764         (gst_gdk_pixbuf_chain):
39765         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39766         * ext/jack/gstjack.c: (gst_jack_change_state):
39767         * ext/xvid/gstxviddec.c: (gst_xviddec_sink_link):
39768         * gst-libs/gst/play/gstplay.c: (gst_play_get_sink_element):
39769         * gst-libs/gst/play/play.c: (gst_play_get_sink_element):
39770         * gst/videofilter/gstvideofilter.c:
39771         (gst_videofilter_set_output_size):
39772         Remove all usage of gst_pad_get_caps(), and replace it with
39773         gst_pad_get_allowed_caps() or gst_pad_get_negotiated_cap().
39774
39775 2004-01-11  David Schleef  <ds@schleef.org>
39776
39777         * configure.ac:
39778         * ext/Makefile.am: Fixes to make ext/libcaca compile.
39779         * ext/divx/gstdivxdec.c:
39780         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_sink_link),
39781         (gst_gdk_pixbuf_init), (gst_gdk_pixbuf_chain): Make gdkpixbufdec
39782         handle images that span multiple buffers.  Now work with both
39783         filesrc ! gdkpixbufdec and qtdemux ! gdkpixbufdec.
39784         * ext/gdk_pixbuf/gstgdkpixbuf.h:
39785         * ext/libcaca/gstcacasink.h: Fixes needed due to recent
39786         video/video.h changes
39787         * ext/xvid/gstxvid.c: (gst_xvid_csp_to_caps): same
39788         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39789         (gst_v4lmjpegsrc_buffer_free): Use buffer free function instead
39790         of GstData free function.
39791         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39792         same.
39793
39794 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39795
39796         * sys/v4l2/gstv4l2element.c: (gst_v4l2element_class_init),
39797         (gst_v4l2element_dispose), (gst_v4l2element_set_property),
39798         (gst_v4l2element_get_property):
39799         * sys/v4l2/v4l2_calls.c: (gst_v4l2_set_defaults), (gst_v4l2_open):
39800           add norm, channel and frequency properties.
39801         * sys/v4l2/gstv4l2tuner.c:
39802           fixes for tuner interface changes
39803         * sys/v4l2/gstv4l2element.h:
39804         * sys/v4l2/gstv4l2src.c:
39805         * sys/v4l2/gstv4l2src.h:
39806         * sys/v4l2/v4l2src_calls.c:
39807         * sys/v4l2/v4l2src_calls.h:
39808           rework v4l2src to work with saa1734 cards and allow mmaped buffers.
39809
39810 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39811
39812         * gst-libs/gst/tuner/tuner.c: (gst_tuner_class_init),
39813         (gst_tuner_find_norm_by_name), (gst_v4l2_find_channel_by_name),
39814         (gst_tuner_channel_changed), (gst_tuner_norm_changed),
39815         (gst_tuner_frequency_changed), (gst_tuner_signal_changed):
39816         * gst-libs/gst/tuner/tuner.h:
39817           GObjects aren't const.
39818           Add find_by_name functions.
39819           Add checks to _changed functions.
39820         * sys/v4l/gstv4ltuner.c: (gst_v4l_tuner_get_channel),
39821         (gst_v4l_tuner_get_norm):
39822           Fixes for above.
39823
39824 2004-01-12  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39825
39826         * gst-libs/gst/video/video.h:
39827           Fix caps template names to be understandable.
39828           Prefix everything with GST_VIDEO.
39829         * ext/aalib/gstaasink.c:
39830         * ext/divx/gstdivxdec.c:
39831         * ext/divx/gstdivxenc.c:
39832         * ext/gdk_pixbuf/gstgdkpixbuf.c:
39833         * ext/hermes/gstcolorspace.c: (gst_colorspace_base_init):
39834         * ext/jpeg/gstjpegdec.c: (raw_caps_factory):
39835         * ext/jpeg/gstjpegenc.c: (raw_caps_factory):
39836         * ext/libcaca/gstcacasink.c:
39837         * ext/libpng/gstpngenc.c: (raw_caps_factory):
39838         * ext/snapshot/gstsnapshot.c:
39839         * ext/swfdec/gstswfdec.c:
39840         * ext/xvid/gstxviddec.c:
39841         * ext/xvid/gstxvidenc.c:
39842         * gst/chart/gstchart.c:
39843         * gst/deinterlace/gstdeinterlace.c:
39844         * gst/effectv/gsteffectv.c:
39845         * gst/flx/gstflxdec.c: (gst_flxdec_loop):
39846         * gst/goom/gstgoom.c:
39847         * gst/median/gstmedian.c:
39848         * gst/monoscope/gstmonoscope.c: (gst_monoscope_init),
39849         (gst_monoscope_srcconnect), (gst_monoscope_chain):
39850         * gst/overlay/gstoverlay.c:
39851         * gst/smooth/gstsmooth.c:
39852         * gst/smpte/gstsmpte.c:
39853         * gst/synaesthesia/gstsynaesthesia.c:
39854         * gst/videocrop/gstvideocrop.c:
39855         * gst/videodrop/gstvideodrop.c:
39856         * gst/y4m/gsty4mencode.c:
39857         * sys/qcam/gstqcamsrc.c:
39858         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps):
39859           Make them work with new video.h file.
39860         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39861         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39862         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39863         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39864           Make it work with new buffer allocation system.
39865
39866 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39867
39868         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain): Fixing the
39869         pad_alloc_buffer implementation to use ->srcpad
39870         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain): Fixing the
39871         pad_alloc_buffer implementation to use ->srcpad
39872         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):  Fixing the
39873         pad_alloc_buffer implementation to use ->srcpad
39874         * sys/ximage/ximagesink.c: (gst_ximagesink_ximage_new),
39875         (gst_ximagesink_chain), (gst_ximagesink_buffer_free),
39876         (gst_ximagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39877         a reference to everything we need.
39878         * sys/ximage/ximagesink.h: adding a reference to the sink in the image.
39879         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xvimage_new),
39880         (gst_xvimagesink_chain), (gst_xvimagesink_buffer_free),
39881         (gst_xvimagesink_buffer_alloc): Now only use GST_BUFFER_PRIVATE to keep
39882         a reference to everything we need.
39883         * sys/xvimage/xvimagesink.h: adding a reference to the sink in the image
39884
39885 2004-01-11  David Schleef  <ds@schleef.org>
39886
39887         * ext/divx/gstdivxenc.c: remove bogus gst_caps_is_fixed() test
39888         * gst/debug/efence.c: (gst_efence_chain), (gst_fenced_buffer_new),
39889         (gst_fenced_buffer_default_copy): Fix for rename of buffer private
39890         structure members.
39891         * gst/effectv/gstwarp.c: (gst_warptv_setup): Don't reset the time
39892         value during a resize/renegotiation.
39893         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain): use
39894         gst_pad_alloc_buffer();
39895         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
39896         (gst_v4lmjpegsrc_buffer_free): Fix for rename of buffer private
39897         structure members.
39898         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_get), (gst_v4lsrc_buffer_free):
39899         Fix for rename of buffer private structure members.
39900         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39901         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc):
39902         Fix for rename of buffer private structure members.
39903         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39904         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc):
39905         Fix for rename of buffer private structure members.
39906
39907 2004-01-11  Arwed v. Merkatz <v.merkatz@gmx.net>
39908
39909         reviewed by: David Schleef <ds@schleef.org>
39910
39911         * gst/videofilter/Makefile.am:
39912         * gst/videofilter/gstgamma.c: Gamma correction filter.  Modified
39913         from the patch by ds to fit in with recent make_filter changes.
39914
39915 2004-01-11  Julien MOUTTE  <julien@moutte.net>
39916
39917         * configure.ac: Adding examples/switch/Makefile
39918         * examples/Makefile.am: Adding examples/switch
39919         * examples/switch/Makefile.am: Adding switcher example.
39920         * examples/switch/switcher.c: (got_eos), (idle_iterate),
39921         (switch_timer), (main): Adding an example demonstrating switch usage
39922         with 2 videotestsrc showing different patterns.
39923         * gst/switch/gstswitch.c: (gst_switch_request_new_pad),
39924         (gst_switch_init): Fixing switch with the new caps system.
39925
39926 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39927
39928         * gst-libs/gst/video/video.h:
39929           Fix 32bit caps. Issue remaining: The macro names are chosen poorly.
39930           They should probably be like
39931           GST_VIDEO_PAD_TEMPLATE_CAPS_{RGB,BGR,RGBx,BGRx}.
39932
39933 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39934
39935         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
39936         (qtdemux_parse_trak):
39937           fix audio chunk size/timestamp calculation
39938
39939 2004-01-11  Benjamin Otte  <in7y118@public.uni-hamburg.de>
39940
39941         * ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps):
39942           fix SVQ3 caps
39943
39944 2004-01-11  Steve Baker  <steve@stevebaker.org>
39945
39946         * gst/effectv/gstaging.c: (gst_agingtv_get_type),
39947         (gst_agingtv_base_init), (gst_agingtv_class_init),
39948         (gst_agingtv_init), (gst_agingtv_setup), (gst_agingtv_rgb32),
39949         (gst_agingtv_set_property), (gst_agingtv_get_property):
39950         Port agingTV to videofilter
39951
39952 2004-01-09  Julien MOUTTE <julien@moutte.net>
39953
39954         * ext/hermes/gstcolorspace.c: (gst_colorspace_chain):
39955         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39956
39957 2004-01-09  Julien MOUTTE <julien@moutte.net>
39958
39959         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_chain):
39960         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39961         * gst-libs/gst/xoverlay/xoverlay.c:
39962         (gst_x_overlay_got_desired_size): Updating doc for the xid being 0.
39963         * gst/videoscale/gstvideoscale.c: (gst_videoscale_chain):
39964         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39965         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
39966         Implementing gst_pad_alloc_buffer to use optimized buffer allocation.
39967         * sys/ximage/ximagesink.c: (gst_ximagesink_chain),
39968         (gst_ximagesink_buffer_free), (gst_ximagesink_buffer_alloc),
39969         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_init): Implementing
39970         the bufferalloc_function to replace bufferpools, fixing the XOverlay
39971         interface implementation to handle xid being 0 and fix some bugs
39972         triggered by Benjamin's testcase.
39973         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_chain),
39974         (gst_xvimagesink_buffer_free), (gst_xvimagesink_buffer_alloc),
39975         (gst_xvimagesink_set_xwindow_id), (gst_xvimagesink_init): Implementing
39976         the bufferalloc_function to replace bufferpools, fixing the XOverlay
39977         interface implementation to handle xid being 0 and fix some bugs
39978         triggered by Benjamin's testcase.
39979
39980 2004-01-09  David Schleef  <ds@schleef.org>
39981
39982         * ext/librfb/gstrfbsrc.c:  Hacking.  Added actual decoding and
39983         mouse pointer events.  It works.
39984
39985 2004-01-09  Ronald Bultje  <rbultje@ronald.bitfreak.net>
39986
39987         * ext/divx/gstdivxenc.c: (gst_divxenc_init):
39988           Use explicit caps - fix capsnego.
39989         * ext/xvid/gstxviddec.c:
39990         * ext/xvid/gstxvidenc.c:
39991           Remove macro-inside-macro which caused compile errors.
39992         * gst-libs/gst/riff/riff-read.c: (gst_riff_read_header):
39993           Error out if it's not a RIFF file. Else we error out without
39994           gst_element_error() which is not good...
39995
39996 2004-01-08  David Schleef  <ds@schleef.org>
39997
39998         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect):
39999         Fix pad_link function to handle formats that ffmpeg returns
40000         as multiple caps structures.
40001         * gst/videofilter/gstvideofilter.c: (gst_videofilter_chain):
40002         Only complain if source buffer is _smaller_ than expected.
40003         * gst/videoscale/gstvideoscale.c: (gst_videoscale_init),
40004         (gst_videoscale_handle_src_event): Resize navigation events
40005         when passing them upstream.
40006         * gst/videotestsrc/gstvideotestsrc.c:
40007         * gst/videotestsrc/gstvideotestsrc.h:
40008         * gst/videotestsrc/videotestsrc.c:
40009         * gst/videotestsrc/videotestsrc.h:
40010         Rewrite many of the buffer painting functions to handle odd
40011         sizes (for many formats, size%4!=0 or size%8!=0).  Most have
40012         been verified to work with my video card.
40013         * testsuite/gst-lint:  Add check for elements calling
40014         gst_pad_get_caps() instead of gst_pad_get_allowed_caps().
40015
40016 2004-01-08  David Schleef  <ds@schleef.org>
40017
40018         * gst/videodrop/gstvideodrop.c: (gst_videodrop_getcaps),
40019         (gst_videodrop_link), (gst_videodrop_init): Fix negotiation.
40020
40021 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40022
40023         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents): A
40024         configure event is not emiting the desired size signal. That fixes
40025         aspect ratio issues with gst-player.
40026
40027 2004-01-08  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40028
40029         * gst/median/gstmedian.c: (gst_median_link), (gst_median_init):
40030           Fix capsnego.
40031
40032 2004-01-08  Julien MOUTTE  <julien@moutte.net>
40033
40034         * ext/sdl/sdlvideosink.c: (gst_sdlvideosink_create): Using XOverlay
40035         public method to fire size signal.
40036
40037 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40038
40039         * examples/gstplay/Makefile.am: Adding the interface library.
40040         * gst-libs/gst/play/Makefile.am: Adding the interface library.
40041         * gst-libs/gst/play/gstplay.c: (gst_play_set_video_sink): Connecting to         the XOverlay size signal instead of GstVideoSink.
40042         * gst-libs/gst/play/gstplay.h: Including the XOverlay interface to check
40043         GST_IS_X_OVERLAY before signal connect.
40044         * gst-libs/gst/video/gstvideosink.c: (gst_videosink_class_init):
40045         Removing the have_video_size signal.
40046         * gst-libs/gst/video/gstvideosink.h: Removing the have_video_size signal
40047         and associated public method.
40048         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40049         (gst_ximagesink_sinkconnect): Using XOverlay public method to fire size
40050         signal.
40051         * sys/xvideo/xvideosink.c: (gst_xvideosink_sinkconnect),
40052         (gst_xvideosink_xwindow_new): Using XOverlay public method to fire size
40053         signal.
40054         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_sinkconnect):
40055         Using XOverlay public method to fire size signal.
40056
40057 2004-01-07  David Schleef  <ds@schleef.org>
40058
40059         * gst/videofilter/Makefile.am:
40060         * gst/videofilter/gstvideotemplate.c:
40061         * gst/videofilter/make_filter:
40062         Create gstvideoexample.c in a srcdir!=builddir friendly way.
40063         Convert make_filter to /bin/sh script.
40064
40065 2004-01-07  Thomas Vander Stichele  <thomas at apestaart dot org>
40066
40067         * gst/modplug/gstmodplug.cc: fix element description
40068
40069 2004-01-07  Julien MOUTTE  <julien@moutte.net>
40070
40071         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40072         (got_video_size): Adding some new lines in g_print calls.
40073         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40074         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_xwindow_resize),
40075         (gst_ximagesink_handle_xevents), (gst_ximagesink_fixate),
40076         (gst_ximagesink_sinkconnect), (gst_ximagesink_change_state),
40077         (gst_ximagesink_chain), (gst_ximagesink_buffer_new),
40078         (gst_ximagesink_set_xwindow_id), (gst_ximagesink_get_desired_size):
40079         Complete code review, reverting some stuff i disagree with, adding
40080         some fixes : time synchronization on invalid timestamps, renegotiation
40081         of private window.
40082         * sys/ximage/ximagesink.h:
40083         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_xwindow_destroy),
40084         (gst_xvimagesink_xwindow_resize), (gst_xvimagesink_handle_xevents),
40085         (gst_xvimagesink_get_xv_support), (gst_xvimagesink_xcontext_get),
40086         (gst_xvimagesink_fixate), (gst_xvimagesink_sinkconnect),
40087         (gst_xvimagesink_change_state), (gst_xvimagesink_chain),
40088         (gst_xvimagesink_buffer_new),
40089         (gst_xvimagesink_navigation_send_event),
40090         (gst_xvimagesink_set_xwindow_id),
40091         (gst_xvimagesink_get_desired_size),
40092         (gst_xvimagesink_xoverlay_init): Complete code review, reverting some
40093         stuff i disagree with, adding some fixes : Renegotiation of private
40094         window, implementing get_desired_size.
40095
40096 2004-01-07  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40097
40098         * ext/audiofile/gstafsink.c: (gst_afsink_init), (gst_afsink_chain),
40099         (gst_afsink_handle_event):
40100         * ext/jpeg/gstjpegenc.c: (gst_jpegenc_init):
40101         * gst/avi/gstavimux.c: (gst_avimux_request_new_pad):
40102         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_init):
40103         * sys/dxr3/dxr3spusink.c: (dxr3spusink_init):
40104         * sys/dxr3/dxr3videosink.c: (dxr3videosink_init):
40105           Fix for instantiate-test (see core). Also remove dead code from
40106           jpegenc (which still needs fixing, but that's lower on my TODO
40107           list...).
40108         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_getcaps):
40109           Never return NULL as caps.
40110
40111 2004-01-07  David Schleef  <ds@schleef.org>
40112
40113         * configure.ac:
40114         * ext/Makefile.am:
40115         * ext/librfb/Makefile.am:
40116         * ext/librfb/gstrfbsrc.c:
40117         New source plugin based on librfb-0.1.  RFB (remote framebuffer)
40118         is the protocol used by VNC.
40119
40120 2004-01-07  David Schleef  <ds@schleef.org>
40121
40122         * gst/videofilter/gstvideotemplate.c:
40123         * gst/videofilter/gstvideotemplate.h:
40124         * gst/videofilter/make_filter:
40125         Merge videotemplate header into source file.
40126         * gst/effectv/Makefile.am:
40127         * gst/effectv/gsteffectv.c: (plugin_init):
40128         * gst/effectv/gstwarp.c:
40129         Make warpTV a subclass of videofilter.
40130
40131 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40132
40133         * ext/mad/gstid3tag.c: (gst_mad_id3_to_tag_list):
40134           Add guard against invalid utf-8 conversions in mad. Just in case.
40135
40136 2004-01-07  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40137
40138         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40139           Fix for bug shown by poisoning
40140
40141 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40142
40143         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_get),
40144         (gst_v4lmjpegsrc_buffer_free):
40145         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_palette_to_caps),
40146         (gst_v4lsrc_srcconnect), (gst_v4lsrc_getcaps), (gst_v4lsrc_get),
40147         (gst_v4lsrc_buffer_free):
40148           Fix for removed bufferpools.
40149
40150 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40151
40152         * ext/dv/gstdvdec.c: (gst_dvdec_loop):
40153         Fix caps negotiation.
40154
40155         * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_class_init),
40156         (dvdnavsrc_update_buttoninfo), (dvdnavsrc_get),
40157         (dvdnavsrc_get_event_mask), (dvdnav_handle_navigation_event),
40158         (dvdnavsrc_event):
40159         * ext/mpeg2dec/gstmpeg2dec.c:
40160         * gst-libs/gst/navigation/navigation.c:
40161         (gst_navigation_send_key_event), (gst_navigation_send_mouse_event):
40162         * gst-libs/gst/navigation/navigation.h:
40163         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_handle_src_event):
40164         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents):
40165         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_handle_xevents):
40166         Super-simple first version of mouse and keyboard events. Clicking
40167         on a DVD menu now works, although it may not take you where you
40168         expected.
40169
40170         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40171         * gst/videotestsrc/gstvideotestsrc.c:
40172         (gst_videotestsrc_src_fixate):
40173         These fixate functions were broken - they never actually
40174         fixated :)
40175
40176 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40177
40178         * ext/shout/gstshout.c: (gst_icecastsend_base_init),
40179         (gst_icecastsend_init):
40180           fix for new caps system.
40181         * gst-libs/gst/mixer/mixertrack.h:
40182         * sys/oss/gstossmixer.c: (gst_ossmixer_build_list):
40183           Add 'master track' flag (for tools like ACME that only want to
40184           change the main volume).
40185
40186 2004-01-07  Jan Schmidt  <thaytan@mad.scientist.com>
40187
40188         * ext/xvid/gstxvid.c: (gst_xvid_structure_to_csp),
40189         (gst_xvid_csp_to_caps):
40190         * ext/xvid/gstxviddec.c: (gst_xviddec_src_getcaps):
40191         * ext/xvid/gstxvidenc.c:
40192         ifdef out ARGB type when it isn't available
40193         in xvidcore 1.0.0beta2
40194
40195 2004-01-06  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40196
40197         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_loop):
40198           When we have received a new SCR right in the first buffer after
40199           a seek (so in the same cycle that handles the discont), we should
40200           handle the buffer instead of unreffing it, else we lose data.
40201
40202 2004-01-06  Iain <iain@prettypeople.org>
40203
40204         * gst/intfloat/gstint2float.c (gst_int2float_link): Set the
40205           buffer-frames caps too.
40206
40207         * gst/oneton/gstoneton.c (gst_oneton_sink_connect): Only create the new
40208           caps that we need, don't destroy them all and rebuild them. And when
40209           creating src pads, use the src pad template rather than the sink...
40210
40211 2004-01-05  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40212
40213         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead):
40214           Add pad to element *after* setting functions such as event handler.
40215           Without this, the scheduler (opt) will link pads, set the event
40216           handler from the default event function (dispatcher in gstpad.c)
40217           and *after* that, we will set our own event function, which will
40218           thus never be used (and thus mpegdemux doesn't handle events).
40219
40220 2004-01-04  David Schleef  <ds@schleef.org>
40221
40222         Fix the fixate functions to handle new prototype:
40223         * gst/sine/gstsinesrc.c: (gst_sinesrc_src_fixate):
40224         * gst/videotestsrc/gstvideotestsrc.c:
40225         (gst_videotestsrc_src_fixate):
40226         * sys/oss/gstosssink.c: (gst_osssink_sink_fixate):
40227         * sys/ximage/ximagesink.c: (gst_ximagesink_fixate):
40228         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate):
40229
40230 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40231
40232         * sys/ximage/ximagesink.h:
40233         * sys/ximage/ximagesink.c: (gst_ximagesink_xwindow_new),
40234         (gst_ximagesink_xwindow_destroy), (gst_ximagesink_sinkconnect),
40235         (gst_ximagesink_change_state), (gst_ximagesink_set_xwindow_id),
40236         (gst_ximagesink_xoverlay_init):
40237           assorted fixes to make (re)embedding work
40238         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect),
40239         (gst_ximagesink_get_desired_size):
40240           implement desired size additions to XOverlay
40241
40242 2004-01-04  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40243
40244         * gst-libs/gst/xoverlay/xoverlay.c: (gst_x_overlay_base_init),
40245         (gst_x_overlay_got_xwindow_id), (gst_x_overlay_get_desired_size),
40246         (gst_x_overlay_got_desired_size):
40247         * gst-libs/gst/xoverlay/xoverlay.h:
40248           Add optional "desired size" signal and querying.
40249
40250 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40251
40252         * gst/matroska/matroska-demux.c:
40253         (gst_matroska_demux_parse_blockgroup):
40254           Fix EBML-laced block parsing. Diffs are relative to previous
40255           lace, not the first lace. Thanks to Mosu from the Matroska
40256           team for detecting this.
40257         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40258         (gst_wavparse_parse_fmt), (gst_wavparse_getcaps),
40259         (gst_wavparse_handle_sink_event), (gst_wavparse_loop),
40260         (gst_wavparse_change_state):
40261         * gst/wavparse/gstwavparse.h:
40262           Quickfix for capsnego.
40263
40264 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40265
40266         * gst/wavenc/gstwavenc.c: (set_property), (gst_wavenc_init):
40267           Fix indenting, fix pad creation.
40268
40269 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40270
40271         * ext/xvid/gstxviddec.c: (gst_xviddec_init),
40272         (gst_xviddec_src_getcaps), (gst_xviddec_src_link),
40273         (gst_xviddec_sink_link):
40274           Implement src_getcaps() so proper size caps is negotiated.
40275
40276 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40277
40278         * ext/flac/gstflacdec.c: (gst_flacdec_loop):
40279           Finish flac decoder on EOS. See #116178.
40280
40281 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40282
40283         * gst/matroska/matroska-demux.c: (gst_matroska_demux_src_getcaps),
40284         (gst_matroska_demux_add_stream):
40285         * gst/matroska/matroska-ids.h:
40286           Add getcaps() function to fix capsnego...
40287
40288 2004-01-04  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40289
40290         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40291         (gst_mpeg_demux_parse_packet), (gst_mpeg_demux_parse_pes):
40292         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_parse_packhead):
40293           Fix more integer overflows. Again, see #126967.
40294
40295 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40296
40297         * ext/mpeg2dec/gstmpeg2dec.c:
40298           Add support for mpeg2dec-0.4.0 (released two weeks ago). See
40299           #130416.
40300
40301 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40302
40303         * configure.ac:
40304         * ext/xvid/gstxvid.c: (gst_xvid_init), (gst_xvid_error),
40305         (gst_xvid_structure_to_csp), (gst_xvid_csp_to_caps):
40306         * ext/xvid/gstxvid.h:
40307         * ext/xvid/gstxviddec.c: (gst_xviddec_class_init),
40308         (gst_xviddec_init), (gst_xviddec_setup), (gst_xviddec_chain),
40309         (gst_xviddec_src_link), (gst_xviddec_sink_link),
40310         (gst_xviddec_change_state):
40311         * ext/xvid/gstxviddec.h:
40312         * ext/xvid/gstxvidenc.c: (gst_xvidenc_profile_get_type),
40313         (gst_xvidenc_base_init), (gst_xvidenc_class_init),
40314         (gst_xvidenc_init), (gst_xvidenc_setup), (gst_xvidenc_chain),
40315         (gst_xvidenc_link), (gst_xvidenc_set_property),
40316         (gst_xvidenc_get_property), (gst_xvidenc_change_state):
40317         * ext/xvid/gstxvidenc.h:
40318           Update xvid plugin to latest xvid (1.0.0-beta3) API.
40319
40320 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40321
40322         * gst/rtp/rtp-packet.c:
40323           Add sys/types.h include, since OS X doesn't define in_addr_t
40324           in netinet/in.h, like it does on Linux (see #129600).
40325
40326 2004-01-03  Thomas Canty <tommydal@optushome.com.au>
40327
40328         reviewed by: Ronald Bultje  <rbultje@ronald.bitfreak.net>
40329
40330         * ext/alsa/gstalsamixer.c: (gst_alsa_mixer_dispose):
40331           Correct logic of dispose function (see #129306).
40332
40333 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40334
40335         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_pes):
40336         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_class_init),
40337         (gst_mpeg_parse_init):
40338         * gst/mpegstream/gstmpegparse.h:
40339           Remove clock (which was never provided, i.e. dead code), and
40340           also fix integer overflows at high PTS values (see #126967).
40341
40342 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40343
40344         * ext/flac/gstflacdec.c:
40345         * ext/libpng/gstpngenc.h:
40346         * ext/mikmod/gstmikmod.h:
40347           OS X fixes (see #126628).
40348
40349 2004-01-02  David Schleef  <ds@schleef.org>
40350
40351         * ext/alsa/gstalsasrc.c: (gst_alsa_src_pad_factory),
40352         (gst_alsa_src_base_init): Remove bogus "src" request pad.
40353         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_base_init),
40354         (gst_mpeg_parse_class_init): Move pad template registration
40355         to class_init, since the derived class (mpegdemux) doesn't
40356         want them.
40357
40358 2004-01-03  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40359
40360         * sys/ximage/Makefile.am:
40361         * sys/xvideo/Makefile.am:
40362         * sys/xvimage/Makefile.am:
40363           Move interface libs from LDFLAGS to LIBADD, fix relocation errors
40364           after installation (see #127664).
40365
40366 2004-01-02  David Schleef  <ds@schleef.org>
40367
40368         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_init),
40369         (gst_ffmpegenc_connect):  Negotiation fixes.
40370         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_negotiate_format):
40371         Remove inappropriate gst_caps_free().
40372         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40373         Reenable Ronald's internal resize code, since the core handles
40374         it correctly now.
40375
40376 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40377
40378         * sys/v4l/gstv4lmjpegsink.c: (gst_v4lmjpegsink_init):
40379         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init):
40380         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_base_init), (gst_v4lsrc_init):
40381           Fix pad template stuff.
40382
40383 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40384
40385         * gst/matroska/ebml-read.c: (gst_ebml_read_sint):
40386         * gst/matroska/ebml-write.c: (gst_ebml_write_sint):
40387           fix signed integer reading/writing.
40388
40389 2004-01-02  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40390
40391         * ext/alsa/README:
40392           Remove outdated document
40393
40394 2004-01-03  Jan Schmidt  <thaytan@mad.scientist.com>
40395
40396         * gst/cutter/gstcutter.c: (gst_cutter_init):
40397           src pad was being created twice - oops.
40398
40399 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40400
40401         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40402           Comment out internal resize. It doesn't handle the resulting
40403           XEvent internally, does another try_set_caps() which leads to
40404           a really nice loop.
40405           Real fix will come when Julien and Dave are awake. ;).
40406
40407 2004-01-02  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40408
40409         * ext/mpeg2enc/gstmpeg2enc.cc:
40410           fix const/nonconst compile issue.
40411
40412 2004-01-02  David Schleef  <ds@schleef.org>
40413
40414         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_fixate),
40415         (gst_xvimagesink_sinkconnect), (gst_xvimagesink_init):
40416         Add fixate function and a check for bad formats.
40417
40418 2004-01-01  David Schleef  <ds@schleef.org>
40419
40420         Negotiation fixes:
40421         * gst-libs/gst/audio/gstaudiofilter.c: (gst_audiofilter_link),
40422         (gst_audiofilter_init):
40423         * gst/debug/efence.c: (gst_efence_init):
40424         * gst/deinterlace/gstdeinterlace.c: (gst_deinterlace_link),
40425         (gst_deinterlace_init):
40426         * gst/volume/gstvolume.c: (volume_connect):
40427
40428 2004-01-01  David Schleef  <ds@schleef.org>
40429
40430         Convert elements to use gst_pad_use_explicit_caps() where
40431         appropriate:
40432         * ext/a52dec/gsta52dec.c: (gst_a52dec_init), (gst_a52dec_reneg):
40433         * ext/audiofile/gstafparse.c: (gst_afparse_init),
40434         (gst_afparse_open_file):
40435         * ext/audiofile/gstafsrc.c: (gst_afsrc_init),
40436         (gst_afsrc_open_file):
40437         * ext/esd/esdmon.c: (gst_esdmon_init), (gst_esdmon_get):
40438         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_init),
40439         (gst_ffmpegdec_chain):
40440         * ext/ffmpeg/gstffmpegdemux.c: (gst_ffmpegdemux_loop):
40441         * ext/flac/gstflacdec.c: (gst_flacdec_init), (gst_flacdec_write):
40442         * ext/gdk_pixbuf/gstgdkpixbuf.c: (gst_gdk_pixbuf_init),
40443         (gst_gdk_pixbuf_chain):
40444         * ext/jpeg/gstjpegdec.c: (gst_jpegdec_init), (gst_jpegdec_link),
40445         (gst_jpegdec_chain):
40446         * ext/mad/gstmad.c: (gst_mad_init), (gst_mad_chain):
40447         * ext/mikmod/gstmikmod.c: (gst_mikmod_init),
40448         (gst_mikmod_negotiate):
40449         * ext/mpeg2dec/gstmpeg2dec.c: (gst_mpeg2dec_init),
40450         (gst_mpeg2dec_negotiate_format):
40451         * ext/mpeg2enc/gstmpeg2enc.cc:
40452         * ext/ogg/gstoggdemux.c: (gst_ogg_pad_push):
40453         * ext/speex/gstspeexdec.c: (gst_speexdec_init),
40454         (gst_speexdec_sinkconnect):
40455         * ext/swfdec/gstswfdec.c: (gst_swfdec_loop), (gst_swfdec_init):
40456         * ext/vorbis/vorbisfile.c: (gst_vorbisfile_init),
40457         (gst_vorbisfile_new_link):
40458         * gst/ac3parse/gstac3parse.c: (gst_ac3parse_init),
40459         (gst_ac3parse_chain):
40460         * gst/asfdemux/gstasfdemux.c: (gst_asf_demux_add_audio_stream),
40461         (gst_asf_demux_setup_pad):
40462         * gst/auparse/gstauparse.c: (gst_auparse_init),
40463         (gst_auparse_chain):
40464         * gst/id3/gstid3types.c: (gst_id3types_loop):
40465         * gst/matroska/matroska-demux.c: (gst_matroska_demux_add_stream):
40466         * gst/mpeg1videoparse/gstmp1videoparse.c: (gst_mp1videoparse_init),
40467         (mp1videoparse_parse_seq):
40468         * gst/mpegaudioparse/gstmpegaudioparse.c: (gst_mp3parse_init),
40469         (bpf_from_header):
40470         * gst/mpegstream/gstmpegdemux.c: (gst_mpeg_demux_parse_syshead),
40471         (gst_mpeg_demux_parse_pes), (gst_mpeg_demux_lpcm_set_caps):
40472         * gst/mpegstream/gstmpegparse.c: (gst_mpeg_parse_init),
40473         (gst_mpeg_parse_send_data):
40474         * gst/qtdemux/qtdemux.c: (gst_qtdemux_loop_header),
40475         (gst_qtdemux_add_stream):
40476         * gst/realmedia/rmdemux.c: (gst_rmdemux_add_stream):
40477         * gst/wavparse/gstwavparse.c: (gst_wavparse_init),
40478         (gst_wavparse_parse_fmt):
40479
40480 2004-01-01  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40481
40482         * configure.ac:
40483           Fix configure check for mpeg2enc. We need 1.6.1.93 instead of
40484           1.6.1.92, since the pkg-config file of 1.6.1.92 is borked and
40485           it therefore uses the wrong include paths. Too bad... Note
40486           that 1.6.1.93 is not release yet. ;).
40487           Also add a check for mplex, which is now using the lib'ified
40488           mplex from mjpegtools, too.
40489         * ext/ffmpeg/gstffmpegcodecmap.c:
40490           Add codec_tag for 3ivx/xvid. For xvid, this should fix playback
40491           issues. I don't think ffmpeg handles 3ivx correctly, so this
40492           probably won't work. But it won't hurt either.
40493         * ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_connect),
40494         (gst_ffmpegdec_chain):
40495         * ext/ffmpeg/gstffmpegenc.c: (gst_ffmpegenc_connect),
40496         (gst_ffmpegenc_chain_audio):
40497           Fix memleak in audio encoding. Close codec if open fails, this
40498           calls the cleanup routines so we can re-use the context.
40499         * ext/mpeg2enc/gstmpeg2enc.cc:
40500           Fix pad template names/types, fix memory issue with getcaps().
40501         * ext/mpeg2enc/gstmpeg2encoder.cc:
40502         * ext/mpeg2enc/gstmpeg2encoder.hh:
40503           Fix compile issue with new caps system (const thingy).
40504         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40505         * ext/mpeg2enc/gstmpeg2encpicturereader.hh:
40506           We read a first frame right on initing, so that we have a caps
40507           when we init the output. This caps is cached in padprivate and
40508           read as first frame.
40509         * ext/mplex/Makefile.am:
40510         * ext/mplex/gstmplex.cc:
40511         * ext/mplex/gstmplex.h:
40512         * ext/mplex/gstmplex.hh:
40513         * ext/mplex/gstmplexibitstream.cc:
40514         * ext/mplex/gstmplexibitstream.hh:
40515         * ext/mplex/gstmplexjob.cc:
40516         * ext/mplex/gstmplexjob.hh:
40517         * ext/mplex/gstmplexoutputstream.cc:
40518         * ext/mplex/gstmplexoutputstream.hh:
40519           We wrap mjpegtools mplex. So I rewrote the plugin. The old plugin
40520           had issues, didn't do capsnego, supported only a subset of the
40521           mplex features and required a mplex fork in our local CVS. Plus
40522           that it worked agaist a very old mplex version. Rewriting was
40523           faster than updating it.
40524         * gst-libs/ext/Makefile.am:
40525         * gst-libs/ext/mplex/INSTRUCT:
40526         * gst-libs/ext/mplex/Makefile.am:
40527         * gst-libs/ext/mplex/README:
40528         * gst-libs/ext/mplex/TODO:
40529         * gst-libs/ext/mplex/ac3strm_in.cc:
40530         * gst-libs/ext/mplex/audiostrm.hh:
40531         * gst-libs/ext/mplex/audiostrm_out.cc:
40532         * gst-libs/ext/mplex/aunit.hh:
40533         * gst-libs/ext/mplex/bits.cc:
40534         * gst-libs/ext/mplex/bits.hh:
40535         * gst-libs/ext/mplex/buffer.cc:
40536         * gst-libs/ext/mplex/buffer.hh:
40537         * gst-libs/ext/mplex/fastintfns.h:
40538         * gst-libs/ext/mplex/format_codes.h:
40539         * gst-libs/ext/mplex/inputstrm.cc:
40540         * gst-libs/ext/mplex/inputstrm.hh:
40541         * gst-libs/ext/mplex/lpcmstrm_in.cc:
40542         * gst-libs/ext/mplex/mjpeg_logging.cc:
40543         * gst-libs/ext/mplex/mjpeg_logging.h:
40544         * gst-libs/ext/mplex/mjpeg_types.h:
40545         * gst-libs/ext/mplex/mpastrm_in.cc:
40546         * gst-libs/ext/mplex/mpegconsts.cc:
40547         * gst-libs/ext/mplex/mpegconsts.h:
40548         * gst-libs/ext/mplex/mplexconsts.hh:
40549         * gst-libs/ext/mplex/multplex.cc:
40550         * gst-libs/ext/mplex/outputstream.hh:
40551         * gst-libs/ext/mplex/padstrm.cc:
40552         * gst-libs/ext/mplex/padstrm.hh:
40553         * gst-libs/ext/mplex/stillsstream.cc:
40554         * gst-libs/ext/mplex/stillsstream.hh:
40555         * gst-libs/ext/mplex/systems.cc:
40556         * gst-libs/ext/mplex/systems.hh:
40557         * gst-libs/ext/mplex/vector.cc:
40558         * gst-libs/ext/mplex/vector.hh:
40559         * gst-libs/ext/mplex/videostrm.hh:
40560         * gst-libs/ext/mplex/videostrm_in.cc:
40561         * gst-libs/ext/mplex/videostrm_out.cc:
40562         * gst-libs/ext/mplex/yuv4mpeg.cc:
40563         * gst-libs/ext/mplex/yuv4mpeg.h:
40564         * gst-libs/ext/mplex/yuv4mpeg_intern.h:
40565         * gst-libs/ext/mplex/yuv4mpeg_ratio.cc:
40566           We don't fork mjpegtools' mplex in our CVS anymore.
40567         * gst/avi/gstavidemux.c: (gst_avi_demux_src_getcaps),
40568         (gst_avi_demux_add_stream):
40569         * gst/avi/gstavidemux.h:
40570           Add getcaps() function for proper caps nego. This makes some
40571           parts of AVI playback/reading work.
40572         * sys/ximage/ximagesink.c: (gst_ximagesink_sinkconnect):
40573           Resize window on new capsnego. This is probably wrong, but
40574           I'm still committing it because with current capsnego, the
40575           first successfull capsnego is auto-fixated, therefore rounded
40576           down to the lowest values in the caps. this results in a 16x16
40577           XWindow that is not reized when real capsnego finishes.
40578           Dave, I see more cases of this, do you know a proper solution?
40579         * tools/gst-launch-ext.in:
40580           Fix MPEG-4 AAC (Apple iPod/iTunes) file commandline.
40581
40582 2003-12-31  David Schleef  <ds@schleef.org>
40583
40584         * gst/tcp/gsttcpsrc.c: (gst_tcpsrc_get):
40585         * gst/udp/gstudpsrc.c: (gst_udpsrc_get):
40586           Change gst_pad_proxy_link() to gst_pad_try_set_caps()
40587
40588 2003-12-30  David Schleef  <ds@schleef.org>
40589
40590         * ext/ffmpeg/gstffmpegcolorspace.c:
40591         (gst_ffmpegcsp_caps_remove_format_info), (gst_ffmpegcsp_getcaps),
40592         (gst_ffmpegcsp_pad_link), (gst_ffmpegcsp_init),
40593         (gst_ffmpegcsp_chain): Negotiation fixes
40594         * ext/mad/gstmad.c: (gst_mad_chain): Negotiation fixes
40595         * gst/audioconvert/gstaudioconvert.c: (gst_audio_convert_chain),
40596         (gst_audio_convert_link), (gst_audio_convert_channels):
40597         * gst/audioscale/gstaudioscale.c: (gst_audioscale_getcaps),
40598         (gst_audioscale_link), (gst_audioscale_get_buffer),
40599         (gst_audioscale_chain): Negotiation fixes
40600         * gst/audioscale/gstaudioscale.h:
40601         * gst/videofilter/gstvideofilter.c:
40602         (gst_videofilter_format_get_structure), (gst_videofilter_getcaps),
40603         (gst_videofilter_link), (gst_videofilter_init),
40604         (gst_videofilter_set_output_size), (gst_videofilter_setup),
40605         (gst_videofilter_find_format_by_structure):
40606         * gst/videofilter/gstvideofilter.h: Negotiation fixes
40607         * gst/videoscale/gstvideoscale.c: (gst_videoscale_getcaps),
40608         (gst_videoscale_link):
40609         * gst/videoscale/videoscale.c: (videoscale_get_structure),
40610         (videoscale_find_by_structure), (gst_videoscale_setup):
40611         * gst/videoscale/videoscale.h: Negotiation fixes
40612         * sys/ximage/ximagesink.c: (gst_ximagesink_handle_xevents),
40613         (gst_ximagesink_fixate), (gst_ximagesink_init): Add a fixate
40614         function, restrict resizing to a multiple of 4 (hack until
40615         everyone supports odd sizes correctly).
40616
40617 2003-12-29  Colin Walters  <walters@verbum.org>
40618
40619         * ext/esd/esdsink.c (gst_esdsink_link): Fix typo; get depth instead of
40620         signed.
40621
40622 2003-12-30  Jan Schmidt <thaytan@mad.scientist.com>
40623
40624         * ext/sndfile/gstsf.c: (gst_sf_loop):
40625           Fix warning about discarding const qualifier
40626
40627 2003-12-27  Jeremy Simon   <jesimon@libertysurf.fr>
40628
40629         * gst/cutter/gstcutter.c:
40630         * gst/videoscale/gstvideoscale.c:
40631         * gst/volenv/gstvolenv.c:
40632         * gst-libs/gst/audio/audio.c:
40633         * gst-libs/gst/video/video.c:
40634           Fix warnings
40635
40636 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40637
40638         * ext/alsa/gstalsa.c: (gst_alsa_open_audio):
40639           Don't send ALSA debugging to stderr.
40640         * ext/alsa/gstalsa.h:
40641           Use GST_WARNING instead of g_warning when ALSA functions fail.
40642
40643 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40644
40645         * sys/xvimage/xvimagesink.c: (gst_xvimagesink_get_xv_support):
40646           Free XVAdapterInfo correctly.
40647
40648 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40649
40650         * ext/mad/gstid3tag.c: (gst_id3_tag_add_src_pad),
40651         (gst_id3_tag_do_caps_nego), (gst_id3_tag_src_link):
40652           Make id3tag use correct caps nego.
40653
40654 2003-12-27  Amaury Jacquot <sxpert@esitcom.org>
40655
40656         * ext/ivorbis/vorbis.c:
40657         * ext/ivorbis/vorbisenc.h:
40658         * ext/ivorbis/vorbisfile.c:
40659           Modify so that it uses the new caps things
40660
40661 2003-12-27  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40662
40663         * testsuite/spider/spider1.c: (main):
40664         * testsuite/spider/spider2.c: (main):
40665         * testsuite/spider/spider3.c: (main):
40666           Make tests compile again. They probably don't work.
40667
40668 2003-12-24  Colin Walters  <walters@verbum.org>
40669
40670         * sys/oss/gstosssink.c (gst_osssink_sink_fixate): Return NULL if
40671         we can't fixate the caps anymore.
40672
40673 2003-12-23  David Schleef  <ds@schleef.org>
40674
40675         * gst/volume/gstvolume.c: (volume_init): Proxy getcaps.
40676         * sys/oss/gstosssink.c: (gst_osssink_init),
40677         (gst_osssink_sink_fixate): Add fixate function.
40678
40679 2003-12-24  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40680
40681         * ext/ffmpeg/gstffmpegcodecmap.c:
40682         * ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_getcaps),
40683         (gst_ffmpegcsp_srcconnect_func), (gst_ffmpegcsp_sinkconnect),
40684         (gst_ffmpegcsp_srcconnect), (gst_ffmpegcsp_get_type),
40685         (gst_ffmpegcsp_base_init), (gst_ffmpegcsp_class_init),
40686         (gst_ffmpegcsp_init), (gst_ffmpegcsp_chain),
40687         (gst_ffmpegcsp_change_state), (gst_ffmpegcsp_set_property),
40688         (gst_ffmpegcsp_get_property), (gst_ffmpegcsp_register):
40689           fix typo in RGB masks, and move back to "old" colorspace
40690           capsnego code until whoever wrote this new crap has actually
40691           tested it so that it works.
40692           And yes, this works, keep it that way please.
40693
40694 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40695
40696         * ext/divx/gstdivxdec.c: (gst_divxdec_base_init),
40697         (gst_divxdec_init), (gst_divxdec_negotiate):
40698         * ext/divx/gstdivxdec.h:
40699         * ext/divx/gstdivxenc.c: (gst_divxenc_base_init),
40700         (gst_divxenc_init):
40701         * ext/faac/gstfaac.c: (gst_faac_base_init), (gst_faac_init),
40702         (gst_faac_sinkconnect), (gst_faac_srcconnect):
40703         * ext/mpeg2enc/gstmpeg2enc.cc:
40704         * ext/mpeg2enc/gstmpeg2encoder.cc:
40705         * ext/mpeg2enc/gstmpeg2encpicturereader.cc:
40706         * sys/dxr3/dxr3audiosink.c: (dxr3audiosink_base_init),
40707         (dxr3audiosink_init), (dxr3audiosink_pcm_sinklink):
40708         * sys/dxr3/dxr3spusink.c: (dxr3spusink_base_init),
40709         (dxr3spusink_init):
40710         * sys/dxr3/dxr3videosink.c: (dxr3videosink_base_init),
40711         (dxr3videosink_init):
40712           Fix caps breakage after Dave's caps branch merge.
40713
40714 2003-12-23  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40715
40716         * sys/ximage/ximagesink.c: (gst_ximagesink_xcontext_get):
40717           Fix for 24bpp display.
40718
40719 2003-12-23  Colin Walters  <walters@verbum.org>
40720
40721         * ext/gnomevfs/gstgnomevfssink.c: Add ARG_HANDLE property that takes
40722         a GnomeVFSHandle directly.
40723
40724 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40725
40726         * gst/volume/Makefile.am:
40727         * gst/volume/gstvolume.c: (volume_connect), (volume_parse_caps),
40728         (volume_base_init), (volume_init):
40729           Reenable volume element and fix to work with new caps stuff.
40730           Rhythmbox needs this.
40731
40732 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40733
40734         * gst/qtdemux/qtdemux.c: (plugin_init):
40735           qtdemux requires bytestream
40736
40737 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40738
40739         * ext/alsa/gstalsa.c: (gst_alsa_get_caps), (gst_alsa_link):
40740           Fix remaining caps handling errors due to CAPS merge.
40741
40742 2003-12-22  Benjamin Otte  <in7y118@public.uni-hamburg.de>
40743
40744         * ext/faad/gstfaad.c: (gst_faad_base_init), (gst_faad_init),
40745         (gst_faad_sinkconnect), (gst_faad_srcgetcaps),
40746         (gst_faad_srcconnect):
40747           Port to new caps system.
40748
40749 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40750
40751         * examples/gstplay/player.c: (got_time_tick), (got_stream_length),
40752         (got_video_size), (main): using g_print instead of g_message.
40753         * gst-libs/gst/play/gstplay.c: (gst_play_pipeline_setup): Fixing EOS
40754         signal which was not emitted because of "switch" element added to the
40755         bin but not connected. (Removing from the bin temporarily)
40756
40757 2003-12-21  Julien MOUTTE  <julien@moutte.net>
40758
40759         * configure.ac: X_DISPLAY_MISSING is set to 1 if AC_PATH_XTRA fails to
40760         find X development files. I don't understand the previous tests and
40761         they fail on my debian/ppc unstable. This one works.
40762         * examples/gstplay/player.c: (main): Set the pipeline to READY before
40763         exiting.
40764         * gst-libs/gst/play/gstplay.c: (gst_play_get_length_callback),
40765         (gst_play_set_video_sink), (gst_play_set_audio_sink),
40766         (gst_play_set_visualization): Add some safety checks in set_ methods
40767         and state_change. This was throwing some ugly CRITICAL messages when
40768         pipeline was getting disposed and casts were failing.
40769
40770 2003-12-21  Ronald Bultje  <rbultje@ronald.bitfreak.net>
40771
40772         * configure.ac:
40773           Improve mpeg2enc detection. This is for distributions that do
40774           ship mjpegtools, but without mpeg2enc. Also does object check
40775           for might there ever be ABI incompatibility.
40776         * ext/mpeg2enc/gstmpeg2enc.cc:
40777           Add Andrew as second maintainer (he's helping me), and also add
40778           an error if no caps was set. This happens if I pull before capsnego
40779           and that's something I should solve sometime else.
40780         * gst/matroska/matroska-demux.c:
40781         (gst_matroska_demux_parse_blockgroup):
40782           Fix time parsing.
40783         * gst/matroska/matroska-mux.c: (gst_matroska_mux_audio_pad_link),
40784         (gst_matroska_mux_track_header):
40785           Add caps to templates.
40786         * gst/mpegaudioparse/gstmpegaudioparse.c: (mp3_sink_factory):
40787           Add mpegversion=1 to prevent confusion with MPEG/AAC.
40788         * gst/mpegstream/gstmpegdemux.c:
40789           Remove layer since it causes warnings about unfixed caps.
40790         * gst/videotestsrc/gstvideotestsrc.c: (gst_videotestsrc_get):
40791           Fix obvious typo (we error out if caps were set, we should of
40792           course error out if *no* caps were set).
40793         * sys/oss/gstosselement.c: (gst_osselement_convert):
40794           Fix format conversion, we confused bits/bytes.
40795         * sys/oss/gstosselement.h:
40796           Improve documentation for 'bps'.
40797         * sys/v4l/TODO:
40798           Remove stuff about plugins that need removing - this was done
40799           ages ago.
40800         * sys/v4l/gstv4lmjpegsrc.c: (gst_v4lmjpegsrc_init),
40801         (gst_v4lmjpegsrc_src_convert), (gst_v4lmjpegsrc_src_query):
40802         * sys/v4l/gstv4lsrc.c: (gst_v4lsrc_init), (gst_v4lsrc_src_convert),
40803         (gst_v4lsrc_src_query):
40804         * sys/v4l2/gstv4l2src.c: (gst_v4l2src_init),
40805         (gst_v4l2src_src_convert), (gst_v4l2src_src_query):
40806           Add get_query_types(), get_formats() and query() functions.
40807
40808 2003-12-21  Thomas Vander Stichele  <thomas at apestaart dot org>
40809
40810         * ChangeLog: moved to gstreamer/docs/random/old/ChangeLog.gst-plugins
40811           * moved CVS to freedesktop.org